aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Some minor admin fixesDave Arter2016-09-23-6/+6
| | | | | - Superusers couldn't view response priorities due to invalid $c->forward call - Navigation to other areas of admin was broken on response priority admin pages
* [Bromley] Update ‘contact us’ link in FAQDave Arter2016-09-23-3/+4
|
* Only show save and send fields to inspectors.Matthew Somerville2016-09-22-0/+2
|
* [UK] Make sure BNG handling always included.Matthew Somerville2016-09-22-20/+2
|
* Merge branch '1526-update-update-name-name'Matthew Somerville2016-09-22-5/+17
|\
| * [UK] Different validation for report/update names.Matthew Somerville2016-09-20-5/+17
| |
* | Use shared Template base for all templates.Matthew Somerville2016-09-20-95/+132
|/ | | | | | Reduce some duplicated code, and as a side effect gives HTML emails our internal html_para filter, allowing single line returns in contact form submissions.
* Merge branch 'issues/forcouncils/7-custom-open311-attributes'Matthew Somerville2016-09-20-528/+467
|\
| * Only include relevant bodies upon category choice.Matthew Somerville2016-09-20-43/+47
| |
| * New section headings in report form.Zarino Zappia2016-09-20-70/+139
| | | | | | | | | | The report form is now split into "Public" and "Private" sections, with a third, matching heading, for the category_extras, if shown.
| * Styling for .extra-category-questions containerZarino Zappia2016-09-20-24/+59
| |
| * Better vertical rhythm for labels and form inputsZarino Zappia2016-09-20-1/+4
| |
| * [Bromley] Upgrade to new style reporting formZarino Zappia2016-09-20-214/+126
| | | | | | | | | | | | | | | | | | Bromley previously had an override for fill_in_details_form.html, just so that it could display a custom sign-in arrangement. Now that the core fill_in_details_form.html delegates the sign-in stuff to form_user.html, Bromley can override just that template, and inherit all the other reporting form goodness from core.
| * New .form-control class for simpler input stylingZarino Zappia2016-09-20-126/+78
| | | | | | | | | | | | | | | | | | | | | | Form input styling is mostly left up to the browser default now. A custom border, drop-shadow, and border-radius can be applied by adding the `.form-control` class, which standardizes the appearance of inputs, selects, and textareas. The core reporting form, authentication forms, local alert forms, contact form, and questionnaire form have all been updated to use the new `.form-control` class.
| * [UK] Remove "primarily for physical problems"Zarino Zappia2016-09-20-1/+0
| | | | | | | | | | This message doesn’t make sense when displayed on a council’s website. (Maybe it was originally intended for FMS.com instead?)
| * Remove "Tips for perfect…" headings on reporting formZarino Zappia2016-09-20-13/+5
| | | | | | | | | | | | The ticks and crosses already imply that these are things you should and shouldn’t do. Removing the headings reduces visual clutter, and better associates the tips with the form input directly above.
| * Remove public/private badges on report form labelsZarino Zappia2016-09-20-17/+4
| |
| * Single template for all user-related form elementsZarino Zappia2016-09-20-5/+6
| | | | | | | | | | `form_user.html` now acts as a counterpart to `form_report.html` and contains all the form elements to do with login / personal details.
| * No colon after custom question labelsZarino Zappia2016-09-20-1/+1
| | | | | | | | | | Labels in category_extras.html now match the style of labels in the rest of the reporting form (ie: no closing colon).
| * Avoid nesting of #category_meta in report formZarino Zappia2016-09-20-1/+1
| | | | | | | | | | Switching between categories with / without extra questions no longer results in nested `#category_meta` elements.
| * Category selector at top of reporting formZarino Zappia2016-09-20-16/+2
| | | | | | | | | | | | | | Previously only Bristol, Angus, and FMS.com had the category select box at the top of the form. In our experience, this has worked well, and hasn’t affected the usability of the form, so let’s standardize and put it at the top of the form for all cobrands.
| * Include stash in render_fragment calls.Matthew Somerville2016-09-20-2/+1
| |
* | Merge remote-tracking branch ↵Matthew Somerville2016-09-20-77/+135
|\ \ | | | | | | | | | 'origin/issues/forcouncils/89-tidy-report-admin-actions'
| * | Organize report admin actions into single control.Zarino Zappia2016-09-20-76/+134
| | | | | | | | | | | | | | | | | | | | | | | | As part of this, rename "planned reports" to "shortlist". The `.segmented-control` component now supports basic usage (as in the admin report actions menu bar) and usage with hidden radio inputs and labels (as on the report questionnaire page).
* | | Merge branch '1529-cobrand-testing'Matthew Somerville2016-09-20-14/+153
|\ \ \
| * | | Some tests for the Util modules.Matthew Somerville2016-09-20-14/+73
| | | |
| * | | [fixmystreet.com] Noddy fixture script.Matthew Somerville2016-09-20-0/+39
| | | |
| * | | [Zurich] Stop non-WMTS maps erroring.Matthew Somerville2016-09-15-0/+30
| | | | | | | | | | | | | | | | The Zurich noscript map assumes a WMTS map data setup.
| * | | If running a dev site, skip some restrictions.Matthew Somerville2016-09-15-0/+11
| | | | | | | | | | | | | | | | This makes it easier to perform manual testing of cobrands.
* | | | Merge remote-tracking branch 'origin/issues/forcouncils/closeup-wideshot'Matthew Somerville2016-09-20-2/+1
|\ \ \ \
| * | | | Clearer wording for photo adviceZarino Zappia2016-09-20-2/+1
| | |/ / | |/| |
* | | | Merge branch 'issues/forcouncils/57-trusted-users'Dave Arter2016-09-20-29/+127
|\ \ \ \
| * | | | Add ‘trusted’ flag allowing users to make reports directlyDave Arter2016-09-20-6/+106
| | | | | | | | | | | | | | | | | | | | | | | | | When a trusted user makes a report in a category that requires inspection, it'll be sent immediately (i.e. without being inspected first).
| * | | | Remove from_body requirement from User::has_permission_toDave Arter2016-09-20-23/+21
|/ / / /
* / / / Don't reject email when editing Open311 contactsDave Arter2016-09-20-2/+6
|/ / / | | | | | | | | | Fixes (the first part of) #1138.
* | | Fix admin user search for non-superusersDave Arter2016-09-16-9/+11
| | |
* | | [Zurich] Restore admin user edit functionalityDave Arter2016-09-16-4/+4
| | | | | | | | | | | | | | | | | | - Zurich users don't need permission to access user_edit page - from_body can be set to any body by Zurich admin users, not just their own - Don't show the area field on user_edit form
* | | Hide response templates UI if there are no templatesDave Arter2016-09-16-0/+2
|/ /
* | Allow contact form recipient override.Matthew Somerville2016-09-15-0/+5
| |
* | Update contact success message text.Matthew Somerville2016-09-14-3/+3
|/
* [fixmystreet.com] New councils page.Martin Wright2016-09-13-105/+1032
|
* Allow contact form to include extra fields.Matthew Somerville2016-09-13-0/+7
|
* Include any paragraphs in HTML contact submission.Matthew Somerville2016-09-13-1/+1
|
* Merge branch 'issues/forcouncils/64-inspector-automatic-update'Dave Arter2016-09-12-8/+63
|\
| * Require inspector to provide update when instructing reportDave Arter2016-09-12-8/+63
|/ | | | | | | This adds an update field to the bottom of the inspect form, requiring the inspector to provide an update to be added to the report as it's sent. See mysociety/fixmystreetforcouncils#64
* Give select a name to quieten test function.Matthew Somerville2016-09-09-1/+1
|
* Add new category_edit restriction for viewing body admin.Matthew Somerville2016-09-09-127/+43
|
* Admin restrict report/user sections appropriately.Matthew Somerville2016-09-09-6/+10
|
* Admin flagged page for superusers only.Matthew Somerville2016-09-09-13/+12
| | | | Adapt code so that it could be opened up more in future.
* Fix display of timeline times.Matthew Somerville2016-09-09-1/+1
|