aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeLines
* DB changes to support OIDC authDave Arter2019-08-16-0/+1
|
* [Westminster] Initial cobrand.Zarino Zappia2019-08-16-0/+356
| | | | | | | | | Include a demo fixture file that creates Westminster categories and two example users: bin/westminster/set-up-categories --commit Co-authored-by: Martin Wright <martin@mysociety.org> Co-authored-by: Matthew Somerville <matthew@mysociety.org>
* Hide category extras when dupe suggestions shown.Matthew Somerville2019-08-07-1/+2
|
* [BANES] Move staff map code later.Matthew Somerville2019-07-16-0/+1
| | | | | Due to refactoring in 12d2346, this was loading prior to the main asset code and thus not activating.
* Update UI text when selecting a private categoryDave Arter2019-07-09-1/+10
| | | | | | | This makes it clearer that all details for a report made in a private category will not be shown publicly. Fixes mysociety/fixmystreet-commercial#1405
* Merge branch 'issues/2475-multiple-parents-for-categories'Matthew Somerville2019-06-17-3/+4
|\
| * configure category_groups via COBRAND_FEATURESStruan Donald2019-06-17-3/+4
| | | | | | | | | | Rather than have a method in the Cobrand module use the COBRAND_FEATURES section of the config file.
* | Add front-end testing support for WSL.Matthew Somerville2019-06-14-2/+16
| |
* | Fix front-end testing script when run with VagrantZarino Zappia2019-06-14-32/+37
|/ | | | | | | Noticed this week that it’s not been possible to run the cypress browser tests when you have FMS running in a Vagrant VM (and the tests running outside on the host) since the FMS Vagrant config was changed to use an FMS-specific box.
*-. Merge branches 'move-up-bodies-set' and 'more-frontend-tests'Matthew Somerville2019-06-06-8/+44
|\ \
| | * [Northamptonshire] Add emergency message test.Matthew Somerville2019-06-05-1/+14
| | |
| | * [Buckinghamshire] Add flytipping front end test.Matthew Somerville2019-06-05-7/+29
| | |
| | * [Cypress] Remove blacklistHosts CLI argument.Matthew Somerville2019-06-05-1/+1
| |/ |/| | | | | This was originally removed in 5d9a3dd03 and put back in de66ef715.
| * [Cypress] Remove blacklistHosts CLI argument.Matthew Somerville2019-06-04-1/+1
| | | | | | | | This was originally removed in 5d9a3dd03 and put back in de66ef715.
| * Set fixmystreet.bodies sooner.Matthew Somerville2019-06-04-0/+6
|/ | | | | | | | | There is a small bug where if you go to a two-tier location, pick a category that is sent to one of the two ("These will be sent to" text updates to only show that one), then click elsewhere on the map, the "These will be sent to" text resets to show both bodies. This happens because fixmystreet.bodies is reset after the text has been correctly set by the category change() setup (called on pin move also).
* Add user roles tablesDave Arter2019-05-28-0/+1
|
* run front end tests for cobrands alongside main testsStruan Donald2019-05-28-7/+8
| | | | | | | | | | | | Add the hosts config option, from https://github.com/cypress-io/cypress/issues/1488#issuecomment-396435553 to the cypress config so we can access *.locahost. Then use those in the cobrand tests, as well as allowing them as cobrands by default in the FixMyStreet server setup. NB: need to set fixmystreet.localhost as the FixMyStreet BASE_URL otherwise form submissions can go to localhost and then you get a cypress cross origin security error.
* generate test specific fixture dataStruan Donald2019-05-28-1/+11
|
* [fixmystreet.com] Fix Unicode in fixtures.Matthew Somerville2019-05-20-0/+1
|
* [Cypress] Blacklist in config as fails in CLI.Matthew Somerville2019-05-15-1/+1
|
* Version 2.6.v2.6Matthew Somerville2019-05-03-2/+2
| | | | | Include the usual generate new .pot file, gettext-merge, push to Transifex, pull from Transifex step.
* Allow user to be associated with multiple areas.Matthew Somerville2019-02-14-0/+1
| | | | | | Update database to store an array of IDs rather than only one; consequential changes to the admin and the dashboard to allow selection.
* Add new out-of-office string.Matthew Somerville2019-01-29-1/+1
|
* [Buckinghamshire] Function requires ID, not objectMatthew Somerville2019-01-25-1/+1
|
* [Buckinghamshire] Script to close old district flytipping reports.Matthew Somerville2019-01-23-0/+80
|
* [Demo] add start and end date fields to licensingStruan Donald2019-01-14-0/+4
|
* [Borsetshire] add extra categories to demo siteStruan Donald2019-01-07-0/+9
| | | | Dropped Kerbs and Skips in a Licensing group.
* Version 2.5.v2.5Matthew Somerville2018-12-21-1/+1
|
* Activate test_mode on JS testing.Matthew Somerville2018-12-12-0/+1
| | | | | | This is so front-end tests will not try and send email, or call Gaze. Various co-ordinates have to be updated because the default zoom level of the map has now changed.
* [fixmystreet.com] More categories in fixture.Matthew Somerville2018-12-08-7/+28
|
* Merge branch 'joe/2331-handlemail-cobrand'Matthew Somerville2018-12-03-9/+28
|\
| * Spot more autoreply headers, and set our own.Matthew Somerville2018-11-30-1/+10
| |
| * Read in autoresponse template as UTF-8.Matthew Somerville2018-11-27-4/+3
| |
| * Adds cobrand support for handlemail.Joe Siltberg2018-11-27-5/+16
| | | | | | | | Fixes #2331
* | Include missing package in handlemail-support.Matthew Somerville2018-11-29-0/+1
| |
* | Associate moderation history with admin log.Matthew Somerville2018-11-27-0/+1
| |
* | Store all moderation change history in database.Matthew Somerville2018-11-26-0/+7
|/ | | | | Currently keeping the same front end functionality of only reverting to the original.
* Use standard email sending for handlemail.Matthew Somerville2018-11-23-13/+15
| | | | | | The EmailUtil library expects "\n" line endings, otherwise it gets confused. It also doesn't handle a different SMTP port, and so on. We also make sure the return path is chomped.
* add report_prefill user permissionStruan Donald2018-11-19-0/+6
| | | | | | | If set then when the user creates a new body report it will prefill the report title and description with some basic text. For mysociety/freshdesk#23
* [UK] Front end tests for Highways England layerStruan Donald2018-11-19-1/+1
|
* Store more original stuff on moderation.Matthew Somerville2018-11-16-0/+1
|
* Touch config file when symlink updated.Matthew Somerville2018-11-09-0/+1
| | | | This is so the dev server notices and restarts.
* Version 2.4.2.v2.4.2Matthew Somerville2018-11-06-1/+1
|
* script to backfill open311 commentsStruan Donald2018-11-02-0/+64
| | | | | Utility script that takes a time window and an option body name and then fetches all the comments over that period in 24 hour blocks
* Merge branch 'send-reopen-comment-option'Matthew Somerville2018-10-09-160/+5
|\
| * [Open311] Move send-comments cobrand specific codeMatthew Somerville2018-10-09-6/+0
| |
| * [Open311] Move send-comments code to package.Matthew Somerville2018-10-09-156/+7
| |
* | [FixMyStreet] add subcategories to fixture and enable for demoStruan Donald2018-10-09-9/+9
| | | | | | | | | | The fixture script now generates subcategories so we need to turn these on in the Borsetshire demo site so the categories make sense.
* | front end category testsStruan Donald2018-10-09-0/+12
|/ | | | Check selecting a category and selecting a sub category
* [Open311] Add ability to send reopen status.Matthew Somerville2018-10-08-0/+5
| | | | Switch on for Buckinghamshire.