aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/user_pages/forms.py
Commit message (Expand)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-3/+3
* wtforms.fields.TextField was deprecatedJakob Kramer2015-03-121-1/+1
* Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Rep...Loïc Le Ninan2014-06-131-3/+3
* Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-08-201-2/+2
|\
| * Changed the target of the markdown links for opening in a new tab as suggeste...Emily O'Leary2013-08-071-2/+2
| * Added comment preview functionality to user pages. It works by passing the co...Emily O'Leary2013-08-071-1/+1
* | This is a very small commit. All that I have done here is to clean up my codetilly-Q2013-07-291-4/+2
* | Whew. This is a big update. I did some significant keeping work. I moved all oftilly-Q2013-07-171-2/+6
* | In this commit, I have made a few changes and tightened up some of my modelstilly-Q2013-06-271-6/+0
* | This is the first stage of my project of implenting admin/moderator functiona-tilly-Q2013-06-241-0/+16
|/
* Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.Aditi Mittal2013-04-241-1/+1
* Mark "Collection" for translation in media_collect.Elrond2013-02-051-1/+3
* Moved MediaComment form descriptions to apt. placeJoar Wandborg2013-01-221-2/+5
* Added basic collection functionalityAaron Williamson2012-09-181-3/+19
* More/better translation.Elrond2012-03-171-1/+1
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Lots of changes to media page; rearranged things, added new styles, added jqu...Jef van Schendel2011-12-091-1/+1
* Moved common, translation, template, and url code out of util.py and into too...Aaron Williamson2011-10-011-1/+1
* Updating the confirm delete form: checkboxes shouldn't be required, make tran...Christopher Allan Webber2011-09-051-2/+2
* Page Redesign to Delete confirmation pageShawn Khan2011-09-051-4/+2
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* Feature #403 - Ability to delete media entries - Fixes according to feedbackJoar Wandborg2011-08-301-0/+7
* Minor change to indentationChristopher Allan Webber2011-08-101-2/+2
* Ooops! We should do a fake ugettext passthrough here also.Christopher Allan Webber2011-08-101-1/+1
* Converting all forms to use the "fake/null" gettext conversion functionChristopher Allan Webber2011-08-101-3/+6
* Updated `MediaCommentForm.field_comment` => `MediaCommentForm.comment_content`Joar Wandborg2011-07-071-21/+22
* Issue #431 - Prevent comment link expiry - Added functionality for comment li...Joar Wandborg2011-07-071-2/+2
* Issue #362 - Added new `wtforms.Form`; `MediaCommentForm()`Joar Wandborg2011-06-291-0/+21