| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Fixes #987.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
Remove the old CrossSell code. Fixes #972.
|
| | |
|
| | |
|
|/
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
And remove it in footer if present (so that a different background
doesn't potentially show through).
|
| | |
|
| |
| |
| |
| |
| |
| | |
This reverts most of commit 71b400a1f5991b9a693095c417aa61e274a5215d,
leaving the skip-this-step CSS changes and the tweaks to the /ajax JSON
output.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.)
|
|/ |
|
| |
|
|
|
|
| |
The non-js view positioned the map badly (over the issue text).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ESCC advised us of concerns that users:
* were unaware of how much of their report/update would be visible
on the site
- make "public" text more visible.
- label is presented as fairly flat, with the cursor suppressed (to
avoid it looking like a button) but with an explanatory tooltip.
The intent is for it to be highly visible, but not too startling.
- https://github.com/mysociety/FixMyStreet-Commercial/issues/642
* often comment on an existing report when instead creating a new
report would be more appropriate.
- Present two buttons, one to create a new report in the same
location, another to open the comment box.
- (this functionality degrades without Javascript, by simply showing
the comment box by default.)
- https://github.com/mysociety/FixMyStreet-Commercial/issues/641
Most templates have been split into partials, to avoid long-term
forking, however update-form.html is still forked from fixmystreet,
which would ideally be fixed in a future commit.
|
|
|
|
| |
To match shift of styles in bb07940.
|
|\ |
|
| | |
|
|/
|
|
| |
Fixes #929. Also move admin hint CSS to base CSS, not just layout.
|
|
|
|
|
|
| |
Fixes #357.
Also consolidate almost-identical fill_in_details.html template
(for #344).
|
|
|
|
|
|
| |
Easier if the default shared styles stick with the sprite for
everything, then you can just change that sprite rather than having to
override CSS as well.
|
|
|
|
| |
This look works well on the default styling also.
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
This crashes at least one mobile browser; not sure why, but we can do
without it.
|
|/
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The #map_box div wasn't clickable, so we had to reset its z-index from the
broken -1 to 0. IE7 doesn't like setting z-index to 0 in javascript (as it's a
falsy value) so instead we set the z-index of parent and sibling elements (body
and site-header) to 1 to make sure they are visible.
position:relative in base.scss is to make sure that the header is now
shown (similar to @6296cb33)
See https://github.com/mysociety/FixMyStreet-Commercial/issues/639
|
|
|
|
|
|
|
|
| |
This changes the default flow to show no pins and a message about
reporting, with the second tab displaying existing problems (and showing
map pins). Those existing problems are the ones that would currently be
on "problems on the map" followed by those currently on "problems
nearby".
|
|
|
|
| |
This gave no conclusive results, which was interesting.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
works around
https://github.com/mysociety/FixMyStreet-Commercial/issues/614
(This is a chrome bug, but as it doesn't happen with standard
FMS, we investigated further with @stevenday and @zarino.
For reasons I don't understand, the issue is fixed by:
- removing negative z-index from map
- this then makes the site-header not display, so we set
position:relative -- not having done this before might be
the reason for the previous negative index? )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
First Warwickshire styling
- imported WCC's header and footer files
- Use Warwickshire colours for page elements
- Include FMS elements in header
- Use correct Warwickshire colours on map
- Use full-screen map on desktop.
- Improve display of homepage elements
- Ensure correct classes are added to body tag
- Make sure site header has correct height on front page
- Tidy-up of unused header content and wrappers
- Improve display of map
- Position map beneath other elements
Improve map display
- Take some CSS from Warwickshire styles to ensure its applied
- Fix container widths on map page
- Make sure map wrapper is the correct width
- Add style overrides to match Warwickshire.gov.uk
- Ensure map controls are visible
Nav and mobile styling
- Make sure sticky sidebar nav is usable
- Improve mobile front page
- Ensure map is full-screen on mobile
- Improve front page display on mobile
- Fix map display on desktop
- Fix Warwickshire and FMS nav on mobile
- Add viewport meta tag for mobile devices
- Tighten up vertical spacing on front page
- Fix header height on tablet size screens
- Set pan/zoom position in CSS, not JS
Styling tweaks
- correct styling of nav for wider screens (previous hidden by media query)
- Add draft Warwickshire FAQ
- Fixes https://github.com/mysociety/FixMyStreet-Commercial/issues/611
- Warwickshire. remove all reports link as requested.
- see https://github.com/mysociety/FixMyStreet-Commercial/issues/609
- Update WCC footer
- see https://github.com/mysociety/FixMyStreet-Commercial/issues/597
Bring WCC css locally, and override
- Override for
https://github.com/mysociety/FixMyStreet-Commercial/issues/612
- favicon
https://github.com/mysociety/FixMyStreet-Commercial/issues/616
- update contact details
- custom FAQ
- fix padding on mobile
https://github.com/mysociety/FixMyStreet-Commercial/issues/617
|
|
|
|
|
| |
Conflicts:
templates/web/fixmystreet.com/static/council.html
|
|
|
|
| |
Fixes #765.
|