Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Admin ability to hide a user's reports/updates. | Matthew Somerville | 2018-01-31 | -22/+72 | |
| | | |||||
| * | Admin ability to make user anonymous. | Matthew Somerville | 2018-01-31 | -3/+38 | |
| | | |||||
| * | Add missing labels on admin user form. | Matthew Somerville | 2018-01-18 | -10/+20 | |
| | | |||||
| * | Make update moderation button match report one. | Matthew Somerville | 2018-01-18 | -1/+1 | |
| | | |||||
* | | Merge branch 'borsetshire-pro-changes' | Matthew Somerville | 2018-01-31 | -22/+97 | |
|\ \ | |||||
| * | | [Borsetshire] Add Pro banner at top. | Matthew Somerville | 2018-01-29 | -1/+76 | |
| | | | |||||
| * | | [fixmystreet.com] Consistent Pro naming. | Matthew Somerville | 2018-01-29 | -21/+21 | |
| | | | |||||
* | | | Show loading message on /around page load | Dave Arter | 2018-01-30 | -2/+7 | |
|/ / | | | | | | | | | | | | | | | 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 flag | Dave Arter | 2018-01-29 | -3/+6 | |
| | | | | | | | | | | | | | | 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. | ||||
* | | Reinstate old pin loading URL for mobile app use. | Matthew Somerville | 2018-01-25 | -2/+2 | |
| | | |||||
* | | Hide 'updates not sent' message on reports sent via Open311 | Dave Arter | 2018-01-23 | -4/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'updates are not sent to the council' message was incorrectly being shown on reports where updates would in fact be sent. This was affecting non-Bromley/Stevenage reports on fms.com and all cobrands using Open311. This commit moves the logic out of the template and adds the Problem->updates_sent_to_body method which inspects the receiving body's Open311 configuration to determine whether updates will be sent. The duplication of the Lewisham/Oxfordshire logic between Problem.pm and send-comments isn't ideal but hopefully there won't be any new Open311 bodies that only send and don't receive updates. If there are we'll have to look at refactoring that list. | ||||
* | | Remove SameSite=Lax from cookies. | Matthew Somerville | 2018-01-23 | -79/+0 | |
| | | |||||
* | | Top banner should be in all stylesheets. | Matthew Somerville | 2018-01-23 | -3/+1 | |
| | | | | | | | | | | A top banner (for e.g. offline, or just custom display) could be used by any cobrand, so remove the need to add an extra line of CSS. | ||||
* | | Fix possible offline form issue & message spacing. | Matthew Somerville | 2018-01-21 | -3/+7 | |
| | | |||||
* | | [Borsetshire] Add top banner CSS. | Matthew Somerville | 2018-01-21 | -0/+1 | |
| | | |||||
* | | [fixmystreet.com] Stop double '.csv' on download. | Matthew Somerville | 2018-01-19 | -1/+1 | |
| | | |||||
* | | [fixmystreet.com] Change clashing ward field name. | Matthew Somerville | 2018-01-19 | -3/+3 | |
| | | | | | | | | The code expects ward to be used to redirect to a ward page, not as a filter. | ||||
* | | [Zurich] Add filters to /reports, fix photo bug. | Matthew Somerville | 2018-01-18 | -1/+3 | |
| | | | | | | | | The photo JavaScript needs including in case a report is pulled in. | ||||
* | | [Zurich] Fix for request with empty category. | Matthew Somerville | 2018-01-18 | -1/+1 | |
| | | |||||
* | | Merge branch 'issues/commercial/988-c6-email-address-link' | Matthew Somerville | 2018-01-18 | -171/+177 | |
|\ \ | |||||
| * | | [Zurich] Allow publishing of individual photos. | Matthew Somerville | 2018-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 Somerville | 2018-01-16 | -6/+3 | |
| | | | |||||
| * | | [Zurich] Update list of public holidays. | Matthew Somerville | 2018-01-16 | -6/+21 | |
| | | | |||||
| * | | [Zurich] Update report confirmation email. | Matthew Somerville | 2018-01-16 | -0/+2 | |
| | | | |||||
| * | | Make admin report edit email address clickable. | Matthew Somerville | 2018-01-16 | -3/+5 | |
| | | | |||||
* | | | Merge branch 'warwickshire-https' | Matthew Somerville | 2018-01-18 | -50/+50 | |
|\ \ \ | |||||
| * | | | [Warwickshire] Update some links to https. | Matthew Somerville | 2018-01-18 | -50/+50 | |
| | | | | |||||
* | | | | [UK] Re-include Bristol in open311-populate-service-list | Dave Arter | 2018-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 Somerville | 2018-01-18 | -3/+1 | |
|\ \ \ | |||||
| * | | | Zoom out as much as necessary, even on mobile. | Matthew Somerville | 2018-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 Somerville | 2018-01-17 | -10/+13 | |
| |/ |/| | |||||
* | | Fix error sending `requires_inspection` reports. | Matthew Somerville | 2018-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 Somerville | 2018-01-15 | -22/+21 | |
|/ | |||||
* | <insert grumble at case-insensitive filesystems> | Matthew Somerville | 2018-01-12 | -1/+1 | |
| | |||||
* | Merge branch 'fixture-images' | Matthew Somerville | 2018-01-12 | -1/+25 | |
|\ | |||||
| * | Add some example fixture images. | Matthew Somerville | 2018-01-11 | -1/+25 | |
| | | |||||
* | | Only work out bounds/resolution on BBOX strategies | Matthew Somerville | 2018-01-10 | -5/+9 | |
| | | | | | | | | The /my page uses a Fixed strategy which cannot do this. | ||||
* | | Add JSHint configuration, tidy up any warnings. | Matthew Somerville | 2018-01-10 | -27/+77 | |
| | | |||||
* | | [YoDenuncio] Update more than one location text. | Matthew Somerville | 2018-01-10 | -4/+2 | |
| | | |||||
* | | Switch on monotone cubic interpolation. | Matthew Somerville | 2018-01-09 | -2/+8 | |
|/ | | | | This prevents e.g. the all reports graph dipping down. | ||||
* | Catch nget() when written on a single line. | Matthew Somerville | 2018-01-09 | -2/+2 | |
| | |||||
* | Update string on /reports to match same string lower down. | Matthew Somerville | 2018-01-09 | -1/+2 | |
| | |||||
* | Add missing class on last questionnaire question. | Matthew Somerville | 2018-01-08 | -2/+3 | |
| | | | | This was somehow missed from 163c65cf. | ||||
* | Merge branch '1907-stop-tile-load-on-mappage' | Matthew Somerville | 2018-01-05 | -34/+80 | |
|\ | |||||
| * | [UK] SVG app store badges on homepage | Zarino Zappia | 2018-01-05 | -8/+4 | |
| | | |||||
| * | [fixmystreet.com] Lazy load images in the footer. | Matthew Somerville | 2018-01-05 | -17/+72 | |
| | | | | | | | | | | This uses an IntersectionObserver, which currently works in Chrome, Edge, and Firefox. | ||||
| * | [fixmystreet.com] Remove 2x PNGs from footer. | Matthew Somerville | 2018-01-03 | -15/+1 | |
| | | |||||
| * | [UK,FixaMinGata] Do not load tile.jpg on map page. | Matthew Somerville | 2018-01-03 | -0/+7 | |
| | | | | | | | | It is never visible, being behind header/ map/ sidebar. | ||||
* | | Merge branch 'add-samesite-lax-cookie' | Matthew Somerville | 2018-01-05 | -14/+94 | |
|\ \ | |||||
| * | | Include "SameSite=Lax" with all set cookies. | Matthew Somerville | 2018-01-04 | -14/+94 | |
| |/ | | | | | | | | | This prevents FixMyStreet cookies from being sent from third-party <img>s and the like, in supporting browsers. |