Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge remote branch 'origin/zurich' | Matthew Somerville | 2013-02-04 | -276/+54 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -7/+12 |
| | | | | | | | | than one body. | |||
| * | Update tests for new names of things and bodies needing to exist. | Matthew Somerville | 2012-12-15 | -51/+22 |
| | | ||||
| * | Remove unused Open311 GetUpdates code. | Matthew Somerville | 2012-12-15 | -198/+0 |
| | | ||||
| * | Rename area_id on Contacts table to body_id. | Matthew Somerville | 2012-12-15 | -20/+20 |
| | | | | | | | | Add foreign key constraint from contacts to body. | |||
| * | Rename 'open311conf' database table to 'body'. | Matthew Somerville | 2012-12-15 | -9/+9 |
| | | ||||
* | | add internal review status to problems | Struan Donald | 2013-01-17 | -0/+12 |
| | | ||||
* | | Merge branch 'bromley-new-statuses' | Struan Donald | 2013-01-16 | -14/+148 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -4/+16 |
| | | | | | | | | | | 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 | -6/+56 |
| | | ||||
| * | actually use a closed state in the test | Struan Donald | 2012-10-04 | -1/+1 |
| | | ||||
| * | add in test for FIXED status | Struan Donald | 2012-10-03 | -0/+12 |
| | | ||||
| * | do not used planned status but use new action scheduled instead | Struan Donald | 2012-10-02 | -12/+0 |
| | | | | | | | | | | NB: planned still listed in some places to account for old reports some test coverage improvements | |||
| * | tidy up status names in DB, improve tests a little | Struan Donald | 2012-10-01 | -4/+28 |
| | | ||||
| * | initial work to handle changed problem states | Struan Donald | 2012-08-31 | -6/+54 |
| | | ||||
* | | do not fall over if there is unexpectedly no meta data for a service code | Struan Donald | 2012-11-23 | -0/+13 |
| | | ||||
* | | handle updates to meta data as well as meta data when a contact is created | Struan Donald | 2012-10-18 | -0/+165 |
| | | ||||
* | | bring service request updates in line with our spec | Struan Donald | 2012-10-08 | -9/+9 |
| | | ||||
* | | update getservice request tests for open311-fms version | Struan Donald | 2012-09-07 | -10/+31 |
| | | ||||
* | | Always use 'reopened', and don't set mark_open for Open311 received updates. | Matthew Somerville | 2012-09-05 | -2/+2 |
| | | ||||
* | | handle re-opening of problems via open311 service requests updates correctly | Struan Donald | 2012-09-05 | -2/+2 |
|/ | | | | also small tweaks to display of update meta information | |||
* | Use problem_state column rather than mark_fixed for updates from council. | Matthew Somerville | 2012-06-06 | -3/+8 |
| | ||||
* | add ability to suppress alerts to report creator on | Struan Donald | 2012-05-11 | -0/+66 |
| | | | | comments updated from open311 | |||
* | tests for ignoring old comment state and related fixes | Struan Donald | 2012-04-27 | -0/+57 |
| | ||||
* | use correct method name | Struan Donald | 2012-04-27 | -4/+4 |
| | ||||
* | tests for time and comment replacement plus fixes for comment time | Struan Donald | 2012-03-28 | -0/+97 |
| | ||||
* | add in start end date limits for get service request updates | Struan Donald | 2012-03-27 | -0/+46 |
| | ||||
* | more populate tests and also cope with bromley non display fields | Struan Donald | 2012-03-22 | -0/+298 |
| | ||||
* | regularise data structure in open311 module as that is more sensible | Struan Donald | 2012-03-20 | -1/+1 |
| | ||||
* | make sure external ids for problems and comments are only unique per council | Struan Donald | 2012-03-20 | -1/+72 |
| | ||||
* | tests for mark_open and mark_fixed | Struan Donald | 2012-03-20 | -0/+56 |
| | ||||
* | slightly less convulted test data structure | Struan Donald | 2012-03-20 | -4/+4 |
| | ||||
* | add first pass of update comments method and tests | Struan Donald | 2012-03-19 | -4/+75 |
| | ||||
* | initial get serivce request updates method and tests | Struan Donald | 2012-03-19 | -0/+68 |
| | ||||
* | if we have two conflicting existing contacts then skip the update | Struan Donald | 2011-10-11 | -4/+63 |
| | ||||
* | reduce duplicate code | Struan Donald | 2011-10-11 | -135/+38 |
| | ||||
* | test existing contacts are deleted | Struan Donald | 2011-10-11 | -1/+71 |
| | | | | udpate service code for contact with same category | |||
* | handle change of service name for existing service code | Struan Donald | 2011-10-11 | -0/+75 |
| | ||||
* | rewrite populate service list to enable testing and add some tests | Struan Donald | 2011-10-10 | -0/+148 |
| | ||||
* | fix failing test and remove debug code | Struan Donald | 2011-08-22 | -4/+4 |
| | ||||
* | shuffle problem update code about to make it easier to test and write some tests | Struan Donald | 2011-08-12 | -0/+198 |