Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Disable dashboard.t | Matthew Somerville | 2013-02-04 | -0/+4 |
| | ||||
* | Merge remote branch 'origin/zurich' | Matthew Somerville | 2013-02-04 | -6/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
| * | Update tests for new names of things and bodies needing to exist. | Matthew Somerville | 2012-12-15 | -3/+5 |
| | | ||||
| * | Rename area_id on Contacts table to body_id. | Matthew Somerville | 2012-12-15 | -2/+2 |
| | | | | | | | | Add foreign key constraint from contacts to body. | |||
| * | Rename from_council to from_body, and small related changes. | Matthew Somerville | 2012-12-15 | -1/+1 |
| | | ||||
* | | count planned and action scheduled as the same in the dashboard | Struan Donald | 2012-10-02 | -1/+31 |
| | | ||||
* | | do not used planned status but use new action scheduled instead | Struan Donald | 2012-10-02 | -11/+11 |
|/ | | | | | NB: planned still listed in some places to account for old reports some test coverage improvements | |||
* | Treat Other more like a normal category. | Matthew Somerville | 2012-07-19 | -2/+2 |
| | ||||
* | Fix test (change was in b1ccde8). | Matthew Somerville | 2012-07-16 | -1/+1 |
| | ||||
* | make tests pass if run on a Monday | Struan Donald | 2012-06-18 | -10/+12 |
| | ||||
* | problem_status is only set for council user updates so check for | Struan Donald | 2012-05-24 | -1/+1 |
| | | | | mark_fixed and null problem_status to identify user - fixed updates | |||
* | add closed state to page | Struan Donald | 2012-05-16 | -0/+20 |
| | ||||
* | check that all fixed states covered | Struan Donald | 2012-05-16 | -2/+17 |
| | ||||
* | add in tests for report counts at bottom of dashboard | Struan Donald | 2012-05-16 | -8/+107 |
| | ||||
* | tests for limiting by ward | Struan Donald | 2012-05-15 | -1/+31 |
| | ||||
* | tests for date counting and limiting by category | Struan Donald | 2012-05-15 | -0/+226 |
| | ||||
* | more detailed tests of problem counts | Struan Donald | 2012-05-15 | -7/+127 |
| | ||||
* | check one report included in figures | Struan Donald | 2012-05-15 | -4/+47 |
| | ||||
* | add in some basic tests of data | Struan Donald | 2012-05-14 | -0/+45 |
| | ||||
* | add council name to dashboard | Struan Donald | 2012-05-14 | -2/+1 |
| | ||||
* | basic dashbaord tests | Struan Donald | 2012-05-14 | -0/+42 |