| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply pyupgrade --py36-plus. | Ben Sturmfels | 2021-09-23 | 1 | -1/+1 |
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -1/+1 |
* | Add collection drop down to submit page. | tom | 2016-01-07 | 1 | -1/+4 |
* | wtforms.fields.TextField was deprecated | Jakob Kramer | 2015-03-12 | 1 | -3/+3 |
* | Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Rep... | Loïc Le Ninan | 2014-06-13 | 1 | -1/+1 |
* | javascript limit validation | Rodney Ewing | 2013-08-26 | 1 | -1/+4 |
* | max file size | Rodney Ewing | 2013-08-26 | 1 | -19/+30 |
* | Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms. | Aditi Mittal | 2013-04-24 | 1 | -1/+1 |
* | Added basic collection functionality | Aaron Williamson | 2012-09-18 | 1 | -0/+10 |
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
* | Fix unit tests with new license support | Elrond | 2012-01-21 | 1 | -0/+1 |
* | Minor formatting and syntax fix. | Aaron Williamson | 2012-01-18 | 1 | -0/+1 |
* | Merged changes with upstream | Aaron Williamson | 2012-01-17 | 1 | -2/+7 |
|\ |
|
| * | Add Markdown for submit page, edit page, profile edit page; thus fixing ticke... | Jef van Schendel | 2012-01-04 | 1 | -1/+4 |
| * | Fix #715: On media submit page, "Separate" is misspelled | Jef van Schendel | 2011-12-30 | 1 | -1/+1 |
| * | Fix the text "Seperate tags by commas and spaces" since spaces are not used t... | Manuel Urbano Santos | 2011-11-27 | 1 | -1/+1 |
| * | Fix for bug #467, "Add explanatory copy to add/edit picture pages saying that... | Jef van Schendel | 2011-11-20 | 1 | -1/+3 |
* | | First crack at basic license support. | Aaron Williamson | 2012-01-17 | 1 | -1/+4 |
|/ |
|
* | Finished splitting util.py into separate files. | Aaron Williamson | 2011-10-01 | 1 | -1/+1 |
* | Moved common, translation, template, and url code out of util.py and into too... | Aaron Williamson | 2011-10-01 | 1 | -1/+1 |
* | Mark description field's label for translation | Christopher Allan Webber | 2011-09-05 | 1 | -1/+2 |
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
* | Feature #446 - Render the submission form using the render_divs macro | Caleb Forbes Davis V | 2011-08-11 | 1 | -1/+1 |
* | Converting all forms to use the "fake/null" gettext conversion function | Christopher Allan Webber | 2011-08-10 | 1 | -1/+1 |
* | Marked relevant strings in python views/forms for translation via ugettext | Christopher Allan Webber | 2011-08-08 | 1 | -3/+5 |
* | TOO_LONG_TAG_WARNING isn't needed in this module | Christopher Allan Webber | 2011-07-30 | 1 | -1/+1 |
* | raises tag length error in form context instead of in message queue | Caleb Forbes Davis V | 2011-07-21 | 1 | -1/+4 |
* | uses standard functions instead of form filters and fixes taglist default | Caleb Forbes Davis V | 2011-07-12 | 1 | -3/+1 |
* | adds filter function to parse and clean tags field input | Caleb Forbes Davis V | 2011-07-12 | 1 | -1/+3 |
* | F360(tagging) - adds tag fields for submission, edit and display | Caleb Forbes Davis V | 2011-07-08 | 1 | -0/+1 |
* | min=0 makes more sense than min=-1 | Christopher Allan Webber | 2011-05-12 | 1 | -1/+1 |
* | On image submission, do not require title. If none entered, default to filename. | Aaron Williamson | 2011-05-12 | 1 | -1/+1 |
* | Start of the submit view, but not much there quite yet. | Christopher Allan Webber | 2011-04-19 | 1 | -0/+26 |