aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/questionnaire.t
Commit message (Collapse)AuthorAgeLines
* Simplifed "confirmation-header" for success pages.Zarino Zappia2015-02-19-4/+4
|
* Update test for changes in 6eff7846.Matthew Somerville2014-09-11-2/+2
|
* Some tweaks for Travis timeout errors.Matthew Somerville2014-07-29-1/+1
| | | | | | Hopefully this will reduce the chance of a timeout: * Wrap admin body tests in MapIt override. * Use full hostname to save a redirect each time.
* Change default email indentation to none.Matthew Somerville2014-03-17-1/+2
| | | | | This is very old, no-one seems to want/need it any more, and more than one reuser does not want it. Fixes #715.
* If only one cobrand given, always use it.Matthew Somerville2013-11-07-1/+1
| | | | | | | | | If the ALLOWED_COBRANDS configuration variable only contains one entry (and also work if it's a string rather than a list), always use that cobrand, no matter what the hostname is. The example Vagrantfile no longer needs the configuration changes at all.
* Fix test suite to run regardless of config setup.Matthew Somerville2013-10-24-10/+8
|
* Merge remote branch 'origin/zurich'Matthew Somerville2013-02-04-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Rename council column to bodies_str, and all the related code.Matthew Somerville2012-12-15-1/+1
| |
* | Merge branch 'bromley-new-statuses'Struan Donald2013-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 statusesStruan Donald2012-10-02-0/+16
| |
* | Allow closed->fixed transition in questionnaire, and spot closed problems in ↵Matthew Somerville2012-10-03-2/+24
|/ | | | response text (fix #269).
* Make sure no questionnaire emails outstanding at start of test.Matthew Somerville2012-08-17-0/+6
|
* Fetch updates as report page does, so they're displayed.Matthew Somerville2012-07-18-0/+17
|
* Fixes and improvements for tests.Matthew Somerville2012-05-16-60/+72
|
* Decode template files read in with read_file, to prevent double encoding ↵Matthew Somerville2011-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 Somerville2011-09-02-3/+8
| | | | fixes to update tests.
* correctly set mark_open/fixed in questionnaire generates updatesStruan Donald2011-06-28-0/+10
|
* display update marked as fixed text on questionnaire for all fixed statesStruan Donald2011-06-28-0/+49
|
* remove more hardcoded references to fixedStruan Donald2011-06-21-2/+7
|
* add header and footer to questionnaire success pagesStruan Donald2011-06-21-0/+1
|
* Move most of questionnaire cron to ResultSet so it can be called and tested ↵Matthew Somerville2011-06-02-24/+38
| | | | from test.
* Questionnaire tests, and fixes due to those tests.Matthew Somerville2011-05-27-0/+278