| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
This means we can drop Crypt::SSLeay and a few others.
|
| |
|
|
|
|
|
| |
These two packages were previously installed as a dependency of
postgresql-server-dev-all, but are no longer on stretch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Class::Std, Class::Std::Fast and TermReadyKey were installed for use
by SOAP::WSDL, which was removed in 4d077406. Return::Value was used
by Email::Send, removed in b26da0da.
The remainder are core modules that now have a minimal version which
is higher than what we require.
Other things that look to be removed but shouldn't:
* CGI and Module::Pluggable need to be packaged as these are removed
from core in 5.22 and 5.20 respectively;
* MooseX::NonMoose is still needed for system Mac perl installation;
* Cpanel::JSON::XS/ Devel::GlobalDestruction::XS might be installed;
* CPAN::Meta::YAML, I'm not sure about but it seems to think that it
already has a higher version installed than it does.
|
| |
|
|
|
|
|
| |
Make the relevant labels inline-block so that their click area is not
wider than their content; move the body name outside of the heading.
|
|
|
|
|
| |
Along the model of GitHub’s scripts, add generic scripts to
bootstrap, update, test or run a server.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
When the category or state changes, the list of available templates
updates (previously it was frozen at what the category was on page
load, and didn't care about the state).
|
| |
| |
| |
| |
| | |
It would match the wrong submit button (because switching to duplicate
introduced new submit buttons).
|
| | |
|
| |
| |
| |
| | |
Also include areas in auto-generated problems.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The newest version of Dropzone has added support for client-side resizing of
images, so this commit upgrades to version 5.1.1 and takes advantage of that in
order to reduce the disc space consumed by uploaded images.
The target size & JPEG quality is quite aggressive, resulting in files in the
region of 200-300KB instead of several MB. I've tried to pick a value which
doesn't impact the usefulness of the photos in identifying problems.
Handily the new version also correctly rotates images according to the EXIF tag
so our patch has be reduced dramatically to deal with the sync nature of the
mini EXIF library in use.
Related to the disc space part of #1411, though EXIF metadata isn't stripped.
|
| | |
|
|/
|
|
| |
Fixes mysociety/fixmystreet-commercial#859
|
|
|
|
|
|
| |
Instead of checking if the list of bodies has changed at all, mark the
report for resending if there is a body in the new list not present in
the old.
|
| |
|
|
|
|
|
| |
This now lets the response priority and defect type handling share the
same code.
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|