aboutsummaryrefslogtreecommitdiffstats
path: root/bin/zurich
Commit message (Collapse)AuthorAgeLines
* Use only one templating system for emails.Matthew Somerville2016-05-25-6/+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.
* [Zurich] SQL script to bulk-update reports from CSVDave Arter2016-04-07-0/+23
|
* Reduce use of FixMyStreet::App.Matthew Somerville2015-12-02-10/+9
| | | | Command line scripts don't need a full blown app, just database.
* Move EmailSend out of Catalyst for use elsewhere.Matthew Somerville2015-12-02-1/+3
|
* [zurich] Fix path to setenv.pl in overdue-alert. Fixes #1107Steven Day2015-05-13-1/+1
|
* Remove need for cron-wrapper with existing scriptsMatthew Somerville2015-01-19-0/+7
| | | | | Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it.
* Tidy up of bin directory.Matthew Somerville2015-01-19-45/+83
| | | | | Remove some unneeded scripts, move others to cobrand-specific directories.
* [Zurich] basic commandline tool for geocoderHakim Cassimally2014-03-12-0/+45
| | | | | Also add warning to Geocoder to pass on server error if you are running in development.
* [Zurich] Don't migrate problem_state when converting internal notesChris Mytton2013-10-22-1/+0
| | | | | | | | This caused issues with the comment.problem_state column constraints when running on the vhost as some problems were marked as hidden (under normal circumstances you can't add a comment to a hidden problem). Because this column is nullable we simply don't add it to avoid this issue.
* [Zurich] add migration script to convert internal_notes in extra field into ↵Edmund von der Burg2013-09-10-0/+74
comments