aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
Commit message (Collapse)AuthorAgeLines
...
| * Migrate Reports.pm to use bodies, not areas.Matthew Somerville2012-12-15-0/+5
| |
| * Make from_body a foreign key.Matthew Somerville2012-12-15-20/+24
| |
| * Fix for a missed council column rename, and a test that would have caught it.Matthew Somerville2012-12-15-0/+63
| |
| * Update admin code and tests to work with bodies.Matthew Somerville2012-12-15-40/+43
| |
| * Update tests for new names of things and bodies needing to exist.Matthew Somerville2012-12-15-19/+35
| |
| * Rename council column to bodies_str, and all the related code.Matthew Somerville2012-12-15-27/+27
| |
| * Rename area_id on Contacts table to body_id.Matthew Somerville2012-12-15-13/+13
| | | | | | | | Add foreign key constraint from contacts to body.
| * Rename from_council to from_body, and small related changes.Matthew Somerville2012-12-15-17/+17
| |
| * Rename 'open311conf' database table to 'body'.Matthew Somerville2012-12-15-4/+4
| |
* | Do not mark initial comment that is confirmed as reopened. Fixes #377.Struan Donald2013-01-29-15/+55
| |
* | Delete test RSS user better using function for it.Matthew Somerville2013-01-28-2/+2
| |
* | Improve tests to not assume BASE_URL is localhost, and remove couple of ↵Matthew Somerville2013-01-28-7/+8
| | | | | | | | warnings.
* | test update meta for internal referral stateStruan Donald2013-01-17-0/+13
| |
* | add internal review status to problemsStruan Donald2013-01-17-0/+42
| |
* | fix failing tests due to timing issuesStruan Donald2013-01-16-1/+1
| |
* | Merge branch 'bromley-new-statuses'Struan Donald2013-01-16-37/+467
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | remove redeclaration of update_metaStruan Donald2012-12-06-2/+2
| | |
| * | Correctly implement the display of update statuses on report pagesStruan Donald2012-11-23-1/+100
| | |
| * | tests to make sure that fixed/open checkbox appears and behaves correctlyStruan Donald2012-10-11-0/+226
| | |
| * | display correct banner for new statusesStruan Donald2012-10-02-1/+1
| | |
| * | update tests with new statusesStruan Donald2012-10-02-2/+53
| | |
| * | count planned and action scheduled as the same in the dashboardStruan Donald2012-10-02-1/+31
| | |
| * | do not used planned status but use new action scheduled insteadStruan Donald2012-10-02-23/+11
| | | | | | | | | | | | | | | NB: planned still listed in some places to account for old reports some test coverage improvements
| * | change update form to use new statusesStruan Donald2012-10-01-12/+48
| | |
* | | genericise generating the correct base url for a problem for two tierStruan Donald2013-01-10-50/+107
| | | | | | | | | | | | council cobrands.
* | | tests for the auto_confirm with no login and for accepting no user detailsStruan Donald2012-12-21-0/+113
| |/ |/|
* | Consolidate user searching to one admin page.Matthew Somerville2012-11-26-3/+2
| |
* | Merge branch 'stevenage'Struan Donald2012-11-19-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/crontab.ugly perllib/FixMyStreet/Cobrand/Default.pm perllib/Open311.pm templates/web/fixmystreet/around/postcode_form.html
| * | change the way we get open311 singlelist data so we can order itStruan Donald2012-10-22-1/+1
| | | | | | | | | | | | correctly for display
* | | Remove unused function, add gridref test.Matthew Somerville2012-11-12-0/+5
| | |
* | | Some fixes for when warnings are on during test run.Matthew Somerville2012-11-09-2/+2
| | |
* | | If update alert email is to problem reporter, make it a login link.Matthew Somerville2012-10-12-4/+14
| | | | | | | | | | | | | | | This is so they can more easily update, especially if the update they've just received has mistakingly 'fixed' the report. This fixes #7.
* | | If there is no user title submitted with a problem then do not set the DB fieldStruan Donald2012-10-12-0/+47
| | |
* | | skip fmb based tests if the cobrand is not enabledStruan Donald2012-10-09-53/+57
| | |
* | | set interest_count default to 0 as null + 1 = null in postgres :(Struan Donald2012-10-09-0/+139
| | | | | | | | | | | | tests for the ui for interest_count as well
* | | Allow closed->fixed transition in questionnaire, and spot closed problems in ↵Matthew Somerville2012-10-03-2/+24
| | | | | | | | | | | | response text (fix #269).
* | | don't penalise testers with short little names (like 'dave'): allow ↵Dave Whiteland2012-10-03-1/+1
| | | | | | | | | | | | linebreaks in test match string (non public alerts)
* | | Can't use front page stats/list due to memcache (disable for tests?); also ↵Matthew Somerville2012-09-07-5/+8
|/ / | | | | | | might be existing reports.
* | Merge branch 'private-categories'Struan Donald2012-09-06-151/+569
|\ \
| * | add non public status editing of contacts to adminStruan Donald2012-09-05-3/+26
| | |
| * | add non_public status for report editing to adminStruan Donald2012-09-05-146/+172
| | |
| * | do no send alerts for non public reportsStruan Donald2012-09-04-0/+190
| | |
| * | add in some test descriptionsStruan Donald2012-09-04-3/+2
| | |
| * | check non public reports are included in front page statsStruan Donald2012-09-04-0/+2
| | |
| * | make around test for non public reports work, and do not display nonStruan Donald2012-09-03-0/+1
| | | | | | | | | | | | public reports on around page
| * | tests for non public reports on around pageStruan Donald2012-09-03-0/+25
| | |
| * | move add and delete problem utility functions to test mechStruan Donald2012-09-03-59/+18
| | | | | | | | | | | | add in non public problem tests for front page
| * | do not display non public reports in reports list for a councilStruan Donald2012-09-03-2/+95
| | | | | | | | | | | | do include non public reports in council stats
| * | reports made with non public categories are set as non publicStruan Donald2012-08-31-0/+69
| | |
| * | display non public reports to creator if logged inStruan Donald2012-08-31-0/+22
| | |