Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Zurich] SQL script to bulk-update reports from CSV | Dave Arter | 2016-04-07 | -0/+23 |
| | ||||
* | Reduce use of FixMyStreet::App. | Matthew Somerville | 2015-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 Somerville | 2015-12-02 | -1/+3 |
| | ||||
* | [zurich] Fix path to setenv.pl in overdue-alert. Fixes #1107 | Steven Day | 2015-05-13 | -1/+1 |
| | ||||
* | Remove need for cron-wrapper with existing scripts | Matthew Somerville | 2015-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 Somerville | 2015-01-19 | -45/+83 |
| | | | | | Remove some unneeded scripts, move others to cobrand-specific directories. | |||
* | [Zurich] basic commandline tool for geocoder | Hakim Cassimally | 2014-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 notes | Chris Mytton | 2013-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 Burg | 2013-09-10 | -0/+74 |
comments |