aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeLines
...
| * | [fixmystreet.com] List new dog poop poster on Goodies pageZarino Zappia2015-04-21-0/+4
| |/
* / Simplify .update-img layoutZarino Zappia2015-04-21-3/+5
|/ | | | | | | Fixes #424. Using a float rather than table-cell styling also means we no longer have to work around IE7 table display support.
* Merge branch 'issues/commercial/678-open311-and-csv'Hakim Cassimally2015-03-31-1/+1
|\
| * [Zurich] change jurisdiction_id in Open311 exampleHakim Cassimally2015-03-31-1/+1
| |
* | [ArreglaMiBarrio] Initial CSS/logo/FAQ.Matthew Somerville2015-03-24-0/+84
|/
* [Harrogate] show warning banner for NYCC categoriesHakim Cassimally2015-03-20-0/+48
| | | | | | | | | | | | | | | | | | | | 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
* [fixmystreet.com] Update favicon to match the .orgMatthew Somerville2015-03-18-0/+2
|
* [fixmystreet.com] Remove special NI code.Matthew Somerville2015-03-16-10/+0
| | | | | 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-16/+5
|
* [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-2/+2
| | | | Fixes #1011.
* [fixmystreet.com] Rename goodies images/PDFs.Matthew Somerville2015-02-25-6/+6
| | | | Fixes #987.
* Support Stamen toner-lite and Bing Maps tiles.Matthew Somerville2015-02-23-4/+28
|
* Tidy up front page and map copyright templates.Matthew Somerville2015-02-23-28/+39
|
* Remove PledgeBank references.Matthew Somerville2015-02-20-8/+2
|
* [fixmystreet.com] Homepage button step A/B test.Zarino Zappia2015-02-20-0/+68
|
* Merge branch '972-completion-adverts'Matthew Somerville2015-02-20-177/+149
|\
| * 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.
| * Always show confirmation page for reports/updates.Matthew Somerville2015-02-19-41/+23
| | | | | | | | | | Rather than redirecting to the report if they're already logged in. Fixes #1003.
| * Simplifed "confirmation-header" for success pages.Zarino Zappia2015-02-19-94/+61
| |
| * Add new "next steps" to bottom of success pages.Zarino Zappia2015-02-19-21/+73
| | | | | | | | Remove the old CrossSell code. Fixes #972.
* | Merge branch 'jonkri-master'Matthew Somerville2015-02-20-256/+134
|\ \ | |/ |/|
| * [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] Make a minor spelling correction.Jon Kristensen2015-02-16-1/+1
| |
| * [FixaMinGata] Enhance problem reporting form.Jon Kristensen2015-02-16-217/+78
| | | | | | | | | | | | 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] Rephrase text for no body details.Jon Kristensen2015-02-16-14/+24
| |
| * [FixaMinGata] Fix width problem with videoJon Kristensen2015-02-16-1/+1
| |
| * Replace "Open Street Map" with "OpenStreetMap".Jon Kristensen2015-02-16-2/+2
| |
* | [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.
* Switch easting/northing output to one line.Matthew Somerville2015-02-16-64/+1
| | | | | This is more friendly for e.g. copy and pasting by someone using the Dynamics CRM software. Fixes #997.
* Merge branch 'issues/fms-mobile/190'Matthew Somerville2015-02-13-19/+19
|\ | | | | | | | | Conflicts: perllib/FixMyStreet/Geocode/Google.pm
| * Make sure all co-ordinates are stringified.Matthew Somerville2015-02-13-19/+19
| | | | | | | | | | | | | | This includes MapIt postcode lookups, geocoding, query parameters, tile clicks. Stringifying truncates them to six decimal places, which means we no longer need any "short" versions anywhere, and the JSON response will always uses a decimal point regardless of locale.
* | add new logo to Trinidad and Tobabgo, #729Dave Whiteland2015-02-05-0/+2
| |
* | Prompted by the realisation we have jQuery, improvements to link trackingNick Jackson2015-01-27-17/+28
| | | | | | | | Catches more edge cases, works if GA is blocked, simpler to use.
* | Add tracking of download clicks for the goodies page.Nick Jackson2015-01-27-10/+20
|/
* [Oxfordshire] Update email template for cobrand.Matthew Somerville2015-01-21-2/+2
| | | | And update HTTPS link.
* Add staging warning on admin body pages if needed.Matthew Somerville2015-01-20-0/+11
| | | | | | If a staging site and SEND_REPORTS_ON_STAGING is false, warn that reports will be sent to the problem reporter, not whatever has been set up in the admin. Fixes #982.
* Rename 'body_edit' admin endpoint to 'body'.Matthew Somerville2015-01-20-2/+2
|
* Merge branch 'google-maps-satellite-view'Matthew Somerville2015-01-19-21/+23
|\
| * Add Hybrid map toggle option to Google Maps view.Matthew Somerville2015-01-19-21/+23
| |
* | Move site_title function to site-name web templateMatthew Somerville2015-01-19-43/+51
| | | | | | | | | | | | | | This matches the email template behaviour, and makes it much easier to override without requiring a cobrand package file. Fixes #979.
* | Use site_name to genericise default submit.txt.Matthew Somerville2015-01-19-11/+47
|/
* Fix title of Privacy page, and missing copy.Matthew Somerville2015-01-14-1/+132
|
* Update other uses of text changed in a0a33741.Matthew Somerville2015-01-14-8/+7
|
* Revert most of "Experiment, no pins by default."Matthew Somerville2015-01-09-78/+0
| | | | | | This reverts most of commit 71b400a1f5991b9a693095c417aa61e274a5215d, leaving the skip-this-step CSS changes and the tweaks to the /ajax JSON output.
* [Harrogate] wordings and stylesHakim Cassimally2015-01-08-6/+289
| | | | | | | | | | | | | | | | | | | | | | | | | | - auth and intro pages - wording of around page - Styling work with Mike - FAQ and footer tweaks https://github.com/mysociety/FixMyStreet-Commercial/issues/654 https://github.com/mysociety/FixMyStreet-Commercial/issues/655 - Extra spacing https://github.com/mysociety/FixMyStreet-Commercial/issues/656 - Width of footer (override auto -> 100%) - style and logo tweaks - Logo/header same height on all pages (inc mappage) - Content spacing tweaks - Correct "Harrogate district" wording https://github.com/mysociety/FixMyStreet-Commercial/issues/658 - Add extra disclaimer about reports fwd'd to NYCC - push fms_pan_zoom down with css!important (alternative is to use JS as Hart does, or possibly to fix this so doesn't require !important) - add privacy section (Copies part of text on main page, this should perhaps be factored out.) - Set bodyclass for change_password Sets a bodyclass that's unused outwith harrogate cobrand, so should be safe.
* [Harrogate] custom form fieldsHakim Cassimally2015-01-08-0/+43
| | | | | | | | | | | | | | Requires previous (generic) commit to prevent information only categories (e.g. Dead animals message) from displaying a spurious textbox. Also support for sending these custom fields by email: Requires a hook in RS::Problem method, as by default, only a restricted number of hard-coded fields are send in the email. (And the template language is pseudo-PHP so we can't simply pass in the whole data-structure.)