Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reduce use of FixMyStreet::App. | Matthew Somerville | 2015-12-02 | -4/+5 |
| | | | | Command line scripts don't need a full blown app, just database. | |||
* | Remove need for cron-wrapper with existing scripts | Matthew Somerville | 2015-01-19 | -0/+8 |
| | | | | | Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it. | |||
* | Use env in shebang lines, and remove unneeded ones | Matthew Somerville | 2015-01-19 | -1/+1 |
| | ||||
* | Make `open311-update-reports' executable | Jon Kristensen | 2014-06-05 | -0/+0 |
| | ||||
* | Update old-style open311 script to use bodies. | Matthew Somerville | 2014-04-07 | -2/+8 |
| | | | | Add some comments to the top of the open311 bin scripts. | |||
* | Bring back open311-update-reports, GetUpdates.pm and getupdates.t | Jon Kristensen | 2014-03-11 | -0/+21 |
| | | | | | | This commit reverses the "Remove unused Open311 GetUpdates code." commit. FixaMinGata, the Swedish FixMyStreet cobrand, is still using open311-update-reports. | |||
* | Remove unused Open311 GetUpdates code. | Matthew Somerville | 2012-12-15 | -21/+0 |
| | ||||
* | Rename 'open311conf' database table to 'body'. | Matthew Somerville | 2012-12-15 | -1/+1 |
| | ||||
* | shuffle problem update code about to make it easier to test and write some tests | Struan Donald | 2011-08-12 | -61/+5 |
| | ||||
* | move problem update into problem model and add some tests, plus attempt some ↵ | Struan Donald | 2011-08-11 | -65/+1 |
| | | | | timezone things | |||
* | tweak to problem fetching query to correctly exclude problems with no ↵ | Struan Donald | 2011-08-11 | -3/+5 |
| | | | | external_id | |||
* | only get updates for visible problems | Struan Donald | 2011-08-11 | -2/+1 |
| | ||||
* | some rudimentary checks to make sure we do not put in updates that are older ↵ | Struan Donald | 2011-08-11 | -1/+15 |
| | | | | than current state in FMS | |||
* | translate text and use contact email for system user | Struan Donald | 2011-08-10 | -3/+5 |
| | ||||
* | initial update from open311 script | Struan Donald | 2011-08-09 | -0/+124 |