Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |