| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
Limited to most recent 100 rows and not full data.
Factor the two CSV generations together.
|
| |
|
|
|
|
|
| |
Uses the dashboard stats code to display a rough table of stats which
can be used as the basis for a chart later
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Use the send method recorded at the time of sending, not the current one
(it may have changed since), and only resend if the new send methods are
not a subset of the old.
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bromley uses jQuery for its A-Z on all pages; only load Bristol map
JavaScript on map pages (same as Angus); drop Oxfordshire JS use of
jQuery; fix Zurich load order; and improve jQuery checking in other
JavaScript.
|
|/ / |
|
|/ |
|
|\ |
|
| |
| |
| |
| | |
We want machine-readable dates in a data export.
|
| |
| |
| |
| |
| | |
Only look at confirmed updates, and spot updates using mark_fixed and
not problem_state (e.g. questionnaire responses).
|
| |
| |
| |
| |
| | |
Include actual times, not just human-readable ones, and
make sure state is translated correctly.
|
| |
| |
| |
| | |
Ensures ‘Other’ group is last in the list, if it exists.
|
|/ |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Adds a link from /my to a page for generating an access token which is
then stored in the user's extra field.
|
|/
|
|
| |
This allows access if you have a token associated with your user.
|
|
|
|
|
|
|
|
| |
Display a list of the email addresses used to contact the council on the
council dashboard. Does not display emails if the council has an
integration, rejects FMS reports or is currently turned off.
Fixes mysociety/fixmystreetforcouncils#941
|
|
|
|
|
|
|
|
| |
When viewing /around without the `js=1` parameter in a Spanish locale
the incorrect decimal separator was being passed to the DB query,
causing a crash.
Fixes mysociety/fixmystreet-commercial#942
|
|
|
|
|
| |
This can optionally disable appcache for superusers which can be handy
in development.
|
|
|
|
|
|
|
| |
This adds a new send_moderation_notifications method which can be overridden
by cobrands to prevent “your report has been moderated” emails from being sent.
Fixes mysociety/fixmystreet-commercial#936
|
|
|
|
|
| |
If someone selects 15-16th November, they want reports
from both those dates, not just the 15th.
|
|\
| |
| |
| | |
Updated geolocation.js with concurrent changes.
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
It turns out that HTTP::Message (as used by LWP::Simple::get) only
decodes text/* and 'XML', not application/json, as used by all the
geocoders. Work around this, hopefully in a future-proof way.
|
| |/
| |
| |
| | |
This means there should only be one cache entry per request.
|
|/ |
|
| |
|
|
|
|
| |
This means FB/Twitter login is disabled even if FACEBOOK_APP_ID/TWITTER_KEY are set.
|
|
|
|
|
|
|
| |
Add an unban button to the user edit page when a user is in the abuse
table.
Fixes #1881
|
|
|
|
|
|
|
| |
move setting the body template to before `fetch_contacts` so it doesn't
override setting the text only email address template.
Fixes #1895
|
|
|
|
|
| |
The check that a name was entered was testing the user's
current name, not the name entered in the form.
|
|
|
|
|
|
|
|
|
|
| |
Add a `prefill_report_fields_for_inspectors` config to cobrands,
defaulted to 0, to control the automatic pre-population of report
fields.
Also add default of 1 for UKCouncil cobrand.
Fixed #1854
|
|
|
|
|
|
| |
c9998984 altered nearby.json to use on_map rather than around_map, to
prevent needless text appearing, but did not take account of the fact
that it expects Problem objects, not Nearby objects.
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
/around will now show all reports all the time, but we are about to
introduce pagination to stop that.
|
| |
| |
| |
| |
| | |
Both /reports and /my work by using the same URL with ajax=1. We should
use the same on /around for consistency.
|
|\ \ |
|
| |/
| |
| |
| |
| | |
This functionality isn't needed here, and causes an issue with the main
form submitting due to a form inside a form.
|
|/ |
|
|
|
|
|
|
|
|
|
|
| |
If a user is trying to remove a problem from their shortlist we should
always allow it regardless of the state of the problem. Previously if a
problem wasn't displayed on the site then it could not be removed from
the shortlist which was an issue with council cobrands and reports that
had changed body.
Fixes mysociety/fixmystreetforcouncils#243
|