aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/piwigo/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.