| Commit message (Collapse) | Author | Age | Lines |
... | |
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
We can now use the new open311_post_update_skip function.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
The fixture script now generates subcategories so we need to turn these
on in the Borsetshire demo site so the categories make sense.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If /report/new is opened directly then the fixmystreet.reporting_data is
not set, but the categories are already in place. These are then
replaced when update_pin is called. If this has been triggered by
clicking on a category with a subcategory this replaces the category
selects but did not correctly reset them. By saving any selected value
in the main category select we can correctly reset this and hence the
display of the subcategory select.
Fixes #2276
|
| |
| |
| |
| | |
Check selecting a category and selecting a sub category
|
| | |
|
| |
| |
| |
| | |
Add a cobrand hook to allow searching by reference to be overridden
|
|/ |
|
|
|
|
| |
Switch on for Buckinghamshire.
|
|
|
|
|
|
|
| |
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.
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
No functional change.
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Upgrade a couple of modules, deal with '.' not present in @INC,
captures returning undef rather than '', and a test.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Stop red warning being output by S3 bucket creation failure test
* Make sure 'num_old_reports' is always a number on /around pages
* Stop 'category_extra' being generated when unnecessary
* Prevent warning printed in getservicerequestupdates.t
* Prevent info lines from being output in develop.t
* Remove line of #s in root.t
* And an ID diag in zurich.t
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This changes a handful of example commands that restart the fixmystreet
application server to use the `service` command rather than the script
in `/etc/init.d`. This should be compatible with systems using either of
`systemd` or `sysvinit`.
[skip ci]
|
|/
|
|
|
|
|
|
|
|
| |
This expands the documentation on using our official AMI to cover in
more detail options for customising installations using our Packer
builds.
It also updates the current official AMI ID with the latest relase.
[skip ci]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now that the "Report a problem" link in the nav bar links, more often
than not, to the reporting form rather than the homepage, it could be
challenging to actually start a new report in a location *other* than
the one currently on screen.
Rather than adding a link to the homepage, this change hopefully adds
a link right at the moment the user expects it – right on the "Report
a problem" form.
It also gave us an opportunity to reword the "Wrong location" message
and give it an icon more suitable for high-dpi displays.
Fixes #2238.
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
v2.8 of the FB API is due to turn off in April 2019, let's upgrade well
in advance.
|
| | |
|
| | |
|
| |
| |
| |
| | |
So version 2.4.1 has no translation changes, putting back straight after.
|
| |
| |
| |
| |
| |
| | |
Add options to set the cobrand plus related options for co-ordinates,
name and area id to the browser test command. Set BASE_URL to same as
test server, as that is used in e.g. list link output.
|
| |
| |
| |
| |
| | |
rather than hardcoding a postcode pull it from ENV to make testing a bit
more flexible for use in cobrand testing
|
|/
|
|
|
| |
Adds some div wrappers round the non category bit of the form so we can
then hide easily.
|
| |
|
| |
|
|
|
|
|
| |
Map ward names on their short names, so any processing
applies equally to URL and names returned by MapIt.
|
|
|
|
|
|
|
|
| |
This adds a systemd service unit file for managing the FixMyStreet
Catalyst process manager.
This also updates the commonlib submodule with matching changes to
our install scripts.
|
|
|
|
|
|
|
| |
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).
|
|\ |
|
| |
| |
| |
| |
| |
| | |
replace_query_parameter() was stringifying select multiples, meaning
they were incorrectly recorded by the pushState and thus breaking on
navigation.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Including testing the filters, viewing a report, and pushState.
Plus a mock MapIt handler for returning a GeoJSON outline, to make the
page load. The BASE_URL is also set to the same as the test server, as
that is used in list link output.
|
| |
| |
| |
| |
| | |
The existing fixture script generates random results so is no use for
front end testing.
|
| |
| |
| |
| |
| |
| |
| |
| | |
When using the mySociety Vagrant box, ensure that the `local/` directory
is present before attempting to bind mount the pre-built Perl modules.
Without this directory present the bind mount will fail and the Perl
modules will all be built again unnecessarily.
|
| |
| |
| |
| |
| |
| | |
The install script calls a service restart at build, this failed
if the stop action in the init script doesn't check for the
existence of the PIDFILE first, so check.
|
| |
| |
| |
| | |
Fixes #2263.
|