aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand
Commit message (Collapse)AuthorAgeLines
* [FixaMinGata] Show staff user name as well as body name in updatesJoe Siltberg2018-11-05-0/+4
|
* [FixMyStreet.com] Enable category groupsDave Arter2018-11-02-0/+2
|
* [Zurich] Fix call to admin_fetch_all_bodies.Matthew Somerville2018-10-22-1/+1
|
* [Bromley] restrict contact form to abuse reportsStruan Donald2018-10-18-0/+2
| | | | | | | Change contact links to main Bromley site contact and limit the contact form to only accept abuse reports. Fixes mysociety/fixmystreet-commercial#1198
* allow cobrands to restrict /contact to abuse reportsStruan Donald2018-10-18-0/+8
| | | | | Add abuse_reports_only cobrand method that prevents the contact form being used unless it's an abuse report.
* [Angus] Remove cobrand.Matthew Somerville2018-10-10-132/+0
|
* [BANES] Show open reports only by default.Matthew Somerville2018-10-09-0/+2
|
* Merge branch 'send-reopen-comment-option'Matthew Somerville2018-10-09-0/+52
|\
| * [Open311] Move send-comments cobrand specific codeMatthew Somerville2018-10-09-0/+52
| |
* | [FixMyStreet] add subcategories to fixture and enable for demoStruan Donald2018-10-09-0/+2
| | | | | | | | | | The fixture script now generates subcategories so we need to turn these on in the Borsetshire demo site so the categories make sense.
* | [Oxfordshire] allow searching on ENQ customer_referenceStruan Donald2018-10-09-0/+16
|/
* Speed up dashboard CSV export.Matthew Somerville2018-10-08-5/+30
| | | | | | | Without fetching bodies_str, the update export was doing a query per update to fetch the corresponding problem. [BANES] Speed up extra columns by prefetching the relevant users.
* Dashboard update CSV export.Matthew Somerville2018-10-03-1/+27
|
* Rename problems_rs to objects_rs.Matthew Somerville2018-10-03-1/+1
| | | | No functional change.
* Add two fields to dashboard CSV export.Matthew Somerville2018-10-03-8/+0
|
* [Zurich] Ignore deleted categories on change.Matthew Somerville2018-10-02-1/+1
| | | | | | | This led to an odd issue whereby a deleted category started being used for a category change, but only when the other category with the same name was edited (so thus changed the database's internal ordering).
* [Oxfordshire] remove open311 hardcodingStruan Donald2018-10-01-5/+0
| | | | | we no longer need some of the hardcoded oxfordshire Open311 overrides so remove them
* [Oxfordshire] remove access to inspector toolStruan Donald2018-09-28-0/+7
|
* Merge branch 'body-list-speedup'Matthew Somerville2018-09-25-9/+13
|\
| * Speed up fetching lists of bodies.Matthew Somerville2018-09-25-9/+13
| | | | | | | | | | | | Use a HashRefInflator wherever all_sorted is used, with consequential changes to deal with it now not being an object (e.g. add some with_* functions for manual fetching of extra data).
* | [BANES] Include Blackhole send method categories in cobrandDave Arter2018-09-25-0/+1
|/
* [Zurich] use report_page_data cobrand hookStruan Donald2018-09-12-0/+25
| | | | remove hard coded report page behaviour
* Version 2.4.v2.4Matthew Somerville2018-09-06-4/+4
|
* [Bromley] Include ID/PROW in title only if given.Matthew Somerville2018-08-24-0/+1
|
* [Lincolnshire] Update front page wordingDave Arter2018-08-20-0/+6
| | | | Lincolnshire uses ‘division’ instead of ‘ward’ as well as Oxfordshire.
* [Lincolnshire] Add contact email addressDave Arter2018-08-17-1/+7
|
* [Lincolnshire] Add admin_user_domain and base_url configDave Arter2018-08-17-0/+8
|
* [Lincolnshire] Colour pins according to stateDave Arter2018-08-17-0/+10
|
* [Lincolnshire] Disable questionnairesDave Arter2018-08-17-1/+1
|
* [Lincolnshire] Send ‘report logged’ emails; don’t show FMS ID on ↵Dave Arter2018-08-17-0/+2
| | | | confirmation page
* [Lincolnshire] Update example places & geocoder configDave Arter2018-08-17-0/+17
|
* [Lincolnshire] Add assets to map & roadworks.org integrationDave Arter2018-08-17-0/+24
|
* [Lincolnshire] Only show certain district categories on cobrandDave Arter2018-08-17-0/+15
|
* [Lincolnshire] Add cobrand templates & stylesDave Arter2018-08-17-0/+35
|
* [Buckinghamshire] Factor lookup_site_code up into UKCouncils cobrandDave Arter2018-08-17-81/+112
|
* [Buckinghamshire] Open reports only by default.Matthew Somerville2018-08-07-0/+2
|
* [Buckinghamshire] Update flytipping handling.Matthew Somerville2018-08-07-13/+10
| | | | | | Allow flytipping reporting on cobrand and .com, with road reports going to Bucks Confirm and email, and non-road reports going to district and Bucks emails.
* [Buckinghamshire] Fix hard-coded category lookup.Matthew Somerville2018-08-03-1/+1
|
* Revert "[BANES] Send email when Open311 update submitted."Matthew Somerville2018-07-19-5/+0
| | | | This reverts commit 6bc39892d7075fac79c0f40b2740de095535329d.
* [fixmystreet.com] Default to open reports only.Matthew Somerville2018-07-03-0/+2
|
* Only display reports from last 6 months on around.Struan Donald2018-07-03-0/+4
| | | | | | | 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.
* [UK] Fix issue when body ID not equal to MapIt ID.Matthew Somerville2018-06-28-8/+16
| | | | | | | | | | | 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.
* [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.
* [Buckinghamshire] Update TfB flytipping addressDave Arter2018-06-21-1/+1
|
* Merge branch 'issues/commercial/1060-highway-flytipping-to-tfb'Matthew Somerville2018-06-20-1/+20
|\
| * [Buckinghamshire] Support extra recipient for road flytipping.Matthew Somerville2018-06-19-1/+18
| |
| * [Buckinghamshire] Add admin_user_domain.Matthew Somerville2018-06-19-0/+2
| |
* | [Bromley] Deal with partial postcodes in search.Matthew Somerville2018-06-20-3/+9
|/
* [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-13/+21
|\