| Commit message (Collapse) | Author | Age | Lines |
|\ |
|
| |
| |
| |
| | |
Plus a few new ca_ES strings.
|
|/ |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
A new 'state' column replaces confirmed and deleted, allowing
categories to be unconfirmed, confirmed, deleted or inactive.
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is a much broader summary page, plus a body name autocomplete.
This was originally implemented for fixmystreet.com in 8a6a4ccb7.
It also adds '(no longer exists)' in the autocomplete next to
bodies not covering any areas.
You can supply the `--table` argument to `update-all-reports` to
generate the old-style data.
|
|/
|
|
|
|
| |
If an /about/homepage.html template exists in your cobrand, it
will be used as the front page, and the normal front page will
be available at /report.
|
|
|
|
|
| |
Add hook for post-title field content in report form.
Update translations.
|
|
|
|
| |
Fixes #1744.
|
|
|
|
|
|
| |
Month strings weren't escaped in data label, and would never
match database data (using month number). Also issues displaying
current day/month in graph.
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Revert the behaviour from 36baff2d, so that everyone can use the 'action
scheduled' state, and instead if someone with report_instruct permission
has the state set to 'action scheduled', add an extra mandatory question
asking whether they want to raise a defect or not.
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
'Post' suggest you're putting this somewhere, like a message board,
whereas 'Send' is more conventional for contact forms.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
To encourage local council people interested in FixMyStreet Pro to use
our sales enquiry form instead of the general contact form.
|
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is a much broader summary page, plus a body name autocomplete.
This uses a cut down version of chart.js. [1]
[1] The full version was 149Kb (41Kb gzipped) plus you needed moment
(50Kb/17Kb), for a total of 199Kb/58Kb. By stripping out unused graphs
and code and config options, and switching to category axis rather than
time, it is now a total of 39Kb/13Kb.
|
|/
|
|
| |
Puts it back on alert page, lost in July 2016.
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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).
|
|
|
|
|
| |
This now lets the response priority and defect type handling share the
same code.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
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).
|
| |
| |
| |
| | |
Adjustments necessary due to the preceding commits.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\| |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
Includes a new feature/benefit grid, a shorter contact form, and a
nifty pricing table that switches into vertical mode on narrow screens.
|
|
|
|
|
| |
Includes a new, brighter tile.jpg, to improve text contrast and
to match the $primary colour of #FFD000.
|