aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged changes with upstreamAaron Williamson2012-01-175-38/+105
|\
| * Remove unnecessary piece of text in media.html. Fix "Markdown text" indentati...Jef van Schendel2012-01-131-4/+3
| * Dot-Notation: Some random placesElrond2012-01-111-5/+5
| * Make show-password-js work for change password tooElrond2012-01-051-1/+2
| * Create edit_account.htmlJef van Schendel2012-01-053-21/+47
| * Add Markdown for submit page, edit page, profile edit page; thus fixing ticke...Jef van Schendel2012-01-041-2/+10
| * Fix #715: On media submit page, "Separate" is misspelledJef van Schendel2011-12-301-1/+1
| * Dot-Notation for MediaEntry.description(_html)Elrond2011-12-051-4/+4
| * Dot-Notation for MediaEntry.slugElrond2011-12-051-2/+2
| * Dot-Notation for MediaEntry.titleElrond2011-12-051-2/+2
| * Dot-Notation for MediaEntry.uploaderElrond2011-12-052-3/+3
| * Dot-Notation for Users.bio and .bio_htmlElrond2011-12-051-2/+2
| * Dot-Notation for Users.urlElrond2011-12-051-1/+1
| * Dot-Notation for Users.is_adminElrond2011-12-052-3/+3
| * Dot-Notation for Users.usernameElrond2011-12-051-1/+1
| * Fix the text "Seperate tags by commas and spaces" since spaces are not used t...Manuel Urbano Santos2011-11-271-1/+1
| * Fix for bug #467, "Add explanatory copy to add/edit picture pages saying that...Jef van Schendel2011-11-201-1/+3
| * added unittests, now using form errors and fixed bug when no GET parameter is...Jakob Kramer2011-11-201-9/+14
| * added support for changing the password, issue #643Jakob Kramer2011-11-202-10/+37
| * Dot-Notation for "_id"Elrond2011-11-152-4/+4
| * Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-132-3/+1
| |\
| | * Whitespace and formatting cleanup.Nathan Yergler2011-10-012-3/+1