Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update old-style open311 script to use bodies. | Matthew Somerville | 2014-04-07 | -13/+9 |
| | | | | Add some comments to the top of the open311 bin scripts. | |||
* | Add test for de47a7f. | Matthew Somerville | 2014-03-12 | -1/+1 |
| | | | | | | This tests that the default string used by the old-style Open311 update code if there is no incoming string and the report is marked fixed, is translated. | |||
* | Merge remote branch 'origin/sweden-rebase' | Matthew Somerville | 2014-03-11 | -0/+84 |
|\ | | | | | | | | | | | | | Conflicts: bin/update-schema locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po perllib/FixMyStreet/DB/Result/Body.pm | |||
| * | Make sure language is set before updating report. | Matthew Somerville | 2014-03-11 | -0/+2 |
| | | | | | | | | So that e.g. 'Closed by council' is translated. | |||
| * | Bring back open311-update-reports, GetUpdates.pm and getupdates.t | Jon Kristensen | 2014-03-11 | -0/+82 |
| | | | | | | | | | | | | This commit reverses the "Remove unused Open311 GetUpdates code." commit. FixaMinGata, the Swedish FixMyStreet cobrand, is still using open311-update-reports. | |||
* | | Fix uncommon Open311 errors on processing updates. | Hakim Cassimally | 2014-02-27 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | Fixes #677. The query to fetch the related alert sometimes: * retrieves no result, causing an error on $alert->id * retrieves multiple results, causing deprecation warnings (e.g. which may at some point become future errors in DBIC) This commit turns the resultset('DB::Alert')->find(...) into a search(...) and loops over the results, to suppress them. | |||
* | | Don't update problem state from service request if currently hidden. | Matthew Somerville | 2014-01-30 | -1/+3 |
|/ | ||||
* | Replaced hardcoded Mapit-URL in error message to use variable from config ↵ | Rikard | 2013-08-30 | -1/+2 |
| | | | | instead | |||
* | Check for only one result, fixes #359. | Matthew Somerville | 2013-03-18 | -1/+4 |
| | ||||
* | Remove *_local tz functions, set timezone on fetching original columns from ↵ | Matthew Somerville | 2013-02-14 | -1/+1 |
| | | | | database. | |||
* | Remove all special body handling in order to move FMB to use bodies properly. | Matthew Somerville | 2013-02-04 | -6/+4 |
| | ||||
* | Merge remote branch 'origin/zurich' | Matthew Somerville | 2013-02-04 | -127/+46 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -11/+12 |
| | | | | | | | | than one body. | |||
| * | Rename a few more less important variables. | Matthew Somerville | 2012-12-15 | -4/+4 |
| | | ||||
| * | Rename council column to bodies_str, and all the related code. | Matthew Somerville | 2012-12-15 | -10/+10 |
| | | ||||
| * | Convert PopulateServiceList to use body IDs. | Matthew Somerville | 2012-12-15 | -30/+30 |
| | | ||||
| * | Remove unused Open311 GetUpdates code. | Matthew Somerville | 2012-12-15 | -82/+0 |
| | | ||||
| * | Rename area_id on Contacts table to body_id. | Matthew Somerville | 2012-12-15 | -3/+3 |
| | | | | | | | | Add foreign key constraint from contacts to body. | |||
| * | Rename 'open311conf' database table to 'body'. | Matthew Somerville | 2012-12-15 | -2/+2 |
| | | ||||
* | | don't do Open311 service discovery for departments in FixMyBarangay project ↵ | Dave Whiteland | 2013-01-29 | -1/+1 |
| | | | | | | | | (yet) | |||
* | | tidy up hardcoded council (area) ids | Dave Whiteland | 2013-01-21 | -4/+5 |
| | | ||||
* | | add Oxfordshire's non-standard endpoint for service request updates | Dave Whiteland | 2013-01-21 | -0/+7 |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' | Struan Donald | 2013-01-21 | -6/+8 |
|\ \ | ||||
| * | | use jurisdiction to identify external bodies for FixMyBarangay's status ↵ | Dave Whiteland | 2013-01-20 | -6/+8 |
| |/ | | | | | | | updates coming from endpoints in devolved contacts | |||
* | | Merge branch 'bromley-new-statuses' | Struan Donald | 2013-01-16 | -6/+26 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
| * | be less restrictive about how open 311 status updates can change states | Struan Donald | 2012-11-09 | -7/+5 |
| | | | | | | | | | | as logged in council users don't have the same restrictions also, fix open311 status name of unable to fix | |||
| * | simplfy state change code and also correct bugs | Struan Donald | 2012-10-04 | -17/+27 |
| | | ||||
| * | tidy up status names in DB, improve tests a little | Struan Donald | 2012-10-01 | -0/+2 |
| | | ||||
| * | initial work to handle changed problem states | Struan Donald | 2012-08-31 | -2/+12 |
| | | ||||
* | | do not fall over if there is unexpectedly no meta data for a service code | Struan Donald | 2012-11-23 | -0/+8 |
| | | ||||
* | | correct typo in special casing bromley service request updates endpoint | Struan Donald | 2012-11-21 | -1/+1 |
| | | ||||
* | | slightly more useful error messages if fetching Open311 service request ↵ | Struan Donald | 2012-11-21 | -1/+1 |
| | | | | | | | | updates fails | |||
* | | Merge branch 'stevenage' | Struan Donald | 2012-11-19 | -0/+21 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/crontab.ugly perllib/FixMyStreet/Cobrand/Default.pm perllib/Open311.pm templates/web/fixmystreet/around/postcode_form.html | |||
| * | | handle updates to meta data as well as meta data when a contact is created | Struan Donald | 2012-10-18 | -0/+6 |
| | | | ||||
| * | | add script to fetch last 24 hours of updates as a backup and default to last ↵ | Struan Donald | 2012-10-17 | -0/+8 |
| | | | | | | | | | | | | 2 hours in standard script | |||
| * | | bring service request updates in line with our spec | Struan Donald | 2012-10-08 | -0/+7 |
| | | | ||||
| * | | Always use 'reopened', and don't set mark_open for Open311 received updates. | Matthew Somerville | 2012-09-05 | -1/+0 |
| | | | ||||
| * | | handle re-opening of problems via open311 service requests updates correctly | Struan Donald | 2012-09-05 | -0/+1 |
| |/ | | | | | | | also small tweaks to display of update meta information | |||
* | | More cron quietening, only show full Open311 first time, then summarise. | Matthew Somerville | 2012-10-05 | -1/+3 |
| | | ||||
* | | Improve error message. | Matthew Somerville | 2012-10-04 | -1/+2 |
| | | ||||
* | | Caseinsensitive match. | Matthew Somerville | 2012-10-04 | -1/+1 |
| | | ||||
* | | Add warning option to Open311 populate, to show warnings. | Matthew Somerville | 2012-10-04 | -7/+10 |
| | | ||||
* | | Merge branch 'master' into fmb-read-only | Dave Whiteland | 2012-06-25 | -8/+4 |
|\| | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css perllib/FixMyStreet/Cobrand/FixMyStreet.pm | |||
| * | Use problem_state column rather than mark_fixed for updates from council. | Matthew Somerville | 2012-06-06 | -4/+2 |
| | | ||||
| * | always update the last update time on problems when fetching comments | Struan Donald | 2012-05-30 | -4/+2 |
| | | ||||
* | | Merge remote branch 'origin/master' into fmb-read-only | Dave Whiteland | 2012-05-29 | -6/+173 |
|\| | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-reports perllib/FixMyStreet/Cobrand/Default.pm perllib/FixMyStreet/Cobrand/FixMyStreet.pm templates/web/fixmystreet/alert/index.html templates/web/fixmystreet/around/display_location.html web/cobrands/fixmystreet/_layout.scss web/js/map-OpenLayers.js | |||
| * | do not put empty arrays into extra field of contacts and ignore them if they ↵ | Struan Donald | 2012-05-25 | -1/+5 |
| | | | | | | | | are there | |||
| * | add ability to suppress alerts to report creator on | Struan Donald | 2012-05-11 | -0/+16 |
| | | | | | | | | comments updated from open311 | |||
| * | fix typo | Struan Donald | 2012-05-08 | -1/+1 |
| | | ||||
| * | tests for ignoring old comment state and related fixes | Struan Donald | 2012-04-27 | -3/+3 |
| | |