aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit
Commit message (Expand)AuthorAgeFilesLines
* moved change pass to a seperate view and fixed issues 709Rodney Ewing2013-05-203-23/+50
* Create redir_obj and use it around.Elrond2013-04-281-6/+4
* No lazy_* needed here; Add ReallyLazyProxy.__repr__.Elrond2013-04-251-1/+1
* Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.Aditi Mittal2013-04-242-2/+2
* Use GenerateSlugMixin for collections.Elrond2013-04-061-1/+1
* Use WTForms data field in edit/views.pyHans Lo2013-03-271-16/+16
* Use the media id for attachmemt editing.Elrond2013-02-241-2/+2
* removed unused import cgi.FieldStorageAndrás Veres-Szentkirályi2013-02-221-1/+0
* user.get('moo') -> user.mooSebastian Spaeth2013-01-221-4/+4
* Merge remote-tracking branch 'refs/remotes/spaetz/521_license_preference' int...Christopher Allan Webber2013-01-222-36/+44
|\
| * Add a license preference fieldMark Holmquist2013-01-172-36/+44
* | Sanitize slug input on media editSebastian Spaeth2013-01-181-7/+6
|/
* Allowing to delete a user account (#302)Sebastian Spaeth2013-01-172-0/+33
* Merge remote-tracking branch 'refs/remotes/elrond/misc/use_media_id'Christopher Allan Webber2013-01-161-1/+2
|\
| * Start to use the media_id in "admin" URLs.Elrond2013-01-111-1/+2
* | Simplify check_media_slug_usedSebastian Spaeth2013-01-151-2/+2
|/
* Enable /u/USERNAME/edit/ pattern #588Sebastian Spaeth2013-01-092-10/+20
* Move things from routing.py to tools/routing.pyElrond2012-12-231-1/+1
* Convert return HttpException to raise HttpExceptionSebastian Spaeth2012-12-231-2/+2
* webob.HTTPFound --> MG.tools.redirectSebastian Spaeth2012-12-211-5/+4
* Transition webob.HttpForbidden to webob's exceptions ForbiddenSebastian Spaeth2012-12-211-2/+3
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-212-5/+5
* Fix translations around.Elrond2012-12-031-1/+1
* Merge remote-tracking branch 'refs/remotes/spaetz/trac_475_email_notification...Christopher Allan Webber2012-11-131-2/+1
|\
| * Don't put checkbox text on separate line (#475)LotusEcho2012-11-131-2/+1
* | Fixed attachmentsJoar Wandborg2012-10-231-12/+11
* | Switched most stuff over from RoutesJoar Wandborg2012-10-141-9/+5
* | Replaced all request.POST with request.form, ...Joar Wandborg2012-09-291-30/+30
* | Too much was marked for translation this gettext message.Christopher Allan Webber2012-09-241-1/+3
|/
* Removed unnecessary reference to may_edit_collection in edit views.pyAaron Williamson2012-09-181-1/+1
* Added basic collection functionalityAaron Williamson2012-09-183-4/+76
* Edit comment-notification textJef van Schendel2012-07-201-2/+2
* Added some security checks to attachment upload, it's still notJoar Wandborg2012-06-241-2/+29
* Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment...Joar Wandborg2012-06-102-33/+45
|\
| * Updates to send email comments, included translation, better validation.Derek Moore2012-03-252-43/+39
| * These are changes for issue #405, add email comment notification.Derek Moore2012-03-152-19/+34
* | Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-7/+1
* | use _ function on some now untranslatable stringsJakob Kramer2012-04-191-1/+1
|/
* Changed from key-notation to dot-notation in edit_profileJoar Wandborg2012-03-081-1/+1
* Generic check_media_slug_used db utility.Elrond2012-03-051-5/+4
* Attachment support in the SQL backendElrond2012-02-281-1/+1
* Drop pre-rendered html: MediaEntry.description_htmlElrond2012-02-181-4/+1
* Drop pre-rendered html: User.bio_htmlElrond2012-02-181-2/+0
* It's 2012 all up in hereChristopher Allan Webber2012-02-025-5/+5
* Nearly complete support for TagsElrond2012-01-281-1/+1
* Oops, I broke teh all rights reserved ;)Christopher Allan Webber2012-01-211-1/+1
* License "all rights reserved" default should be None/NULL, not empty stringChristopher Allan Webber2012-01-211-1/+1
* Fix unit tests with new license supportElrond2012-01-212-3/+2
* Minor formatting and syntax fix.Aaron Williamson2012-01-181-1/+2
* Fixed a syntax error in edit/views and added back in some missing license stu...Aaron Williamson2012-01-171-2/+2