aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [ArreglaMiBarrio] Initial CSS/logo/FAQ.Matthew Somerville2015-03-24-0/+169
|
* Add Extra role to ease use of {extra} field.Hakim Cassimally2015-03-20-81/+452
| | | | | | | | | Historically, the extra field has been used in two different ways by different cobrands, both as a list (e.g. Open311 category fields) and a hash (e.g. the Zurich cobrand). This commit consolidates usage, adding an API to make use of the field easier and always returning a hash for the code to use. Fixes #1018.
* [Harrogate] show warning banner for NYCC categoriesHakim Cassimally2015-03-20-0/+99
| | | | | | | | | | | | | | | | | | | | Harrogate asked for NYCC managed issues to be linked to that council's website. We don't prevent the issue from being logged, but do show a warning banner. As this is at Harrogate's request, we only do this for the Harrogate cobrand, not the whole site, using a new cobrand hook `munge_category_list` Unfortunately, categories are currently passed to the template as plain text, e.g. not structured data. As a simple implementation, we append "( NYCC)" to the appropriate category names. JS could then strip the names back in future, if required (though we're not doing this.) Instead we add a jQuery hook to show the most appropriate link provided. See https://github.com/mysociety/FixMyStreet-Commercial/issues/703
* Version 1.5.4.v1.5.4Matthew Somerville2015-03-18-6340/+14312
| | | | Including updated translations.
* [fixmystreet.com] Update favicon to match the .orgMatthew Somerville2015-03-18-0/+2
|
* [fixmystreet.com] Remove special NI code.Matthew Somerville2015-03-16-145/+89
| | | | | This is now handled by normal bodies in the admin. In order to remove references in send_reports, tidy up (unused) EmptyHomes code a bit.
* [fixmystreet.com] Remove special Report-It code.Matthew Somerville2015-03-13-729/+22
|
* Factor out test contact creation to function.Matthew Somerville2015-03-13-139/+83
|
* [Oxfordshire] correct emergency phone numberHakim Cassimally2015-03-02-1/+1
| | | | Via customer query. Was correct in one location but wrong in other.
* Add links from admin config page to MapIt.Matthew Somerville2015-02-25-2/+13
| | | | Fixes #1022. And include new SECURE_PROXY_SSL_HEADER variable.
* Tweak wording of area local alert email.Matthew Somerville2015-02-25-3/+3
| | | | Fixes #1011.
* [fixmystreet.com] Rename goodies images/PDFs.Matthew Somerville2015-02-25-6/+6
| | | | Fixes #987.
* Use config variable for setting proxy trust.Matthew Somerville2015-02-24-5/+9
| | | | | | Rather than hardcoding domain names, add a SECURE_PROXY_SSL_HEADER variable that provides a trusted HTTP header and value that can be used to determine if we're behind a HTTPS proxy.
* Support Stamen toner-lite and Bing Maps tiles.Matthew Somerville2015-02-23-110/+230
|
* Tidy up front page and map copyright templates.Matthew Somerville2015-02-23-34/+46
|
* [UK] Output NI grid references to NI councils.Matthew Somerville2015-02-20-14/+27
|
* Remove PledgeBank references.Matthew Somerville2015-02-20-8/+2
|
* Use List::MoreUtils, old List::Util lacks none().Matthew Somerville2015-02-20-1/+1
|
* [fixmystreet.com] Homepage button step A/B test.Zarino Zappia2015-02-20-0/+125
|
* [East Sussex] Reorder so function defined pre use.Matthew Somerville2015-02-20-8/+8
|
* Merge branch '972-completion-adverts'Matthew Somerville2015-02-20-629/+352
|\
| * Remove unneeded category_extras template.Matthew Somerville2015-02-19-42/+13
| | | | | | | | | | This also fixes the fact the base template had invalid syntax, and was using incorrect variable names.
| * Add URLs for easy looking at confirmation pages.Matthew Somerville2015-02-19-2/+39
| |
| * Always show confirmation page for reports/updates.Matthew Somerville2015-02-19-97/+56
| | | | | | | | | | Rather than redirecting to the report if they're already logged in. Fixes #1003.
| * Simplifed "confirmation-header" for success pages.Zarino Zappia2015-02-19-135/+130
| |
| * Add new "next steps" to bottom of success pages.Zarino Zappia2015-02-19-377/+138
| | | | | | | | Remove the old CrossSell code. Fixes #972.
* | Merge branch 'jonkri-master'Matthew Somerville2015-02-20-369/+149
|\ \ | |/ |/|
| * [FixaMinGata] Add Google Play logo on home pageJon Kristensen2015-02-16-0/+1
| |
| * [FixaMinGata] Footer template updates.Jon Kristensen2015-02-16-21/+27
| | | | | | | | To match new parent template structure. Include minor translation fixes.
| * [FixaMinGata] Put white background in footerJon Kristensen2015-02-16-0/+2
| |
| * [FixaMinGata] Make a minor spelling correction.Jon Kristensen2015-02-16-1/+1
| |
| * [FixaMinGata] Enhance problem reporting form.Jon Kristensen2015-02-16-217/+84
| | | | | | | | | | | | Use same template structure as fixmystreet cobrand, with tips from fixmystreet.com cobrand. No need for a separate fill_in_details_form.html any more.
| * [FixaMinGata] Remove two unneeded cobrand methodsJon Kristensen2015-02-16-115/+0
| |
| * [FixaMinGata] Rephrase text for no body details.Jon Kristensen2015-02-16-14/+24
| |
| * [FixaMinGata] Differ pin colours based on stateJon Kristensen2015-02-16-0/+9
| |
| * [FixaMinGata] Fix width problem with videoJon Kristensen2015-02-16-1/+1
| |
| * Replace "Open Street Map" with "OpenStreetMap".Jon Kristensen2015-02-16-2/+2
| |
* | Merge branch 'remove-need-for-en-gb-in-config'Matthew Somerville2015-02-18-11/+10
|\ \
| * | Remove need to have to specify en-gb in LANGUAGES.Matthew Somerville2015-02-13-11/+10
| | | | | | | | | | | | | | | | | | Instead, add it if not present at the negotiation stage. Even if not negotiated, we currently need it to be present for the in_gb_locale() calls to work.
* | | Improvements for installing on Macs.Matthew Somerville2015-02-18-0/+69
| | | | | | | | | | | | | | | | | | | | | This works around a couple of issues installing using either MacPorts or Homebrew, making sure the version of ExtUtils::MakeMaker in the snapshot is installed early in the process, and that MooseX::NonMoose is present in the snapshot.
* | | [Harrogate] disable questionnairesHakim Cassimally2015-02-17-0/+4
| | | | | | | | | | | | at council request after brief discussion today
* | | Merge branch 'stevenage-ga'Hakim Cassimally2015-02-17-0/+17
|\ \ \
| * | | [Stevenage] tracking codeHakim Cassimally2015-02-17-0/+17
|/ / /
* | / [fixmystreet.com] Survey in appropriate places.Nick Jackson2015-02-16-0/+17
| |/ |/| | | | | Using SurveyGizmo. Display the survey 60% of the time initially.
* | Merge in installation changes.Matthew Somerville2015-02-16-8/+22
|\ \ | | | | | | | | | Fall back better if a couple of things aren't installed.
| * | Have code fallback to Image::Size if no jhead.Matthew Somerville2015-02-05-3/+6
| | | | | | | | | | | | Don't bother installing it on Travis.
| * | Remove warning if Math::BigInt::GMP not installed.Matthew Somerville2015-02-05-3/+1
| | |
| * | [Travis] Only install boto when necessary.Matthew Somerville2015-02-05-4/+10
| | | | | | | | | | | | And make sure file is removed if not a tar file.
| * | Install Locale::gettext via cpanfile.Matthew Somerville2015-02-05-1/+8
| | |
* | | Switch easting/northing output to one line.Matthew Somerville2015-02-16-68/+2
| | | | | | | | | | | | | | | This is more friendly for e.g. copy and pasting by someone using the Dynamics CRM software. Fixes #997.