modified gmg to use plugin media_types and converted image media_type to new plugin...
[mediagoblin.git] / mediagoblin / user_pages / views.py
2013-07-02 Rodney Ewingmodified gmg to use plugin media_types and converted...
2013-06-25 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-06-22 Christopher Allan... Merge remote-tracking branch 'refs/remotes/joar/notific...
2013-06-09 Joar WandborgNew notifications
2013-05-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-05-11 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tryggvib...
2013-05-11 Christopher Allan... Merge remote-tracking branch 'gabithume/146_debug_message'
2013-05-11 Christopher Allan... Merge branch 'master' into 623_context_hooks
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/dthompson...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-05-05 ElrondUse collection.url_for_self more; Add missing /a.
2013-04-28 ElrondCreate redir_obj and use it around.
2013-04-27 ElrondFix translations for collections and drop useless try.
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/npigeon...
2013-04-24 Christopher Allan... Switching non-forms back to using normal pass_to_ugettext
2013-04-24 Aditi MittalFix-bug-667-Use-lazy_pass_to_ugettext-for-forms.
2013-04-23 ElrondCreate add_media_to_collection()
2013-04-13 David ThompsonDo not allow comments to be posted when they are disabled.
2013-04-09 ElrondMerge remote-tracking branch 'brett/itsdangerous'
2013-04-08 ElrondMerge remote-tracking branch 'cwebber/254_delete_queue_...
2013-03-30 ElrondMerge remote-tracking branch 'JDShu/649_use_form_data_f...
2013-03-28 Hans LoUse WTForms data field in user_pages/views.py
2013-03-25 Christopher Allan... Merge remote-tracking branch 'aeva/671_fix_stl'
2013-03-24 Christopher Allan... Merge remote-tracking branch 'jdshu/649_use_form_data_f...
2013-03-24 Hans LoUse WTForms data field in user_pages/views.py
2013-03-10 Elrond655: Fix collection fetching for media_collect()
2013-03-04 Christopher Allan... Merge branch 'master' into 419_cherrypick_large_uploads
2013-03-04 Christopher Allan... Merge branch 'joar-skip_transcoding'
2013-03-04 Christopher Allan... Elrond points out that we should use form.collection...
2013-03-04 Christopher Allan... Three fixes to collection adding view, one of them...
2013-03-01 Christopher Allan... Merge branch 'master' into joar-skip_transcoding
2013-03-01 ElrondFix some media page redirects in media_collect.
2013-03-01 ElrondFixup _("...") % (...) in media_collect.
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 ElrondUse media.id for collecting media too.
2013-02-21 Christopher Allan... Merge remote-tracking branch 'aleksej/632_config_spec_c...
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-19 ElrondMerge remote-tracking branch 'pythonsnake/537_version'
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-01-25 Christopher Allan... Merge branch '216_cwebber_style_unique_slugs'
2013-01-22 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/521_l...
2013-01-21 Sebastian SpaethImplement user's tag filtered gallery page
2013-01-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/436_c...
2013-01-17 ElrondFix linking to comments.
2013-01-17 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2013-01-17 Sebastian SpaethReturn to media collection page if no collection selected
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/565_w...
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-17 Christopher Allan... Merge commit '9408938' from 565_workbench_cleanup ...
2013-01-17 Sebastian SpaethMerge branch '540_User_delete_deletes_related_entries'
2013-01-17 Sebastian SpaethImplement MediaEntry().delete() (#540)
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/misc...
2013-01-15 Stefano Zacchirolicollection browsing: rename view/template user_collecti...
2013-01-15 Stefano Zacchirolicollection browsing: remove pagination support
2013-01-15 Stefano Zacchirolicollections: add support to browse existing collections
2013-01-11 ElrondStart to use the media_id in "admin" URLs.
2013-01-07 Sebastian SpaethRemove custom GMQuery class
2013-01-07 Sebastian SpaethMove db.sql.models* to db.models*
2013-01-07 Sebastian SpaethRemove mediagoblin.db.sql.fake.DESCENDING
2012-12-25 Sebastian SpaethRemove ObjectId from the tree
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-23 ElrondMongo removal: Remove the validate=True arg to obj...
2012-12-23 Sebastian SpaethCompare user by id not object equality
2012-12-23 Sebastian SpaethImprove sqlalchemy filter rules
2012-12-21 Sebastian SpaethRemove mongolisms from user_pages.view #451
2012-12-21 Sebastian SpaethRefactor media_collect
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-21 Sebastian Spaethwebob.HTTPFound --> MG.tools.redirect
2012-12-20 Sebastian SpaethMove DBModel._id -> DBModel.id
2012-12-20 Mike LinksvayerMerge branch 'master' of git://gitorious.org/mediagobli...
2012-12-05 Sebastian SpaethFix user collection gallery
2012-12-05 Sebastian SpaethSwitch over the user gallery to the active_user_from_ur...
2012-12-04 Sebastian Spaethmake media_manager a property of MediaEntry in mixin.py
2012-11-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/trac_...
2012-09-29 Joar WandborgReplaced all request.POST with request.form, ...
2012-09-18 Joar WandborgStyle fixes
2012-09-18 Aaron WilliamsonFixed post-collect redirect to always take user to...
2012-09-18 Aaron WilliamsonReference collection creator through already-existing...
2012-09-18 Aaron WilliamsonAdded basic collection functionality
2012-07-10 Joar WandborgPanel improvements
2012-07-08 Brett SmithMerge branch 'master' into 201207-testfixes
2012-07-08 Brett SmithPrevent non-Unicode SQLAlchemy warnings in most submiss...
2012-07-06 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2012-06-29 Jorge Araya Navarrofixing bug #255 as Joar and CWebber ask me to do :)
2012-06-10 Joar WandborgFixed some comment notification code for compliance...
2012-06-10 Joar WandborgMerge remote-tracking branch 'is_derek/bug405_email_not...
2012-03-27 Joar WandborgMerge remote-tracking branch 'joar/audio+sniffing'
2012-03-26 Christopher Allan... Merge remote-tracking branch 'remotes/slikdigit/bassam'
2012-03-26 Brett SmithMerge remote branch 'origin/master' into bug261-resized...
2012-03-21 ElrondPanel: Find "unprocessed" not "processing" entries.
2012-03-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/brett/bug270...
2012-03-18 Christopher Allan... Merge branch 'master' into derek-moore-bug405_email_not...
2012-03-17 Christopher Allan... Merge remote-tracking branch 'brett/bug264-delete-comme...
2012-03-17 Brett SmithWhen media is deleted, delete associated comments too.
2012-03-15 Derek MooreThese are changes for issue #405, add email comment...
next