aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit/forms.py
Commit message (Expand)AuthorAgeFilesLines
* Feature #446 - Render the submission form using the render_divs macroCaleb Forbes Davis V2011-08-111-1/+1
* 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-081-3/+5
* TOO_LONG_TAG_WARNING isn't needed in this moduleChristopher Allan Webber2011-07-301-1/+1
* raises tag length error in form context instead of in message queueCaleb Forbes Davis V2011-07-211-1/+4
* uses standard functions instead of form filters and fixes taglist defaultCaleb Forbes Davis V2011-07-121-3/+1
* adds filter function to parse and clean tags field inputCaleb Forbes Davis V2011-07-121-1/+3
* F360(tagging) - adds tag fields for submission, edit and displayCaleb Forbes Davis V2011-07-081-0/+1
* min=0 makes more sense than min=-1Christopher Allan Webber2011-05-121-1/+1
* On image submission, do not require title. If none entered, default to filename.Aaron Williamson2011-05-121-1/+1
* Start of the submit view, but not much there quite yet.Christopher Allan Webber2011-04-191-0/+26