Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'bromley-new-statuses' | Struan Donald | 2013-01-16 | -0/+16 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
| * | update tests with new statuses | Struan Donald | 2012-10-02 | -0/+16 |
| | | ||||
* | | Allow closed->fixed transition in questionnaire, and spot closed problems in ↵ | Matthew Somerville | 2012-10-03 | -2/+24 |
|/ | | | | response text (fix #269). | |||
* | Make sure no questionnaire emails outstanding at start of test. | Matthew Somerville | 2012-08-17 | -0/+6 |
| | ||||
* | Fetch updates as report page does, so they're displayed. | Matthew Somerville | 2012-07-18 | -0/+17 |
| | ||||
* | Fixes and improvements for tests. | Matthew Somerville | 2012-05-16 | -60/+72 |
| | ||||
* | Decode template files read in with read_file, to prevent double encoding ↵ | Matthew Somerville | 2011-09-20 | -3/+29 |
| | | | | (fixes #159). Also fix Welsh I18N test. | |||
* | Fix questionnaire test (broke due to being 6 months after fixed date); more ↵ | Matthew Somerville | 2011-09-02 | -3/+8 |
| | | | | fixes to update tests. | |||
* | correctly set mark_open/fixed in questionnaire generates updates | Struan Donald | 2011-06-28 | -0/+10 |
| | ||||
* | display update marked as fixed text on questionnaire for all fixed states | Struan Donald | 2011-06-28 | -0/+49 |
| | ||||
* | remove more hardcoded references to fixed | Struan Donald | 2011-06-21 | -2/+7 |
| | ||||
* | add header and footer to questionnaire success pages | Struan Donald | 2011-06-21 | -0/+1 |
| | ||||
* | Move most of questionnaire cron to ResultSet so it can be called and tested ↵ | Matthew Somerville | 2011-06-02 | -24/+38 |
| | | | | from test. | |||
* | Questionnaire tests, and fixes due to those tests. | Matthew Somerville | 2011-05-27 | -0/+278 |