aboutsummaryrefslogtreecommitdiffstats
path: root/t/sendreport
Commit message (Collapse)AuthorAgeLines
* Factor out photo storage into PhotoStorage::FileSystem backendDave Arter2018-09-28-0/+8
|
* ajax endpoint to return closest address.Struan Donald2018-05-09-0/+3
| | | | | | | | /ajax/closest will return ajax with details of the closest address to the lat/lon passed in from the Bing geocoder. Tidy up find_closest() to use overloaded string rather than passing in whether you want a string or not.
* send multiple photos over open311Struan Donald2018-03-15-0/+81
| | | | | | | | Per cobrand configurable option to send multiple photos over open311 instead of just a single one. Does this by sending multiple media_url parameters in the POST body. The default remains to send the first photo associated with a report.
* Remove unused (except by tests) send_reports() fn.Matthew Somerville2018-01-15-1/+2
|
* Run each test file in a transaction.Matthew Somerville2017-06-20-3/+0
| | | | This means that the tests can be run in parallel.
* Auto-add strict/warnings/Test::More with TestMech.Matthew Somerville2017-05-31-4/+0
|
* Move staging flags to their own config variable.Matthew Somerville2017-01-10-1/+1
|
* Automatically spot Open311 co-ord/ID attributes.Matthew Somerville2016-08-24-0/+50