Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Greenwich] Reduce on-map age further to 21 days | Dave Arter | 2017-02-03 | -1/+1 |
| | ||||
* | Call base_url_with_lang in base_url_for_report. | Altin Ukshini | 2017-02-03 | -3/+3 |
| | | | | | | This function is used e.g. in report lists, and if you were using the multiple language subdomain functionality, those links could take you to a different language. | |||
* | Simplify response template selector HTML | Dave Arter | 2017-01-31 | -4/+2 |
| | | | | | | | | | | | Using a div inside a p isn't valid, so the DOM was being restructured by the browser causing the 'save with public update' toggle on the inspect form to not work. This fixes the issue by removing the wrapper <div> and selecting the appropriate elements for toggling with the js- class on the <select>. Fixes mysociety/fixmystreetforcouncils#153 | |||
* | Wrap problem list in `js-reports-list` | pezholio | 2017-01-31 | -0/+2 |
| | ||||
* | Return JSON if `ajax` in params | pezholio | 2017-01-31 | -0/+16 |
| | ||||
* | Merge branch 'inspect-save-to-shortlist' | Matthew Somerville | 2017-01-31 | -0/+6 |
|\ | ||||
| * | Redirect to shortlist if user has shortlist perms. | Matthew Somerville | 2017-01-24 | -0/+6 |
| | | | | | | | | | | Assume that if they inspect and save a report, they want to go back to their shortlist. | |||
* | | [Greenwich] Show reports up to 3 months old by default | Dave Arter | 2017-01-27 | -0/+4 |
| | | ||||
* | | Lowercase email when signing in. | Matthew Somerville | 2017-01-26 | -0/+1 |
| | | ||||
* | | Fire shortlist JavaScript only on report lists. | Matthew Somerville | 2017-01-24 | -1/+1 |
|/ | | | | | It was also catching update lists, which have their own submit buttons (e.g. for moderation). | |||
* | Mark two missing strings for translation. | mccheung | 2017-01-21 | -2/+2 |
| | | | | Fixes #1604. | |||
* | No need to translate this string at present. | Matthew Somerville | 2017-01-21 | -1/+1 |
| | ||||
* | [Greenwich] Show 20 reports per page instead of 100 | Dave Arter | 2017-01-19 | -0/+2 |
| | ||||
* | Include ‘Add user’ link on admin user search results page | Dave Arter | 2017-01-19 | -0/+2 |
| | ||||
* | Redirect after user creation/edit | Dave Arter | 2017-01-19 | -7/+9 |
| | | | | | Solves a minor bug where it was difficult to create a new user and immediately assign permissions, as the page didn't show the appropriate permissions UI. | |||
* | Open311 warn only after a couple of failures. | Matthew Somerville | 2017-01-19 | -18/+27 |
| | | | | | There are a couple of servers we currently talk to that error not that infrequently but work in the end. | |||
* | Merge branch 'edge-around-offline-redirects' | Matthew Somerville | 2017-01-19 | -0/+30 |
|\ | ||||
| * | In Edge 14, do all HTTP redirects in HTML instead. | Matthew Somerville | 2017-01-17 | -0/+30 |
| | | | | | | | | | | This is to work around https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8572187/ | |||
* | | Merge remote-tracking branch ↵ | pezholio | 2017-01-17 | -8/+69 |
|\ \ | | | | | | | | | | 'origin/issues/forcouncils/136-show-user-details-for-council-report' | |||
| * | | Show user details for users with correct permissions | pezholio | 2017-01-17 | -8/+66 |
| | | | ||||
| * | | Add permision to view contributor details | pezholio | 2017-01-17 | -0/+3 |
| | | | ||||
* | | | 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 |
| |