aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Mark two strings for translationElrond2011-11-131-1/+1
* | Finished splitting util.py into separate files.Aaron Williamson2011-10-012-9/+8
|/
* Use media.url_for_self() instead of generating itElrond2011-09-091-5/+4
* Added a description to the slug field on the media entry form.Christopher Allan Webber2011-09-041-3/+8
* #i536: Removing attachments stuff from edit_media(), in its own method nowChristopher Allan Webber2011-09-041-11/+0
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-015-5/+5
* Merge remote branch 'remotes/jwandborg/f403_ability_to_delete'Christopher Allan Webber2011-08-281-5/+6
|\
| * + 'confirm' section for confirmation dialoguesMark Holmquist2011-08-221-5/+8
* | Merge branch 'master' into jwandborg-f482_media_attachmentsChristopher Allan Webber2011-08-222-9/+13
|\|
| * Converting all forms to use the "fake/null" gettext conversion functionChristopher Allan Webber2011-08-101-1/+1
| * Marked relevant strings in python views/forms for translation via ugettextChristopher Allan Webber2011-08-082-10/+14
* | Feature #482 - Media attachments -Joar Wandborg2011-08-222-23/+79
* | Feature #482 - Media attachmentsJoar Wandborg2011-08-052-1/+20
|/
* Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetagsChristopher Allan Webber2011-07-302-3/+13
|\
| * changes tags to a list of dicts in the db, adding tag slugsCaleb Forbes Davis V2011-07-271-3/+5
| * use config_spec.ini to store tag parsing directivesCaleb Forbes Davis V2011-07-251-3/+3
| * raises tag length error in form context instead of in message queueCaleb Forbes Davis V2011-07-212-4/+5
| * enforces maximum tag length with (in)appropriate messagingCaleb Forbes Davis V2011-07-131-1/+3
| * uses standard functions instead of form filters and fixes taglist defaultCaleb Forbes Davis V2011-07-122-5/+4
| * displays the tags on edit correctly nowCaleb Forbes Davis V2011-07-122-2/+2
| * adds filter function to parse and clean tags field inputCaleb Forbes Davis V2011-07-122-4/+6
| * F360(tagging) - adds tag fields for submission, edit and displayCaleb Forbes Davis V2011-07-082-1/+6
* | Adds license headerWill Kahn-Greene2011-07-301-0/+17
* | Use cleaned_markdown_conversion in both cases in edit/views.pyChristopher Allan Webber2011-07-141-11/+6
* | Markdown-enable user bio (Feature 410)Aaron Williamson2011-07-101-0/+4
* | Sorry, that OptionalField belonged there.Christopher Allan Webber2011-07-091-1/+2
* | <Elrond> Oh well... Did I really have this wtforms cruft in my setup_workbenchChristopher Allan Webber2011-07-091-2/+1
* | Merge remote branch 'remotes/gullydwarf-cfdv/b404_v3_edit_profile_submit_fail'Christopher Allan Webber2011-07-091-1/+1
|\ \
| * | bug #404 - corrects querystring variable name in redirectCaleb Forbes Davis V2011-07-071-1/+1
| |/
* / Bug #437 - adds required validator to slug field for media edit'Caleb Forbes Davis V2011-07-071-1/+2
|/
* Merge remote branch 'remotes/gullydwarf-cfdv/b404_v2_redirect_after_profile_e...Christopher Allan Webber2011-07-061-2/+2
|\