| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
disable, enable and delete for user alerts on user_edit page
|
|
|
|
|
| |
Include a list of alerts the user is subscribed to at the bottom of the
user_edit page in the admin.
|
|
|
|
| |
Also, remove top of page link that was hardcoded to a now missing page.
|
|
|
|
|
|
|
| |
Change contact links to main Bromley site contact and limit the contact
form to only accept abuse reports.
Fixes mysociety/fixmystreet-commercial#1198
|
|
|
|
|
| |
Add abuse_reports_only cobrand method that prevents the contact form
being used unless it's an abuse report.
|
|
|
|
|
|
|
|
| |
The change in report_inspect.t from WODC to Oxford City was necessary
because moving reports to a location not in Mock::MapIt was resulting in
an empties bodies_str in the "test category/body changes" test.
Fixes #2181.
|
|
|
|
|
|
|
| |
Add a count of currently active alerts on new updates for a report to
the admin page.
Fixes #669
|
|
|
|
|
| |
call ZOOM_LEVELS and MIN_ZOOM_LEVELS using self so that we can override
them in a subclass.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- When using the official box, just run `script/update` at startup as
the latest release (0.0.3) has everything fully pre-installed;
- Ensure `/home/vagrant/.cpanm` is owned by vagant user;
- When using the official box, always run the provisioner that checks
and bind mounts the local pre-built Perl modules when starting as
these would previously have been missing after a `halt` and `up`;
- When using any other box, just run the full install process.
[skip ci]
|
|\ |
|
| | |
|
|/
|
|
|
| |
The //= meant that once `$open311` was populated we reused it each time
which mean we were passing the original config in to each body.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
body.url could still be in use by old-school /reports table index pages
(though they were dropped in 2.1, so a cobrand would have to have
overridden it since then) and the update to speed up body lists in #2248
broke it. This puts it back in minimal form.
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
This allows a cobrand to e.g. as the test does, allow public access to
dashboard CSV export for a body, but not otherwise.
|
| |/ |
|
| | |
|
|/
|
|
|
|
| |
Fixes #2280.
[ci skip]
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
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.
|