aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeLines
...
* [East Sussex] map and nav cosmeticsDave Arter2014-09-16-22/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use East Sussex-specific position_map.js - Display map correctly on desktop - Increase default zoom level and use correct grammar for postcode box - Tidy up default font size and center elements on postcode form - Correctly position report form, allow links in sidebar to be seen - Make map guidance text visible on mobile - Fix display of site header across all pages - More sidebar/header fixes - Override some text on the report sidebar to be more friendly - Remove unused images - Use breadcrumb bar for main nav on desktop - Restore correct background colour to footer - Tighten up vertical spacing on all pages - Slacken vertical spacing on home page - Stop the sidebar clobbering the footer - Tidy up menu display - Ensure form errors are shown properly - Add greeting and 'sign out' link to appropriate place - Ensure correct width is used on IE8 - Make 'home' breadcrumb a span instead of a link - Hide top 4px border on mobile - Remove breadcrumb styling from FMS nav - Use ellipsis and correct capitalization on confirm page - Don't uppercase all button labels - Hide email icon in email fields - Don't italicise input placeholder text - Use correct font family, alignment and size for various elements - Correct box shadow, fix pin alignment, various UI fixes - Ensure font size isn't too small. Fix header on wide but small screens - Don't adjust .content height for East Sussex pages
* [East Sussex] Build templates from fragments published on eastsussex.gov.ukDave Arter2014-09-16-265/+172
| | | | | | | | | - Update styles to handle new templates - Ignore built templates - Ignore downloaded template fragments - Put East Sussex CSS before FMS overrides - Allow template build script to be run from outside its directory - Add file-watching capability to East Sussex template building script for local dev
* [East Sussex] Tidy up layoutDave Arter2014-09-16-2/+2
| | | | | | | | | | | | | | | | | | | | | - Tidy up layout of a few elements on front and map pages - ensure example places are within county - match council website body width - Remove 'size2' class from body This means we don't need lots of little CSS hacks to tweak things back into position - Restore 'contact us' underline - Ensure content extends down to footer - More UI layout tidying - Make sure error and confirmation pages don't have obscured content - Improve display of frontpage header on mobile - Better CSS selector for header display on mobile - Fix display of map on mobile - Tidy up display of footer buttons on mobile - Put mobile-specific styles back into base.scss - css separate margin-top for map/twothirds pages - Fix display of languages in footer on mobile - Removed unused CSS files - East Sussex doesn't have tracking_code.html, so remove reference to it
* [East Sussex] initial work on cobrand and templatesHakim Cassimally2014-09-16-0/+265
| | | | | | | - Get layout, including map working - Identified major clash point for CSS - Move eastsussex resources locally (in part to be able to override clashing names like .container)
* 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.
* [EmptyHomes] survey template tweaksHakim Cassimally2014-09-09-8/+23
|
* [EmptyHomes] decommissioning tweaksHakim Cassimally2014-09-08-0/+15
|
* Move bromley from report hiding to moderationHakim Cassimally2014-08-14-7/+1
| | | | | | | | | The feature to hide reports is still enabled, as it is used by other `users_can_hide` bodies. As we want to roll out moderation to Bromley, in this commit we hide the functionality *only* for Bromley. Of course if we migrate those other users to this moderation method, then we will need to make equivalent change to general template, and remove the functionality from Report.pm.
* Report moderationHakim Cassimally2014-08-13-6/+180
| | | | | | | | | | | - 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
|
* add explicit BASE_URL to URLs in nav and header, works in adminDave Whiteland2014-08-08-7/+7
|
* change UNDP logo to top right as per client's instructionsDave Whiteland2014-08-07-3/+2
|
* add UNDP logo to makemyisland cobrand, as per #863Dave Whiteland2014-08-07-0/+3
|
* add buttons for locations in Maldives (part of #863)Dave Whiteland2014-08-07-2/+32
| | | | | | | | | | | | | | | | The underlying problem here is the target area is currently too small for the geocoder to be useful: we're not really getting anything useful back from the OSM geocoder within Fonadhoo. So I've manually located the three villages on the island and added them as buttons... this is really for interface because although one button for the whole island is probably OK, basically it was just replicating the <h1> and wasn't obvious (or sensible) that the user needed to hit a button at all.. If the project expands to more areas of the Maldives we can either take those out or revert to the geocoder. The same too-small-area logic makes the "locate me automatically" a bit silly, so that's been dropped from the front page too.
* [MakeMyIsland] Initial simple cobrand.Matthew Somerville2014-07-31-0/+33
|
* [SeeSomething] fix and test for stats contentHakim Cassimally2014-07-31-1/+1
|
* Replace from_council with from_body in SeeSomething cobrandSteven Day2014-07-31-1/+1
| | | | | | | | | | | | | | | | | | | | | | 'from_council' was renamed to 'from_body' and turned into a relationship in b2aa34b Feb 2013, and the seesomething code was missed. Though the FMS::DB::Result::User object would (correctly) throw an error if an invalid method is called, *Catalyst* idea of a user object wraps this in a Catalyst::Authentication::Store::DBIx::Class which uses AUTOLOAD to delegate methods and swallows the error. e.g. this code always returns false, hence the code path is never run. (I think this is a bug and have opened: https://rt.cpan.org/Ticket/Display.html?id=97640 ) Added test case and (hopefully) corrected template, will need a check against site running copy with recent data to check that nothing looks squiffy. We also had to change the %council_details stash, which was based on the old code, not sure if suggested fix matches original intent, but looks plausible. (As discussed with @dracos @stevenday this is slightly repeated, and should arguably use ->{bodies} but that's a possible future FIXME)
* Fix links on 'council no longer exists' message.Matthew Somerville2014-07-30-10/+10
|
* Removal old Southampton/Reading/Lichfield cobrands.Matthew Somerville2014-07-29-610/+7
|
* Update Zurich email templatesDave Arter2014-07-15-17/+17
|
* UK. move report extras to fixmystreet.com templateHakim Cassimally2014-07-14-3/+1
| | | | | | | | UK specific template was missed in move in 8f2c5942e3a Also tidy up by removing Lichfield/Reading/Southampton and adding Hart. (Incidentally fixes commercial ticket mysociety/FixMyStreet-Commercial#525 )
* Merge branch 'issues/commercial/524-bromley-contact-footer-faq'Hakim Cassimally2014-07-14-12/+20
|\
| * Bromley. signature and FAQ tweaksHakim Cassimally2014-07-14-12/+20
| | | | | | | | | | | | | | | | | | | | | | As per mysociety/FixMyStreet-Commercial#524 to stem the flow of people responding to verification emails by clicking the support email at the bottom of Bromley's signature, we are instead redirecting to the FAQ -- which is also updated to contain the support email address, so the people can still find a contact if they need to. Also tweaking moderation FAQ line, in preparation for moderation trial.
* | Fix transparent background on disambiguation pageStruan Donald2014-07-14-0/+2
|/ | | | | | Wrap around page in a div.tablewrapper Fixes #831
* Make 'check your email' page two-thirds width.Matthew Somerville2014-07-11-1/+1
|
* New layout for token confirmation screens.Zarino Zappia2014-07-11-28/+42
|
* Zurich. Remove pilot textHakim Cassimally2014-07-11-1/+0
| | | | (as requested by Tobias)
* Quantity is optional, but it seems confused without it.Matthew Somerville2014-07-10-0/+1
|
* Add fixmystreet.com reporting form A/B tests.Matthew Somerville2014-07-10-103/+228
| | | | | | Testing two things: * Putting the email box above the Yes/No, or repeating it inside. * Showing the contents of the Yes/No sections at first, or not.
* Put back GA special created report URI.Matthew Somerville2014-07-09-0/+10
| | | | Think it's needed for it to hang together.
* Update GA code to use ecommerce ping.Matthew Somerville2014-07-08-9/+5
|
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-0/+0
| | | | This should reduce confusion with the Default cobrand and override order.
* Move UK-specific text to separate templates.Matthew Somerville2014-07-08-134/+120
|
* A few more https links/removal of unused http.Matthew Somerville2014-07-07-21/+5
|
* Merge branch '571-show-local-deploys-banner'Matthew Somerville2014-07-04-0/+18
|\ | | | | | | | | Conflicts: web/cobrands/fixmystreet/base.scss
| * Display a banner to non UK FixMyStreet visitorsStruan Donald2014-07-03-0/+18
| | | | | | | | | | | | only on FMS and only if from outside the uk Fixes #571
* | Merge branch 'mysociety/771-front-page-changes'Matthew Somerville2014-07-04-32/+59
|\ \ | | | | | | | | | | | | Conflicts: templates/web/fixmystreet/footer.html
| * | split out footer marketing to own templateStruan Donald2014-07-01-29/+30
| | | | | | | | | | | | | | | allows it to be overridden in cobrands without the need to provide a whole new footer template
| * | sort out display on mobileStruan Donald2014-07-01-2/+4
| | | | | | | | | | | | | | | hide footer menu on mobile add privacy link to main menu, hide on desktop
| * | update mysociety tabStruan Donald2014-07-01-3/+1
| | | | | | | | | | | | | | | update to new logo remove donate and our site links
| * | add an additional nav footer at the bottom of the pageStruan Donald2014-07-01-1/+24
| | | | | | | | | | | | duplicates the top nav mostly
| * | link to fms.org for code and add fms platform textStruan Donald2014-07-01-1/+4
| |/
* | Merge branch 'mysociety/798-show-reports-subset'Matthew Somerville2014-07-04-5/+5
|\ \
| * | Link through from all reports page to sub categoriesStruan Donald2014-07-01-5/+5
| |/ | | | | | | | | | | | | | | Add a type parameter to the /reports/body page to restrict list by problem category. Only link to report categories that have entries. Fixes #798
* | Merge branch 'use-https-urls-for-uk'Matthew Somerville2014-07-04-55/+55
|\ \
| * | Make external links HTTPS where possible.Matthew Somerville2014-07-03-34/+34
| | | | | | | | | | | | And fix a couple that have redirected.
| * | Use https for UK site where appropriateStruan Donald2014-07-03-21/+21
| |/ | | | | | | | | | | | | Council redirects, BASE_URL comparisons, hard coded links, email signatures For #488
* / EmptyHomes. copy tweaksHakim Cassimally2014-07-02-16/+4
|/
* Correct date for text changeHakim Cassimally2014-06-16-1/+1
|