Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update contact success message text. | Matthew Somerville | 2016-09-14 | -3/+3 |
| | ||||
* | [fixmystreet.com] New councils page. | Martin Wright | 2016-09-13 | -105/+1032 |
| | ||||
* | Allow contact form to include extra fields. | Matthew Somerville | 2016-09-13 | -0/+7 |
| | ||||
* | Include any paragraphs in HTML contact submission. | Matthew Somerville | 2016-09-13 | -1/+1 |
| | ||||
* | Merge branch 'issues/forcouncils/64-inspector-automatic-update' | Dave Arter | 2016-09-12 | -8/+63 |
|\ | ||||
| * | Require inspector to provide update when instructing report | Dave Arter | 2016-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 Somerville | 2016-09-09 | -1/+1 |
| | ||||
* | Add new category_edit restriction for viewing body admin. | Matthew Somerville | 2016-09-09 | -127/+43 |
| | ||||
* | Admin restrict report/user sections appropriately. | Matthew Somerville | 2016-09-09 | -6/+10 |
| | ||||
* | Admin flagged page for superusers only. | Matthew Somerville | 2016-09-09 | -13/+12 |
| | | | | Adapt code so that it could be opened up more in future. | |||
* | Fix display of timeline times. | Matthew Somerville | 2016-09-09 | -1/+1 |
| | ||||
* | Better generic 403/404 pages. | Matthew Somerville | 2016-09-09 | -11/+11 |
| | | | | Stop IDs being shown on 404 pages, provide a nicer message on 403 pages. | |||
* | Improve look of permissions options in user admin. | Matthew Somerville | 2016-09-09 | -4/+6 |
| | ||||
* | Merge branch 'issues/forcouncils/72-show-extra-data' | Matthew Somerville | 2016-09-09 | -38/+48 |
|\ | ||||
| * | Improve display of category extra data in admin. | Matthew Somerville | 2016-09-09 | -38/+48 |
| | | | | | | | | Allow get_extra_metadata to return all the data with no argument. | |||
* | | Add manage screen for editing priority/category. | Matthew Somerville | 2016-09-09 | -52/+196 |
|/ | | | | | | | This is a cut-down version of the full inspect screen. We truncate the co-ordinates just in case (they should be anyway but e.g. the test report isn't). | |||
* | Merge branch 'issues/forcouncils/66-priority-management' | Dave Arter | 2016-09-09 | -88/+525 |
|\ | ||||
| * | Refactor problem response priority into its own model | Dave Arter | 2016-09-09 | -88/+525 |
|/ | | | | | | | This moves the response priority values from a cobrand-specific method to a full DB model, and includes management screens in the admin for administering them. For mysociety/fixmystreetforcouncils#66 | |||
* | Merge branch 'issues/forcouncils/50-instruct-report' | Dave Arter | 2016-09-09 | -13/+111 |
|\ | ||||
| * | Add ‘Inspection required’ field to categories | Dave Arter | 2016-09-09 | -13/+111 |
|/ | | | | | | | | | | | Categories can now require reports to be marked as 'inspected' via the frontend before they're sent by send-reports. A side-effect here is that send-reports will perform an extra n queries for each report, where n is the number of bodies that report is being sent to, but hopefully in practice this won't matter as it's an offline cronjob. See mysociety/fixmystreetforcouncils#50 | |||
* | Merge branch 'issues/forcouncils/6-oxfordshire-photo-guidance' | Matthew Somerville | 2016-09-09 | -22/+40 |
|\ | ||||
| * | Pluralize "Photos" form label after Dropzone loads | Zarino Zappia | 2016-09-09 | -12/+30 |
| | | | | | | | | | | A very subtle nudge that you can/should upload multiple photos. With a fallback to singular if Dropzone fails to load for some reason. | |||
| * | Show photo guidance for all cobrands. | Zarino Zappia | 2016-09-09 | -10/+10 |
| | | ||||
* | | Merge remote-tracking branch 'github/issues/forcouncils/41-location-guidance' | Matthew Somerville | 2016-09-09 | -4/+4 |
|\ \ | ||||
| * | | Improve "Summary" and "Description" form guidance | Zarino Zappia | 2016-09-08 | -4/+4 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | Form labels now describe what the user should do, and placeholders give a supporting example of what their input should look like. Placeholder text in the "Summary" box now suggests that people include a location in their summary. Likewise with a timescale in the "Description" box. Placeholders use potholes as an example, since potholes are the most common complaint on FMS. Maybe eventually we might want to change the placeholder text based on the category the user selects… | |||
* | | Add confirm step to Remove from site button. | Matthew Somerville | 2016-09-09 | -2/+2 |
| | | ||||
* | | Remove inline onclick handlers. | Matthew Somerville | 2016-09-09 | -57/+10 |
| | | ||||
* | | Fix form validation issue with multiple IDs. | Matthew Somerville | 2016-09-09 | -40/+34 |
| | | | | | | | | | | | | Firefox would, on a page that pulled in a report via ajax, only return the reporting form's name field with #form_name. Switch to using a class on the relevant fields. | |||
* | | Add validName validation to update form. | Matthew Somerville | 2016-09-09 | -6/+2 |
| | | ||||
* | | Fix scrolling error into view. | Matthew Somerville | 2016-09-09 | -1/+3 |
| | | | | | | | | Firefox still only scrolls precisely to the focus. | |||
* | | Tidy/remove some old validation code. | Matthew Somerville | 2016-09-09 | -44/+3 |
| | | ||||
* | | Show 'Remove from site' button based on report. | Matthew Somerville | 2016-09-09 | -1/+1 |
| | | | | | | | | | | | | | | | | If the user is a member of the body the report was sent to (and the cobrand has the option enabled), show the remove from site button. This was previously cobrand-based (it was shown if the user was a member of the body the cobrand has hardcoded as its council_id), which was confusing and harder to implement. Fixes #1508. | |||
* | | [Oxfordshire] Display confirmed reports as received by the Council | Dave Arter | 2016-09-08 | -4/+17 |
| | | | | | | | | | | | | | | | | This introduces a new `is_council_with_case_management` flag for Cobrands, that, when active, considers any report that's been confirmed as having been received by the Council in question. See mysociety/fixmystreetforcouncils#65 | |||
* | | Merge branch 'issues/forcouncils/31-response-templates' | Dave Arter | 2016-09-08 | -57/+327 |
|\ \ | |/ |/| | ||||
| * | [Oxfordshire] Fix narrow nav on admin | Dave Arter | 2016-09-08 | -1/+1 |
| | | ||||
| * | Simplify some permissions logic with extra helper method | Dave Arter | 2016-09-08 | -11/+33 |
| | | ||||
| * | Extend response templates to work across all cobrands | Dave Arter | 2016-09-08 | -48/+296 |
|/ | | | | | | | | | | | This builds on the response templates in the Zürich cobrand: - Allow response templates to be assigned to categories - Also adds a auto_response flag, which will be used to automatically create updates when reports are made. - Include response templates select box on update form For mysociety/fixmystreetforcouncils#31 | |||
* | Merge branch jonkri:master. | Matthew Somerville | 2016-09-07 | -15/+31 |
|\ | ||||
| * | [FixaMinGata] Add Open Graph information | Jon Kristensen | 2016-09-07 | -0/+10 |
| | | ||||
| * | [FixaMinGata] Fix broken "sign in again" link | Jon Kristensen | 2016-09-07 | -1/+1 |
| | | ||||
| * | [FixaMinGata] Change two "FixMyStreet" strings | Jon Kristensen | 2016-09-07 | -2/+2 |
| | | ||||
| * | [FixaMinGata] Switch from HTTP to HTTPS in some places | Jon Kristensen | 2016-09-07 | -3/+3 |
| | | ||||
| * | [FixaMinGata] Add "user-info" margin on front page | Jon Kristensen | 2016-09-07 | -1/+3 |
| | | ||||
| * | Fetch MapQuest images via HTTPS rather than HTTP | Jon Kristensen | 2016-09-07 | -9/+9 |
| | | ||||
| * | [FixaMinGata] Decrease header size and logo padding on front page | Jon Kristensen | 2016-09-07 | -0/+4 |
|/ | ||||
* | Merge branch 'issues/forcouncils/60-mapping-layer' | Matthew Somerville | 2016-09-06 | -0/+2 |
|\ | ||||
| * | [Oxfordshire] Set map type to OSM. | Matthew Somerville | 2016-09-06 | -0/+2 |
| | | ||||
* | | Merge branch 'issues/forcouncils/22-inspector-markup' | Dave Arter | 2016-09-06 | -70/+469 |
|\ \ | |/ |/| | ||||
| * | A couple of CSS improvements on report page | Zarino Zappia | 2016-09-06 | -24/+27 |
| | | | | | | | | | | | | | | | | - Harmonise two-column sidebar with .with-notes convention `body.mappage.twocol` is now `body.mappage.with-actions` to make it more obvious that it’s just a special case like `.with-notes`. - Make sidebar padding-bottom work with floated children - Display a.btn elements correctly in Safari | |||
| * | Add inspector report detail view | Dave Arter | 2016-09-06 | -69/+465 |
|/ | | | | | | | | | | | | | Users with the `report_inspect` permission can click a new 'inspect' button on a report page to input more detailed problem information into a new form that appears in a column alongside the report detail. - Inspector data is stored in problem's 'extra' field - Report category/state can be edited - Location can be changed by dragging the pin or HTML5 geolocation (Factored out Zurich admin pin drag into own function) For mysociety/fixmystreetforcouncils#22 |