Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 |
| | ||||
* | Merge remote branch 'origin/zurich' | Matthew Somerville | 2013-02-04 | -30/+31 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -6/+6 |
| | | | | | | | | than one body. | |||
| * | Convert PopulateServiceList to use body IDs. | Matthew Somerville | 2012-12-15 | -29/+30 |
| | | ||||
| * | 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 | -1/+1 |
| | | ||||
* | | don't do Open311 service discovery for departments in FixMyBarangay project ↵ | Dave Whiteland | 2013-01-29 | -1/+1 |
|/ | | | | (yet) | |||
* | do not fall over if there is unexpectedly no meta data for a service code | Struan Donald | 2012-11-23 | -0/+8 |
| | ||||
* | Merge branch 'stevenage' | Struan Donald | 2012-11-19 | -0/+6 |
|\ | | | | | | | | | | | | | | | | | | | 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 |
| | | ||||
* | | 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 remote branch 'origin/master' into fmb-read-only | Dave Whiteland | 2012-05-29 | -6/+37 |
|\| | | | | | | | | | | | | | | | | | | | | | 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 verbose option and apply to print statements | Struan Donald | 2012-04-23 | -4/+5 |
| | | ||||
| * | correct function name | Struan Donald | 2012-04-23 | -1/+1 |
| | | ||||
| * | more populate tests and also cope with bromley non display fields | Struan Donald | 2012-03-22 | -0/+26 |
| | | ||||
* | | need to check for 'open311' send_method because (naughtily) there may be ↵ | Dave Whiteland | 2012-05-01 | -0/+1 |
|/ | | | | services in there that are not open311 (later: rename table?) | |||
* | printf not sprintf | Struan Donald | 2011-10-21 | -1/+1 |
| | ||||
* | temporary fix to make cambridgeshire use description and not service_name | Struan Donald | 2011-10-21 | -4/+12 |
| | ||||
* | Do not process council if not endpoint or no services | Struan Donald | 2011-10-21 | -0/+5 |
| | ||||
* | remove out of date FIXME | Struan Donald | 2011-10-11 | -1/+0 |
| | ||||
* | if we have two conflicting existing contacts then skip the update | Struan Donald | 2011-10-11 | -1/+15 |
| | ||||
* | do not die if we update a contact and there is one with the same category | Struan Donald | 2011-10-11 | -13/+20 |
| | ||||
* | test existing contacts are deleted | Struan Donald | 2011-10-11 | -1/+3 |
| | | | | udpate service code for contact with same category | |||
* | handle change of service name for existing service code | Struan Donald | 2011-10-11 | -2/+2 |
| | ||||
* | rewrite populate service list to enable testing and add some tests | Struan Donald | 2011-10-10 | -0/+205 |