Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix CSRF issue with new login during process. | Matthew Somerville | 2016-07-06 | -0/+4 |
| | | | | | | If you had no session cookie, started reporting a problem, logged in through that process, you would then get a CSRF error as the token had been created before the session was. | |||
* | Improve CSRF tokens and add to more forms. | Matthew Somerville | 2016-07-06 | -194/+172 |
| | ||||
* | Improve auth flow taken when return key used. | Matthew Somerville | 2016-07-06 | -5/+6 |
| | ||||
* | Add forgotten password help to general auth page. | Matthew Somerville | 2016-07-06 | -2/+9 |
| | | | | Match the help given in new report/update form. | |||
* | Fix display in IE7, including front page text. | Matthew Somerville | 2016-07-06 | -0/+1 |
| | | | | | .tablewrapper was sometimes losing its background, it needs to be given hasLayout. | |||
* | Don't update the map pins if a new report started. | Matthew Somerville | 2016-07-06 | -0/+11 |
| | ||||
* | Redirect correctly if filter used sans JavaScript. | Matthew Somerville | 2016-07-06 | -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. | |||
* | Strip line end spaces in emails. | Matthew Somerville | 2016-07-06 | -3/+4 |
| | ||||
* | Stop using Text::Wrap to wrap email bodies. | Matthew Somerville | 2016-07-06 | -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 opened | Matthew Somerville | 2016-07-06 | -2/+2 |
| | ||||
* | Version 1.8.3.v1.8.3 | Matthew Somerville | 2016-06-03 | -1/+26 |
| | ||||
* | Disable auto-CRLF conversion on git checkout. | Matthew Somerville | 2016-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 Somerville | 2016-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 Somerville | 2016-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 Somerville | 2016-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 Somerville | 2016-05-31 | -674/+297 |
|\ | ||||
| * | Consolidate CSS clearfix handling. | Matthew Somerville | 2016-05-31 | -47/+15 |
| | | | | | | | | Remove duplicate/alternate definitions, and settle on the name clearfix. | |||
| * | Improve CSS compilation. | Matthew Somerville | 2016-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 Somerville | 2016-05-31 | -0/+5 |
| | | | | | | | | Thanks very much to them! Fixes #1415. | |||
* | | Merge branch 'jonkri-master-new' | Matthew Somerville | 2016-05-31 | -108/+35 |
|\ \ | ||||
| * | | [FixaMinGata] Update translations. | Matthew Somerville | 2016-05-31 | -73/+16 |
| | | | ||||
| * | | [FixaMinGata] Move suggestions link to FAQ page | Jon Kristensen | 2016-05-31 | -1/+3 |
| | | | ||||
| * | | [FixaMinGata] Extend dos and don'ts information | Jon Kristensen | 2016-05-31 | -0/+1 |
| | | | ||||
| * | | [FixaMinGata] Make submit email easier to parse. | Jon Kristensen | 2016-05-31 | -5/+5 |
| | | | ||||
| * | | [FixaMinGata] Remove Piwik code | Jon Kristensen | 2016-05-31 | -17/+0 |
| | | | ||||
| * | | [FixaMinGata] Add App Store icon and link. | Jon Kristensen | 2016-05-31 | -1/+1 |
| | | | ||||
| * | | [FixaMinGata] Shorten details text. | Jon Kristensen | 2016-05-31 | -8/+8 |
| | | | | | | | | | | | | Move some of it to dos and don'ts. | |||
| * | | [FixaMinGata] Remove link to wiki.ffkp.se | Jon Kristensen | 2016-05-31 | -3/+1 |
| | | | ||||
* | | | [Stevenage] Responsive header for Stevenage cobrand | Zarino Zappia | 2016-05-31 | -209/+319 |
| |/ |/| | ||||
* | | Handle reports/updates by logged in abuse entries. | Matthew Somerville | 2016-05-27 | -0/+10 |
| | | ||||
* | | Fix broken test due to missing config override. | Matthew Somerville | 2016-05-27 | -2/+7 |
| | | ||||
* | | Update OpenLayers 2 to master branch. | Matthew Somerville | 2016-05-27 | -294/+382 |
|/ | | | | Specifically to get the https://github.com/openlayers/ol2/pull/1418 fix. | |||
* | Merge branch '1410-email-template' | Matthew Somerville | 2016-05-25 | -456/+433 |
|\ | ||||
| * | Use only one templating system for emails. | Matthew Somerville | 2016-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 Somerville | 2016-05-25 | -137/+31 |
|\ \ | |/ |/| | ||||
| * | Add a couple of template hooks to report/_main | Matthew Somerville | 2016-05-24 | -106/+18 |
| | | | | | | | | This removes the need for the Oxfordshire cobrand to override. | |||
| * | Move processed_summary_string function to template | Matthew Somerville | 2016-05-24 | -31/+13 |
| | | | | | | | | Fixes #694. | |||
* | | Warnfix if belongs_to_body called with no string. | Matthew Somerville | 2016-05-24 | -2/+3 |
| | | ||||
* | | [fixmystreet.com] Only output experiment on live. | Matthew Somerville | 2016-05-24 | -0/+2 |
|/ | ||||
* | Add search boxes to admin index page, move stats. | Matthew Somerville | 2016-05-20 | -61/+108 |
| | | | | Move most index page statistics to their own pages. | |||
* | Merge branch '1286-catching-gaze' | Matthew Somerville | 2016-05-18 | -32/+46 |
|\ | ||||
| * | Fallback if request to Gaze fails. | Matthew Somerville | 2016-05-18 | -32/+46 |
| | | | | | | | | Fixes #1286. | |||
* | | Improve in-place moderation UI | Zarino Zappia | 2016-05-18 | -118/+156 |
|/ | | | | | | | | | | | This rearranges the moderation UI into logical chunks, and improves the 'revert to original' checkboxes by: - hiding them unless there's some original text to revert to - displaying the text that will be reverted to in the appropriate input fields when checked. Part of mysociety/FixMyStreet-Commercial#731 | |||
* | Merge branch '1400-remove-glob' | Matthew Somerville | 2016-05-18 | -8/+21 |
|\ | ||||
| * | Remove specific files rather than glob. | Matthew Somerville | 2016-05-18 | -4/+15 |
| | | | | | | | | This should improve performance when there are a lot of cached photos. | |||
| * | Don't allow photo IDs to be prepended with 0s. | Matthew Somerville | 2016-05-18 | -1/+1 |
| | | ||||
| * | Fix removal of cached update photos. | Matthew Somerville | 2016-05-18 | -4/+6 |
| | | | | | | | | | | It was possible that rotating an update photo did not remove its cached copy. | |||
* | | Increase pixel tolerance of map click handler. | Matthew Somerville | 2016-05-17 | -1/+1 |
| | | ||||
* | | Update OpenLayers to fix Google Maps layer. | Matthew Somerville | 2016-05-17 | -281/+366 |
|/ | | | | This uses the master branch of OpenLayers 2. | |||
* | Improve printing of report page in Firefox. | Matthew Somerville | 2016-05-10 | -1/+5 |
| | | | | | For some reason if the content is floated, Firefox leaves a very large gap that actually blanks out the content underneath it. |