aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* fix broken open311 testsStruan Donald2013-01-17-18/+15
|
* do not attempt to process empty service list contentStruan Donald2013-01-16-1/+5
|
* include closed states in fixed statsStruan Donald2013-01-16-2/+2
|
* fix failing tests due to timing issuesStruan Donald2013-01-16-1/+1
|
* Merge branch 'bromley-new-statuses'Struan Donald2013-01-16-110/+1107
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * do not display unknown status banner on bromley siteStruan Donald2012-12-06-1/+1
| |
| * remove redeclaration of update_metaStruan Donald2012-12-06-2/+2
| |
| * Correctly implement the display of update statuses on report pagesStruan Donald2012-11-23-15/+116
| |
| * use the problem_state of the comment to set the update state ratherStruan Donald2012-11-22-9/+69
| | | | | | | | | | | | than the state of the problem in case a second update has changed the problem state since. On the of chance that there is no problem_state for the comment then fall back to the state of the problem
| * If we are sending updates to an external system we need to recordStruan Donald2012-11-22-0/+15
| | | | | | | | | | | | | | the state the update left the problem in so we can send the correct status with the update. If we don't do this then it's possible that we get an update that marks the problem as fixed as fixed and another that marks it as open and we send both with a status of open.
| * display correct names for report statuses on bromley cobrandStruan Donald2012-11-22-2/+13
| |
| * be less restrictive about how open 311 status updates can change statesStruan Donald2012-11-09-14/+24
| | | | | | | | | | as logged in council users don't have the same restrictions also, fix open311 status name of unable to fix
| * run crons a bit more frequently for testingStruan Donald2012-10-11-1/+8
| |
| * tests to make sure that fixed/open checkbox appears and behaves correctlyStruan Donald2012-10-11-0/+226
| |
| * simplfy state change code and also correct bugsStruan Donald2012-10-04-23/+83
| |
| * tweak display of closed iconStruan Donald2012-10-04-0/+9
| |
| * actually use a closed state in the testStruan Donald2012-10-04-1/+1
| |
| * order of conditions in constraints need to match exactly to make deployment ↵Struan Donald2012-10-03-2/+2
| | | | | | | | schema test pass
| * correct name of comment state constraintStruan Donald2012-10-03-2/+2
| |
| * add send_extended_statuses conf option and use in send-commentsStruan Donald2012-10-03-5/+27
| |
| * stop warning if nothing in TESTING_COUNCILSStruan Donald2012-10-03-1/+1
| |
| * add in test for FIXED statusStruan Donald2012-10-03-0/+12
| |
| * limit comment and description length to 2000 characters for bromleyStruan Donald2012-10-03-0/+10
| |
| * display correct banner for new statusesStruan Donald2012-10-02-3/+3
| |
| * update tests with new statusesStruan Donald2012-10-02-2/+85
| |
| * allow extended statuses in open311 service request updatesStruan Donald2012-10-02-7/+72
| |
| * do not display in progress banner for bromleyStruan Donald2012-10-02-1/+1
| |
| * improve the problem state update meta wording on displayStruan Donald2012-10-02-0/+4
| |
| * count planned and action scheduled as the same in the dashboardStruan Donald2012-10-02-2/+36
| |
| * do not used planned status but use new action scheduled insteadStruan Donald2012-10-02-62/+68
| | | | | | | | | | 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-16/+59
| |
| * tidy up status names in DB, improve tests a littleStruan Donald2012-10-01-11/+111
| |
| * Don't have the list of states harcoded in more than one placeStruan Donald2012-10-01-5/+45
| | | | | | | | Also sort out some warnings that were being issues during tests
| * initial work to handle changed problem statesStruan Donald2012-08-31-21/+111
| |
* | seesomething auth templatesStruan Donald2013-01-15-0/+53
| |
* | update questionnaire page wording for southamptonStruan Donald2013-01-11-0/+4
| |
* | change frontpage description text for southampton cobrandStruan Donald2013-01-10-1/+14
| |
* | approved text for seesomething report sent confirmation emailStruan Donald2013-01-10-4/+5
| |
* | genericise generating the correct base url for a problem for two tierStruan Donald2013-01-10-72/+131
| | | | | | | | council cobrands.
* | fix name of seesomething cobrand report to addressStruan Donald2013-01-09-1/+7
| |
* | better name and use DO_NOT_REPLY_EMAIL conf option for anonymous accountStruan Donald2013-01-08-1/+1
| |
* | Merge remote-tracking branch 'origin/master'Struan Donald2013-01-08-7/+40
|\ \
| * \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreetDave Whiteland2013-01-08-0/+4
| |\ \
| * | | allow FMB's devolved Open311 endpoints to updates (send-comments)Dave Whiteland2013-01-08-0/+12
| | | |
| * | | added two more external_bodies to FixMyBarangay's hard-coded departmentsDave Whiteland2013-01-08-7/+28
| | | |
* | | | correct typoStruan Donald2013-01-08-1/+1
| |/ / |/| |
* | | seesomething needs to run send-reports and send-reports onlyStruan Donald2013-01-08-0/+4
|/ /
* | ignore seesomething cobrand as it is pulled in from another repoStruan Donald2013-01-07-0/+1
| |
* | Merge remote-tracking branch 'origin/master'Struan Donald2013-01-07-3/+6
|\ \
| * | .hidden hides completely from front end CSS.Matthew Somerville2013-01-07-3/+3
| | |