aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/user_pages
Commit message (Expand)AuthorAgeFilesLines
* Use WTForms data field in user_pages/views.pyHans Lo2013-03-281-1/+1
* Use WTForms data field in user_pages/views.pyHans Lo2013-03-241-4/+4
* 655: Fix collection fetching for media_collect()Elrond2013-03-101-3/+3
* Elrond points out that we should use form.collection.dataChristopher Allan Webber2013-03-041-1/+1
* Three fixes to collection adding view, one of them a serious security bugChristopher Allan Webber2013-03-041-3/+3
* Fix some media page redirects in media_collect.Elrond2013-03-011-3/+3
* Fixup _("...") % (...) in media_collect.Elrond2013-03-011-6/+6
* Use media.id for collecting media too.Elrond2013-02-242-2/+2
* Use the media id for attachmemt editing.Elrond2013-02-241-1/+1
* Making the tags on media pages point to the user's tag listing specifically.Christopher Allan Webber2013-02-211-1/+1
* Fixing user gallery tags filter to be on slug rather than name.Christopher Allan Webber2013-02-211-1/+1
* Merge remote-tracking branch 'refs/remotes/spaetz/WIP/user_tag_gallery'Christopher Allan Webber2013-02-212-3/+15
|\
| * Implement user's tag filtered gallery pageSebastian Spaeth2013-01-212-3/+15
* | Fix errors in collection viewsJoar Wandborg2013-02-181-0/+5
* | Change from email format in tag URI to domain formatJoar Wandborg2013-02-131-2/+2
* | Address concerns in Issue #543Joar Wandborg2013-02-131-8/+10
* | Mark "Collection" for translation in media_collect.Elrond2013-02-051-1/+3
* | Moved MediaComment form descriptions to apt. placeJoar Wandborg2013-01-221-2/+5
|/
* Fix linking to comments.Elrond2013-01-172-3/+4
* Return to media collection page if no collection selectedSebastian Spaeth2013-01-171-0/+4
* Merge branch '540_User_delete_deletes_related_entries'Sebastian Spaeth2013-01-171-16/+1
|\
| * Implement MediaEntry().delete() (#540)Sebastian Spaeth2013-01-171-16/+1
* | Merge remote-tracking branch 'refs/remotes/elrond/misc/use_media_id'Christopher Allan Webber2013-01-162-5/+6
|\ \
| * | Start to use the media_id in "admin" URLs.Elrond2013-01-112-5/+6
| |/
* | collection browsing: rename view/template user_collections -> collection_listStefano Zacchiroli2013-01-152-4/+4
* | collection browsing: remove pagination supportStefano Zacchiroli2013-01-151-6/+2
* | collections: add support to browse existing collectionsStefano Zacchiroli2013-01-152-0/+21
|/
* Remove custom GMQuery classSebastian Spaeth2013-01-071-1/+1
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* Remove mediagoblin.db.sql.fake.DESCENDINGSebastian Spaeth2013-01-071-3/+2
* Remove ObjectId from the treeSebastian Spaeth2012-12-251-2/+2
* Mongo removal: Remove the validate=True arg to obj.save()Elrond2012-12-241-3/+3
* Move things from routing.py to tools/routing.pyElrond2012-12-231-1/+1
* Compare user by id not object equalitySebastian Spaeth2012-12-231-4/+1
* Improve sqlalchemy filter rulesSebastian Spaeth2012-12-231-19/+22
* Remove mongolisms from user_pages.view #451Sebastian Spaeth2012-12-212-54/+46
* Refactor media_collectSebastian Spaeth2012-12-211-85/+76
* webob.HTTPFound --> MG.tools.redirectSebastian Spaeth2012-12-211-5/+3
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-212-14/+14
* Fix user collection gallerySebastian Spaeth2012-12-051-13/+9
* Switch over the user gallery to the active_user_from_url decoratorSebastian Spaeth2012-12-051-13/+10
* make media_manager a property of MediaEntry in mixin.pySebastian Spaeth2012-12-041-3/+1
* Fixed attachmentsJoar Wandborg2012-10-231-1/+1
* Fixed 404 page under werkzeug.routingJoar Wandborg2012-10-141-1/+1
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-45/+65
* Replaced all request.POST with request.form, ...Joar Wandborg2012-09-291-11/+11
* Style fixesJoar Wandborg2012-09-181-21/+33
* Fixed post-collect redirect to always take user to image collected.Aaron Williamson2012-09-181-1/+1
* Reference collection creator through already-existing collection_item's forei...Aaron Williamson2012-09-181-1/+1
* Added basic collection functionalityAaron Williamson2012-09-183-5/+316