Media URLs with ids in them are now like /u/cwebber/m/id:4112/ rather than /u/cwebber...
[mediagoblin.git] / mediagoblin /
2013-02-26 Christopher Allan... Media URLs with ids in them are now like /u/cwebber...
2013-02-26 Christopher Allan... Stylistic cleanups to some urlgen calls.
2013-02-26 Christopher Allan... Small PEP-8 compliance fix.
2013-02-26 Christopher Allan... Import sqlalchemy's and_ and use it in our select statement
2013-02-26 Christopher Allan... And of course, we need to actually commit at the end...
2013-02-25 Christopher Allan... Dope'ily missed .count() on the query where we're counting
2013-02-25 Christopher Allan... Supplying migrations for a bold new era of mediagoblin...
2013-02-25 Christopher Allan... You can now set the PASTE_CONFIG environment variable...
2013-02-24 Jef van SchendelImproved dropdown styling, part deux
2013-02-24 Jef van SchendelMerge branch 'master' of gitorious.org:mediagoblin...
2013-02-24 Jef van SchendelImproved dropdown styling
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-24 Christopher Allan... Renaming "extrahead" template hooks to "head".
2013-02-24 Christopher Allan... extra_head template hook. This will allow plugins...
2013-02-24 ElrondAdd owner to list of collections.
2013-02-24 ElrondUse media.id for collecting media too.
2013-02-24 ElrondUse the media id for attachmemt editing.
2013-02-23 Christopher Allan... Committing extracted and compiled translations
2013-02-23 Christopher Allan... Committing present MediaGoblin translations before...
2013-02-22 Joar WandborgFix stray comma in listings.views.atom_feed
2013-02-22 Joar WandborgAdded some empty templates
2013-02-22 András Veres-Szent... simplified get_useful
2013-02-22 András Veres-Szent... use dict.iteritems() instead of dict.items()
2013-02-22 András Veres-Szent... use list expression instead of 3-deep for
2013-02-22 András Veres-Szent... simplified clean_exif
2013-02-22 András Veres-Szent... close file properly and remove unneeded variable
2013-02-22 András Veres-Szent... typofix in comment
2013-02-22 András Veres-Szent... use key in dict instead of key in dict.keys()
2013-02-22 András Veres-Szent... removed unused import cgi.FieldStorage
2013-02-22 András Veres-Szent... removed unused import re
2013-02-22 András Veres-Szent... removed unnecessary collection lookup
2013-02-22 András Veres-Szent... removed unused import NotFound
2013-02-22 Christopher Allan... 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 Allan... Merge remote-tracking branch 'aleksej/632_config_spec_c...
2013-02-21 Christopher Allan... Remove "translation legos" and linkify the tag to more...
2013-02-21 Christopher Allan... Making the tags on media pages point to the user's...
2013-02-21 Christopher Allan... Fixing user gallery tags filter to be on slug rather...
2013-02-21 Christopher Allan... 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 Joar WandborgTuned logging and added comments to 511 fix
2013-02-10 pythonsnakeFixed issue #511.
2013-02-10 pythonsnakeFix bug 629
2013-02-10 pythonsnakeFix bug 537
2013-02-10 Aleksejcorrect typo in a comment in config_spec.ini
2013-02-09 Christopher Allan... 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 Allan... Committing extracted and compiled translations
2013-02-05 Christopher Allan... 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-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 Allan... Switching set syntax to python2.6 compatible
2013-01-30 Christopher Allan... Even better documentation for get_hook_templates!
2013-01-30 Christopher Allan... Improved documentation for get_hook_templates, noting...
2013-01-30 Christopher Allan... Moved the docstring for the plugin template stuff from...
2013-01-30 Christopher Allan... No need for an __init__ at all in the TemplateHookExten...
2013-01-30 Christopher Allan... Move template hook over to a template_hook tag. Seems...
2013-01-30 Christopher Allan... Removing unused geolocation_map_visible variable and...
2013-01-30 Christopher Allan... Geolocation stuff, including including templates seems...
2013-01-30 Christopher Allan... 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-25 Christopher Allan... Fix reference of get_test_app->get_app in test_modelmethods
2013-01-25 Christopher Allan... Merge branch '216_cwebber_style_unique_slugs'
2013-01-23 Christopher Allan... New mediaentry slug tests now pass!
2013-01-23 Christopher Allan... We don't want any empty string slugs, so make "" -...
next