aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Stop using Text::Wrap to wrap email bodies.Matthew Somerville2016-06-07-23/+15
| | | | | | | | | | | If we don't do this, the default quoted-printable encoding will make sure the lines are physically wrapped anyway. format=flowed could be an alternative, but I think "=" acting as a quasi-hyphen is somewhat nicer than every line ending with "=20". A better solution could be quoted-printable doing soft wrapping only at word breaks, making each line be readable though end with a " =", but that didn't seem worth the effort involved.
* Fix annoying jump when "Get updates" drawer openedMatthew Somerville2016-06-07-2/+2
|
* Add current in development section to readme.Matthew Somerville2016-06-07-0/+13
|
* Simplify use of full-width class.Matthew Somerville2016-06-07-32/+21
|
* Improve error handling of Vagrant installation.Matthew Somerville2016-06-07-20/+24
| | | | | | It should now show a failure message on failure, rather than always show the success message, and not show a confusing error about general.yml if something went wrong before creating that file.
* Update copyright year shown on OS & Bing mapsDave Arter2016-06-07-3/+3
|
* [East Sussex] Improve header CSS.Matthew Somerville2016-06-07-35/+6
| | | | | Remove quite a bit of unnecessary CSS that was not actually helping with display.
* Remove some unused CSS.Matthew Somerville2016-06-07-75/+0
|
* Add output style option to make_css command.Matthew Somerville2016-06-07-1/+10
|
* Don't add symlink if it is to the same place.Matthew Somerville2016-06-07-1/+3
| | | | This applies in e.g. a Vagrant installation.
* Use ::after to fix map sidebar bottom padding.Matthew Somerville2016-06-07-6/+17
| | | | | | This improves upon the previous commit to work with whatever contents the map sidebar has (e.g. the list on an around page was also being cut off before the end).
* Stop bottom of update form disappearingDave Arter2016-06-06-5/+4
| | | | | | On IE9 the bottom of the update form was being obscured by the shadow above the report abuse /updates/nearby buttons for signed-in users.
* Fix calculation when header height given in px.Matthew Somerville2016-06-03-2/+7
|
* Merge branch '1350-stop-map-hiding-behind-header'Matthew Somerville2016-06-03-1202/+640
|\
| * [UK] Remove some unnecessary CSS.Matthew Somerville2016-06-03-101/+37
| |
| * Remove user-meta; "Your reports" to "Your account"Zarino Zappia2016-06-03-302/+34
| |
| * Absolutely position map pages.Zarino Zappia2016-06-03-710/+493
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This simplifies the page layout and code. We add a new #map_sidebar for sidebar positioning, and a $mappage-header-height (defaulting to 4em) variable. We no longer need: * position_map_box; * map_fix; * special visual centre calculation; or * custom pan zoom positioning. As the sidebar now scrolls by itself and nothing can extend outside: * The big-green-banner is set to 100% width (with negative margins no longer required); * For cobrands that have an overhanging sidebar (e.g. Zurich), we add a .with-notes variant that adds a second column to the sidebar, perfect for containing secondary notes about the form. The resizing of the banner also required some tweaking to the size of the chevron-white SVG images. Update the $.fn.drawer() method for the new layout. Works well in IE7+8, and degrades gracefully in IE6. For IE7, we remove the existing z-index hacks, and put a new, simpler, one in, and fix a CSS bug that was hiding the map. Various cobrands are updated to adapt to the changes.
| * [Angus] Fix horizontal scrollbar.Matthew Somerville2016-06-03-3/+2
| |
| * Centre map on pin location when creating a report.Zarino Zappia2016-06-01-39/+25
| | | | | | | | | | | | | | Always centre the map on the new point when creating a new report. This will be helpful when the map element can change width to accommodate the .with-notes variant, is easier than the previous method, and feels very natural.
| * Allow scroll wheel to zoom map.Zarino Zappia2016-06-01-17/+2
| |
| * Stop PanZoom giving controls hard-coded positions.Zarino Zappia2016-06-01-41/+57
| | | | | | | | | | We previously used !important to override them in the CSS, but better to prevent them being set in the JavaScript in the first place.
| * Fix couple of variable references in template.Matthew Somerville2016-06-01-2/+2
| |
* | Version 1.8.3.v1.8.3Matthew Somerville2016-06-03-1/+26
| |
* | Disable auto-CRLF conversion on git checkout.Matthew Somerville2016-06-03-0/+5
| | | | | | | | | | | | | | If someone cloned the repository on Windows with their default git settings, then ran vagrant up, it failed because the shell files now had CRLF line endings. Rather than try and exempt the appropriate files, let's just stop git trying to do anything clever at all.
* | Consolidate packages files.Matthew Somerville2016-06-03-29/+1
| | | | | | | | | | Have a generic package install file that works on Debian wheezy and jessie, and Ubuntu precise, trusty and xenial. Drop Debian squeeze.
* | Fix grey chevron size.Matthew Somerville2016-06-01-2/+2
| | | | | | | | | | The fix in e070ba89 for the big white chevron was also applied to these chevrons which did not need extra paddig, and made them display smaller.
* | Add inline-image Sass function.Matthew Somerville2016-06-01-0/+14
| | | | | | | | | | The move to libsass missed out one function call, that inline images as data URIs, which wasn't spotted as it didn't error.
* | Merge branch 'move-to-libsass'Matthew Somerville2016-05-31-674/+297
|\ \
| * | Consolidate CSS clearfix handling.Matthew Somerville2016-05-31-47/+15
| | | | | | | | | | | | Remove duplicate/alternate definitions, and settle on the name clearfix.
| * | Improve CSS compilation.Matthew Somerville2016-05-31-638/+293
| | | | | | | | | | | | | | | | | | | | | | | | Move to using libsass via CSS::Sass, and stop using compass, supplying any used mixins directly. This removes the need for any ruby/gem based installation, and greatly increases the speed of compilation. make_css is also enhanced, bringing in the file monitoring previously done by a separate script and improving its dependency monitoring.
* | | Acknowledge Browserstack in the README.Matthew Somerville2016-05-31-0/+5
| | | | | | | | | | | | Thanks very much to them! Fixes #1415.
* | | Merge branch 'jonkri-master-new'Matthew Somerville2016-05-31-108/+35
|\ \ \ | |_|/ |/| |
| * | [FixaMinGata] Update translations.Matthew Somerville2016-05-31-73/+16
| | |
| * | [FixaMinGata] Move suggestions link to FAQ pageJon Kristensen2016-05-31-1/+3
| | |
| * | [FixaMinGata] Extend dos and don'ts informationJon Kristensen2016-05-31-0/+1
| | |
| * | [FixaMinGata] Make submit email easier to parse.Jon Kristensen2016-05-31-5/+5
| | |
| * | [FixaMinGata] Remove Piwik codeJon Kristensen2016-05-31-17/+0
| | |
| * | [FixaMinGata] Add App Store icon and link.Jon Kristensen2016-05-31-1/+1
| | |
| * | [FixaMinGata] Shorten details text.Jon Kristensen2016-05-31-8/+8
| | | | | | | | | | | | Move some of it to dos and don'ts.
| * | [FixaMinGata] Remove link to wiki.ffkp.seJon Kristensen2016-05-31-3/+1
| | |
* | | [Stevenage] Responsive header for Stevenage cobrandZarino Zappia2016-05-31-209/+319
| |/ |/|
* | Handle reports/updates by logged in abuse entries.Matthew Somerville2016-05-27-0/+10
| |
* | Fix broken test due to missing config override.Matthew Somerville2016-05-27-2/+7
| |
* | Update OpenLayers 2 to master branch.Matthew Somerville2016-05-27-294/+382
|/ | | | Specifically to get the https://github.com/openlayers/ol2/pull/1418 fix.
* Merge branch '1410-email-template'Matthew Somerville2016-05-25-456/+433
|\
| * Use only one templating system for emails.Matthew Somerville2016-05-25-456/+433
| | | | | | | | | | | | | | Historically, emails sent offline (alerts, questionnaires, etc) used a different templating system from those sent by the website (e.g. login emails), though the newer system was also being used for the site name and signature of offline emails.
* | Merge branch '694-summary-string-template-tidy'Matthew Somerville2016-05-25-137/+31
|\ \ | |/ |/|
| * Add a couple of template hooks to report/_mainMatthew Somerville2016-05-24-106/+18
| | | | | | | | This removes the need for the Oxfordshire cobrand to override.
| * Move processed_summary_string function to templateMatthew Somerville2016-05-24-31/+13
| | | | | | | | Fixes #694.
* | Warnfix if belongs_to_body called with no string.Matthew Somerville2016-05-24-2/+3
| |