Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | [Buckinghamshire] Ignore updates in extra process. | Matthew Somerville | 2019-02-15 | -0/+2 | |
| | | | |||||
* | | | [UK Councils] Include unresponsive template. | Matthew Somerville | 2019-02-15 | -0/+20 | |
| |/ |/| | | | | | It is needed in e.g. South Kesteven; link to .com help page. | ||||
* | | Fix typo in d4c2211cf. | Matthew Somerville | 2019-02-13 | -1/+1 | |
|/ | |||||
* | Better working of /fakemapit/ under https. | Matthew Somerville | 2019-02-11 | -3/+4 | |
| | | | | | | If no MAPIT_URL is provided, MapIt lookups default to /fakemapit/ at the same host. But that host might already be set up for HTTPS, so port might be 443. | ||||
* | [fixmystreet.com] Improve two-tier unresponsive. | Matthew Somerville | 2019-02-11 | -27/+30 | |
| | | | | | | | Similarly to 1f69e28c, we were previously only checking the first matching entry, which led to confusing behaviour in places. Include consequential amendments for e.g. one body being unresponsive, the other not. | ||||
* | [Oxfordshire] Limit appears to be lower than 70. | Matthew Somerville | 2019-02-08 | -4/+4 | |
| | |||||
* | Merge branch '2242-automatic-permalink' | Matthew Somerville | 2019-02-05 | -119/+109 | |
|\ | |||||
| * | Smoke test of FixMyStreet::Map::Google. | Matthew Somerville | 2019-02-05 | -0/+21 | |
| | | |||||
| * | Improve use of OL ArgParser/missing zoom in URL. | Matthew Somerville | 2019-02-04 | -99/+29 | |
| | | | | | | | | | | | | Remove the server-side zoom-in-url fix, instead use an ArgParser subclass to default to the provided data if nothing in URL. Then we can switch to using short lat/lon in geocoder URLs. | ||||
| * | Update URL whenever map moves, using replaceState. | Dave Arter | 2019-02-04 | -20/+59 | |
| | | | | | | | | | | | | Fixes #2242. Co-authored-by: Matthew Somerville <matthew@mysociety.org> | ||||
* | | Merge branch 'fix-code-starting-underscore-display' | Matthew Somerville | 2019-02-05 | -8/+10 | |
|\ \ | |||||
| * | | Allow Open311 codes starting with ‘_’ to function. | Matthew Somerville | 2019-02-04 | -8/+10 | |
| | | | | | | | | | | | | | | | | | | Template Toolkit treats keys starting with ‘_’ as private and does not expose them. It is possible for an Open311 server to return fields starting with an underscore, and we want to use those in the template. | ||||
* | | | Make front page cache time configurable. | Matthew Somerville | 2019-02-04 | -6/+30 | |
| |/ |/| | | | | | | | Add a configuration variable to use for the front page stats/ recent list, plus the max-age of `/reports`. | ||||
* | | Merge branch '2369-admin-list-field-bug' | Matthew Somerville | 2019-02-04 | -5/+7 | |
|\ \ | |||||
| * | | Make sure dropdown index numbers are updated too. | Matthew Somerville | 2019-02-04 | -1/+2 | |
| | | | |||||
| * | | Metadata automated select is not a type select. | Matthew Somerville | 2019-02-01 | -1/+1 | |
| | | | |||||
| * | | No need to pass c to cobrand function. | Matthew Somerville | 2019-02-01 | -3/+4 | |
| |/ | |||||
* / | [UK Councils] Only load map JavaScript on map pages. | Matthew Somerville | 2019-02-01 | -4/+15 | |
|/ | | | | And load main assets script so highways script does not error. | ||||
* | Merge branch 'bucks-topic-question-all' | Matthew Somerville | 2019-02-01 | -20/+20 | |
|\ | |||||
| * | [UK Councils] Get topic when reporting abuse. | Matthew Somerville | 2019-01-31 | -20/+20 | |
| | | |||||
* | | Add CSRF and time to contact form. | Matthew Somerville | 2019-02-01 | -14/+41 | |
|/ | |||||
* | Make staff JavaScript more self-contained. | Matthew Somerville | 2019-01-29 | -18/+27 | |
| | | | | So it can run even when fixmystreet.js is not loaded. | ||||
* | Add new out-of-office string. | Matthew Somerville | 2019-01-29 | -1/+1 | |
| | |||||
* | Allow searching for <email> in admin. | Matthew Somerville | 2019-01-29 | -0/+10 | |
| | |||||
* | [fixmystreet.com] Remove donate banner. | Matthew Somerville | 2019-01-29 | -5/+0 | |
| | |||||
* | [fixmystreet.com] Update unresponsive page for Northamptonshire. | Matthew Somerville | 2019-01-29 | -3/+36 | |
| | |||||
* | Guard against a possible null history.state. | Matthew Somerville | 2019-01-29 | -1/+1 | |
| | | | | | Sometimes IE11 appears to have one, some interaction with appcache iframe? Not sure, but not worth tracking it down. | ||||
* | Reduce JavaScript on appcache page. | Matthew Somerville | 2019-01-29 | -1/+3 | |
| | |||||
* | Set inline JavaScript variables directly. | Matthew Somerville | 2019-01-29 | -13/+6 | |
| | |||||
* | Fix saving of inspect form data offline. | Matthew Somerville | 2019-01-29 | -2/+4 | |
| | |||||
* | [Buckinghamshire] Function requires ID, not object | Matthew Somerville | 2019-01-25 | -1/+1 | |
| | |||||
* | Spot moderation conflicts. | Matthew Somerville | 2019-01-25 | -10/+53 | |
| | | | | | If someone tries to moderate after someone else has, re-show the form and an error. | ||||
* | Stop redirecting on moderation error. | Matthew Somerville | 2019-01-25 | -30/+43 | |
| | | | | This will also be used by the moderation conflict code. | ||||
* | Do not show Discard changes button if no JS. | Matthew Somerville | 2019-01-25 | -2/+2 | |
| | |||||
* | [Buckinghamshire] Stop road-placement being sent. | Matthew Somerville | 2019-01-25 | -0/+11 | |
| | | | | | The server doesn't need to know about it, it was only for us to pick the appropriate body. | ||||
* | Merge branch 'bucks-flytipping-question' | Matthew Somerville | 2019-01-23 | -123/+472 | |
|\ | |||||
| * | [Buckinghamshire] Script to close old district flytipping reports. | Matthew Somerville | 2019-01-23 | -18/+106 | |
| | | |||||
| * | [Buckinghamshire] Question for on-road flytipping. | Matthew Somerville | 2019-01-23 | -31/+221 | |
| | | | | | | | | | | | | | | | | This adds a question to check whether a flytipping report concerns flytipping on a road or not. Client-side, it is asked when a road is selected and destination adjusted according to the answer; server side it uses the answer to direct any both-tier submissions (from e.g. non-JavaScript or phone app). | ||||
| * | [Open311] Refactor cobrand specific code. | Matthew Somerville | 2019-01-23 | -55/+140 | |
| | | |||||
| * | Factor out two identical loops. | Matthew Somerville | 2019-01-21 | -19/+5 | |
| | | |||||
* | | Bugfix display of next-steps. | Matthew Somerville | 2019-01-22 | -8/+2 | |
|/ | | | | | Missing a "&" in base selector, so wasn’t being applied, and use flex directly on layout rather than floating. | ||||
* | Don’t show creation diffs with old history entries. | Matthew Somerville | 2019-01-17 | -0/+2 | |
| | | | | | Old moderation history entries will have blank category/co-ords, and we don’t want to say they’ve changed on appearance. | ||||
* | [Buckinghamshire] Show guidance message for gritting routes | Dave Arter | 2019-01-17 | -0/+35 | |
| | | | | | | | | | If a report is started on a road in the WinterRoutes asset layer in the "Snow and ice problem/winter salting" category, an extra guidance message is shown beneath the category UI with a link to the council's gritting schedule. Fixes mysociety/fixmystreet-freshdesk#25. | ||||
* | Merge branch 'allow-state-moderation' | Matthew Somerville | 2019-01-16 | -4/+64 | |
|\ | |||||
| * | Allow state editing via moderation. | Matthew Somerville | 2019-01-16 | -4/+66 | |
| | | | | | | | | | | If a state is passed in (on a cobrand), update problem state and add a comment to record this (as state changes are updates not moderations). | ||||
* | | Merge branch 'moderation-in-front-end-updates' | Matthew Somerville | 2019-01-16 | -16/+62 | |
|\ \ | |||||
| * | | Include moderation history in report updates. | Matthew Somerville | 2019-01-16 | -15/+61 | |
| | | | | | | | | | | | | | | | | | | If the user has moderating permission, or a cobrand allows the viewing of moderation history, show moderation history within the updates on a report page. | ||||
| * | | Only show extra items that diff in moderation. | Matthew Somerville | 2019-01-15 | -1/+1 | |
| |/ | |||||
* / | [Oxfordshire] length checking for names, emails and phone Nos | Struan Donald | 2019-01-16 | -0/+43 | |
|/ | | | | | | | Add in validation to check names, email and phone numbers don't exceed maximum lengths permitted by HIAMS. Fixes mysociety/fixmystreet-commercial#1244 | ||||
* | Include areas in mock MapIt postcode calls. | Matthew Somerville | 2019-01-15 | -1/+9 | |
| |