aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeLines
* Merge branch 'version-2.3.1'v2.3.1Matthew Somerville2018-02-12-6/+8
|\
| * Version 2.3.1.Matthew Somerville2018-02-12-6/+8
| |
* | Merge branch 'banes-improvements-grab-bag'Matthew Somerville2018-02-12-0/+3
|\ \ | |/ |/|
| * Cobrands can pass `components` to Google Geocoder.Dave Arter2018-02-12-0/+2
| | | | | | | | | | | | This allows more fine grained control over the geocoder search, e.g. to specify the administrative area or town. See the geocoder api docs: https://developers.google.com/maps/documentation/geocoding/intro#ComponentFiltering
| * Display report extra fields on inspect formDave Arter2018-02-08-0/+1
| | | | | | | | | | | | | | This commit restores display of report extra fields on the inspect form, previously missing because of a typo. Also improves the compactness of the form by hiding ‘notice’ extras and any extra guidance attached to each field.
* | Script to remove expired sessions.Matthew Somerville2018-02-09-0/+1
| | | | | | | | | | This also can set up users so that the admin "Log user out" function works correctly.
* | prevent timezone related util test failureStruan Donald2018-02-09-0/+1
|/ | | | | | | | Make sure that the prettify_dt tests use the same timezone as FMS otherwise the test can fail if now in the local timezone is actually yesterday/tomorrow in the FMS timezone. Fixes #1984
* Show loading spinner on map for assets as well as markersDave Arter2018-02-08-0/+1
|
* Allow ‘report as another user’ to only provide a phone numberDave Arter2018-02-07-0/+1
|
* Merge branch '2fa-superuser'Matthew Somerville2018-02-07-0/+1
|\
| * Add two-factor authentication for superusers.Matthew Somerville2018-02-07-0/+1
| |
* | Merge branch '1944-admin-remove-account'Matthew Somerville2018-02-07-0/+2
|\ \
| * | Admin ability to remove user account details.Matthew Somerville2018-02-06-0/+1
| | |
| * | Add admin ability to log user out.Matthew Somerville2018-02-06-0/+1
| |/
* | Merge branch 'password-tests'Matthew Somerville2018-02-06-0/+1
|\ \
| * | Add length/common password checking.Matthew Somerville2018-02-06-0/+1
| |/
* | Upgrade Number::Phone.Matthew Somerville2018-02-05-0/+1
| | | | | | | | | | This brings in my new format_for_country function which allows for nicer display of phone numbers to people.
* | Ask for current pw/send email on password change.Matthew Somerville2018-02-01-0/+1
|/ | | | | If they have a current password, ask for it; if they don't, send a confirmation email.
* Merge branch '1942-admin-anonymize'Matthew Somerville2018-01-31-0/+2
|\
| * Admin ability to hide a user's reports/updates.Matthew Somerville2018-01-31-1/+1
| |
| * Admin ability to make user anonymous.Matthew Somerville2018-01-31-0/+2
| |
* | Show loading message on /around page loadDave Arter2018-01-30-1/+2
| | | | | | | | | | | | | | | | The map and sidebar are empty on /around when the page loads, and JS is used to pull in the relevant reports and populate the page. The previous message indicated that there were no reports at all, but in fact they were being loaded asynchronously. This commit shows a more helpful message whilst the pins are being loaded.
* | Never skip sending reports with --debug flagDave Arter2018-01-29-0/+1
| | | | | | | | | | | | | | It’s a little annoying to have to fiddle with the database between runs of send-reports when debugging a stuck/failing report or working on a new Open311 integration. This commit disables skipping of reports when the --debug flag is used.
* | Remove SameSite=Lax from cookies.Matthew Somerville2018-01-23-1/+0
| |
* | Merge branch '1958-adjust-zoom-mobile'Matthew Somerville2018-01-18-0/+1
|\ \ | |/ |/|
| * Zoom out as much as necessary, even on mobile.Matthew Somerville2018-01-15-0/+1
| | | | | | | | | | This also fixes an inconsistency between what you can see on the map and the list of reports underneath.
* | Fix error sending `requires_inspection` reports.Matthew Somerville2018-01-16-0/+1
|/ | | | | has_permission_to() is called in Reports.pm and requires the cobrand to be set on the schema. The test was manually doing this which hid the problem.
* Only work out bounds/resolution on BBOX strategiesMatthew Somerville2018-01-10-1/+2
| | | | The /my page uses a Fixed strategy which cannot do this.
* Switch on monotone cubic interpolation.Matthew Somerville2018-01-09-0/+1
| | | | This prevents e.g. the all reports graph dipping down.
* Update string on /reports to match same string lower down.Matthew Somerville2018-01-09-0/+1
|
* Add missing class on last questionnaire question.Matthew Somerville2018-01-08-0/+1
| | | | This was somehow missed from 163c65cf.
* Merge branch '1907-stop-tile-load-on-mappage'Matthew Somerville2018-01-05-0/+2
|\
| * [fixmystreet.com] Lazy load images in the footer.Matthew Somerville2018-01-05-0/+2
| | | | | | | | | | This uses an IntersectionObserver, which currently works in Chrome, Edge, and Firefox.
* | Merge branch 'add-samesite-lax-cookie'Matthew Somerville2018-01-05-0/+2
|\ \
| * | Include "SameSite=Lax" with all set cookies.Matthew Somerville2018-01-04-0/+2
| |/ | | | | | | | | This prevents FixMyStreet cookies from being sent from third-party <img>s and the like, in supporting browsers.
* | Fix bug with multiple select-multiples on a page.Matthew Somerville2018-01-04-0/+1
| | | | | | | | | | They would all use the settings of the first, leading to e.g. potentially incorrect all/none messages.
* | Fix bug specifying category in URL on /around.Matthew Somerville2018-01-04-0/+1
|/ | | | The list of existing categories wasn't being checked correctly.
* Ignore deleted/area-less bodies in dashboard list.Matthew Somerville2018-01-03-0/+1
|
* Prefetch translations in /reports list of bodies.Matthew Somerville2018-01-03-0/+1
|
* Fix colour wrapping bug, where it only added red.Matthew Somerville2017-12-19-0/+1
| | | | | As colours.length increased as colours were added, it would always return the first entry.
* Force dashboard filters onto a single lineZarino Zappia2017-12-19-0/+2
| | | | Fixes part of mysociety/fixmystreet-commercial#965.
* Version 2.3.Matthew Somerville2017-12-18-25/+27
|
* Merge branch 'yodenuncio'Matthew Somerville2017-12-13-0/+3
|\
| * Include JSON of extra fields in category_extras.Dave Arter2017-12-13-0/+1
| |
| * Add template hook for content before .wrapper.Zarino Zappia2017-12-13-0/+2
| |
* | Fix issues with send method category change.Matthew Somerville2017-12-13-0/+1
| | | | | | | | | | | | 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.
* | Store all successful send methods.Matthew Somerville2017-12-13-0/+1
|/
* Merge branch 'issues/forcouncils/264-stop-csv-human-dates'Matthew Somerville2017-12-05-0/+1
|\
| * Stop using 'readable' dates in CSV export.Matthew Somerville2017-12-01-0/+1
| | | | | | | | We want machine-readable dates in a data export.
* | Group categories on new report formDave Arter2017-12-05-0/+1
| | | | | | | | Ensures ‘Other’ group is last in the list, if it exists.