aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Improve template check for extra Open311 fields.Matthew Somerville2016-06-15-2/+1
|
* Fail nicely if Open311 response lacks service codeMatthew Somerville2016-06-15-6/+10
|
* Tidy up Open311 XML handling.Matthew Somerville2016-06-15-86/+51
| | | | | Parse the XML in such a way other parts of the code do not have to worry about single-value folding or the like.
* [fixmystreet.com] Fix broken goodies CSS.Matthew Somerville2016-06-15-4/+8
| | | | Stop sidebar overlapping footer, and giving footer heading a top border.
* [fixmystreet.com] Fix broken goodies JavaScript.Matthew Somerville2016-06-15-1/+1
|
* Latest Norwegian translation from Transifex.Matthew Somerville2016-06-13-21/+20
|
* [Angus] Move code to better (working) location.Matthew Somerville2016-06-13-1/+1
|
* Update changelog.Matthew Somerville2016-06-08-1/+5
|
* Fix display of close arrow/cross when drawer open.Matthew Somerville2016-06-08-12/+20
| | | | | The 'cross' at mobile widths was not displaying, and the icon was not changing to a down arrow at larger widths.
* Merge remote-tracking branch 'mysociety/1422-fix-non-js-filter'Matthew Somerville2016-06-08-3/+6
|\
| * Redirect correctly if filter used sans JavaScript.Matthew Somerville2016-06-08-3/+6
| | | | | | | | | | It was being treated as a new report and showing errors, rather than showing you the same page with updated filters. Fixes #1422.
* | [East Sussex] Rewrite template builder in perl.Matthew Somerville2016-06-08-96/+96
| | | | | | | | Uses same watch notification as make_css.
* | Move some cobrands into separate repository.Matthew Somerville2016-06-08-703/+2
| |
* | Follow symlinks in make_css.Matthew Somerville2016-06-08-1/+1
| | | | | | | | | | This is in case the cobrand directory is actually a symlink to elsewhere, as it is with some deployments.
* | [Ghana] Ignore directories imported from elsewhereMatthew Somerville2016-06-08-0/+1
| |
* | [UK] Switch Like button to more modern Share.Matthew Somerville2016-06-08-30/+13
|/
* Update changelog.Matthew Somerville2016-06-07-0/+2
|
* Strip line end spaces in emails.Matthew Somerville2016-06-07-3/+4
|
* 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
|\ \ \ | |_|/ |/| |