aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit/forms.py
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-1/+1
* Add collection drop down to submit page.tom2016-01-071-1/+4
* wtforms.fields.TextField was deprecatedJakob Kramer2015-03-121-3/+3
* Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Rep...Loïc Le Ninan2014-06-131-1/+1
* javascript limit validationRodney Ewing2013-08-261-1/+4
* max file sizeRodney Ewing2013-08-261-19/+30
* Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.Aditi Mittal2013-04-241-1/+1
* Added basic collection functionalityAaron Williamson2012-09-181-0/+10
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Fix unit tests with new license supportElrond2012-01-211-0/+1
* Minor formatting and syntax fix.Aaron Williamson2012-01-181-0/+1
* Merged changes with upstreamAaron Williamson2012-01-171-2/+7
|\
| * Add Markdown for submit page, edit page, profile edit page; thus fixing ticke...Jef van Schendel2012-01-041-1/+4
| * Fix #715: On media submit page, "Separate" is misspelledJef van Schendel2011-12-301-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
* | First crack at basic license support.Aaron Williamson2012-01-171-1/+4
|/
* Finished splitting util.py into separate files.Aaron Williamson2011-10-011-1/+1
* Moved common, translation, template, and url code out of util.py and into too...Aaron Williamson2011-10-011-1/+1
* Mark description field's label for translationChristopher Allan Webber2011-09-051-1/+2
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* 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