aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeLines
* Version 2.2.Matthew Somerville2017-09-13-8/+6
| | | | | Couple of missed strings for translation, and prevent a couple of warnings in tests.
* Disable email field for logged in people using JS.Matthew Somerville2017-09-13-4/+2
| | | | | They're logged in, it's only showing them as a confirmatory check, so it should not be editable.
* Merge branch 'issues/forcouncils/224-default-priority'Struan Donald2017-09-13-2/+16
|\
| * select default response priority in inspect panelStruan Donald2017-09-13-2/+2
| |
| * edit and display default response priority in adminStruan Donald2017-09-13-0/+14
| |
* | [Oxfordshire] Log when problems sent by RDI email.Dave Arter2017-09-11-0/+9
|/ | | | | | | | The timestamp of when a problem was included in an RDI is shown on the problem’s inspector form. Also check back and include any inspected reports that for some reason haven't been instructed yet. Fixes mysociety/fixmystreetforcouncils#223.
* [Oxfordshire] Add response time message to problem confirm pageStruan Donald2017-09-11-0/+1
|
* [Oxfordshire] include response times in problem confirm emailsStruan Donald2017-09-11-0/+26
|
* allow extra details in problem-confirm emailsStruan Donald2017-09-11-0/+3
|
* [Oxfordshire] use single template for response time textStruan Donald2017-09-11-23/+16
|
* [Oxfordshire] include response time message on email sentStruan Donald2017-09-11-0/+9
| | | | | add a _email_sent_extra template that includes a message about problem reponse times to be displayed on the email sent page.
* partial to include extra message on email sent pageStruan Donald2017-09-11-0/+2
|
* Remove superflous commas from map HTML attributes.Matthew Somerville2017-09-06-2/+2
|
* Merge branch '866-alerts-ux-simpler'Matthew Somerville2017-09-06-67/+60
|\
| * Simpler alerts signup page.Zarino Zappia2017-09-06-67/+60
| | | | | | | | | | | | Alert options on the /alert/list page are now in an order that is easier to parse, with a slightly clearer message for users in two-tier locations, and a more prominent email subscription CTA.
* | [Borsetshire] Redirect users variously on login.Matthew Somerville2017-09-06-1/+2
|/
* [fixmystreet.com] Update FixMyStreet Pro links.Matthew Somerville2017-09-05-15/+15
|
* Put comma in correct place in report lat/lonDave Arter2017-08-31-2/+2
|
* Merge branch 'move-report-states-to-database'Matthew Somerville2017-08-31-74/+156
|\
| * Hide things needing fixed state if no fixed state.Matthew Somerville2017-08-31-2/+6
| | | | | | | | | | Front page stats, update form question, list filtering, plus do not send any questionnaires.
| * Update form asks for reopen of all closed states.Matthew Somerville2017-08-31-1/+1
| |
| * Admin interface for editing report states.Matthew Somerville2017-08-31-0/+118
| |
| * Remove hardcoded states from templates.Matthew Somerville2017-08-31-72/+32
| | | | | | | | | | | | | | | | | | | | | | State display names are now got from the database wherever they are displayed, including admin dropdowns, list filters, and update meta statements. This also covers the open/closed/fixed 'groups'. This also fixes a bug whereby if e.g. an update has problem_state investigating, the next update has no problem_state, and the last update has investigating again, it was previously showing a state change to investigating on that third update.
* | Add ability for area outlines on /reports to be hidden by cobrandDave Arter2017-08-31-1/+3
| |
* | Add SIGNUPS_DISABLED config flagDave Arter2017-08-31-2/+8
| |
* | Merge branch 'move-report-states-to-database-part-1'Matthew Somerville2017-08-29-8/+8
|\|
| * Show "Fixed" for fixed states only when warranted.Matthew Somerville2017-08-29-7/+7
| | | | | | | | | | There were a couple of places where the three fixed states were all displaying as "Fixed" in a dropdown.
| * Sort languages in template.Matthew Somerville2017-08-25-1/+1
| |
* | Redirect to original URL after inspectingDave Arter2017-08-24-1/+4
|/ | | | For mysociety/fixmystreetforcouncils#204
* Join response_priority if needed, and reorder template conditional to not ↵Matthew Somerville2017-08-23-1/+1
| | | | check if no permission.
* [Zurich] Bring all reports in line with upstream.Matthew Somerville2017-08-18-9/+9
| | | | | Update the map/list if the map is zoomed/panned, and make sure the updated HTML list is returned.
* [Zurich] Upgrade OpenLayers to master, matching others.Matthew Somerville2017-08-18-1/+1
|
* Make sure /around permalink/redirect have js paramMatthew Somerville2017-08-18-0/+1
| | | | | The change in 17e38922 would not deal with the URL construted by the map permalink code, or the redirect after inspection.
* Merge branch 'js-you-only-load-once'Matthew Somerville2017-08-17-2/+2
|\
| * Fix replaced sidebar losing hover behaviour.Matthew Somerville2017-08-17-1/+1
| | | | | | | | | | If the list was replaced by JavaScript, the event handlers were being dropped. Switch the handlers to the parent that remains present.
| * Refactor /around list code to share with others.Matthew Somerville2017-08-17-1/+1
| | | | | | | | | | Both /reports and /my share an ID and a /reports/ajax function, use these also on /around (and share ajax/non-ajax code).
* | allow body users to filter on all problem categoriesStruan Donald2017-08-17-0/+12
| | | | | | | | | | | | Not just New/Fixed/Closed but the Investigating etc Fixes #1790
* | [fixmystreet.com] Encode ampersands in link hrefsZarino Zappia2017-08-17-8/+8
| |
* | [fixmystreet.com] Donation link on success pagesZarino Zappia2017-08-17-20/+14
|/ | | | Part of #1384.
* Add site-wide extra fields for reports, and admin UI to manageDave Arter2017-08-17-30/+195
| | | | | | | - Also provides an editor for the extra Open311 fields on contacts. - Adds .btn--small class for small buttons Fixes #1743.
* [Bromley] Template text tweaks.Matthew Somerville2017-08-17-5/+18
|
* translate defect category names in the controllerStruan Donald2017-08-16-1/+1
| | | | | | | As we're only passing category names through we need to do the translation in the controller and not the template Fixes mysociety/fixmystreetforcouncils#218
* enable body users to add problem updates anonymouslyStruan Donald2017-08-16-1/+5
|
* enable body users to report problems anonymouslyStruan Donald2017-08-16-1/+5
| | | | | | uses the body user but flags the report as anonymous Fixes #fixmystreetforcouncils/207
* Don't use phone number as report ID.Matthew Somerville2017-08-15-3/+1
| | | | This led to a wrong/bad request for nearby duplicates.
* Clearer highlight for selected duplicate on inspect formZarino Zappia2017-08-15-2/+2
| | | | Fixes mysociety/fixmystreetforcouncils#211.
* Include MapIt API key in admin config if present.Matthew Somerville2017-08-15-0/+3
| | | | Fixes #1778.
* translate report template category names in controllerStruan Donald2017-08-14-1/+1
| | | | | | | We can't translate them in the template as we're just passing in the category name and not the object. Fixes mysociety/fixmystreetforcouncils#216
* Fix typo stopping response templates appearingDave Arter2017-08-14-1/+1
| | | | Fixes mysociety/fixmystreetforcouncils#215
* Merge branch '1244-corps-translatable-body-names'Matthew Somerville2017-08-10-40/+67
|\