Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Allow ward page to show multiple wards. | Matthew Somerville | 2017-10-06 | -4/+12 |
| | | | | | URLs have to be manually constructed, but specifying multiple ward names separated by "|" will show all those wards and their reports on the map. | |||
* | area stats page for staff users | Struan Donald | 2017-09-20 | -2/+8 |
| | | | | | | | | | Admin page to show some simple summary stats for an area. If the user has been assigned to an area then they will see the stats for that area. Superusers can pick which area they want to view. For mysociety/fixmystreetforcouncils#2 | |||
* | [Oxfordshire] tests for response time messages | Struan Donald | 2017-09-11 | -0/+1 |
| | ||||
* | [Bristol] Fix 500 error on /report/new | Dave Arter | 2017-08-21 | -0/+1 |
| | ||||
* | [UK] Stop nearest request with scientific notation | Matthew Somerville | 2017-05-18 | -1/+2 |
| | | | | | | If the longitude was very close to 0, it was being sent as e.g. 1e-6 in the request to MapIt. Mock out the Bing query so that this can be tested (the closest.t tests were previously always being skipped). | |||
* | [Oxfordshire] Send RDI reports by email. | Matthew Somerville | 2017-05-16 | -0/+14 |
| | ||||
* | Make sure all MapIt tests can run offline. | Matthew Somerville | 2017-03-23 | -31/+66 |
| | ||||
* | Always include MapIt mock handler in all tests. | Matthew Somerville | 2017-03-23 | -0/+3 |
| | ||||
* | Allow user to have an area assigned in admin | Dave Arter | 2016-08-22 | -0/+23 |
| | ||||
* | Switch final few JSON uses to JSON::MaybeXS. | Matthew Somerville | 2016-02-09 | -1/+1 |
| | ||||
* | Move test mocks to their own directory. | Matthew Somerville | 2016-01-27 | -0/+51 |