aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/user_pages/views.py
Commit message (Expand)AuthorAgeFilesLines
...
* webob.HTTPFound --> MG.tools.redirectSebastian Spaeth2012-12-211-5/+3
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-13/+13
* 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
* 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-181-2/+282
* Panel improvementsJoar Wandborg2012-07-111-7/+17
* Merge branch 'master' into 201207-testfixesBrett Smith2012-07-081-1/+12
|\
| * fixing bug #255 as Joar and CWebber ask me to do :)Jorge Araya Navarro2012-06-281-1/+12
* | Prevent non-Unicode SQLAlchemy warnings in most submission tests.Brett Smith2012-07-081-8/+8
|/
* Fixed some comment notification code for compliance with SQLJoar Wandborg2012-06-101-1/+1
* Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment...Joar Wandborg2012-06-101-0/+7
|\
| * Merge branch 'master' into derek-moore-bug405_email_notifications_for_commentsChristopher Allan Webber2012-03-181-0/+4
| |\
| * | These are changes for issue #405, add email comment notification.Derek Moore2012-03-151-0/+7
* | | Panel: Find "unprocessed" not "processing" entries.Elrond2012-03-211-1/+1
| |/ |/|
* | When media is deleted, delete associated comments too.Brett Smith2012-03-171-0/+4
|/
* Dot-Notation: MediaComment and some random placesElrond2012-02-261-4/+4
* Drop pre-rendered html: MediaComment.content_htmlElrond2012-02-181-2/+0
* Drop pre-rendered html: MediaEntry.description_htmlElrond2012-02-181-1/+1
* Fix copyright statements; add LICENSE for EXIF.pyWill Kahn-Greene2012-02-081-1/+1
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* As per spec, we permit to have more then 1 hubMichele Azzolari2012-01-121-4/+5
* As suggested by Elrond, we use only one settingMichele Azzolari2012-01-121-1/+1
* Added PuSH capabilityMichele Azzolari2012-01-111-6/+14
* Fixed #724 and added extra infos to the atom feed (author uri and links to th...Michele Azzolari2012-01-101-4/+24
* Turn media.get_uploader into a propertyElrond2011-12-271-1/+1
* Replace media.get_uploader()._id by media.uploaderElrond2011-12-241-1/+1
* Dot-Notation for MediaEntry.media_typeElrond2011-12-051-1/+1
* Dot-Notation for Users.is_adminElrond2011-12-051-1/+1
* Dot-Notation for Users.statusElrond2011-12-051-2/+2
* Dot-Notation for Users.usernameElrond2011-12-051-2/+2
* Changed comment error message wording slightly. Btw, should we translate thes...Jef van Schendel2011-12-031-2/+2
* Merge remote-tracking branch 'remotes/jwandborg/master'Christopher Allan Webber2011-11-241-1/+5
|\
| * Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-1/+5
| |\
| | * Multimedia support - Commiting from a not yet finished state - Details belowJoar Wandborg2011-09-231-1/+5
* | | Rename MediaEntry.uploader() to .get_uploader()Elrond2011-11-221-2/+2
* | | Wrap long line.Elrond2011-11-221-1/+2
* | | Added a message noticing the user the image has been successfullyPablo J. Urbano Santos2011-11-221-1/+2
* | | Fixes #597. Add a visible error when user tries to delete an imagePablo J. Urbano Santos2011-11-221-0/+3
|/ /
* | Allow user to set whether comments are ascending or descendingChristopher Allan Webber2011-11-191-2/+6
* | media_home: order comments by ascending date.Pablo J. Urbano Santos2011-11-191-2/+2
* | Dot-Notation for "_id"Elrond2011-11-151-9/+9
* | Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-3/+6
|\ \
| * | Whitespace and formatting cleanup.Nathan Yergler2011-10-011-5/+8
| |/
* | Removed the bloof print debuggingChristopher Allan Webber2011-11-021-1/+0
* | Make sure you can't force comments on entries that don't exist.Christopher Allan Webber2011-11-021-5/+8