Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | Merge remote-tracking branch ↵ | pezholio | 2017-01-17 | -52/+116 | |
|\ \ \ | |_|/ |/| | | | | | 'origin/issues/forcouncils/142-allow-anonymous-council-updates' | ||||
| * | | Allow users with permission to see update username | pezholio | 2017-01-17 | -3/+33 | |
| | | | |||||
| * | | Refactor updates metadata output into model | pezholio | 2017-01-17 | -50/+84 | |
| |/ | |||||
* | | Merge branch 'offline-tweaks' | Matthew Somerville | 2017-01-17 | -8/+19 | |
|\ \ | |||||
| * | | Require confirmation for clearing offline data. | Matthew Somerville | 2017-01-12 | -5/+7 | |
| | | | |||||
| * | | Remove offline banner when no longer necessary. | Matthew Somerville | 2017-01-12 | -0/+9 | |
| | | | |||||
| * | | Change offline wording to use 'update', not 'form' | Matthew Somerville | 2017-01-12 | -3/+3 | |
| |/ | |||||
* | | Add 0048 migration check to update-schema | Dave Arter | 2017-01-16 | -0/+1 | |
| | | |||||
* | | [Harrogate] Don’t link to closed cobrand from all reports page | Dave Arter | 2017-01-16 | -1/+0 | |
| | | |||||
* | | Merge branch 'listshort' | Matthew Somerville | 2017-01-12 | -102/+494 | |
|\ \ | |/ |/| | |||||
| * | Make sure csrf_time is deleted after use. | Matthew Somerville | 2017-01-12 | -2/+3 | |
| | | | | | | | | | | | | If an out-of-date token was passed to check_csrf_token, then no new token would be output on the error page because csrf_time was still present. | ||||
| * | Show shortlist icons in button on report page | Zarino Zappia | 2017-01-12 | -8/+50 | |
| | | |||||
| * | Add shortlist buttons to report lists. | Matthew Somerville | 2017-01-12 | -87/+417 | |
| | | | | | | | | | | | | | | This includes adding/removing reports from a user's shortlist, and manual reordering of a shortlist with up/down buttons. The backend code can cope with an item moving to any point in the list. | ||||
| * | Show response priorities in report list items | Zarino Zappia | 2017-01-12 | -5/+19 | |
| | | |||||
| * | Force .tablewrapper to use fixed column widths | Zarino Zappia | 2017-01-12 | -0/+1 | |
| | | | | | | | | | | | | Most noticeably, this fixes a long standing bug on the Oxfordshire homepage where the "how to" and list of reports made the right-hand edge of .content spill outside its parent. | ||||
| * | Avoid coloured report backgrounds on homepage | Zarino Zappia | 2017-01-12 | -0/+4 | |
| | | |||||
* | | Use ‘*’ on admin page to signify superuser. | Matthew Somerville | 2017-01-10 | -1/+1 | |
| | | | | | | | | | | As we now have many permissions, highlighting those who have the moderate permission is not very useful. | ||||
* | | Allow staging sites to turn off appcache. | Matthew Somerville | 2017-01-10 | -1/+11 | |
| | | |||||
* | | Move staging flags to their own config variable. | Matthew Somerville | 2017-01-10 | -24/+44 | |
| | | |||||
* | | Update has_body_permission_to to allow superusers. | Matthew Somerville | 2017-01-10 | -21/+22 | |
|/ | |||||
* | Merge branch 'issues/forcouncils/141-reword-photo-advice' | pezholio | 2017-01-10 | -0/+8 | |
|\ | |||||
| * | [UK Councils] Reword photo advice | pezholio | 2017-01-10 | -0/+8 | |
| | | |||||
* | | Merge branch 'issues/forcouncils/140-hide-show-name-for-csas' | pezholio | 2017-01-10 | -1/+1 | |
|\ \ | |||||
| * | | [UK Councils] Disable show name checkbox when reporting as someone else | pezholio | 2017-01-10 | -1/+1 | |
| |/ | |||||
* | | Merge branch 'issues/forcouncils/75-stateful-response-templates' | Dave Arter | 2017-01-10 | -26/+63 | |
|\ \ | |/ |/| | |||||
| * | Prefill update field based on problem state | Dave Arter | 2017-01-10 | -3/+22 | |
| | | | | | | | | | | | | | | If there’s a response template matching the problem’s new state, it’s selected and the update field prefilled accordingly. The exception to this is if the user has manually entered text into the update field already. | ||||
| * | Allow editing of ResponseTemplate state in admin | Dave Arter | 2017-01-10 | -21/+30 | |
| | | | | | | | | This includes a refactor of the state dropdown field into its own template for easy reuse. | ||||
| * | Add ‘state’ field to ResponseTemplate model | Dave Arter | 2017-01-10 | -2/+11 | |
|/ | |||||
* | [fixmystreet.com] Update text on council page. | Matthew Somerville | 2017-01-04 | -3/+3 | |
| | |||||
* | Fix bad cross-year test. | Matthew Somerville | 2017-01-03 | -1/+5 | |
| | | | | Make sure the tested date is in the same year as current. | ||||
* | Revert "[fixmystreet.com] Add donate banner." | Matthew Somerville | 2017-01-03 | -45/+0 | |
| | | | | This reverts commit 03b715f6134e40fcce592e9c33b8a8f119dc814c. | ||||
* | Merge branch 'issues/forcouncils/21-print-reports' | Matthew Somerville | 2016-12-16 | -12/+177 | |
|\ | |||||
| * | Only load user body permissions once per request. | Matthew Somerville | 2016-12-16 | -8/+16 | |
| | | | | | | | | This should help if a template uses has_permission_to a lot. | ||||
| * | Improve print layout for report list pages. | Zarino Zappia | 2016-12-16 | -4/+156 | |
| | | | | | | | | | | | | | | | | | | The main map page elements are given `position:static` to ensure they flow onto as many pages as required. The map image is floated to the right, rather than wasting space at the top of the file. We also, if the user has the inspect permission, include hidden rrint-only metadata in the report lists. | ||||
| * | [fixmystreet.com] Hide footer in print view. | Zarino Zappia | 2016-12-16 | -0/+5 | |
| | | |||||
* | | [Angus,Bristol] Don't try and add assets if no map | Matthew Somerville | 2016-12-16 | -0/+12 | |
| | | |||||
* | | [fixmystreet.com] Add donate banner. | Matthew Somerville | 2016-12-16 | -0/+45 | |
| | | |||||
* | | Fix use of .auto.min.js files. | Matthew Somerville | 2016-12-16 | -1/+1 | |
| | | | | | | | | | | fddf7f95 broke the use of minimized JS files, because it always used an unchanged $url in the output. Make sure it is updated if $file is. | ||||
* | | Try and not show offline banner unnecessarily. | Matthew Somerville | 2016-12-16 | -2/+1 | |
| | | |||||
* | | Merge branch 'issues/forcouncils/20-offline-inspecting' | Matthew Somerville | 2016-12-16 | -236/+819 | |
|\ \ | |/ |/| | |||||
| * | Add a clear offline data button. | Matthew Somerville | 2016-12-16 | -0/+14 | |
| | | |||||
| * | Add offline storing of inspect forms. | Matthew Somerville | 2016-12-16 | -5/+133 | |
| | | | | | | | | | | | | | | | | | | | | This allows the inspect form to be submitted when offline, with the data saved in localStorage, the number of saved forms shown in the banner, and the forms to be uploaded when back online. It copes if you go back to a report after having submitted the form, and if the back-online submission fails due to CSRF failure, retrying once with a new token. | ||||
| * | Store/show shortlisted reports offline. | Matthew Somerville | 2016-12-16 | -37/+334 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This: * On an online visit to /my/planned, caches all shortlisted reports, their images and static maps in localStorage, with progress banner; * When a report is added/removed from the shortlist, caches/de-caches that report; * When viewing a report page offline, shows that page from the cache if present (replacing the dynamic map with the cached static map, and replacing report images with their cached equivalents – it is a shame to duplicate, but we cannot rely on the browser cache having these images); * When viewing another page offline, shows an error message but also the list of shortlisted reports that are cached (again, replacing their thumbnail images with the cached versions). | ||||
| * | Add offline support of static files/fallback page. | Matthew Somerville | 2016-12-16 | -169/+296 | |
| | | | | | | | | | | Use a list to store JavaScript files, so it can be shared between the HTML footer and the appcache manifest. | ||||
| * | Drop unneeded Cancel button on inspect form. | Matthew Somerville | 2016-12-16 | -1/+0 | |
| | | |||||
| * | Default inspect form to save with public update. | Matthew Somerville | 2016-12-16 | -3/+3 | |
| | | |||||
| * | Return 400/500 for some client/server errors. | Matthew Somerville | 2016-12-16 | -25/+43 | |
| | | |||||
* | | Version 2.0.1.v2.0.1 | Matthew Somerville | 2016-12-16 | -1/+17 | |
| | | |||||
* | | Don't fix height of admin multiple selects. | Matthew Somerville | 2016-12-16 | -3/+3 | |
| | | | | | | | | | | | | The styling applied to the nice front end multi-select dropdowns should not be applied to the admin multi-select ones, until such time as they are using the nice select interface too. | ||||
* | | Fix flagging wording template link. | Matthew Somerville | 2016-12-16 | -8/+16 | |
| | | | | | | | | | | | | f58ce6c4 changed the base contact template to include a link to a fixmystreet.com specific page. Revert this back and make the change in the correct cobrand only. |