Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove liberror-perl and libsoap-lite-perl. | Matthew Somerville | 2014-11-05 | -1/+0 |
| | | | | | | Try and save other people the potential pain of installing SOAP::Lite; only UK FixMyStreet and Zurich geocoder use it, so set it as an optional feature in the cpanfile instead. | |||
* | Consolidate sending backoff for different types of sender. | Matthew Somerville | 2013-05-02 | -3/+0 |
| | ||||
* | Make sure constant is used. | Matthew Somerville | 2013-02-05 | -1/+1 |
| | ||||
* | Remove all special body handling in order to move FMB to use bodies properly. | Matthew Somerville | 2013-02-04 | -3/+3 |
| | ||||
* | Merge remote branch 'origin/master' | Matthew Somerville | 2013-02-04 | -0/+7 |
|\ | | | | | | | | | Conflicts: bin/send-comments | |||
| * | explicitly stop Oxfordshire Open311 endpoint sending comments; it only ↵ | Dave Whiteland | 2013-02-04 | -0/+7 |
| | | | | | | | | receives them (currently we don't make the distinction in config) | |||
* | | Merge remote branch 'origin/zurich' | Matthew Somerville | 2013-02-04 | -12/+12 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/open311-populate-service-list bin/send-comments bin/update-all-reports conf/crontab.ugly db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/App/Controller/Reports.pm perllib/FixMyStreet/Cobrand/Default.pm perllib/FixMyStreet/Cobrand/LichfieldDC.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/ResultSet/Problem.pm perllib/FixMyStreet/SendReport.pm perllib/FixMyStreet/SendReport/Email.pm perllib/FixMyStreet/SendReport/Open311.pm perllib/Open311/GetServiceRequestUpdates.pm perllib/Open311/PopulateServiceList.pm t/app/controller/report_new.t t/app/controller/rss.t templates/web/bromley/report/display.html templates/web/default/admin/council_contacts.html templates/web/default/common_header_tags.html templates/web/default/dashboard/index.html templates/web/default/front/stats.html templates/web/default/report/_main.html templates/web/default/report/update-form.html templates/web/emptyhomes/index.html templates/web/emptyhomes/report/display.html templates/web/emptyhomes/report/new/councils_text_all.html templates/web/emptyhomes/reports/body.html templates/web/emptyhomes/reports/index.html templates/web/fixmystreet/report/new/fill_in_details_form.html templates/web/fixmystreet/report/update-form.html web/cobrands/fixmystreet/fixmystreet.js web/js/fixmystreet.js | |||
| * | Allow bodies to span multiple area IDs, and areas can be covered by more ↵ | Matthew Somerville | 2012-12-19 | -3/+3 |
| | | | | | | | | than one body. | |||
| * | Remove some linkages between area and body IDs. | Matthew Somerville | 2012-12-15 | -1/+1 |
| | | ||||
| * | Rename council column to bodies_str, and all the related code. | Matthew Somerville | 2012-12-15 | -10/+10 |
| | | ||||
| * | Rename 'open311conf' database table to 'body'. | Matthew Somerville | 2012-12-15 | -1/+1 |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' | Struan Donald | 2013-01-21 | -2/+5 |
|\ \ | ||||
| * | | fix comment in send-comments | Dave Whiteland | 2013-01-20 | -2/+5 |
| | | | ||||
* | | | Merge branch 'bromley-new-statuses' | Struan Donald | 2013-01-16 | -1/+8 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-comments conf/crontab.ugly db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/ResultSet/Problem.pm perllib/Open311.pm t/app/controller/report_updates.t t/open311.t templates/web/default/report/display.html templates/web/default/report/updates.html templates/web/fixmystreet/report/display.html | |||
| * | | add send_extended_statuses conf option and use in send-comments | Struan Donald | 2012-10-03 | -1/+7 |
| | | | ||||
* | | | allow FMB's devolved Open311 endpoints to updates (send-comments) | Dave Whiteland | 2013-01-08 | -0/+12 |
| |/ |/| | ||||
* | | another typo for bromely special casing of open311 endpoints | Struan Donald | 2012-11-21 | -1/+1 |
| | | ||||
* | | turn on extended updates for bromley and special case their endpoint | Struan Donald | 2012-11-19 | -0/+13 |
|/ | ||||
* | if title not present in extra for a Bromley update set it from user | Struan Donald | 2012-07-02 | -0/+12 |
| | ||||
* | only send comments if problem was sent by Open311 | Struan Donald | 2012-05-29 | -0/+1 |
| | ||||
* | specify which table we want for fields | Struan Donald | 2012-04-30 | -2/+2 |
| | ||||
* | only send confirmed comments | Struan Donald | 2012-04-30 | -0/+2 |
| | ||||
* | do not send comments with an external id | Struan Donald | 2012-04-27 | -0/+1 |
| | ||||
* | update whensent when a comment is succesfully sent | Struan Donald | 2012-04-25 | -2/+4 |
| | ||||
* | set jurisdiction and api_key for Open311 | Struan Donald | 2012-04-25 | -1/+3 |
| | ||||
* | open311 sendmethod now has capital o | Struan Donald | 2012-04-25 | -1/+1 |
| | ||||
* | correctly calculate how long since we last failed to send | Struan Donald | 2012-03-27 | -1/+1 |
| | ||||
* | make executable | Struan Donald | 2012-03-26 | -0/+0 |
| | ||||
* | when_sent -> whensent for consistency | Struan Donald | 2012-03-26 | -1/+1 |
| | ||||
* | initial very basic send comments wrapper | Struan Donald | 2012-03-26 | -0/+92 |