Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add piwik to fiksgatami prodHEADfiksgatami-prod | Marius Halden | 2017-08-10 | -0/+18 |
| | ||||
* | Merge tag 'v2.0.4' into fiksgatami-dev | Marius Halden | 2017-05-28 | -1562/+957 |
|\ | ||||
| * | Fix issue with categories with regex characters. | Matthew Somerville | 2017-04-13 | -2/+2 |
| | | | | | | | | | | | | As the templates were using `grep`, they failed to match on a category such as "Footpaths (right of way)". Changing the stash variables to be hashes instead of lists makes checking for a key simpler. Fixes #1688. | |||
| * | Factor out shared admin template. | Matthew Somerville | 2017-04-13 | -29/+17 |
| | | ||||
| * | [SeeSomething] Remove cobrand. | Matthew Somerville | 2017-03-31 | -464/+0 |
| | | ||||
| * | Merge branch 'dominican-republic-improvements' | Matthew Somerville | 2017-03-31 | -89/+118 |
| |\ | ||||
| | * | Improve translatability of various pages. | Dave Arter | 2017-03-30 | -85/+103 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit makes the following parts of the site translatable: - Social login buttons - Moderation UI - Offline glitch page & offline caching UI - Dashboard It also fixes a bug in the nget parser, stops some Oxfordshire bits being translated for the moment, and brings the translation file up to date. | |||
| | * | Use lat/lon on inspection form if local coordinates aren’t available | Dave Arter | 2017-03-30 | -3/+9 |
| | | | ||||
| | * | Use Google Maps JS API key, if present. | Dave Arter | 2017-03-30 | -1/+6 |
| | | | | | | | | | | | | | | | This appends the GOOGLE_MAPS_API_KEY to the Google Maps JavaScript URL as a `key` parameter. | |||
| * | | Add GA tracking URL parameters to links to WriteToThem | Nick Jackson | 2017-03-30 | -5/+5 |
| |/ | ||||
| * | Add customisable defect types. | Dave Arter | 2017-03-23 | -12/+127 |
| | | | | | | | | | | | | | | | | | | Problems can have an associated defect type, that can be assigned during an inspection. Include an admin interface for managing these types, that can also be assigned on a per-category basis, currently available to the Oxfordshire cobrand. (Also include 'TM' in traffic management Exor RDI output.) | |||
| * | Show loading indicator when loading pins | pezholio | 2017-03-17 | -1/+3 |
| | | ||||
| * | [fixmystreet.com] Remove friendly A/B test. | Matthew Somerville | 2017-03-16 | -79/+0 |
| | | | | | | | | This has been running for a year, added in e17eb20. | |||
| * | Use name at time of moderation, include superusers | Matthew Somerville | 2017-03-14 | -2/+2 |
| | | | | | | | | This works better if e.g. a user stops being associated with a body. | |||
| * | Be clearer if no states selected is not all states | Matthew Somerville | 2017-03-10 | -1/+5 |
| | | | | | | | | As with 1115f106, a default might not be everything. | |||
| * | Add is_in_progress Problem helper. | Matthew Somerville | 2017-03-10 | -4/+2 |
| | | ||||
| * | Merge branch 'issues/forcouncils/171-filter-dropdown-all' | Matthew Somerville | 2017-03-10 | -1/+2 |
| |\ | ||||
| | * | Specify options in 'all' status filter. | Matthew Somerville | 2017-03-09 | -1/+2 |
| | | | | | | | | | | | | | | | A cobrand may have a blank default that isn't everything, so the "All reports" option must specify all the possible options. | |||
| * | | Move staff-only JavaScript to separate file. | Matthew Somerville | 2017-03-10 | -1/+7 |
| | | | ||||
| * | | Add submit buttons to admin index search forms. | Matthew Somerville | 2017-03-09 | -0/+6 |
| |/ | | | | | | | Also slightly tidy up display. | |||
| * | Merge branch '1553-fms4c-contact-form' | Matthew Somerville | 2017-03-03 | -30/+31 |
| |\ | ||||
| | * | [fixmystreet.com] Avoid /about/council redirects. | Zarino Zappia | 2017-03-03 | -10/+10 |
| | | | ||||
| | * | [fixmystreet.com] Clarify council contact form. | Zarino Zappia | 2017-03-03 | -20/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Tweak wording to make it clearer that the form is unsuitable for residents wanting to report street problems. * Record HTTP Referer when form is submitted, so we can see which pages are leading people to the FMS4C page. * Tidy up capitalisation elsewhere in headings on the page. Fixes #1553. | |||
| * | | Add buttons to resize maps on report pages | pezholio | 2017-03-02 | -1/+4 |
| |/ | | | | | | | | | | | | | | | This improves usability on mobile devices, allowing users to pan around the problem and see the area in more detail. I've also changed the CSS around a bit, so we can use the `map-fullscreen` class in other places. | |||
| * | Correct pluralise ‘days ago’ on problem last update | Dave Arter | 2017-02-27 | -1/+1 |
| | | ||||
| * | [Oxfordshire] Use 'days ago' format on problem lists | pezholio | 2017-02-27 | -2/+10 |
| | | | | | | | | Fixes mysociety/fixmystreetforcouncils#98 | |||
| * | Include /admin link on top-level nav for admin users | Dave Arter | 2017-02-16 | -0/+4 |
| | | | | | | | | Fixes mysociety/fixmystreetforcouncils#166 | |||
| * | [Oxfordshire] Add Exor RDI file download feature | Dave Arter | 2017-02-15 | -0/+48 |
| | | | | | | | | | | | | | | | | | | | | The RDI file format encapsulates information about inspections that have taken place, and can be uploaded into Exor to create defects in bulk. This commit adds a page to the Oxfordshire cobrand's admin allowing RDI files to be generated and downloaded from FMS. For mysociety/fixmystreetforcouncils#127 | |||
| * | [Oxfordshire] Don't show user reputation on other cobrands | Dave Arter | 2017-02-15 | -8/+9 |
| | | ||||
| * | [Oxfordshire] Add initials field to admin user edit form | Dave Arter | 2017-02-15 | -0/+13 |
| | | ||||
| * | Clarify ‘inspected’ behaviour | Dave Arter | 2017-02-15 | -1/+1 |
| | | | | | | | | | | | | A report is now considered 'inspected' if its state was changed by an inspector. Additionally, an AdminLog entry is created so the time of inspection and inspector can be recorded. | |||
| * | Add external_id field to ResponsePriority for use with Exor | Dave Arter | 2017-02-15 | -0/+10 |
| | | ||||
| * | Allow users to reopen closed reports | pezholio | 2017-02-15 | -3/+7 |
| | | | | | | | | Users can reopen their own reports when leaving an update. | |||
| * | [SeeSomething] Use new main_nav.html for main menu | Dave Arter | 2017-02-14 | -9/+4 |
| | | ||||
| * | [UK Councils] Use new main_nav.html for main menu | Dave Arter | 2017-02-14 | -205/+12 |
| | | ||||
| * | Refactor main nav into reusable blocks | Dave Arter | 2017-02-14 | -29/+80 |
| | | ||||
| * | [Harrogate] Remove unused cobrand | Dave Arter | 2017-02-09 | -362/+0 |
| | | ||||
| * | [Oxfordshire] Show simpler state list on inspect form | Dave Arter | 2017-02-08 | -13/+59 |
| | | | | | | | | | | | | | | | | | | | | Limits the state dropdown to those states which will be useful to OCC inspectors, as well as removing a few from the base template on the inspect form. Some slight template refactoring has made it easier for other cobrands to override the list, as well as sharing the template with the admin report_edit form to allow all states to be selected. Fixes mysociety/fixmystreetforcouncils#129 | |||
| * | [Oxfordshire] Allow cobrand-specific traffic management options | Dave Arter | 2017-02-08 | -2/+3 |
| | | | | | | | | Fixes mysociety/fixmystreetforcouncils#159 | |||
| * | Add shortlist filters | pezholio | 2017-02-07 | -0/+4 |
| | | ||||
| * | Show ‘unable to fix’ state as ‘no further action’. | Dave Arter | 2017-02-02 | -3/+3 |
| | | | | | | | | Bromley had this already in its update state change messages. | |||
| * | Simplify response template selector HTML | Dave Arter | 2017-01-31 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | 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 |
| | | ||||
| * | Mark two missing strings for translation. | mccheung | 2017-01-21 | -2/+2 |
| | | | | | | | | Fixes #1604. | |||
| * | Include ‘Add user’ link on admin user search results page | Dave Arter | 2017-01-19 | -0/+2 |
| | | ||||
| * | Merge remote-tracking branch ↵ | pezholio | 2017-01-17 | -49/+1 |
| |\ | | | | | | | | | | 'origin/issues/forcouncils/142-allow-anonymous-council-updates' | |||
| | * | Refactor updates metadata output into model | pezholio | 2017-01-17 | -49/+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 | -10/+52 |
| |\ \ | | |/ | |/| | ||||
| | * | Show shortlist icons in button on report page | Zarino Zappia | 2017-01-12 | -2/+6 |
| | | |