Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Store contributed-as data. | Matthew Somerville | 2018-03-20 | -1/+30 |
| | | | | | Store if the report/update was created by someone using the contributed-as dropdown, and use that information to perhaps not send report-sent emails. | |||
* | Add browser testing symlink to `t` directory. | Matthew Somerville | 2018-03-19 | -0/+1 |
| | ||||
* | Merge branch '2023-bad-open311-dates' | Matthew Somerville | 2018-03-16 | -0/+13 |
|\ | ||||
| * | Truncate dates in Open311 output to the second. | Matthew Somerville | 2018-03-15 | -0/+13 |
| | | | | | | | | This fixes #2023 by removing the comma. | |||
* | | Merge branch 'rutland-integration' | Struan Donald | 2018-03-15 | -0/+580 |
|\ \ | ||||
| * | | permit blank updates to be fetched over Open311 | Struan Donald | 2018-03-15 | -0/+48 |
| | | | | | | | | | | | | | | | Add a per body configuration option to allow Open311 updates to contain only a status change, rather than emitting a warning when this happens. | |||
| * | | Deal with 'automated' Open311 service attributes. | Struan Donald | 2018-03-15 | -0/+90 |
| | | | | | | | | | | | | | | | | | | This is part of the integration with our open311-adapter. The automated property indicates that it's an expected value but either it's going to be set by the server, or appear as a hidden field. | |||
| * | | send multiple photos over open311 | Struan Donald | 2018-03-15 | -0/+81 |
| | | | | | | | | | | | | | | | | | | | | | | | | Per cobrand configurable option to send multiple photos over open311 instead of just a single one. Does this by sending multiple media_url parameters in the POST body. The default remains to send the first photo associated with a report. | |||
| * | | [Rutland] cobrand files for Rutland | Struan Donald | 2018-03-15 | -0/+60 |
| | | | | | | | | | | | | | | | Web and email template changes, CSS plus cobrand file with open311 config | |||
| * | | fetch new problems over open311 | Struan Donald | 2018-03-15 | -0/+301 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables the display of existing reports from the back end on FMS if the body is configured to do this. Reports will not be created if they are missing an id, a lat or a long, if the lat/long is outside the area covered by the body, if there is already a report with a matching id, or if we can't parse out the request time. | |||
* | | | [Zurich] Fix typo causing crash on /report/ajax | Dave Arter | 2018-03-15 | -0/+9 |
| | | | ||||
* | | | Fix JSON-encoding crash on /report/ajax | Dave Arter | 2018-03-15 | -0/+6 |
|/ / | ||||
* | | Display ‘pick an option’ placeholder for report extra dropdowns | Dave Arter | 2018-03-14 | -2/+3 |
| | | ||||
* | | Merge branch 'issues/commercial/987-zurich-csv-updates' | Matthew Somerville | 2018-03-14 | -127/+111 |
|\ \ | ||||
| * | | [Zurich] Switch to more modern database states. | Matthew Somerville | 2018-03-07 | -127/+102 |
| | | | | | | | | | | | | | | | | | | | | | The Zurich code was written a long time ago, and used overriding so that e.g. the hard-coded 'investigating' state referred to Wunsch (wish). Now that states are stored in the database, we can create ones specially for Zurich and use them instead. Hooray! | |||
| * | | [Zurich] Let SDM view awaiting reports. | Matthew Somerville | 2018-03-07 | -0/+6 |
| | | | ||||
| * | | [Zurich] Make wish state publicly visible. | Matthew Somerville | 2018-03-07 | -0/+3 |
| |/ | ||||
* / | [Warwickshire] Add archive script data. | Matthew Somerville | 2018-03-14 | -5/+11 |
|/ | | | | Add an update with each report closure. | |||
* | Merge branch 'issues/commercial/974-closed-report-incorrectly-reopened' | Matthew Somerville | 2018-03-02 | -0/+5 |
|\ | ||||
| * | [Zurich] Do not reopen closed reports by mistake. | Matthew Somerville | 2018-03-02 | -0/+3 |
| | | | | | | | | | | The code for moving a report to the intermediary state was running even if the report was in a closed state and had not been changed. | |||
* | | Fix post-edit issues on admin report edit page. | Matthew Somerville | 2018-03-02 | -0/+4 |
| | | | | | | | | | | If you rotated a photo, updates and the category list weren't loaded. If you changed a report's state, the map pin colour was derived from the old state. | |||
* | | [Zurich] Show to-be-hidden reports until confirmed | Matthew Somerville | 2018-03-02 | -2/+4 |
|/ | ||||
* | Add development email previewer. | Matthew Somerville | 2018-03-01 | -0/+33 |
| | ||||
* | [UK] Improve Open311 update Bromley-only check. | Matthew Somerville | 2018-02-23 | -1/+1 |
| | | | | | The addition of e.g. questionnaire_id to an update's extra field means this check has to be more nuanced. | |||
* | Merge branch '1939-questionnaire-links' | Matthew Somerville | 2018-02-19 | -6/+106 |
|\ | ||||
| * | Store questionnaire data as soon as opened. | Matthew Somerville | 2018-02-16 | -0/+17 |
| | | | | | | | | | | | | This means the questionnaire is considered 'answered' as soon as a (HTML) link is clicked, which I think is okay. Then filling in the questionnaire form will update the same questionnaire. | |||
| * | Show any ‘steady-state’ questionnaire response. | Matthew Somerville | 2018-02-16 | -4/+12 |
| | | ||||
| * | Link update made during questionnaire to it. | Matthew Somerville | 2018-02-16 | -4/+21 |
| | | | | | | | | | | This means we don't show separate 'Still open' messages when an update was also left at the same time. | |||
| * | Prefill first question from questionnaire email. | Matthew Somerville | 2018-02-16 | -2/+2 |
| | | ||||
| * | Add some /photo and questionnaire update tests. | Matthew Somerville | 2018-02-16 | -3/+61 |
| | | ||||
* | | [Oxfordshire] Remove response days, add home page message. | Matthew Somerville | 2018-02-15 | -51/+0 |
| | | ||||
* | | Merge branch 'issues/forcouncils/276-staff-only-reports' | Matthew Somerville | 2018-02-13 | -3/+39 |
|\ \ | |/ |/| | ||||
| * | Allow inspectors to see/change non_public reports. | Matthew Somerville | 2018-02-09 | -3/+39 |
| | | ||||
* | | Merge branch 'banes-improvements-grab-bag' | Matthew Somerville | 2018-02-12 | -0/+58 |
|\ \ | ||||
| * | | Cobrands can pass `components` to Google Geocoder. | Dave Arter | 2018-02-12 | -0/+58 |
| |/ | | | | | | | | | | | This allows more fine grained control over the geocoder search, e.g. to specify the administrative area or town. See the geocoder api docs: https://developers.google.com/maps/documentation/geocoding/intro#ComponentFiltering | |||
* / | prevent timezone related util test failure | Struan Donald | 2018-02-09 | -1/+3 |
|/ | | | | | | | | Make sure that the prettify_dt tests use the same timezone as FMS otherwise the test can fail if now in the local timezone is actually yesterday/tomorrow in the FMS timezone. Fixes #1984 | |||
* | Allow updates to be left as another user with phone number | Dave Arter | 2018-02-07 | -7/+66 |
| | ||||
* | Don’t require SMS_AUTHENTICATION to view/edit user email/phone_verified | Dave Arter | 2018-02-07 | -0/+14 |
| | | | | | | | Previously this would force phone_verified to false for all user edits, as well as forcing email_verified to true - which would be the wrong thing to do if the user had been created/verified via the ‘report as another user’ flow. | |||
* | Allow ‘report as another user’ to only provide a phone number | Dave Arter | 2018-02-07 | -2/+65 |
| | ||||
* | Merge branch '2fa-superuser' | Matthew Somerville | 2018-02-07 | -10/+83 |
|\ | ||||
| * | Allow two-factor to work during creation flow. | Matthew Somerville | 2018-02-07 | -4/+30 |
| | | ||||
| * | Add two-factor authentication for superusers. | Matthew Somerville | 2018-02-07 | -6/+53 |
| | | ||||
* | | Merge branch '1944-admin-remove-account' | Matthew Somerville | 2018-02-07 | -6/+28 |
|\ \ | ||||
| * | | Admin ability to remove user account details. | Matthew Somerville | 2018-02-06 | -0/+16 |
| | | | ||||
| * | | Add admin ability to log user out. | Matthew Somerville | 2018-02-06 | -6/+12 |
| |/ | ||||
* | | Merge branch 'password-tests' | Matthew Somerville | 2018-02-06 | -2/+39 |
|\ \ | ||||
| * | | Add length/common password checking. | Matthew Somerville | 2018-02-06 | -2/+39 |
| |/ | ||||
* | | Upgrade Number::Phone. | Matthew Somerville | 2018-02-05 | -3/+3 |
| | | | | | | | | | | This brings in my new format_for_country function which allows for nicer display of phone numbers to people. | |||
* | | Ask for current pw/send email on password change. | Matthew Somerville | 2018-02-01 | -2/+61 |
|/ | | | | | If they have a current password, ask for it; if they don't, send a confirmation email. | |||
* | Merge branch '1942-admin-anonymize' | Matthew Somerville | 2018-01-31 | -1669/+1937 |
|\ |