Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove unneeded report-list and list-a classes. | Matthew Somerville | 2015-10-01 | -14/+8 |
| | ||||
* | Exclude deleted categories from the all reports page filters | Steven Day | 2015-10-01 | -1/+24 |
| | ||||
* | Don't set whole background style in issue-list css | Steven Day | 2015-10-01 | -6/+6 |
| | | | | | | | | | | | | The use of the background shorthand was causing cobrands which override this to have unexpected styling issues because it only set a colour, not the other background properties. This commit makes it more specific to just use background-color. Also fixes a case in Greenwich's css where this was being overriden in a similar way to just use background-color as well. Fixes #1238 | |||
* | Include base link in navigation on admin pages. | Matthew Somerville | 2015-10-01 | -10/+19 |
| | | | | This helps if the admin is being proxied. Fixes #1206. | |||
* | [fixmycommunity.ug] Ignore external files. | Matthew Somerville | 2015-09-29 | -0/+2 |
| | ||||
* | Allow underscore in cobrand name/data in database. | Matthew Somerville | 2015-09-29 | -6/+35 |
| | ||||
* | Add new high-res default OpenGraph image. | Zarino Zappia | 2015-09-29 | -4/+5 |
| | | | | Fixes #1184. | |||
* | Merge remote-tracking branch 'origin/blank-questionnaire-text' | Matthew Somerville | 2015-09-28 | -0/+12 |
|\ | ||||
| * | Process update left as part of questionnaire. | Matthew Somerville | 2015-09-28 | -0/+12 |
| | | | | | | | | | | | | | | Treat an update left during a questionnaire the same as one left on a report page, ie. pass it through cleanup_text. This will also make sure updates left that are wholly whitespace are errored, or replaced with the default text. | |||
* | | Merge branch '1205-hardcoded-site-name' | Matthew Somerville | 2015-09-28 | -197/+96 |
|\ \ | ||||
| * | | A slightly better translation string on alert page | Matthew Somerville | 2015-09-28 | -116/+16 |
| | | | | | | | | | | | | Fixes #348. Also combine base/fixmystreet _list.html templates in one. | |||
| * | | Remove remaining hardcoded site name from strings. | Matthew Somerville | 2015-09-28 | -83/+82 |
| | | | | | | | | | | | | Add a site_name template parameter available to all templates. | |||
* | | | Send altered confirmation email if not being sent. | Matthew Somerville | 2015-09-28 | -2/+46 |
|/ / | | | | | | | Fixes #1210. | |||
* / | Streamline navigation menu CSS. | Matthew Somerville | 2015-09-28 | -355/+263 |
|/ | | | | | Reduce need for specificity. Also fix some bugs in Harrogate base menu display, and couple of other cobrand tweaks. | |||
* | Make sure Vagrantfile checks out git submodules. | Matthew Somerville | 2015-09-24 | -0/+11 |
| | | | | Fixes #1197. Thanks to Dave Arter for helping out with this. | |||
* | Merge remote-tracking branch 'mysociety/1164-up-to-date-maintenance' | Matthew Somerville | 2015-09-22 | -21/+90 |
|\ | ||||
| * | Bring down page up to date, and work via proxy. | Matthew Somerville | 2015-09-21 | -21/+90 |
| | | | | | | | | Fixes #1164. | |||
* | | Merge remote-tracking branch 'mysociety/838-giant-map-icon' | Matthew Somerville | 2015-09-22 | -0/+1 |
|\ \ | ||||
| * | | Add missing background-size to retina image. | Matthew Somerville | 2015-09-22 | -0/+1 |
| |/ | | | | | | | Fixes #838. | |||
* | | Merge remote-tracking branch 'mysociety/1093-physical-address' | Matthew Somerville | 2015-09-22 | -0/+21 |
|\ \ | ||||
| * | | Add physical address and more opt out instructions | Matthew Somerville | 2015-09-21 | -0/+21 |
| |/ | | | | | | | Fixes #1093. | |||
* | | Merge remote-tracking branch 'mysociety/1077-recursive-path' | Matthew Somerville | 2015-09-22 | -0/+3 |
|\ \ | ||||
| * | | Prevent potential recursion in session cookie. | Matthew Somerville | 2015-09-21 | -0/+3 |
| |/ | | | | | | | Unlikely to crop up, but this fixes #1077. | |||
* / | If a sign-in button explicitly clicked, use it. | Matthew Somerville | 2015-09-21 | -3/+5 |
|/ | | | | Fixes #1091. | |||
* | Improve accessibility of map pages. | Matthew Somerville | 2015-09-18 | -7/+11 |
| | | | | | | | | 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 Somerville | 2015-09-17 | -9/+17 |
| | | | | | The GoogleOL layer will default to map, unless the fixmystreet_google_default variable is set to 'satellite'. | |||
* | Fix Google Maps GoogleOL maps layer. | Matthew Somerville | 2015-09-17 | -1/+1 |
| | | | | | Pin the version of the Google Maps API loaded to one that continues to work. Fixes #1215. | |||
* | Merge branch '557-email-confirmation-pages' | Matthew Somerville | 2015-09-17 | -228/+144 |
|\ | ||||
| * | Remove `fixmystreet` cobrand version of login page | Zarino Zappia | 2015-09-17 | -140/+59 |
| | | | | | | | | | | | | | | The `base` and `fixmystreet` login templates were basically the same, so this commit combines them and puts the result in the `base` cobrand. Since most cobrands inherit from `fixmystreet` anyway, this shouldn’t cause any major issues. | |||
| * | Centre the login and password reset pages. | Zarino Zappia | 2015-09-17 | -14/+13 |
| | | | | | | | | Remove unnecessary authpage things from other cobrands. | |||
| * | Conciser text on the email confirmation pages. | Zarino Zappia | 2015-09-17 | -71/+57 |
| | | | | | | | | | | It’s best if Zurich keeps the old text, so now they have their own overrides for those template files. | |||
| * | Improve "check your emails" page layout. | Zarino Zappia | 2015-09-17 | -19/+31 |
| | | | | | | | | | | Use the same layout as the "success" screen you will see after you click the emailed link. | |||
* | | Merge branch 'issues/#1104-questionnaire-form-design' | Matthew Somerville | 2015-09-17 | -153/+144 |
|\ \ | ||||
| * | | Show report details more clearly on questionnaire page | Zarino Zappia | 2015-09-17 | -153/+144 |
| |/ | | | | | | | Fixes #1104. | |||
* / | [UK Councils] Add contact_email addresses to cobrands | Steven Day | 2015-09-17 | -5/+25 |
|/ | | | | | | | | | This sets the contact email for: - East Sussex - Greenwich - Oxfordshire - Stevenage | |||
* | Improve alert form box padding. | Matthew Somerville | 2015-09-17 | -1/+1 |
| | ||||
* | Add some inline docs about using right-to-left. | Matthew Somerville | 2015-09-17 | -0/+7 |
| | ||||
* | Update JavaScript to handle right-to-left layout. | Matthew Somerville | 2015-09-17 | -25/+44 |
| | ||||
* | Update SCSS to handle right-to-left layout. | Matthew Somerville | 2015-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 Somerville | 2015-09-17 | -66/+65 |
| | | | | Remove unused 'oldie' (that was IE6-9). | |||
* | Remove unused JavaScript file. | Matthew Somerville | 2015-09-17 | -37/+0 |
| | ||||
* | Add way to see "Please check your email" pages. | Matthew Somerville | 2015-09-17 | -0/+11 |
| | | | | This makes testing easier. | |||
* | Update terminal title with CSS writing progress. | Matthew Somerville | 2015-09-17 | -2/+2 |
| | ||||
* | Update URL hash when menu nav button clicked. | Matthew Somerville | 2015-09-17 | -0/+1 |
| | ||||
* | Use Modernizr to decide whether to show mobile map | Matthew Somerville | 2015-09-17 | -28/+6 |
| | | | | Fixes #1192. | |||
* | Mock MapIt postcode call to fix broken tests. | Matthew Somerville | 2015-09-15 | -17/+39 |
| | | | | SW1A 1AA has moved, who'd have thought. | |||
* | [Travis] Use bundled carton on Travis. | Matthew Somerville | 2015-09-07 | -2/+1 |
| | ||||
* | Merge branch '1202-improve-gettext-extract-and-more' | Matthew Somerville | 2015-09-07 | -3338/+80890 |
|\ | ||||
| * | Improve gettext-extract to work without fuss. | Matthew Somerville | 2015-09-04 | -0/+94 |
| | | | | | | | | | | | | | | Use bundled carton to install required module separately, using a minimal cpanfile (and Debian squeeze generated snapshot). Fixes #1202. | |||
| * | Bundle carton. | Matthew Somerville | 2015-09-04 | -7/+80536 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This was generated using 'carton fatpack' as follows: bin/cpanm -L local-carton --with-recommends Carton export PERL5LIB=<absolute path to local-carton>/lib/perl5/ local-carton/bin/carton fatpack (It needs to be an absolute path in order to locate the meta files.) This was done on a Debian squeeze box to make sure any too-old core modules were updated and included in the bundle. |