| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
This means that the tests can be run in parallel.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Historically in UK cobrands, bodies have had IDs the same as the MapIt
area ID they cover. This can be confusing (if you are setting up a dev
environment, say) and should not be necessary. This commit removes the
requirement entirely, by switching any ID checks to either the name of
the body, or the actual area it covers.
One note: the body name in the test has to match so that we do not get
two bodies both covering 2237 created. This will not be necessary when
the tests are compartmentalized in the next commit.
|
| |
|
| |
|
|
|
|
|
|
| |
Given a MapIt area ID, the script will create a body and categories,
users with different levels of permissions, and some random problems
and updates. It can optionally empty out the database first.
|
| |
|
|
|
|
| |
Add hook so that cobrands can change pin hover title.
|
| |
|
|
|
|
|
|
|
| |
Oxfordshire map pins now have icons on, and some use different colours,
to better communicate the status of reports.
Fixes mysociety/fixmystreetforcouncils#170
|
| |
|
|
|
|
|
|
| |
Previously, a green marker would be used for reports as they were being
created. Now, cobrands can override `pin_new_report_colour` to show a
different pin image when users are creating a new report.
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
The change to background-colour in 35bf6ddb2e meant the normal
hover linear-gradient was overriding.
|
| | |
|
| |
| |
| |
| |
| |
| | |
This removes most of the FMS/mySociety branding, but uses the same logic
as the fixmystreet.com cobrand wrt problem restrictions, handling, etc.
Suitable for UK council demos.
|
| |
| |
| |
| |
| |
| | |
Removing the explicit width lets .container scale down nicely to the
"middle" 48-60em screen width range without its contents hitting the
sides of the window (as previously happened).
|
| |
| |
| |
| |
| |
| | |
Most cobrands have the same header at mobile and desktop, so it is
easier and simpler for the default to have this and override where
necessary.
|
| |
| |
| |
| | |
Adjustments necessary due to the preceding commits.
|
| |
| |
| |
| |
| | |
There was no need for the default .content width to be fixed and require
overriding.
|
| |
| |
| |
| |
| | |
This makes it easier to change/remove the default top border, with
subsequent measurements adjusting accordingly.
|
| |
| |
| |
| |
| |
| |
| | |
This commit removes the caption-side handling, which wasn't actually
used. It gets rid of .nav-wrapper-2, and uses site-header for header
display (e.g. top border). It does not update any cobrands with what
needs changing.
|
| |
| |
| |
| |
| |
| | |
Rely upon the site logo for the header height, rather than use absolute
positioning/height. This commit only alters the base styling, including
cobrands; layout styling comes later.
|
|\| |
|
| |
| |
| |
| |
| | |
This means that only cobrands that want a different/bigger logo have to
override it.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Remove unused .tablewrapper footer CSS.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Reorder structure of the page
Remove icons from features text
Add screenshot of theme examples
Remove compatibility information
Recolour clients section
Pricing table
- Move prices to bottom
- Ditch 'show more' functionality
- Add revised tier names
|
| | |
|
|/
|
|
|
|
| |
https://github.com/mysociety/FixMyStreet-Commercial/issues/850
The image previously had FMS in a windowed browser on the laptop, this replaces it with one in full screen
|
|
|
|
| |
This is mySociety deploy specific.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Standardise with a "darker green" sidebar colour.
|
| |
|
| |
|
|
|
|
|
|
| |
The Bromley update form needed to be updated to use the new <select> template.
This also fixes a situation where staff users (on all cobrands) wouldn't be able
to leave updates on problems with state 'fixed - user'.
|
|\ |
|
| |
| |
| |
| |
| | |
It is possible the report's state isn't one that the user can access,
but in that case we should still show it to avoid confusion.
|
| |
| |
| |
| |
| | |
Without the report_instruct permission, the 'action scheduled'
state is not an option in the dropdown.
|
| |
| |
| |
| | |
This lets it look the same as admin/inspect uses, with optgroups.
|
| |
| |
| |
| | |
The tests do not need English or Welsh installed any more.
|
| | |
|
|/
|
|
|
| |
Switch it to use our mock MapIt. Also remove other unused
overrides to external services.
|
| |
|
| |
|