aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | Update GA cookie names on privacy pages.Matthew Somerville2015-08-19-12/+9
| | | | | | | | Fixes #1190.
* | [East Sussex] Make sure button-nav styling applies to the main menu tooSteven Day2015-08-19-1/+2
| |
* | [East Sussex] Stop the menu overlapping the intro text on mobilesSteven Day2015-08-19-1/+23
| |
* | Merge branch 'bodies_str-factoring'Matthew Somerville2015-08-19-316/+191
|\ \ | |/ |/|
| * Fix issue with ambiguous 'deleted' column lookup.Matthew Somerville2015-08-19-1/+3
| |
| * Simplify/consolidate body restriction db code.Matthew Somerville2015-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 Somerville2015-08-19-4/+4
| | | | | | | | Fixes #893.
| * Move "missing" handling to separate column.Matthew Somerville2015-08-19-20/+39
| |
| * Updates to schema from DBIx::Class loader.Matthew Somerville2015-08-19-14/+22
| |
* | Use variable for menu image.Matthew Somerville2015-08-18-24/+13
| | | | | | | | No need to override if it's set right from the start.
* | [Bromley] Add more disambiguation rules for geocoderDave Arter2015-08-13-2/+14
|/ | | | | | Also tidies up some repeated regexes Fixes #1176
* [Stevenage] Add a custom FAQ page for StevenageSteven Day2015-08-13-0/+125
|
* [Warwickshire] Update footer font-size to 16pxSteven Day2015-08-13-0/+4
| | | | To match the live site
* [East Sussex] Fix the header in place on map pagesSteven Day2015-08-13-2/+15
|
* Fix display of warning message in report sending.Matthew Somerville2015-08-13-1/+1
|
* Merge branch 'speed-up-things'Matthew Somerville2015-08-13-195/+140
|\
| * Speed up new_updates query execution.Matthew Somerville2015-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 Somerville2015-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 Somerville2015-08-13-2/+8
| |
* | Merge branch 'remove-research-survey'Nick Jackson2015-08-13-7/+0
|\ \
| * | Remove Quant 2 survey elements.Nick Jackson2015-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 compilationZarino Zappia2015-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 Somerville2015-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.1Matthew Somerville2015-07-31-7646/+11887
| | | | (Renumbering version 1.5.5 to 1.6.)
* Merge branch 'issues/#805-name-check-cobrand'Matthew Somerville2015-07-31-237/+123
|\
| * [fixmystreet.com] Tidy up cobrand specific files.Matthew Somerville2015-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 Somerville2015-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 Somerville2015-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 Somerville2015-07-31-0/+3
| |
* | Merge branch 'admin-external-url'Matthew Somerville2015-07-31-32/+78
|\ \
| * | Mark users who have moderate permission.Matthew Somerville2015-07-30-3/+6
| | |
| * | List a report’s bodies more nicely in admin.Matthew Somerville2015-07-30-1/+10
| | |
| * | Show category extra data in admin.Matthew Somerville2015-07-30-0/+5
| | |
| * | Add MapIt links to admin from body/co-ordinates.Matthew Somerville2015-07-30-6/+18
| | |
| * | Add link to comment user ID from body form if present.Matthew Somerville2015-07-30-0/+3
| | |
| * | Add mark as sent button to admin.Matthew Somerville2015-07-30-2/+12
| | |
| * | Allow body external URL to be edited in admin.Matthew Somerville2015-07-30-20/+24
| |/
* / Fix sidebar running over the footer on alerts pageSteven Day2015-07-31-16/+4
|/ | | | | | | | | | | | | | This page used the .sticky-sidebar class that is used in the help section to present the in-page navigation of a lot of text. There, there's no danger of the sidebar being scrolled over the footer because it's very short. On this page though, there is. This commit removes that class, so that the recent photos are fixed in position with the top of the content. I don't think this is a great loss for usability or design. It also removes the alertindex class, which was only used to work around this issue. Closes #1168
* [fixmystreet.com] Tweak text.Matthew Somerville2015-07-30-1/+1
|
* [MakeMyIsland] Simplify .gitignored filesDave Arter2015-07-30-4/+1
|
* [fixmystreet.com] Fix external URL display.Matthew Somerville2015-07-29-1/+1
|
* Drop show-admin-notes class and show notes everywhereSteven Day2015-07-29-96/+86
| | | | | | | | | | | | | | | | .show-admin-notes was a class that could be applied on a cobrand basis to turn on or off the showing of admin notes and error messages. This was introduced when the concept of admin notes was added, so that existing cobrands could opt-in to the functionality. Now, every cobrand uses it, so there's no need to make it optional. This commit removes the CSS styles based on it, so that errors and notes always display; removes the addition of the class to admin pages, and removes the conditional javascript that enabled admin tooltips based on the class. Closes #1161
* Add time tooltips to All Reports table headings.Matthew Somerville2015-07-28-5/+5
|
* Fix “All Reports” table headers on scroll.Zarino Zappia2015-07-28-0/+93
| | | | | This reuses some JavaScript I originally wrote for mySociety’s EveryPolitician project.
* Merge branch 'issues/968-refusing-councils'Matthew Somerville2015-07-28-123/+403
|\
| * [fixmystreet.com] Unresponsive bodies page/warningMatthew Somerville2015-07-28-111/+382
| | | | | | | | | | | | | | | | | | Add a special category email address used to show an unresponsive message and page when trying to report in that category. Add a "Refused" send method for setting a whole body to be unresponsive and show the message immediately, not on category selection. Factor out category template, and put at top where needed.
| * If only one category, be sure to fetch extras for it.Matthew Somerville2015-07-28-2/+8
| |
| * Remove unused JavaScript function call.Matthew Somerville2015-07-28-3/+3
| |
| * Fix over-specific visited link colour.Matthew Somerville2015-07-28-7/+10
| | | | | | | | With the old SCSS, it was setting e.g. a:visited:hover.
* | Use get_param_list instead of get_param for body areasDave Arter2015-07-27-13/+7
| | | | | | | | | | Because a body can cover more than one area, `area_ids` might contain multiple values when updating or creating a body.