aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/photo.t
Commit message (Collapse)AuthorAgeLines
* Add multiple photo upload support.Zarino Zappia2015-12-16-0/+3
| | | | | | | | | | Three file inputs, progressively enhanced with dropzone. This moves the photo input higher up, so that photos can upload while you're filling out the form. It standardises and improves photo error handling. [fixmystreet.com] Guidance for what photos should and shouldn’t include.
* Add support for multiple photos per report.Hakim Cassimally2015-10-06-0/+75
For Zurich, see mysociety/FixMyStreet-Commercial#664. This commit includes a new PhotoSet class (NB: called Model:: though not really a model), should handle binary data (e.g. old style photos in database), fileids (40-char hash), and Catalyst::Upload objects.