aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base
Commit message (Collapse)AuthorAgeLines
* [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-8/+1
|
* Add links from admin config page to MapIt.Matthew Somerville2015-02-25-2/+13
| | | | Fixes #1022. And include new SECURE_PROXY_SSL_HEADER variable.
* 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-3/+1
|
* Merge branch '972-completion-adverts'Matthew Somerville2015-02-20-119/+92
|\
| * Remove unneeded category_extras template.Matthew Somerville2015-02-19-16/+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-21/+14
| | | | | | | | | | Rather than redirecting to the report if they're already logged in. Fixes #1003.
| * Simplifed "confirmation-header" for success pages.Zarino Zappia2015-02-19-84/+55
| |
| * Add new "next steps" to bottom of success pages.Zarino Zappia2015-02-19-19/+31
| | | | | | | | Remove the old CrossSell code. Fixes #972.
* | Merge branch 'jonkri-master'Matthew Somerville2015-02-20-15/+3
|\ \ | |/ |/|
| * [FixaMinGata] Rephrase text for no body details.Jon Kristensen2015-02-16-14/+2
| |
| * Replace "Open Street Map" with "OpenStreetMap".Jon Kristensen2015-02-16-1/+1
| |
* | [fixmystreet.com] Survey in appropriate places.Nick Jackson2015-02-16-0/+2
|/ | | | Using SurveyGizmo. Display the survey 60% of the time initially.
* Make sure all co-ordinates are stringified.Matthew Somerville2015-02-13-11/+11
| | | | | | | 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 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-1/+1
|
* Merge branch 'google-maps-satellite-view'Matthew Somerville2015-01-19-5/+14
|\
| * Add Hybrid map toggle option to Google Maps view.Matthew Somerville2015-01-19-5/+14
| |
* | Move site_title function to site-name web templateMatthew Somerville2015-01-19-17/+21
|/ | | | | | | This matches the email template behaviour, and makes it much easier to override without requiring a cobrand package file. Fixes #979.
* Update other uses of text changed in a0a33741.Matthew Somerville2015-01-14-5/+4
|
* [Harrogate] wordings and stylesHakim Cassimally2015-01-08-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* Open311: honour `variable` field in form displayHakim Cassimally2015-01-08-7/+9
| | | | | Potentially addresses #42 and https://github.com/mysociety/FixMyStreet-Commercial/issues/647
* Version 1.5.2.v1.5.2Matthew Somerville2014-12-17-20/+13
| | | | | | | Includes: * [UK] Don't show topic form field when reporting abuse. * Use token in moderation response URL to prevent hidden report leak. * Make sure successful submission page is full width.
* Don't try and shown pagination if no pager presentMatthew Somerville2014-12-17-0/+2
| | | | Prevents 'Argument "" isn't numeric' warning on admin report edit page.
* New UK specific FAQ, more generic base FAQ.Matthew Somerville2014-12-11-170/+111
| | | | Fixes #753 and #935.
* [fixmystreet.com] New posters page layout/content.Zarino Zappia2014-12-11-43/+0
|
* Version 1.5.Matthew Somerville2014-11-19-3/+3
|
* Merge remote-tracking branch 'origin/fiksgatami-update'Matthew Somerville2014-11-19-2/+0
|\
| * [FiksGataMi] Update cobrand to current design.Matthew Somerville2014-11-19-2/+0
| |
* | Add encouraging message about help to admin front.Matthew Somerville2014-11-19-0/+11
|/ | | | Fixes #929. Also move admin hint CSS to base CSS, not just layout.
* Move tips/sidebar to separate templates.Matthew Somerville2014-11-19-7/+4
| | | | | Also apply to UK council cobrands. Fixes #926, more food for #344.
* Tidy up reporting sidebar notes and privacy.Matthew Somerville2014-11-19-6/+52
| | | | For #344 and #935.
* Show logged in message as success, not error.Matthew Somerville2014-11-18-19/+33
| | | | | | Fixes #357. Also consolidate almost-identical fill_in_details.html template (for #344).
* Only show text on /reports if appropriate.Matthew Somerville2014-11-14-4/+9
| | | | | Only show "select..." if more than one body, and only mention greyed out lines if there are any. Fixes #869.
* Fix JS-disabled submission in Chrome/Firefox.Hakim Cassimally2014-11-14-1/+1
| | | | | | | | | | | Fixes #932, which is caused by HTML5 validation firing for hidden elements, by setting #mapForm to novalidate by default, and reverting this in fixmystreet.js. Note that the 'novalidate' attribute, which is honoured by the browsers' HTML5 validation, isn't to be confused with the class (class="validate") which is picked up by fixmystreet.js, and therefore not problematic for the no-js case.
* Paginate admin search results.Matthew Somerville2014-10-13-1/+4
|
* Update links to point to new /council page.Matthew Somerville2014-10-09-3/+3
|
* Merge remote-tracking branch 'origin/issues/739-move-diligency-table'Matthew Somerville2014-10-09-8/+3
|\
| * Move diligency table to bottom of page.Matthew Somerville2014-10-07-8/+3
| | | | | | | | | | Not that useful in most cases, only if you wanted some admin competition on category entering/checking. Fixes #739.
* | Merge remote-tracking branch 'origin/issues/516-body-warning'Matthew Somerville2014-10-09-8/+12
|\ \
| * | Tweak summary output on bodies page.Matthew Somerville2014-10-07-8/+12
| |/ | | | | | | | | Show more detail of unconfirmed/deleted categories; highlight and warn if no categories, or if all categories are deleted. Fixes #516.
* | Prevent overhang of admin body categories table.Matthew Somerville2014-10-08-14/+18
| | | | | | | | Group things together more simply. Fixes #738.
* | Validate category name/email/note in admin.Matthew Somerville2014-10-08-23/+40
|/ | | | This prevents the creation of a category with a blank name. Fixes #556.
* Move most 'change location' text to main column.Matthew Somerville2014-09-25-2/+3
|
* Don't output footer navigation on map page.Matthew Somerville2014-09-24-6/+10
| | | | It's invisible anyway and pushes content bottom up a bit.
* Simplify z-index of banners.Matthew Somerville2014-09-15-3/+3
| | | | | | Constrain the map in a position:relative to give it its own stacking context. This simplifies these z-indices and prevents the elements from floating above the main header. Fixes #673.
* [EmptyHomes] remove custom textHakim Cassimally2014-09-09-24/+0
| | | | | Link is broken, and a variant of the text has been added to the explanatory emails.
* Report moderationHakim Cassimally2014-08-13-4/+94
| | | | | | | | | | | - redaction marked with [...] - of report and comments - stores original data - uses a single form, on the report/_main view - requires additional permissions (user_body_permissions) - Hide report functionality - Moderation notification/contact form - Moderation writes to admin_log
* add site_title to the admin/config pageDave Whiteland2014-08-12-0/+1
|