aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Script
Commit message (Collapse)AuthorAgeLines
* Use only one templating system for emails.Matthew Somerville2016-05-25-14/+10
| | | | | | | 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.
* Fallback if request to Gaze fails.Matthew Somerville2016-05-18-3/+3
| | | | Fixes #1286.
* Remove some unused cobrands.Matthew Somerville2016-04-20-25/+9
|
* 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.
* Better handle replies to bounce addresses.Matthew Somerville2016-02-23-1/+6
| | | | | | | | | | Auto unsubscribe alert bounces, forward on report bounces and alert replies to support, and send through to report creator non-bounce replies to their report (for systems that ignore both the From and Reply-To headers). Also forward any totally unparsed bounce to support to possibly then adjust this bounce handling.
* 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/+723
Maintain old location wrappers.