aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | [Zurich] Allow publishing of individual photos.Matthew Somerville2018-01-18-156/+146
| | | | | | | | | | | | | | | When more than one photo has been uploaded, allow each one to be published/not independently.
| * | [Zurich] A few translation updates.Matthew Somerville2018-01-16-6/+3
| | |
| * | [Zurich] Update list of public holidays.Matthew Somerville2018-01-16-6/+21
| | |
| * | [Zurich] Update report confirmation email.Matthew Somerville2018-01-16-0/+2
| | |
| * | Make admin report edit email address clickable.Matthew Somerville2018-01-16-3/+5
| | |
* | | Merge branch 'warwickshire-https'Matthew Somerville2018-01-18-50/+50
|\ \ \
| * | | [Warwickshire] Update some links to https.Matthew Somerville2018-01-18-50/+50
| | | |
* | | | [UK] Re-include Bristol in open311-populate-service-listDave Arter2018-01-18-3/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bristol's Open311 endpoint still seems to be returning empty metadata for some services that claim to have metadata. They have made changes to their published services since the change was made to exclude their endpoint, which is causing issues for new reports. Rather than exclude their endpoint entirely from being updated, this commit just silences the noisy error message for Bristol. Reverts the change made in 491eb26e4.
* | | Merge branch '1958-adjust-zoom-mobile'Matthew Somerville2018-01-18-3/+1
|\ \ \
| * | | Zoom out as much as necessary, even on mobile.Matthew Somerville2018-01-15-3/+1
| |/ / | | | | | | | | | | | | This also fixes an inconsistency between what you can see on the map and the list of reports underneath.
* | / [Oxfordshire] Update tracking.Matthew Somerville2018-01-17-10/+13
| |/ |/|
* | Fix error sending `requires_inspection` reports.Matthew Somerville2018-01-16-3/+2
| | | | | | | | | | 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.
* | Remove unused (except by tests) send_reports() fn.Matthew Somerville2018-01-15-22/+21
|/
* <insert grumble at case-insensitive filesystems>Matthew Somerville2018-01-12-1/+1
|
* Merge branch 'fixture-images'Matthew Somerville2018-01-12-1/+25
|\
| * Add some example fixture images.Matthew Somerville2018-01-11-1/+25
| |
* | Only work out bounds/resolution on BBOX strategiesMatthew Somerville2018-01-10-5/+9
| | | | | | | | The /my page uses a Fixed strategy which cannot do this.
* | Add JSHint configuration, tidy up any warnings.Matthew Somerville2018-01-10-27/+77
| |
* | [YoDenuncio] Update more than one location text.Matthew Somerville2018-01-10-4/+2
| |
* | Switch on monotone cubic interpolation.Matthew Somerville2018-01-09-2/+8
|/ | | | This prevents e.g. the all reports graph dipping down.
* Catch nget() when written on a single line.Matthew Somerville2018-01-09-2/+2
|
* Update string on /reports to match same string lower down.Matthew Somerville2018-01-09-1/+2
|
* Add missing class on last questionnaire question.Matthew Somerville2018-01-08-2/+3
| | | | This was somehow missed from 163c65cf.
* Merge branch '1907-stop-tile-load-on-mappage'Matthew Somerville2018-01-05-34/+80
|\
| * [UK] SVG app store badges on homepageZarino Zappia2018-01-05-8/+4
| |
| * [fixmystreet.com] Lazy load images in the footer.Matthew Somerville2018-01-05-17/+72
| | | | | | | | | | This uses an IntersectionObserver, which currently works in Chrome, Edge, and Firefox.
| * [fixmystreet.com] Remove 2x PNGs from footer.Matthew Somerville2018-01-03-15/+1
| |
| * [UK,FixaMinGata] Do not load tile.jpg on map page.Matthew Somerville2018-01-03-0/+7
| | | | | | | | It is never visible, being behind header/ map/ sidebar.
* | Merge branch 'add-samesite-lax-cookie'Matthew Somerville2018-01-05-14/+94
|\ \
| * | Include "SameSite=Lax" with all set cookies.Matthew Somerville2018-01-04-14/+94
| |/ | | | | | | | | 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-2/+5
| | | | | | | | | | 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-6/+18
|/ | | | The list of existing categories wasn't being checked correctly.
* Ignore deleted/area-less bodies in dashboard list.Matthew Somerville2018-01-03-1/+4
|
* Prefetch translations in /reports list of bodies.Matthew Somerville2018-01-03-1/+2
|
* Add some new Body model helper methods.Matthew Somerville2018-01-03-132/+178
| | | | And use the existing ones more.
* Merge remote-tracking branch 'github/os-phone-update'Matthew Somerville2018-01-02-1/+1
|\
| * Update Ordnance Survey phone numberabimysoc2017-12-22-1/+1
| | | | | | They've changed from using an 0845 number to 0345, which is a Good Thing as it will cost people less to call.
* | Fix export as CSV link on dashboardStruan Donald2017-12-22-1/+1
|/
* [fixmystreet.com] Switch jobs message to donate one.Matthew Somerville2017-12-20-2/+2
|
* Fix colour wrapping bug, where it only added red.Matthew Somerville2017-12-19-2/+3
| | | | | 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/+7
| | | | Fixes part of mysociety/fixmystreet-commercial#965.
* [Oxfordshire] Allow lat/lon to be sent as integers to Exor Open311 CGIDave Arter2017-12-19-1/+1
| | | | | | | | | | It took a few years but somebody finally made a report at a whole-number lat/lon (52°N in this case) which was duly rejected by the OCC Exor script as not being a valid coordinate due to the assumption that all lat/lon values will contain a ‘.’ character. This commit makes the decimal part of the value optional, allowing integer values to be sent.
* Merge branch 'version-2.3'v2.3Matthew Somerville2017-12-18-22164/+30182
|\
| * Version 2.3.Matthew Somerville2017-12-18-27/+29
| |
| * Update translations with new strings.Matthew Somerville2017-12-15-21509/+29899
| |
| * Split up alert multiple results to match front.Matthew Somerville2017-12-15-2/+3
| |
| * Fix spelling of administrator.Matthew Somerville2017-12-15-3/+3
| |
| * Updates pulled from Transifex.Matthew Somerville2017-12-15-732/+357
| |
* | Make sure bar chart is given enough colours.Matthew Somerville2017-12-18-0/+4
| |
* | Generate state_map later on, for use by bar chart.Matthew Somerville2017-12-15-10/+3
|/ | | | | | The summary page calls generate_grouped_data, which requires state_map in order to sort the states appropriately, so generate it there rather than earlier.