| Commit message (Collapse) | Author | Age | Lines |
... | |
|
|
|
| |
Fixes #1192.
|
|
|
|
|
| |
On a form, except one where you skipped the map, the category change
call would use the initial map centre, rather than the map pin location.
|
| |
|
|
|
|
|
|
|
|
| |
The reports list styling didn't take into account the difference
in margins on lists marked as 'full-width', and this issue was
being manually fixed in both Greenwich and Oxfordshire. This
changes the reports list styling so that these cobrand-specific
overrides aren't necessary.
|
|
|
|
|
| |
Replaces the existing Bromley council cobrand with a new one that uses
the latest FMS styling. Including the new report list/filter sidebar.
|
| |
|
| |
|
|
|
|
| |
No need to override if it's set right from the start.
|
|
|
|
| |
To match the live site
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
This moves files only used by fixmystreet.com under
cobrands/fixmystreet.com (some files were already there), and puts
fixmystreet.com's CSS there too, with a special case in the header.
|
| |
| |
| |
| |
| | |
Also move some UK-specific code in the same function.
The specific code is still tested in report_new.t.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 838708d3127bf5bd39375b19ad13b220637c851b.
Conflicts:
web/cobrands/fixmystreet/base.scss
web/cobrands/fixmystreet/layout.scss
|
|\ \ |
|
| |/ |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
This page used the .sticky-sidebar class that is used in the help
section to present the in-page navigation of a lot of text. There,
there's no danger of the sidebar being scrolled over the footer
because it's very short. On this page though, there is.
This commit removes that class, so that the recent photos are fixed
in position with the top of the content. I don't think this is a
great loss for usability or design. It also removes the alertindex
class, which was only used to work around this issue.
Closes #1168
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.show-admin-notes was a class that could be applied on a cobrand
basis to turn on or off the showing of admin notes and error
messages. This was introduced when the concept of admin notes
was added, so that existing cobrands could opt-in to the
functionality. Now, every cobrand uses it, so there's no need
to make it optional.
This commit removes the CSS styles based on it, so that errors
and notes always display; removes the addition of the class to
admin pages, and removes the conditional javascript that enabled
admin tooltips based on the class.
Closes #1161
|
|
|
|
|
| |
This reuses some JavaScript I originally wrote for mySociety’s
EveryPolitician project.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add a special category email address used to show an unresponsive
message and page when trying to report in that category. Add a "Refused"
send method for setting a whole body to be unresponsive and show the
message immediately, not on category selection.
Factor out category template, and put at top where needed.
|
| | |
|
| |
| |
| |
| | |
With the old SCSS, it was setting e.g. a:visited:hover.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The MakeMyIsland cobrand files now live in a separate repository:
mysociety/fixmystreet-international
The idea is that this repo will be checked out alongside the main fixmystreet
one and cobrand-specific files symlinked into place. To this end, the commit
also adds the MakeMyIsland symlinks to .gitignore.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Oxfordshire reports have a council Reference Number, and an
estimate of how long they'll take to be fixed. To make this
information easier to parse, we've broken it out into its
own section, between the problem description and updates.
Conflicts:
web/cobrands/oxfordshire/base.scss
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Replace .big-green-banner with .click-the-map
Design follows similar change in Collideoscope. #skip-this-step link
is hidden for normal users, shown when tabbed to, or when javascript
is disabled.
- Move RSS link to bottom of sidebar
- Combine 'on the map' and 'nearby' tabs into a single list
|
|/
|
|
|
| |
This also adds a new grey pin which is used by the Oxfordshire
cobrand for reports that aren't the Council's responsibility.
|
|
|
|
|
| |
Using Map by default doesn't work for an unknown reason, but is okay if
you switch to it. Fixes #1133.
|
|
|
|
| |
controls
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
When the category dropdown is changed the map pins are re-requested
from the server with the correct category in the URL.
|
| |
|
|
|
|
|
| |
Removes the italics, and breaks the wording into two
separate paragraphs, at the top of the report page.
|
|
|
|
| |
When zoomed out, a smaller icon is used to stop the map getting too overcrowded.
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| | |
Includes hamburger icon for council cobrands like Bromley, Barnet,
and Oxfordshire, but not Warwickshire since that has its own already.
|
|\ \ |
|
| |/ |
|
|/
|
|
|
|
|
| |
Fixes #424.
Using a float rather than table-cell styling also means we
no longer have to work around IE7 table display support.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|