mediagoblin.git
2013-02-22 András Veres... typofix in comment
2013-02-22 András Veres... use key in dict instead of key in dict.keys()
2013-02-22 András Veres... removed unused import cgi.FieldStorage
2013-02-22 András Veres... removed unused import re
2013-02-22 András Veres... removed unnecessary collection lookup
2013-02-22 András Veres... removed unused import NotFound
2013-02-22 Christopher... Changing name for atom feed view to be more generic...
2013-02-22 Sebastian SpaethIntegrate all atom feed in template
2013-02-22 Sebastian SpaethAdding an Atom RSS feed for all media on the server
2013-02-22 ElrondCreate wtforms_util.render_label(_p) and use it around.
2013-02-22 ElrondUse wtforms_util.render_field_div more in media_collect...
2013-02-21 Christopher... Merge remote-tracking branch 'aleksej/632_config_spec_c...
2013-02-21 Christopher... Remove "translation legos" and linkify the tag to more...
2013-02-21 Christopher... Making the tags on media pages point to the user's...
2013-02-21 Christopher... Fixing user gallery tags filter to be on slug rather...
2013-02-21 Christopher... Merge remote-tracking branch 'refs/remotes/spaetz/WIP...
2013-02-20 Runar Peturssonplugins/api: fix for cross origin requests
2013-02-19 ElrondFix some small bits in base.html.
2013-02-19 ElrondMerge remote-tracking branch 'pythonsnake/537_version'
2013-02-18 ElrondFix deleting media with attachments.
2013-02-18 Joar WandborgFix errors in collection views
2013-02-13 Joar WandborgChange from email format in tag URI to domain format
2013-02-13 Joar WandborgAddress concerns in Issue #543
2013-02-12 ElrondAdd markdown notice to collection description.
2013-02-11 pythonsnakeAdded "version" before the version
2013-02-10 Christopher... Fixing MANIFEST.in: graft expects one directory per...
2013-02-10 Christopher... Updating MANIFEST.in for more files... trying to make...
2013-02-10 Joar WandborgTuned logging and added comments to 511 fix
2013-02-10 pythonsnakeFixed issue #511.
2013-02-10 pythonsnakeFix bug 537
2013-02-10 Aleksejcorrect typo in a comment in config_spec.ini
2013-02-09 Christopher... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2013-02-09 ElrondAdd type="text/javascript" for <script>.
2013-02-08 Jef van SchendelAdd translation tags; remove unnecessary title attribut...
2013-02-08 Jef van SchendelRemove unused translation variable
2013-02-08 Jef van SchendelFix "Add to collection" button: remove icon, add text...
2013-02-08 Jef van SchendelRemove the collection counter because it's not needed
2013-02-08 ElrondKill monkeypatching of ProcessingState.
2013-02-08 ElrondAlso refactor "copy original into public storage".
2013-02-08 ElrondUse ProcessingState for video.
2013-02-08 ElrondProcessingState: Document monkey patching.
2013-02-08 ElrondImplement ProcessingState class and use for images
2013-02-07 Joar WandborgUse logging.config.fileConfig()
2013-02-06 ElrondUse system wide EXIF package, if available.
2013-02-05 Christopher... Committing extracted and compiled translations
2013-02-05 Christopher... Committing present MediaGoblin translations before...
2013-02-05 ElrondRename {{title}} to {{media_title}}.
2013-02-05 ElrondMark "Collection" for translation in media_collect.
2013-02-04 ElrondMerge remote-tracking branch 'aleksej/quotes_and_a_for_...
2013-02-04 AleksejSmall changes to "Add <media> to collection" string
2013-02-04 ElrondIssue 621: Extract strings from hooked templates.
2013-02-04 ElrondSearch for translation in all templates.
2013-02-02 Elrondissue 615: config geolocation_map_visible gone.
2013-02-01 ElrondDrop backward compatibility for media_data backref.
2013-02-01 ElrondDrop media_data_table property.
2013-02-01 ElrondTurn media.{backref_nam} from a list to a scalar.
2013-02-01 ElrondRewrite media_data handling to use relationships
2013-02-01 ElrondSome tests for media_data, yeah!
2013-01-31 ElrondImprove formatting for hook template docs.
2013-01-31 Christopher... Switching set syntax to python2.6 compatible
2013-01-30 Christopher... Added register_template_hooks and get_hook_templates...
2013-01-30 Christopher... Even better documentation for get_hook_templates!
2013-01-30 Christopher... Improved documentation for get_hook_templates, noting...
2013-01-30 Christopher... Moved the docstring for the plugin template stuff from...
2013-01-30 Christopher... No need for an __init__ at all in the TemplateHookExten...
2013-01-30 Christopher... Move template hook over to a template_hook tag. Seems...
2013-01-30 Christopher... Removing unused geolocation_map_visible variable and...
2013-01-30 Christopher... Geolocation stuff, including including templates seems...
2013-01-30 Christopher... Very start of plugin hooks and openstreetmap pluginific...
2013-01-30 ElrondBetter Py3 compat: d.has_key(k) -> k in d
2013-01-29 ElrondImprove runtime of one test.
2013-01-29 ElrondFix issue 611: Proper (back)relationship on MediaComment.
2013-01-29 ElrondFailing testcase for issue 611.
2013-01-27 Joar Wandborg*docs* intersphinx, exception monitoring
2013-01-26 ElrondDocs: Add a database guide to the plugin docs.
2013-01-26 ElrondDocs: Create new area for developers.
2013-01-26 ElrondAdd Trim whitespace plugin docs.
2013-01-25 ElrondAllow doc string extraction and use for pluginapi.
2013-01-25 Joar WandborgUpdated video apt-get to not use glob
2013-01-25 Christopher... Fix reference of get_test_app->get_app in test_modelmethods
2013-01-25 Christopher... Merge branch '216_cwebber_style_unique_slugs'
2013-01-23 Christopher... New mediaentry slug tests now pass!
2013-01-23 Christopher... require mock for the new uuid-mocking tests
2013-01-23 Christopher... We don't want any empty string slugs, so make "" -...
2013-01-23 Christopher... Switching uuid4()[1:4] -> uuid4().hex[:4]
2013-01-23 ElrondUse better relationships to delete collections.
2013-01-22 Joar WandborgMade pil_filters a PIL_FILTERS (global)
2013-01-22 Joar WandborgChanged sampling filter default to AA
2013-01-22 Joar WandborgMade the image sampling filter configurable
2013-01-22 ElrondUse inspect_table; default user license==None.
2013-01-22 Sebastian Spaethuser.get('moo') -> user.moo
2013-01-22 Christopher... Merge remote-tracking branch 'refs/remotes/spaetz/521_l...
2013-01-22 Joar WandborgMoved MediaComment form descriptions to apt. place
2013-01-21 Sebastian SpaethImplement user's tag filtered gallery page
2013-01-21 Sebastian SpaethAlso set login_failed in case of form errors
2013-01-21 Sebastian SpaethRestructure ForgotPassword view
2013-01-21 Sebastian SpaethNormalize the email address in the same way in all...
2013-01-20 Christopher... Merge remote-tracking branch 'refs/remotes/spaetz/436_c...
2013-01-18 Sebastian SpaethSanitize slug input on media edit
2013-01-18 ElrondAdd (failing) test for editing the slug.
next