Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature #446 - Render the submission form using the render_divs macro | Caleb Forbes Davis V | 2011-08-11 | 1 | -1/+1 |
| | | | | | | | | | - Currently there are individual calls to wtforms_util.render_field_div for each field in the media submit form, which is too verbose - Matched the field ordering in submit/form.py to the verbose version - hacks the correct textareafield rendering with hard-coded rows and columns. - TODO - figure out how to pass the textarea dimensions with **kwargs | ||||
* | Converting all forms to use the "fake/null" gettext conversion function | Christopher Allan Webber | 2011-08-10 | 1 | -1/+1 |
| | | | | | Gettext doesn't actually get run right in the form but we do need to wrap the strings in _() so stuff extracts :) | ||||
* | 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 |
| | | | | | | | | | - seems simpler to use the same tag field processing procedures on media submit and edit, so now processing with a regular function instead of a form filter. Filters run on form load and post by default. - moved tags to sidebar - taglist defaults to [] instead of None - adds case sensitivity toggle | ||||
* | adds filter function to parse and clean tags field input | Caleb Forbes Davis V | 2011-07-12 | 1 | -1/+3 |
| | | | | | - for some reason the tags are showing up in the media edit form with u'..' and surrounded with []. I don't know why, grr | ||||
* | 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 |