Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Allow through reply-to header in send_email. | Matthew Somerville | 2015-09-01 | -1/+1 |
| | | | | This might be used now by e.g. the contact form. | |||
* | Fix location bug fetching category extras. | Matthew Somerville | 2015-09-01 | -7/+2 |
| | | | | | On a form, except one where you skipped the map, the category change call would use the initial map centre, rather than the map pin location. | |||
* | Merge branch '1179-translate-states-in-admin' | Matthew Somerville | 2015-09-01 | -28/+47 |
|\ | ||||
| * | Translate state column in admin index and lists. | Matthew Somerville | 2015-09-01 | -28/+47 |
| | | | | | | | | Fixes #1179. | |||
* | | Upgrade Google geocoder to version 3 of the API. | Matthew Somerville | 2015-08-28 | -18/+14 |
| | | ||||
* | | Add standard app.psgi file. | Matthew Somerville | 2015-08-28 | -0/+8 |
| | | | | | | | | This enables easier integration with Plack/PSGI web servers. | |||
* | | [Bromley] Remove unneeded CSS, set in base. | Matthew Somerville | 2015-08-25 | -7/+0 |
| | | ||||
* | | [Bromley] Switch from Bing to OSM geocoder for Bromley | Dave Arter | 2015-08-25 | -30/+6 |
| | | | | | | | | | | Bing's geocoder is generating increasing numbers of erroneous results, so let's see how OSM fares instead. | |||
* | | [Greenwich] Remove uneeded _problems-list.html template | Steven Day | 2015-08-25 | -19/+0 |
| | | ||||
* | | Fix new reports list styling on /my page | Steven Day | 2015-08-25 | -8/+9 |
| | | | | | | | | | | | | | | | | The reports list styling didn't take into account the difference in margins on lists marked as 'full-width', and this issue was being manually fixed in both Greenwich and Oxfordshire. This changes the reports list styling so that these cobrand-specific overrides aren't necessary. | |||
* | | Symlink _list-filters.html in Bromley and Greenwich cobrands | Steven Day | 2015-08-25 | -32/+2 |
| | | | | | | | | These are identical to Oxfordshire's so make that more obvious | |||
* | | [Bromley] Update cobrand to use latest FMS styling | Steven Day | 2015-08-25 | -454/+1335 |
|/ | | | | | Replaces the existing Bromley council cobrand with a new one that uses the latest FMS styling. Including the new report list/filter sidebar. | |||
* | Add Net::DNS::Resolver to cpanfile. | Matthew Somerville | 2015-08-20 | -0/+1 |
| | | | | | I thought this was already pulled in by e.g. Email::Valid, but on precise it does not appear to be. | |||
* | Cope better with DNS responses in DMARC lookup. | Matthew Somerville | 2015-08-20 | -1/+16 |
| | ||||
* | Merge branch '1070-dmarc-workaround' | Matthew Somerville | 2015-08-19 | -16/+63 |
|\ | ||||
| * | Test for DMARC when sending report email. | Matthew Somerville | 2015-08-19 | -3/+53 |
| | | ||||
| * | Add default sender to send_email_cron. | Matthew Somerville | 2015-08-19 | -13/+10 |
| | | | | | | | | | | Matches send_email, remove unneeded setting of sender in one call, and add contact name to report sent email. | |||
* | | Update GA cookie names on privacy pages. | Matthew Somerville | 2015-08-19 | -12/+9 |
| | | | | | | | | Fixes #1190. | |||
* | | [East Sussex] Make sure button-nav styling applies to the main menu too | Steven Day | 2015-08-19 | -1/+2 |
| | | ||||
* | | [East Sussex] Stop the menu overlapping the intro text on mobiles | Steven Day | 2015-08-19 | -1/+23 |
| | | ||||
* | | Merge branch 'bodies_str-factoring' | Matthew Somerville | 2015-08-19 | -316/+191 |
|\ \ | |/ |/| | ||||
| * | Fix issue with ambiguous 'deleted' column lookup. | Matthew Somerville | 2015-08-19 | -1/+3 |
| | | ||||
| * | Simplify/consolidate body restriction db code. | Matthew Somerville | 2015-08-19 | -279/+125 |
| | | | | | | | | | | | | | | Make dashboard work properly in two-tier councils, showing reports sent to both. Create an index on the array of the bodies_str column to speed up performance, and use that throughout the code replacing all LIKE scans. This also enables a simplifying tidy of the restriction code. | |||
| * | Use ResultSet/cobrand->problems where appropriate. | Matthew Somerville | 2015-08-19 | -4/+4 |
| | | | | | | | | Fixes #893. | |||
| * | Move "missing" handling to separate column. | Matthew Somerville | 2015-08-19 | -20/+39 |
| | | ||||
| * | Updates to schema from DBIx::Class loader. | Matthew Somerville | 2015-08-19 | -14/+22 |
| | | ||||
* | | Use variable for menu image. | Matthew Somerville | 2015-08-18 | -24/+13 |
| | | | | | | | | No need to override if it's set right from the start. | |||
* | | [Bromley] Add more disambiguation rules for geocoder | Dave Arter | 2015-08-13 | -2/+14 |
|/ | | | | | | Also tidies up some repeated regexes Fixes #1176 | |||
* | [Stevenage] Add a custom FAQ page for Stevenage | Steven Day | 2015-08-13 | -0/+125 |
| | ||||
* | [Warwickshire] Update footer font-size to 16px | Steven Day | 2015-08-13 | -0/+4 |
| | | | | To match the live site | |||
* | [East Sussex] Fix the header in place on map pages | Steven Day | 2015-08-13 | -2/+15 |
| | ||||
* | Fix display of warning message in report sending. | Matthew Somerville | 2015-08-13 | -1/+1 |
| | ||||
* | Merge branch 'speed-up-things' | Matthew Somerville | 2015-08-13 | -195/+140 |
|\ | ||||
| * | Speed up new_updates query execution. | Matthew Somerville | 2015-08-13 | -5/+6 |
| | | | | | | | | | | | | | | This makes no actual change to the query (the joins are all on the same value, after all), but along with the removal of ms_current_timestamp in the previous commit massively speeds it up as the query planner realises it can do a hash join rather than a nested merge join. | |||
| * | Remove ms_current_timestamp() override function. | Matthew Somerville | 2015-08-13 | -188/+126 |
| | | | | | | | | | | This override is not used anywhere, it dates from a very old long-gone test script, and causes issues with database query planning. | |||
| * | Add schema migration check for latest migration. | Matthew Somerville | 2015-08-13 | -2/+8 |
| | | ||||
* | | Merge branch 'remove-research-survey' | Nick Jackson | 2015-08-13 | -7/+0 |
|\ \ | ||||
| * | | Remove Quant 2 survey elements. | Nick Jackson | 2015-08-04 | -7/+0 |
| | | | | | | | | | | | | | | | n.b. This leaves the hooks for included template fragments in place, since they will probably come in useful in future. | |||
* | | | Follow symlinks during CSS compilation | Zarino Zappia | 2015-08-13 | -1/+1 |
| |/ |/| | | | | | | | | | | | The fixmystreet-international installation instructions make use of symlinks in, among other places, `web/cobrands/`. This means that make_css needs to follow symlinks when looking for scss files to compile. | |||
* | | Improve stored procedure performance. | Matthew Somerville | 2015-08-10 | -29/+58 |
|/ | | | | | Add an index on the radian values, make the function stable, and switch to a full bounding box rather than a slower angle check. | |||
* | Version 1.6.1.v1.6.1 | Matthew Somerville | 2015-07-31 | -7646/+11887 |
| | | | | (Renumbering version 1.5.5 to 1.6.) | |||
* | Merge branch 'issues/#805-name-check-cobrand' | Matthew Somerville | 2015-07-31 | -237/+123 |
|\ | ||||
| * | [fixmystreet.com] Tidy up cobrand specific files. | Matthew Somerville | 2015-07-31 | -60/+66 |
| | | | | | | | | | | | | This moves files only used by fixmystreet.com under cobrands/fixmystreet.com (some files were already there), and puts fixmystreet.com's CSS there too, with a special case in the header. | |||
| * | Move Latin-char-specific name check to cobrand. | Matthew Somerville | 2015-07-31 | -51/+53 |
| | | | | | | | | | | Also move some UK-specific code in the same function. The specific code is still tested in report_new.t. | |||
| * | Revert "[fixmystreet.com] Homepage button step A/B test." | Matthew Somerville | 2015-07-31 | -126/+1 |
| | | | | | | | | | | | | | | | | This reverts commit 838708d3127bf5bd39375b19ad13b220637c851b. Conflicts: web/cobrands/fixmystreet/base.scss web/cobrands/fixmystreet/layout.scss | |||
| * | [Travis] Add gitter.im webhook. | Matthew Somerville | 2015-07-31 | -0/+3 |
| | | ||||
* | | Merge branch 'admin-external-url' | Matthew Somerville | 2015-07-31 | -32/+78 |
|\ \ | ||||
| * | | Mark users who have moderate permission. | Matthew Somerville | 2015-07-30 | -3/+6 |
| | | | ||||
| * | | List a report’s bodies more nicely in admin. | Matthew Somerville | 2015-07-30 | -1/+10 |
| | | | ||||
| * | | Show category extra data in admin. | Matthew Somerville | 2015-07-30 | -0/+5 |
| | | |