aboutsummaryrefslogtreecommitdiffstats
path: root/bin/zurich
Commit message (Collapse)AuthorAgeLines
* [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