Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. ↵ | Loïc Le Ninan | 2014-06-13 | 1 | -1/+1 |
| | | | | Replaced Required with InputRequired. | ||||
* | piwigo: Fix validator usage. | Elrond | 2013-05-12 | 1 | -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. | Elrond | 2013-05-09 | 1 | -0/+16 |
| | | | | | To make things a bit easier, switch to WTForms for validating the received data. | ||||
* | piwigo: Start at pwg.images.addSimple. | Elrond | 2013-03-26 | 1 | -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. |