aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [Oxfordshire] include asset id in council problem emailsStruan Donald2020-08-10-0/+129
|
* [Oxfordshire] add asset layersStruan Donald2020-08-10-10/+155
| | | | Trees, street lights, traffic lights, grit bins and gullies
* [Docs] Add instructions & example for including HTML in notice fieldsDave Arter2020-08-07-0/+44
| | | | For https://github.com/mysociety/fixmystreet-commercial/issues/1905
* [Docs] Remove jekyll-livereload, it’s now included in Jekyll itselfDave Arter2020-08-07-9/+1
|
* Remove use of $c from various functions.M Somerville2020-08-06-112/+114
| | | | This means these functions can more easily be used in a non-web context.
* Add database index for user full text search.M Somerville2020-08-06-20/+29
|
* Perform translate on full text search query too.M Somerville2020-08-06-2/+4
|
* Add extra ordering to search query to force full text index use.Matthew Somerville2020-08-06-1/+6
|
* [Open311] use staff categories when fetching reportsStruan Donald2020-08-06-1/+41
| | | | | | | At the moment if you fetch a report in a staff category it will still be created but will be in the Other category. Given that some staff categories are marked as private this can allow reports that should be private to be put in a public category.
* Handle multipart inspector form in service worker.Struan Donald2020-08-06-9/+76
| | | | | | This manually reconstructs the POST as there is no support for formData in safari, plus our storage mechanism does not handle formData as it's not a simple object.
* Add photo upload field to inspector formChris Mytton2020-08-06-11/+55
| | | | | This adds the code for photo uploads from the regular update form to the inspector form, and adds details to the documentation.
* Extract identical photo upload forms into a partialChris Mytton2020-08-06-48/+26
|
* Do not error in export if report has bad category.M Somerville2020-08-04-5/+8
| | | | | | If category groups are enabled, the CSV export includes a subcategory, but it was only fetching a valid groups value if the row's contact was found.
* [fixmystreet.org] Update legal wording in footerZarino Zappia2020-08-03-2/+4
|
* Lowercase contact email when looking for user.Matthew Somerville2020-08-03-2/+2
|
* Make sure disabled inputs greyed out.Matthew Somerville2020-07-31-0/+3
|
* [Zurich] SDM link internal reports to admin page.Matthew Somerville2020-07-31-0/+2
| | | | | The reports are not visible on the public site, so SDMs need a way to see them.
* [Zurich] SDM can do fewer with internal reports.Matthew Somerville2020-07-31-7/+10
|
* [Zurich] SDMs immediately close internal reports.Matthew Somerville2020-07-31-4/+20
|
* [Zurich] Add button to remove internal flag.Matthew Somerville2020-07-31-13/+48
|
* [Zurich] No admin emails on internal reports.Matthew Somerville2020-07-31-0/+20
|
* [Zurich] Show internal reports on their own page.Matthew Somerville2020-07-31-6/+32
| | | | | The new internal reports is displayed the same as the main summary, and all reports shows both internal/non-internal.
* [Zurich] Mark reports by flagged users non-public.Matthew Somerville2020-07-31-0/+20
|
* [Zurich] Add marking users as government-internal.Matthew Somerville2020-07-31-1/+17
|
* [Zurich] Remove a few test log out/ins.Matthew Somerville2020-07-31-6/+0
|
* [Zurich] Remove unused filter-row.Matthew Somerville2020-07-31-19/+0
|
* [Zurich] Factor out admin index ordering function.Matthew Somerville2020-07-31-13/+14
|
* [Zurich] Factor out admin index list table.Matthew Somerville2020-07-31-62/+28
|
* [Zurich] Factor out user edit form.Matthew Somerville2020-07-31-36/+75
|
* [Zurich] Fix admin search box on some admin pages.Matthew Somerville2020-07-31-1/+1
|
* Add database index for full text search.Matthew Somerville2020-07-31-33/+164
|
* Prefetch user bodies in admin user search.Matthew Somerville2020-07-31-2/+5
|
* [fixmystreet.com] Show recaptcha on /around.Matthew Somerville2020-07-29-1/+1
| | | | | The hidden embedded new report form on /around needs to be included, otherwise report submission could fail.
* Include textarea in alert email form copy.Matthew Somerville2020-07-29-1/+1
| | | | The recaptcha used by fixmystreet.com uses a textarea.
* [Hounslow] skip disabled contacts in enquiry formStruan Donald2020-07-20-0/+11
| | | | | | This is largely to resolve an issue with the TfL other category appearing in the contact form even though it is disabled, and hence has no contact details.
* Merge branch '3110-deep-linking-category-group'Matthew Somerville2020-07-16-35/+67
|\
| * Make correct selection from single filter choice.Matthew Somerville2020-07-16-7/+19
| | | | | | | | | | | | | | | | If a single filter item, that was in multiple groups, was selected, then the entry in the last group was being selected in the category dropdown when starting a new report. Make sure we check for a match in the group first, the same behaviour as when there is an existing category.
| * Select matches for both filter category and group.Matthew Somerville2020-07-16-3/+12
| | | | | | | | If both are specified, we want to treat it as an AND, not an OR.
| * Fix lookups in templates of categories with &s.Matthew Somerville2020-07-16-26/+37
| | | | | | | | | | | | A hash lookup in a template is escaping the key used, meaning the lookup is failing anywhere we are using a category containing an ampersand as a key. A continuation of the changes made in 527d763b.
* | Merge branch 'osm-aerial-tiles'Matthew Somerville2020-07-16-33/+32
|\ \
| * | Default to aerial map in JS if aerial given in URL.Matthew Somerville2020-07-16-0/+4
| | |
| * | Add aerial option to OSM maps.Matthew Somerville2020-07-16-20/+20
| | |
| * | Tidy up map_sub_links in templates.Matthew Somerville2020-07-16-14/+9
| |/
* | Spot user set on update not at object creation.Matthew Somerville2020-07-16-0/+21
| | | | | | | | | | | | | | The changes in 67823bc78 create the necessary metadata at the creation of a Comment object, but if the user is not included at that point but later (as is done by the normal public update flow), then it would not be created. Wrap the user accessor so we can make sure it is set.
* | [TfL] remove COVID-19 front page textStruan Donald2020-07-16-12/+0
|/ | | | Fixes mysociety/fimystreet-commercial#1939
* Merge branch '2930-sudo-optional'Matthew Somerville2020-07-16-21/+13
|\
| * Do not have bootstrap run sudo commands.Matthew Somerville2020-07-15-21/+13
| | | | | | | | | | | | | | | | | | Your site user may not have access to sudo, and your admin user may cause permission issues if used to do the git checkout, or the Perl module installation. Document the separate script to install system packages instead. Co-authored-by: Sam Pearson <sam@mysociety.org>
* | Merge branch 'issues/commercial/1886-site-wide-permissions'Matthew Somerville2020-07-16-2/+50
|\ \
| * | [UK] Show message if site-wide update disallowed.Matthew Somerville2020-07-14-0/+37
| | |
| * | [.com] Fix original-reporter-only update message.Matthew Somerville2020-07-14-2/+13
| | | | | | | | | | | | The function call was changed/renamed in 4fe75bb17.