aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
Commit message (Collapse)AuthorAgeLines
...
* [UK] Override a domain for DMARC handling.Matthew Somerville2018-07-11-0/+1
|
* Always show all reports by default on /my.Matthew Somerville2018-07-09-4/+6
|
* Do not fetch problem extra on /my.Matthew Somerville2018-07-09-1/+1
| | | | The code thought it was fetching the category extra, which it is not.
* Use do-not-reply address for sent report email.Matthew Somerville2018-07-09-1/+0
|
* Add cobrand hook for custom searching on disambiguation pageDave Arter2018-07-04-0/+3
|
* [fixmystreet.com] Default to open reports only.Matthew Somerville2018-07-03-0/+2
|
* Merge branch 'issues/2098-repaginating-splines'Matthew Somerville2018-07-03-2/+31
|\
| * Only display reports from last 6 months on around.Struan Donald2018-07-03-2/+31
| | | | | | | | | | | | | | Add a checkbox to show older reports, plus if we get to the end of the new reports then instead of a Next button show a "show older" button that will reload the current page but with older reports also loaded. Wire it all up into the pushState code as well.
* | Allow any user who sees private checkbox to use itMatthew Somerville2018-07-03-2/+2
|/
* [UK] Fix issue when body ID not equal to MapIt ID.Matthew Somerville2018-06-28-9/+27
| | | | | | | | | | | Hitherto when creating a body or ward alert on a UK site, the MapIt area ID has been stored instead of the body ID. This is okay for www.fixmystreet.com which for historical reasons does have body IDs that match MapIt area IDs, but other UK-based sites may well not. The alert lookup looks for body ID, meaning those alerts will not work. Save the body ID instead, plus fix some tests that were making the same assumption.
* Enable editing of category group in adminDave Arter2018-06-26-0/+6
| | | | Fixes mysociety/fixmystreetforcouncils#275
* add a send login email button to user edit pageStruan Donald2018-06-25-7/+39
| | | | | | | | | Add a button to the user edit page that sends a login token email to the user. Helpful for user support situations where someone is having trouble logging in. Also for situations where you have added a user and want to get them logged in. Fixes #2041
* [Buckinghamshire] Reduce flytipping road lookup to 5 metresDave Arter2018-06-22-1/+1
| | | | Anything smaller seems like it would result in a lot of false negatives.
* Defect type changes must be after category change.Matthew Somerville2018-06-22-7/+10
| | | | | As with priorities, they depend upon the category and so must be looked up after that has been updated.
* Allow inspector to unset priority.Matthew Somerville2018-06-22-2/+6
|
* Merge branch '2166-comma-category'Matthew Somerville2018-06-21-4/+25
|\
| * Use CSV escaping for categories in URLs.Matthew Somerville2018-06-21-4/+25
| | | | | | | | | | Categories could contain commas, so splitting on comma is not good enough. Let’s escape the fields as if it’s a line in CSV. Fixes #2166.
* | [Buckinghamshire] Update TfB flytipping addressDave Arter2018-06-21-1/+1
|/
* send unresponsive details back with category extrasStruan Donald2018-06-20-0/+4
| | | | | | | This allows the mobile app to explicitly detect when a body is unresponsive and display the category_extra text. For mysociety/fixmystreet-mobile#266
* Merge branch 'issues/commercial/1060-highway-flytipping-to-tfb'Matthew Somerville2018-06-20-1/+22
|\
| * [Buckinghamshire] Support extra recipient for road flytipping.Matthew Somerville2018-06-19-1/+18
| |
| * [Buckinghamshire] Add admin_user_domain.Matthew Somerville2018-06-19-0/+2
| |
| * Use body_handler hook finding cobrand in SendReport::Email.Matthew Somerville2018-06-19-0/+2
| |
* | Merge branch 'issues/commercial/1064-main-road-br5'Matthew Somerville2018-06-20-5/+11
|\ \
| * | [Bromley] Deal with partial postcodes in search.Matthew Somerville2018-06-20-3/+9
| | |
| * | Keep commas in geocode lookups.Matthew Somerville2018-06-18-2/+2
| |/
* / cobrand hook to deny access to pagesStruan Donald2018-06-19-0/+1
|/ | | | | | | Add a check in the root controller `auto` to a cobrand hook that denies access if it returns true. This goes here so that cobrands and users are set up, which is not the case for `check_login_required`. Used to do things like deny site access unless the user is a superuser.
* [UK] Ignore TfL body in get_body_handler_for_problem.Matthew Somerville2018-06-18-1/+1
|
* Merge branch 'issues/commercial/1038-bromley-tfl-direct'Matthew Somerville2018-06-14-25/+57
|\
| * [Bromley] Include TfL reports on map, in grey.Matthew Somerville2018-06-14-0/+8
| |
| * [UK] Improve owns_problem &c for use with TfL bodyMatthew Somerville2018-06-14-13/+13
| | | | | | | | | | We need to call owns_problem all the time, not just in two-tier areas, for pin colour and base URL, and ignore TfL in owns_problem and body lookup function.
| * [TfL] Add SendReport plugin to ignore contact selection.Matthew Somerville2018-06-14-0/+23
| |
| * If single_body_only set, skip contact body check.Matthew Somerville2018-06-14-12/+13
| | | | | | | | This assumes the SendReport code will deal with the issue.
* | Catch errors whilst quote_char is set.Matthew Somerville2018-06-13-113/+124
| | | | | | | | That way we can make sure we always reset quote_char even if something breaks.
* | Use correct created column in problem timeline.Matthew Somerville2018-06-13-3/+3
|/ | | | The User model now also has a created column.
* include automated field when editing contactsStruan Donald2018-06-11-3/+13
| | | | | | | | Display fields that are automatically filled in the contact editing form otherwise the data is lost. Also include the automated field in the form. Fixes #2136
* Fix issue displaying anonymous account email.Matthew Somerville2018-06-07-5/+10
|
* error on bad update ids passed to contact formStruan Donald2018-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.
* Merge branch 'issues/commercial/1037-bromley-wording'Matthew Somerville2018-06-04-0/+4
|\
| * Make sure site_name/signature consistent in emailsMatthew Somerville2018-06-04-0/+2
| |
| * [Bromley] Set default show name to zero.Matthew Somerville2018-06-04-0/+2
| |
* | For duplicate, make sure update will be included.Matthew Somerville2018-06-04-1/+1
| | | | | | | | | | It was checking update text was present, but not whether the update would be included.
* | [Bromley] Include asset ID in title if given.Matthew Somerville2018-06-04-1/+9
| |
* | [Bromley] extra asset layersStruan Donald2018-06-04-1/+2
|/ | | | | Adds street lights, park bins, trees, rights of way, and TfL red route asset layers.
* Fallback to ID ordering on dashboard export.Matthew Somerville2018-05-31-1/+1
|
* [BANES] Add extra columns to dashboard CSV export; behind new permissionDave Arter2018-05-31-0/+47
|
* Call cobrand hook to add extra CSV columns on dashboard exportDave Arter2018-05-30-0/+1
|
* Merge branch 'user-inactivity'Matthew Somerville2018-05-24-21/+248
|\
| * Add admin tickbox to close report to updates.Matthew Somerville2018-05-23-0/+6
| |
| * Add ability to close updates on reports.Matthew Somerville2018-05-23-0/+25
| | | | | | | | | | 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.