| Commit message (Collapse) | Author | Age | Lines |
|\ |
|
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| |
| | |
Cobrands can optionally provide a `report/sharing.html` template to display
extra content just above the updates on a report detail page.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
Fixes lack of "Permalink" string.
|
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
By default the map JS doesn't get included on /my if the map is empty, so
there's some slight duplication of the JS from the previous
commit to make the filters submit the form as soon as they're changed.
This should be included in the base template if/when the filters make their
way there.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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 adds a new problem_response_days sub to the Oxfordshire cobrand that
provides an expected response time based on a problem's category.
|
| |
| |
| |
| | |
Factor out template to correct cobrand.
|
|\ \
| |/
|/| |
|
| |
| |
| | |
Small copy change to emphasise the cost benefits of FMSfC.
|
| |
| |
| |
| |
| | |
Using Map by default doesn't work for an unknown reason, but is okay if
you switch to it. Fixes #1133.
|
|/
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
controls
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Removes the italics, and breaks the wording into two
separate paragraphs, at the top of the report page.
|
|
|
|
| |
These are not yet wired up
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
|\ \ |
|