aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
...
* Add new high-res default OpenGraph image.Zarino Zappia2015-09-29-0/+0
| | | | Fixes #1184.
* Streamline navigation menu CSS.Matthew Somerville2015-09-28-314/+193
| | | | | Reduce need for specificity. Also fix some bugs in Harrogate base menu display, and couple of other cobrand tweaks.
* Merge remote-tracking branch 'mysociety/1164-up-to-date-maintenance'Matthew Somerville2015-09-22-21/+90
|\
| * Bring down page up to date, and work via proxy.Matthew Somerville2015-09-21-21/+90
| | | | | | | | Fixes #1164.
* | Add missing background-size to retina image.Matthew Somerville2015-09-22-0/+1
|/ | | | Fixes #838.
* Improve accessibility of map pages.Matthew Somerville2015-09-18-6/+10
| | | | | | | | Hide the map with aria-hidden, as all report links are duplicated in the main content. Fix skip map link on mobile (it was disappearing). Place delegate handler on body to prevent e.g. VoiceOver announcing everything underneath .container as clickable. Remove header report button rather than hide off-screen, as is a duplicate link to the previous.
* Allow Google map/hybrid initial view to be chosen.Matthew Somerville2015-09-17-8/+16
| | | | | The GoogleOL layer will default to map, unless the fixmystreet_google_default variable is set to 'satellite'.
* Merge branch '557-email-confirmation-pages'Matthew Somerville2015-09-17-13/+18
|\
| * Centre the login and password reset pages.Zarino Zappia2015-09-17-13/+13
| | | | | | | | Remove unnecessary authpage things from other cobrands.
| * Improve "check your emails" page layout.Zarino Zappia2015-09-17-0/+5
| | | | | | | | | | Use the same layout as the "success" screen you will see after you click the emailed link.
* | Show report details more clearly on questionnaire pageZarino Zappia2015-09-17-7/+102
|/ | | | Fixes #1104.
* Add some inline docs about using right-to-left.Matthew Somerville2015-09-17-0/+5
|
* Update JavaScript to handle right-to-left layout.Matthew Somerville2015-09-17-25/+44
|
* Update SCSS to handle right-to-left layout.Matthew Somerville2015-09-17-352/+378
| | | | | Adds a '$direction' parameter that can be used to switch all layout to either left or right.
* Add 'iel8' class to handle IE6-8 things.Matthew Somerville2015-09-17-19/+15
| | | | Remove unused 'oldie' (that was IE6-9).
* Remove unused JavaScript file.Matthew Somerville2015-09-17-37/+0
|
* Update URL hash when menu nav button clicked.Matthew Somerville2015-09-17-0/+1
|
* Use Modernizr to decide whether to show mobile mapMatthew Somerville2015-09-17-28/+6
| | | | Fixes #1192.
* Fix location bug fetching category extras.Matthew Somerville2015-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.
* [Bromley] Remove unneeded CSS, set in base.Matthew Somerville2015-08-25-7/+0
|
* Fix new reports list styling on /my pageSteven Day2015-08-25-6/+7
| | | | | | | | 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.
* [Bromley] Update cobrand to use latest FMS stylingSteven Day2015-08-25-284/+1152
| | | | | Replaces the existing Bromley council cobrand with a new one that uses the latest FMS styling. Including the new report list/filter sidebar.
* [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
|
* Use variable for menu image.Matthew Somerville2015-08-18-24/+13
| | | | No need to override if it's set right from the start.
* [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
|
* Merge branch 'issues/#805-name-check-cobrand'Matthew Somerville2015-07-31-88/+33
|\
| * [fixmystreet.com] Tidy up cobrand specific files.Matthew Somerville2015-07-31-26/+26
| | | | | | | | | | | | 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-4/+6
| | | | | | | | | | 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-58/+1
| | | | | | | | | | | | | | | | This reverts commit 838708d3127bf5bd39375b19ad13b220637c851b. Conflicts: web/cobrands/fixmystreet/base.scss web/cobrands/fixmystreet/layout.scss
* | Merge branch 'admin-external-url'Matthew Somerville2015-07-31-1/+1
|\ \
| * | Allow body external URL to be edited in admin.Matthew Somerville2015-07-30-1/+1
| |/
* / Fix sidebar running over the footer on alerts pageSteven Day2015-07-31-12/+0
|/ | | | | | | | | | | | | | 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
* Drop show-admin-notes class and show notes everywhereSteven Day2015-07-29-95/+85
| | | | | | | | | | | | | | | | .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
* Fix “All Reports” table headers on scroll.Zarino Zappia2015-07-28-0/+86
| | | | | This reuses some JavaScript I originally wrote for mySociety’s EveryPolitician project.
* Merge branch 'issues/968-refusing-councils'Matthew Somerville2015-07-28-16/+151
|\
| * [fixmystreet.com] Unresponsive bodies page/warningMatthew Somerville2015-07-28-7/+133
| | | | | | | | | | | | | | | | | | 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
| |
| * Fix over-specific visited link colour.Matthew Somerville2015-07-28-7/+10
| | | | | | | | With the old SCSS, it was setting e.g. a:visited:hover.
* | [MakeMyIsland] Remove MakeMyIsland cobrandDave Arter2015-07-24-131/+0
| | | | | | | | | | | | | | | | | | The MakeMyIsland cobrand files now live in a separate repository: mysociety/fixmystreet-international The idea is that this repo will be checked out alongside the main fixmystreet one and cobrand-specific files symlinked into place. To this end, the commit also adds the MakeMyIsland symlinks to .gitignore.
* | [Oxfordshire] Move council info into own section of report pageZarino Zappia2015-07-23-6/+49
| | | | | | | | | | | | | | | | | | | | Oxfordshire reports have a council Reference Number, and an estimate of how long they'll take to be fixed. To make this information easier to parse, we've broken it out into its own section, between the problem description and updates. Conflicts: web/cobrands/oxfordshire/base.scss
* | [Oxfordshire] Full screen map designZarino Zappia2015-07-23-137/+303
| | | | | | | | | | | | | | | | | | - Replace .big-green-banner with .click-the-map Design follows similar change in Collideoscope. #skip-this-step link is hidden for normal users, shown when tabbed to, or when javascript is disabled. - Move RSS link to bottom of sidebar - Combine 'on the map' and 'nearby' tabs into a single list
* | [Oxfordshire] Vary pin colours by report statusDave Arter2015-07-22-0/+0
|/ | | | | This also adds a new grey pin which is used by the Oxfordshire cobrand for reports that aren't the Council's responsibility.
* Default the Google map view to Satellite.Matthew Somerville2015-07-10-4/+4
| | | | | Using Map by default doesn't work for an unknown reason, but is okay if you switch to it. Fixes #1133.
* [Greenwich] Use templates from Oxfordshire cobrand to get map pin filter ↵Dave Arter2015-06-30-0/+1
| | | | controls
* [Greenwich] Royal Borough of Greenwich front endDave Arter2015-06-30-0/+436
|
* Rename map filtering GET param, remove unnecessary querySteven Day2015-06-29-14/+7
|
* Add SASS and images for report list filtersSteven Day2015-06-29-0/+155
|
* Refresh map as soon as filters are changed on /my and /reportsDave Arter2015-06-29-0/+6
|