aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web
Commit message (Collapse)AuthorAgeLines
* Default the Google map view to Satellite.Matthew Somerville2015-07-10-1/+1
| | | | | Using Map by default doesn't work for an unknown reason, but is okay if you switch to it. Fixes #1133.
* Alter token logging in and timeout behaviour.Matthew Somerville2015-07-10-3/+3
| | | | | | | Restrict email_sign_in token to one day, unused confirmation tokens to one month. Used tokens will redirect to the created thing but not log in; don't log in with alert links (unsubscribe link never expires, reply link will still show "reopen" tickbox).
* [Greenwich] Add links to Greenwich FMS to pages on fixmystreet.comDave Arter2015-06-30-2/+3
|
* [Greenwich] Use templates from Oxfordshire cobrand to get map pin filter ↵Dave Arter2015-06-30-0/+108
| | | | controls
* [Greenwich] Royal Borough of Greenwich front endDave Arter2015-06-30-0/+245
|
* Display message when reports list is emptySteven Day2015-06-29-18/+20
| | | | | | If filters for reports list are too restrictive, shows a message to the user indicating that no reports match the query, on /my and /reports
* Combine all My Reports into a single list, allow filteringSteven Day2015-06-29-21/+28
|
* Simpler report meta information displayZarino Zappia2015-06-29-8/+9
| | | | | Removes the italics, and breaks the wording into two separate paragraphs, at the top of the report page.
* Add filter elements to top of /reports and /mySteven Day2015-06-29-0/+4
| | | | These are not yet wired up
* Fix typo in footer role="contentinfo".Matthew Somerville2015-05-13-10/+10
|
* [fixmystreet.com] Fix typo in footer navigation.Matthew Somerville2015-05-13-1/+1
|
* [fixmystreet.com] Tweak FAQ entry wording.Matthew Somerville2015-05-05-1/+2
|
* Update Bing Maps parameter ID.Matthew Somerville2015-05-05-1/+4
|
* Merge remote-tracking branch 'origin/issues/931-mobile-report-in-header'Matthew Somerville2015-04-24-0/+1
|\
| * "Report" button in default mobile header, fixes #931Zarino Zappia2015-04-07-0/+1
| | | | | | | | | | | | | | | | The new button will be inherited by any cobrand that extends fixmystreet/header_logo.html. Styling has been checked in all current cobrands. Also includes a minor fix to header logo margins on narrow screens.
* | [fixmystreet.com] Add alt attributes to images.Matthew Somerville2015-04-24-11/+11
| |
* | Merge branch 'issues/1028-poop-poster'Matthew Somerville2015-04-24-0/+4
|\ \
| * | [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/+83
|/
* [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.
* [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.
* 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.