Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fix broken open311 tests | Struan Donald | 2013-01-17 | -18/+15 |
| | ||||
* | do not attempt to process empty service list content | Struan Donald | 2013-01-16 | -1/+5 |
| | ||||
* | include closed states in fixed stats | Struan Donald | 2013-01-16 | -2/+2 |
| | ||||
* | fix failing tests due to timing issues | Struan Donald | 2013-01-16 | -1/+1 |
| | ||||
* | Merge branch 'bromley-new-statuses' | Struan Donald | 2013-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 site | Struan Donald | 2012-12-06 | -1/+1 |
| | | ||||
| * | remove redeclaration of update_meta | Struan Donald | 2012-12-06 | -2/+2 |
| | | ||||
| * | Correctly implement the display of update statuses on report pages | Struan Donald | 2012-11-23 | -15/+116 |
| | | ||||
| * | use the problem_state of the comment to set the update state rather | Struan Donald | 2012-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 record | Struan Donald | 2012-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 cobrand | Struan Donald | 2012-11-22 | -2/+13 |
| | | ||||
| * | be less restrictive about how open 311 status updates can change states | Struan Donald | 2012-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 testing | Struan Donald | 2012-10-11 | -1/+8 |
| | | ||||
| * | tests to make sure that fixed/open checkbox appears and behaves correctly | Struan Donald | 2012-10-11 | -0/+226 |
| | | ||||
| * | simplfy state change code and also correct bugs | Struan Donald | 2012-10-04 | -23/+83 |
| | | ||||
| * | tweak display of closed icon | Struan Donald | 2012-10-04 | -0/+9 |
| | | ||||
| * | actually use a closed state in the test | Struan Donald | 2012-10-04 | -1/+1 |
| | | ||||
| * | order of conditions in constraints need to match exactly to make deployment ↵ | Struan Donald | 2012-10-03 | -2/+2 |
| | | | | | | | | schema test pass | |||
| * | correct name of comment state constraint | Struan Donald | 2012-10-03 | -2/+2 |
| | | ||||
| * | add send_extended_statuses conf option and use in send-comments | Struan Donald | 2012-10-03 | -5/+27 |
| | | ||||
| * | stop warning if nothing in TESTING_COUNCILS | Struan Donald | 2012-10-03 | -1/+1 |
| | | ||||
| * | add in test for FIXED status | Struan Donald | 2012-10-03 | -0/+12 |
| | | ||||
| * | limit comment and description length to 2000 characters for bromley | Struan Donald | 2012-10-03 | -0/+10 |
| | | ||||
| * | display correct banner for new statuses | Struan Donald | 2012-10-02 | -3/+3 |
| | | ||||
| * | update tests with new statuses | Struan Donald | 2012-10-02 | -2/+85 |
| | | ||||
| * | allow extended statuses in open311 service request updates | Struan Donald | 2012-10-02 | -7/+72 |
| | | ||||
| * | do not display in progress banner for bromley | Struan Donald | 2012-10-02 | -1/+1 |
| | | ||||
| * | improve the problem state update meta wording on display | Struan Donald | 2012-10-02 | -0/+4 |
| | | ||||
| * | count planned and action scheduled as the same in the dashboard | Struan Donald | 2012-10-02 | -2/+36 |
| | | ||||
| * | do not used planned status but use new action scheduled instead | Struan Donald | 2012-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 statuses | Struan Donald | 2012-10-01 | -16/+59 |
| | | ||||
| * | tidy up status names in DB, improve tests a little | Struan Donald | 2012-10-01 | -11/+111 |
| | | ||||
| * | Don't have the list of states harcoded in more than one place | Struan Donald | 2012-10-01 | -5/+45 |
| | | | | | | | | Also sort out some warnings that were being issues during tests | |||
| * | initial work to handle changed problem states | Struan Donald | 2012-08-31 | -21/+111 |
| | | ||||
* | | seesomething auth templates | Struan Donald | 2013-01-15 | -0/+53 |
| | | ||||
* | | update questionnaire page wording for southampton | Struan Donald | 2013-01-11 | -0/+4 |
| | | ||||
* | | change frontpage description text for southampton cobrand | Struan Donald | 2013-01-10 | -1/+14 |
| | | ||||
* | | approved text for seesomething report sent confirmation email | Struan Donald | 2013-01-10 | -4/+5 |
| | | ||||
* | | genericise generating the correct base url for a problem for two tier | Struan Donald | 2013-01-10 | -72/+131 |
| | | | | | | | | council cobrands. | |||
* | | fix name of seesomething cobrand report to address | Struan Donald | 2013-01-09 | -1/+7 |
| | | ||||
* | | better name and use DO_NOT_REPLY_EMAIL conf option for anonymous account | Struan Donald | 2013-01-08 | -1/+1 |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' | Struan Donald | 2013-01-08 | -7/+40 |
|\ \ | ||||
| * \ | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet | Dave Whiteland | 2013-01-08 | -0/+4 |
| |\ \ | ||||
| * | | | allow FMB's devolved Open311 endpoints to updates (send-comments) | Dave Whiteland | 2013-01-08 | -0/+12 |
| | | | | ||||
| * | | | added two more external_bodies to FixMyBarangay's hard-coded departments | Dave Whiteland | 2013-01-08 | -7/+28 |
| | | | | ||||
* | | | | correct typo | Struan Donald | 2013-01-08 | -1/+1 |
| |/ / |/| | | ||||
* | | | seesomething needs to run send-reports and send-reports only | Struan Donald | 2013-01-08 | -0/+4 |
|/ / | ||||
* | | ignore seesomething cobrand as it is pulled in from another repo | Struan Donald | 2013-01-07 | -0/+1 |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' | Struan Donald | 2013-01-07 | -3/+6 |
|\ \ | ||||
| * | | .hidden hides completely from front end CSS. | Matthew Somerville | 2013-01-07 | -3/+3 |
| | | |