aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Script/Reports.pm
Commit message (Collapse)AuthorAgeLines
* Tidy up some UK specific easting/northing handlingMatthew Somerville2016-06-22-14/+2
|
* Use only one templating system for emails.Matthew Somerville2016-05-25-5/+4
| | | | | | | Historically, emails sent offline (alerts, questionnaires, etc) used a different templating system from those sent by the website (e.g. login emails), though the newer system was also being used for the site name and signature of offline emails.
* Remove some unused cobrands.Matthew Somerville2016-04-20-1/+1
|
* Merge remote-tracking branch 'origin/1302-support-pngs'Matthew Somerville2016-04-20-1/+1
|\
| * Add PNG image support.Matthew Somerville2016-04-08-1/+1
| | | | | | | | | | | | | | Store image type along with hash in photo column, and use that when outputting images / generating URLs. Make sure all public photo URL generation goes through appropriate functions, and change temp URLs so the filename can be output directly from the list.
* | Display used send method in debug line.Matthew Somerville2016-04-19-1/+1
|/ | | | | This may be a contact send method if devolved, or the default if none set on the body.
* Skip sending if any body marks it for skipping.Matthew Somerville2016-02-11-4/+3
| | | | | | | If a report was sent to multiple bodies, one of which was set to skip, (e.g. temporarily turned off due to receiving issues), then the code would still try and send the report due to the other bodies, leading to multiple sendings and an error for the skipped body.
* Add OpenStreetMap URL to report email.Matthew Somerville2016-02-09-0/+3
|
* Move main bin scripts to separate packages.Matthew Somerville2015-12-02-0/+313
Maintain old location wrappers.