| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
| |
Includes:
* [UK] Don't show topic form field when reporting abuse.
* Use token in moderation response URL to prevent hidden report leak.
* Make sure successful submission page is full width.
|
| |
|
|
|
|
| |
Prevents 'Argument "" isn't numeric' warning on admin report edit page.
|
|
|
|
|
|
|
|
|
| |
The body-based alert only works if the body ID matches the MapIt ID.
This fixes #959. Further work needs to be done to enable proper
body-based alerts that work properly in all circumstances.
Consequently, factor out fixed body IDs from many tests.
Also fix a couple of tests not overriding geocoder correctly.
|
|
|
|
| |
Fixes #753 and #935.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ESCC advised us of concerns that users:
* were unaware of how much of their report/update would be visible
on the site
- make "public" text more visible.
- label is presented as fairly flat, with the cursor suppressed (to
avoid it looking like a button) but with an explanatory tooltip.
The intent is for it to be highly visible, but not too startling.
- https://github.com/mysociety/FixMyStreet-Commercial/issues/642
* often comment on an existing report when instead creating a new
report would be more appropriate.
- Present two buttons, one to create a new report in the same
location, another to open the comment box.
- (this functionality degrades without Javascript, by simply showing
the comment box by default.)
- https://github.com/mysociety/FixMyStreet-Commercial/issues/641
Most templates have been split into partials, to avoid long-term
forking, however update-form.html is still forked from fixmystreet,
which would ideally be fixed in a future commit.
|
| |
|
|\ |
|
| | |
|
|/
|
|
| |
Fixes #929. Also move admin hint CSS to base CSS, not just layout.
|
|
|
|
|
| |
Also apply to UK council cobrands.
Fixes #926, more food for #344.
|
|
|
|
| |
For #344 and #935.
|
|
|
|
|
|
| |
Fixes #357.
Also consolidate almost-identical fill_in_details.html template
(for #344).
|
|
|
|
|
| |
Only show "select..." if more than one body, and only mention greyed out
lines if there are any. Fixes #869.
|
|
|
|
| |
Move UK specific text to fixmystreet.com template.
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes #932, which is caused by HTML5 validation firing for hidden
elements, by setting #mapForm to novalidate by default, and reverting
this in fixmystreet.js.
Note that the 'novalidate' attribute, which is honoured by the browsers'
HTML5 validation, isn't to be confused with the class (class="validate")
which is picked up by fixmystreet.js, and therefore not problematic for
the no-js case.
|
|
|
|
| |
For starters, it actually appears on focus.
|
|
|
|
|
|
| |
Error handling and changes to the base template were added in f0621930,
so an error would cause the form to reshow in the cobrand, but not
display the errors.
|
| |
|
| |
|
|
|
|
|
| |
With reference to #922, to see if the more 'businessy' phrase makes any
difference.
|
|
|
|
| |
At Noel's request.
|
|
|
|
| |
fixmystreet/com -> fixmystreet.com
|
|
|
|
|
|
|
|
| |
This changes the default flow to show no pins and a message about
reporting, with the second tab displaying existing problems (and showing
map pins). Those existing problems are the ones that would currently be
on "problems on the map" followed by those currently on "problems
nearby".
|
|
|
|
| |
This gave no conclusive results, which was interesting.
|
| |
|
|
|
|
|
|
|
| |
see
https://github.com/mysociety/FixMyStreet-Commercial/issues/596
(in separate commit with inline style, to hopefully make easy to revert)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
First Warwickshire styling
- imported WCC's header and footer files
- Use Warwickshire colours for page elements
- Include FMS elements in header
- Use correct Warwickshire colours on map
- Use full-screen map on desktop.
- Improve display of homepage elements
- Ensure correct classes are added to body tag
- Make sure site header has correct height on front page
- Tidy-up of unused header content and wrappers
- Improve display of map
- Position map beneath other elements
Improve map display
- Take some CSS from Warwickshire styles to ensure its applied
- Fix container widths on map page
- Make sure map wrapper is the correct width
- Add style overrides to match Warwickshire.gov.uk
- Ensure map controls are visible
Nav and mobile styling
- Make sure sticky sidebar nav is usable
- Improve mobile front page
- Ensure map is full-screen on mobile
- Improve front page display on mobile
- Fix map display on desktop
- Fix Warwickshire and FMS nav on mobile
- Add viewport meta tag for mobile devices
- Tighten up vertical spacing on front page
- Fix header height on tablet size screens
- Set pan/zoom position in CSS, not JS
Styling tweaks
- correct styling of nav for wider screens (previous hidden by media query)
- Add draft Warwickshire FAQ
- Fixes https://github.com/mysociety/FixMyStreet-Commercial/issues/611
- Warwickshire. remove all reports link as requested.
- see https://github.com/mysociety/FixMyStreet-Commercial/issues/609
- Update WCC footer
- see https://github.com/mysociety/FixMyStreet-Commercial/issues/597
Bring WCC css locally, and override
- Override for
https://github.com/mysociety/FixMyStreet-Commercial/issues/612
- favicon
https://github.com/mysociety/FixMyStreet-Commercial/issues/616
- update contact details
- custom FAQ
- fix padding on mobile
https://github.com/mysociety/FixMyStreet-Commercial/issues/617
|
| |
|
|
|
|
|
| |
Conflicts:
templates/web/fixmystreet.com/static/council.html
|
| |
|
| |
|
|
|
|
| |
Fixes #765.
|
|\ |
|
| |
| |
| |
| |
| | |
Not that useful in most cases, only if you wanted some admin
competition on category entering/checking. Fixes #739.
|
|\ \ |
|
| |/
| |
| |
| |
| | |
Show more detail of unconfirmed/deleted categories; highlight and warn
if no categories, or if all categories are deleted. Fixes #516.
|
| |
| |
| |
| | |
Group things together more simply. Fixes #738.
|
|/
|
|
| |
This prevents the creation of a category with a blank name. Fixes #556.
|
| |
|
|
|
|
|
|
| |
Factor out "(public)" to its own string, and only remove the label top
margin if it's an immediate child (otherwise labels inside divs halfway
down lose their margin).
|
|
|
|
|
| |
This removes all "hanging on" sidebars apart from the main reporting a
problem one, interspersing the text in the form instead.
|
| |
|
|
|
|
| |
It's invisible anyway and pushes content bottom up a bit.
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes https://github.com/mysociety/FixMyStreet-Commercial/issues/541
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- change front-page text
- rename Category to Type
By overriding report/new/category template snippet. This is hacked
in (including substitution of the "-- Pick a category --" text, as
not sure how to simply do this as a cobrand-specific translation.
- hide footer on mobile view
- pothole field input and display
This is a temporary request, which we hope will be superseded by
full integration in due course.
A command is documented in the cobrand to set the "extra" on the
contact info for the Potholes category. This is then displayed by
the UI. The default process_extras places it in extra, for
potential future processing.
As this is a temporary fix, we are calling this field
"detail_size", as this is automatically included in "Details" and
therefore also sent in the email.
(This means that we may need to update data later on to call this
"pothole_size" or similar in future?)
- contrast tweaks (Via request from Matt Tooke at ESCC.)
Not all handled precisely as he suggests:
* spacing of button nav -- more or less as suggested, but tweaks for
the <span> selected button, and reduced padding on non-frontpage.
* sign-in buttons: fixed using CSS for .green-btn instead of adding
HTML class throughout.
* mobile-footer: edited <footer> css, as suggested by Dave Arter.
- revert problematic CSS (breaks map report page)
- Remove spurious "FixMyStreet" button
- frontpage subheading wording
|