Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix issue displaying anonymous account email. | Matthew Somerville | 2018-06-07 | -5/+10 |
| | ||||
* | error on bad update ids passed to contact form | Struan Donald | 2018-06-05 | -3/+11 |
| | | | | | Return an error if an id for either a hidden update or one not associated with the problem id is passed to the contact form. | |||
* | For duplicate, make sure update will be included. | Matthew Somerville | 2018-06-04 | -1/+1 |
| | | | | | It was checking update text was present, but not whether the update would be included. | |||
* | Fallback to ID ordering on dashboard export. | Matthew Somerville | 2018-05-31 | -1/+1 |
| | ||||
* | Call cobrand hook to add extra CSV columns on dashboard export | Dave Arter | 2018-05-30 | -0/+1 |
| | ||||
* | Add admin tickbox to close report to updates. | Matthew Somerville | 2018-05-23 | -0/+6 |
| | ||||
* | Add ability to close updates on reports. | Matthew Somerville | 2018-05-23 | -0/+1 |
| | | | | | The inactive report script can mark matched reports as closed for updates. This removes the update form and signing up for updates from a report page. | |||
* | Factor anonymize function to User model. | Matthew Somerville | 2018-05-23 | -14/+1 |
| | ||||
* | Move default problem state to cobrand function. | Matthew Somerville | 2018-05-15 | -2/+1 |
| | ||||
* | [Zurich] Use correct column for ‘newest’ sorting. | Matthew Somerville | 2018-05-15 | -0/+1 |
| | ||||
* | Add UI for selecting multiple wards from /reports/ body page | Dave Arter | 2018-05-14 | -0/+11 |
| | | | | Fixes mysociety/fixmystreetforcouncils#231 | |||
* | Cobrand hook for showing all states in filter. | Matthew Somerville | 2018-05-09 | -3/+3 |
| | ||||
* | ajax endpoint to return closest address. | Struan Donald | 2018-05-09 | -0/+21 |
| | | | | | | | | /ajax/closest will return ajax with details of the closest address to the lat/lon passed in from the Bing geocoder. Tidy up find_closest() to use overloaded string rather than passing in whether you want a string or not. | |||
* | Allow cobrand override of admin reports search. | Struan Donald | 2018-05-09 | -4/+5 |
| | | | | This is to enable custom reporting for cobrands on the reports page. | |||
* | Add help text metadata facility to categories. | Matthew Somerville | 2018-05-08 | -3/+3 |
| | | | | This is shown when reporting and in map list filters. | |||
* | Remove needless category mappings. | Matthew Somerville | 2018-05-08 | -12/+10 |
| | | | | | Both filter categories and new report category lists went through mappings to different data structures, which doesn't seem to be needed. | |||
* | Merge branch 'collideoscope-anew' | Matthew Somerville | 2018-05-02 | -1/+7 |
|\ | ||||
| * | Allow cobrands to give extra parameters for pins. | Steven Day | 2018-05-02 | -1/+7 |
| | | | | | | | | | | | | | | So that you can build functionality to add extra limitations on to the map pins displayed. Useful for Collideoscope initially to filter out (or in) reports from the Department of Transport's Stats19 Data. | |||
* | | [fixmystreet.com] ISO dates in summary CSV export. | Matthew Somerville | 2018-05-02 | -2/+2 |
| | | ||||
* | | Don’t strip whitespace from user passwords during registration | Dave Arter | 2018-04-27 | -3/+3 |
| | | | | | | | | | | | | | | If a new user registers during the report/update process and their password starts or ends with whitespace or has consecutive whitespace chars then those would be stripped and the entered password wouldn’t work for subsequent logins. | |||
* | | display the contents of report's extra field in admin | Struan Donald | 2018-04-26 | -0/+21 |
|/ | | | | | | | | Instead of just a Yes/No display a formatted list of values in extra. Has special handling for known fields otherwise just prints them out dumbly. Fixes #1809 | |||
* | Merge branch 'collideoscope-anew' | Matthew Somerville | 2018-04-26 | -5/+15 |
|\ | ||||
| * | Add way of validating data in report_form_extras. | Matthew Somerville | 2018-04-23 | -0/+8 |
| | | ||||
| * | Add new report hooks for cobrand report munging. | Matthew Somerville | 2018-04-23 | -0/+3 |
| | | | | | | | | | | One to alter the category after initially set, one to change any details of the report before saving to the database. | |||
| * | Have only one bodies_to_list variable. | Matthew Somerville | 2018-04-23 | -5/+3 |
| | | ||||
| * | Add hook to alter list of bodies on /reports page. | Matthew Somerville | 2018-04-23 | -0/+1 |
| | | | | | | | | | | This allows a cobrand to e.g. display a subset of bodies based on a query parameter. | |||
* | | Sign up inspector, not creator, on inspection. | Matthew Somerville | 2018-04-25 | -1/+1 |
|/ | ||||
* | [Oxfordshire] Fix admin exor download page. | Matthew Somerville | 2018-04-16 | -1/+1 |
| | | | | | 07906f40 changed the HTML date input form, but did not update the server parsing of the format. | |||
* | Provide API key to MapIt proxy if present. | Matthew Somerville | 2018-04-12 | -2/+14 |
| | ||||
* | admin UI to configure fetch_all_problems Open311 option | Struan Donald | 2018-04-11 | -5/+18 |
| | | | | | | UI to update the fetch_all_problems setting in extra for a body. This also adds handling for extra body values in the Admin in a similar manner to the way other body params are handled. | |||
* | Reliably sort send methods in admin. | Matthew Somerville | 2018-04-10 | -2/+2 |
| | ||||
* | Lower case/strip whitespace from email addresses during user import | Dave Arter | 2018-04-10 | -0/+2 |
| | ||||
* | [BANES] Add report rejection workflow | Dave Arter | 2018-04-10 | -0/+4 |
| | | | | WIP, for mysociety/fixmystreetforcouncils#284 | |||
* | [fixmystreet.com] Stop non-council email sign-up. | Matthew Somerville | 2018-04-09 | -0/+2 |
| | | | | 100% false positives so far. | |||
* | User import admin page | Dave Arter | 2018-04-03 | -0/+46 |
| | | | | | | This is intended to be an internal tool for quickly creating staff users in bulk. As such, it's hidden at /admin/user_import and is only available to superusers. | |||
* | Don’t call add_extra_area_types cobrand hook on alerts pages | Dave Arter | 2018-04-03 | -2/+5 |
| | ||||
* | limit problem body to single body if required | Struan Donald | 2018-04-03 | -2/+11 |
| | | | | | | Add a single_body_only form value to reports that contains the name of the only body to send the problem to. If the name doesn't match any of the valid bodies for the report then send to all. | |||
* | add convert latlong option to open311 body admin | Struan Donald | 2018-03-29 | -0/+1 |
| | ||||
* | fix timezone problems with offline inspector comments | Struan Donald | 2018-03-29 | -1/+7 |
| | | | | | | | Comments added offline by an inspector set the time in JavaScript using a UTC epoch. We need to add the FMS timezone to this so it's in the timezone the database expects for timestamps otherwise it's incorrect when we fetch it back out | |||
* | Don’t show empty ‘provide extra detail’ section | Dave Arter | 2018-03-29 | -0/+4 |
| | | | | | | Hides the empty “Help <council> resolve your problem quicker” section of the new report form if report metas for the selected category are all hidden fields. | |||
* | Make it easier to identify Open311 categories in category checkbox list | Dave Arter | 2018-03-29 | -0/+1 |
| | | | | | | Displays the category’s email address (service code, for Open311) as a tooltip. This makes it easier to identify the right category when editing response templates, for example. | |||
* | Fix invalid SQL on cobrand admin update edit pages | Dave Arter | 2018-03-29 | -1/+1 |
| | ||||
* | Allow cobrands to add extra MapIt areas & types | Dave Arter | 2018-03-29 | -0/+11 |
| | ||||
* | Add external_status_code to ResponseTemplate admin editing forms | Dave Arter | 2018-03-29 | -5/+14 |
| | ||||
* | Add CORS header to Open311 output. | Matthew Somerville | 2018-03-22 | -0/+1 |
| | ||||
* | [fixmystreet.com] Add admin page to list refused. | Matthew Somerville | 2018-03-21 | -0/+27 |
| | ||||
* | Merge branch 'store-contributed-as' | Matthew Somerville | 2018-03-20 | -11/+22 |
|\ | ||||
| * | Store contributed-as data. | Matthew Somerville | 2018-03-20 | -11/+22 |
| | | | | | | | | | | Store if the report/update was created by someone using the contributed-as dropdown, and use that information to perhaps not send report-sent emails. | |||
* | | Pass columns CSV needs into Problem->as_hashref. | Matthew Somerville | 2018-03-19 | -9/+4 |
|/ | | | | Then it can skip working out some things as they are not needed. | |||
* | Merge branch '2023-bad-open311-dates' | Matthew Somerville | 2018-03-16 | -4/+4 |
|\ |