Caution the admins about deleting the users' media though.
[mediagoblin.git] / mediagoblin / decorators.py
2011-08-31 Christopher Allan... Also allow admins to delete other users' media.
2011-08-31 Christopher Allan... Merge remote branch 'remotes/jwandborg/f403_ability_to_...
2011-08-30 Joar WandborgFeature #403 - Ability to delete media entries - Fixes...
2011-08-27 Christopher Allan... Merge remote branch 'remotes/jwandborg/configure_smtp'
2011-08-23 Christopher Allan... Merge branch 'master' into jwandborg-f482_media_attachments
2011-08-21 Christopher Allan... Merge remote branch 'remotes/elrond/dev/storage_config'
2011-08-21 Christopher Allan... Merge branch 'jwandborg-f298_create_envball'
2011-08-20 Christopher Allan... Merge remote branch 'remotes/schendje/master'
2011-08-20 Christopher Allan... Use render_404 EVERYWHERE!
2011-08-11 Christopher Allan... Merge branch 'master' into processing
2011-07-30 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f360_taggi...
2011-07-30 Christopher Allan... Merge branch 'remotes/gullydwarf-cfdv/f360_tagging...
2011-07-29 Christopher Allan... require_active_login now redirect's to user's homepage...
2011-06-25 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/is330'
2011-06-23 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-06-22 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-22 Christopher Allan... Merge remote branch 'remotes/elrond/idea/invalidid'
2011-06-19 ElrondMove InvalidId to db.util
2011-06-06 Christopher Allan... Merge remote branch 'remotes/gandaro/324-bad-media...
2011-06-06 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-05 Christopher Allan... Merge remote branch 'remotes/elrond/idea/shortcuts'
2011-06-05 ElrondCreate redirect shortcut and use it around
2011-06-04 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-03 Christopher Allan... Merge branch 'media_edit'
2011-06-02 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-02 ElrondMerge remote branch 'upstream/master'
2011-06-01 Christopher Allan... Just adjusting some spacing so we don't go over 80...
2011-06-01 Christopher Allan... Merge remote branch 'remotes/aleks/aleks'
2011-05-31 Aleksandar MicovicFixed bug where someone who wasn't logged in was asked...
2011-05-31 Aleksandar MicovicAdded a temporary verification page informing the user...
2011-05-26 ElrondStarting "edit" functionality.
2011-05-22 Christopher Allan... Merge remote branch 'refs/remotes/elrond/idea/new_get_p...
2011-05-22 Christopher Allan... Update all the views so that they use the uploader...
2011-05-21 Christopher Allan... Make sure that a MediaEntry does belong to this appropr...
2011-05-20 Christopher Allan... Cosmetic changes: removed an unused import, stripped...
2011-05-20 Christopher Allan... MediaEntry slugs usable in URLs, & decorator that grabs...
2011-05-20 Christopher Allan... Adjusting spacing a little bit
2011-05-20 Christopher Allan... pass in page number in uses_pagination view via keyword...
2011-05-20 Christopher Allan... Reorganizing the uses_pagination decorator a little...
2011-05-20 Christopher Allan... Merge remote branch 'remotes/hanaku/pagination'
2011-05-19 Bernhard Kellermoved check for correct page values into decorator...
2011-04-23 Christopher Allan... we should check for request.user['status'] not request...
2011-04-23 Christopher Allan... Provide a next= url when we require logging in
2011-04-20 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-04-20 Christopher Allan... New requires_active_login decorator!