| Commit message (Collapse) | Author | Age | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
bin/update-schema
locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po
perllib/FixMyStreet/DB/Result/Body.pm
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Specified info@fixamingata.se instead of linking to contact form.
Updated the "referensgruppen" list.
Added link to logotypes page.
Fixes #2.
|
| |
| |
| |
| | |
Fixes #10.
|
| |
| |
| |
| | |
Fixes #7.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Provide a button to download the details and text of reports
at the second "Look up" button on /dashboard.
Provides acknowledged, fixed, closed dates by parsing updates.
Fixes #692 (and mysociety/FixMyStreet-Commercial#399)
Email is not shown, and name honours anonymous flag: as /dashboard
is accessible to people who are from_body (who still do not see
anon-users name and email in the FMS web app.)
A basic test is provided as per Zurich's similar report.
|
| | |
|
| |
| |
| |
| |
| | |
(and add style.css to [% version %] managed CSS includes, so that it
updates on live.)
|
| | |
|
| |
| |
| |
| | |
From https://github.com/mysociety/FixMyStreet-Commercial/issues/487
|
| |
| |
| |
| | |
From https://github.com/mysociety/FixMyStreet-Commercial/issues/487
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* remove box shadow
* header and footer CSS tweaks
* white background colour on menu *wrapper*
e.g. to have solid white menu bar for full width, not just the
centered menu portion.
* 10em top-margin on map-page
* revert main nav font size
* Show menu items on mobile map-page
* Move the map-page menu item position:fixed into a media query
* Swap hart & fms nav on mobile
* big green banner zindex reset
* header/footer spacing tweaks
* header centered, even on mappage
by taking out of .container and into .header-container
* push .skipped-map downwards
fixes mysociety/FixMyStreet-Commercial#486 on Safari and IE
* header/footer width tweaks
width (instead of max-width) was making page overflow, causing
artefacts in footer. Also the mobile-nav was visible on desktop, to
the far right.
* remove link hover from images
* fix inconsistent header height
* more spacing on .mappage .content
NB: Same fix for z-index for "fixed" .banner
as per mysociety/FixMyStreet-Commercial#483 and #673
|
| |
| |
| |
| |
| |
| |
| |
| | |
Guidance in prominent places (report, all reports, and message
on confirming problem.)
Should alleviate mysociety/FixMyStreet-Commercial#481 and
mysociety/FixMyStreet-Commercial#485
|
| |
| |
| |
| | |
with steve's help - fix header and footer on desktop and mobile
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Originally copied from template of Bromley code, substituting logo,
council ID, geolocation data, and renaming .scss variables etc.
(NB: this was a bad idea. As per notes/cobranding.txt, should have
started with less copying of files, as this required more cleanup.
Bromley's code has some particularities, like smaller map, split
First/Last name fields and so on.
The current branch has been rebased to present a slightly idealised
picture of the process.)
(Includes contributions by @davea and @stevenday)
* Some code cleanup and added is_two_tier
* Add Hart-specific links to footer
* Shift FMS nav out of the main header
* Update styling to follow design more closely
* Flip nav colours to better indicate links
* Make header banner entire width of the page
* Stretch footer bg to entire width of page
* Add top-level nav links
* Correct header height on mobile
* Correct wording of top menu item
* Remove FMS logo from top of page
* Shift top level nav to correct position
* Invert media query so IE8 displays header properly
* hide folding triangle, as makes no sense on this cobrand
* Some more renaming of Bromley to Hart
* Treat Hart the same as Bromley in the JS
* Whitespace/formatting fixes
* Basic test for cobrand
* Javascript #map_box fixes
* Make sure #map_box is not in desk-only
* ensure there is only single map (one .wrapper only)
* colour tweaks
* Fix example places (postcode, spelling)
* Basic FAQ text
* Set Zoom level 3
* CSS/HTML/JS tweaks removing Bromley customizations
* Switch templates to put navigation in footer, as FMS.com does
* remaining HTML/CSS changes for large map
* replace favicon
* move site-logo scss to one place
* make small logo transparent
|
| |
| |
| |
| |
| |
| | |
This reverts commit 5cd2ed3be27629842d7ae072c2b4c9a86c020d52.
as per Tobias's instructions today.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Usually you won't get to "Your Reports" page without any
content (reports or updates) but it's possible to do so,
as we just discovered in a client meeting, logging into
that page, and arriving on a screen of blank content with
no guidance. This patch shows some text and a link to
create a new report, if there aren't any problems/updates.
Fixes #671
|