aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/piwigo/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* wtforms.fields.TextField was deprecatedJakob Kramer2015-03-121-9/+9
| | | | | | | WTForms documentation: > The TextField alias for StringField is deprecated. Signed-off-by: Berker Peksag <berker.peksag@gmail.com>
* Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. ↵Loïc Le Ninan2014-06-131-1/+1
| | | | Replaced Required with InputRequired.
* piwigo: Fix validator usage.Elrond2013-05-121-1/+1
| | | | | wtforms.validators.Optional doesn't take an argument. I don't know, why I gave it one.
* piwigo: Add .images.add including form handling.Elrond2013-05-091-0/+16
| | | | | To make things a bit easier, switch to WTForms for validating the received data.
* piwigo: Start at pwg.images.addSimple.Elrond2013-03-261-0/+28
Without a session and a logged in user, this can't go much further. Misses check for the file upload field. Need refactored test tool for this.