Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | 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. | ||||
* | | Fix bug with multiple select-multiples on a page. | Matthew Somerville | 2018-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 Somerville | 2018-01-04 | -6/+18 | |
|/ | | | | The list of existing categories wasn't being checked correctly. | ||||
* | Ignore deleted/area-less bodies in dashboard list. | Matthew Somerville | 2018-01-03 | -1/+4 | |
| | |||||
* | Prefetch translations in /reports list of bodies. | Matthew Somerville | 2018-01-03 | -1/+2 | |
| | |||||
* | Add some new Body model helper methods. | Matthew Somerville | 2018-01-03 | -132/+178 | |
| | | | | And use the existing ones more. | ||||
* | Merge remote-tracking branch 'github/os-phone-update' | Matthew Somerville | 2018-01-02 | -1/+1 | |
|\ | |||||
| * | Update Ordnance Survey phone number | abimysoc | 2017-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 dashboard | Struan Donald | 2017-12-22 | -1/+1 | |
|/ | |||||
* | [fixmystreet.com] Switch jobs message to donate one. | Matthew Somerville | 2017-12-20 | -2/+2 | |
| | |||||
* | Fix colour wrapping bug, where it only added red. | Matthew Somerville | 2017-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 line | Zarino Zappia | 2017-12-19 | -0/+7 | |
| | | | | Fixes part of mysociety/fixmystreet-commercial#965. | ||||
* | [Oxfordshire] Allow lat/lon to be sent as integers to Exor Open311 CGI | Dave Arter | 2017-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.3 | Matthew Somerville | 2017-12-18 | -22164/+30182 | |
|\ | |||||
| * | Version 2.3. | Matthew Somerville | 2017-12-18 | -27/+29 | |
| | | |||||
| * | Update translations with new strings. | Matthew Somerville | 2017-12-15 | -21509/+29899 | |
| | | |||||
| * | Split up alert multiple results to match front. | Matthew Somerville | 2017-12-15 | -2/+3 | |
| | | |||||
| * | Fix spelling of administrator. | Matthew Somerville | 2017-12-15 | -3/+3 | |
| | | |||||
| * | Updates pulled from Transifex. | Matthew Somerville | 2017-12-15 | -732/+357 | |
| | | |||||
* | | Make sure bar chart is given enough colours. | Matthew Somerville | 2017-12-18 | -0/+4 | |
| | | |||||
* | | Generate state_map later on, for use by bar chart. | Matthew Somerville | 2017-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. | ||||
* | Merge branch 'issues/forcouncils/939-new-chart-marketing-dashboard' | Matthew Somerville | 2017-12-15 | -457/+851 | |
|\ | |||||
| * | [Oxfordshire] Use input type=date on Exor RDI page | Matthew Somerville | 2017-12-15 | -55/+14 | |
| | | | | | | | | | | No need for any jQuery UI any longer (only base use was already gone when admin stats was moved to dashboard). | ||||
| * | Add bar chart functionality, for area summary page | Zarino Zappia | 2017-12-15 | -144/+179 | |
| | | |||||
| * | [fixmystreet.com] CSV download from marketing page | Struan Donald | 2017-12-15 | -105/+222 | |
| | | | | | | | | | | | | Limited to most recent 100 rows and not full data. Factor the two CSV generations together. | ||||
| * | [fixmystreet.com] Council average response time. | Struan Donald | 2017-12-15 | -24/+41 | |
| | | |||||
| * | [fixmystreet.com] Marketing page, filterable stats | Struan Donald | 2017-12-15 | -74/+260 | |
| | | | | | | | | | | Uses the dashboard stats code to display a rough table of stats which can be used as the basis for a chart later | ||||
| * | Improve data filter/"Group by" UI on /dashboard. | Zarino Zappia | 2017-12-14 | -60/+140 | |
| | | | | | | | | This will also be used by /reports/[body]/summary in a bit. | ||||
* | | Merge branch 'yodenuncio' | Matthew Somerville | 2017-12-13 | -13/+105 | |
|\ \ | |/ |/| | |||||
| * | Include JSON of extra fields in category_extras. | Dave Arter | 2017-12-13 | -0/+22 | |
| | | |||||
| * | Bypass /around from postcode form if required. | Dave Arter | 2017-12-13 | -13/+78 | |
| | | | | | | | | | | | | | | | | | | | | Cobrands can provide a `skip_around_page` method which means the user will be taken from the front page form directly to /report/new with a pin in the map at the location entered. This also preserves the category parameter, if specified on the front page form. Fixes #1730. | ||||
| * | [YoDenuncio] Add cobrand files to .gitignore | Dave Arter | 2017-12-13 | -0/+1 | |
| | | |||||
| * | Add template hook for content before .wrapper. | Zarino Zappia | 2017-12-13 | -0/+4 | |
| | | |||||
* | | Merge branch 'issues/forcouncils/261-rdi-check' | Matthew Somerville | 2017-12-13 | -12/+22 | |
|\ \ | |||||
| * | | Fix issues with send method category change. | Matthew Somerville | 2017-12-13 | -8/+6 | |
| | | | | | | | | | | | | | | | | | | 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 Somerville | 2017-12-13 | -4/+16 | |
| | | | |||||
* | | | Merge branch 'jquery-needed-some-places-it-is-not' | Matthew Somerville | 2017-12-13 | -29/+27 | |
|\ \ \ | |||||
| * | | | [UK] Make sure jQuery is loaded where it is needed | Matthew Somerville | 2017-12-12 | -12/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Only output JavaScript files once. | Matthew Somerville | 2017-12-12 | -17/+9 | |
| | |/ | |/| | | | | | | | | | | This allows us to e.g. more easily make sure jQuery is loaded where needed, even if it has already been loaded previously. | ||||
* | | | [Borsetshire] Add Pro box to bottom of homepage. | Matthew Somerville | 2017-12-07 | -0/+49 | |
| | | |