aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeLines
* Fix title of Privacy page, and missing copy.Matthew Somerville2015-01-14-1/+132
|
* Update other uses of text changed in a0a33741.Matthew Somerville2015-01-14-8/+7
|
* Revert most of "Experiment, no pins by default."Matthew Somerville2015-01-09-78/+0
| | | | | | This reverts most of commit 71b400a1f5991b9a693095c417aa61e274a5215d, leaving the skip-this-step CSS changes and the tweaks to the /ajax JSON output.
* [Harrogate] wordings and stylesHakim Cassimally2015-01-08-6/+289
| | | | | | | | | | | | | | | | | | | | | | | | | | - auth and intro pages - wording of around page - Styling work with Mike - FAQ and footer tweaks https://github.com/mysociety/FixMyStreet-Commercial/issues/654 https://github.com/mysociety/FixMyStreet-Commercial/issues/655 - Extra spacing https://github.com/mysociety/FixMyStreet-Commercial/issues/656 - Width of footer (override auto -> 100%) - style and logo tweaks - Logo/header same height on all pages (inc mappage) - Content spacing tweaks - Correct "Harrogate district" wording https://github.com/mysociety/FixMyStreet-Commercial/issues/658 - Add extra disclaimer about reports fwd'd to NYCC - push fms_pan_zoom down with css!important (alternative is to use JS as Hart does, or possibly to fix this so doesn't require !important) - add privacy section (Copies part of text on main page, this should perhaps be factored out.) - Set bodyclass for change_password Sets a bodyclass that's unused outwith harrogate cobrand, so should be safe.
* [Harrogate] custom form fieldsHakim Cassimally2015-01-08-0/+43
| | | | | | | | | | | | | | Requires previous (generic) commit to prevent information only categories (e.g. Dead animals message) from displaying a spurious textbox. Also support for sending these custom fields by email: Requires a hook in RS::Problem method, as by default, only a restricted number of hard-coded fields are send in the email. (And the template language is pseudo-PHP so we can't simply pass in the whole data-structure.)
* Open311: honour `variable` field in form displayHakim Cassimally2015-01-08-15/+19
| | | | | Potentially addresses #42 and https://github.com/mysociety/FixMyStreet-Commercial/issues/647
* [Harrogate] basic cobrandHakim Cassimally2015-01-08-0/+59
|
* [Warwickshire] suppress front-page statsHakim Cassimally2014-12-30-0/+1
|
* Version 1.5.2.v1.5.2Matthew Somerville2014-12-17-22/+18
| | | | | | | 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.
* Hide unneeded heading on default footer.Matthew Somerville2014-12-17-1/+3
|
* Don't try and shown pagination if no pager presentMatthew Somerville2014-12-17-0/+2
| | | | Prevents 'Argument "" isn't numeric' warning on admin report edit page.
* By default, use area-based alerts.Matthew Somerville2014-12-12-4/+4
| | | | | | | | | 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.
* New UK specific FAQ, more generic base FAQ.Matthew Somerville2014-12-11-368/+574
| | | | Fixes #753 and #935.
* [fixmystreet.com] New posters page layout/content.Zarino Zappia2014-12-11-82/+133
|
* [EastSussex] UI improvements to encourage good updatesHakim Cassimally2014-12-02-7/+239
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* Version 1.5.Matthew Somerville2014-11-19-3/+3
|
* Merge remote-tracking branch 'origin/fiksgatami-update'Matthew Somerville2014-11-19-193/+131
|\
| * [FiksGataMi] Update cobrand to current design.Matthew Somerville2014-11-19-193/+131
| |
* | Add encouraging message about help to admin front.Matthew Somerville2014-11-19-0/+11
|/ | | | Fixes #929. Also move admin hint CSS to base CSS, not just layout.
* Move tips/sidebar to separate templates.Matthew Somerville2014-11-19-68/+62
| | | | | Also apply to UK council cobrands. Fixes #926, more food for #344.
* Tidy up reporting sidebar notes and privacy.Matthew Somerville2014-11-19-123/+192
| | | | For #344 and #935.
* Show logged in message as success, not error.Matthew Somerville2014-11-18-55/+40
| | | | | | Fixes #357. Also consolidate almost-identical fill_in_details.html template (for #344).
* Only show text on /reports if appropriate.Matthew Somerville2014-11-14-4/+9
| | | | | Only show "select..." if more than one body, and only mention greyed out lines if there are any. Fixes #869.
* Generalise footer-marketing template.Matthew Somerville2014-11-14-12/+31
| | | | Move UK specific text to fixmystreet.com template.
* Fix JS-disabled submission in Chrome/Firefox.Hakim Cassimally2014-11-14-2/+2
| | | | | | | | | | | 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.
* Make sentence a link for better accessibility.Matthew Somerville2014-11-14-16/+6
| | | | For starters, it actually appears on focus.
* [Zurich] Show "new category" errors in admin.Matthew Somerville2014-11-14-15/+23
| | | | | | 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.
* more inviting click target for reporting hintZarino Zappia2014-11-12-1/+1
|
* reporting hint at top of /council pageZarino Zappia2014-11-12-0/+4
|
* [UK] Change most prominent "Get in touch" wording.abimysoc2014-11-11-1/+1
| | | | | With reference to #922, to see if the more 'businessy' phrase makes any difference.
* Warwickshire. front page wording for Street LightingHakim Cassimally2014-10-30-0/+7
| | | | At Noel's request.
* correct path for oxfordshire logo on council pageStruan Donald2014-10-28-1/+1
| | | | fixmystreet/com -> fixmystreet.com
* [fixmystreet.com] Experiment, no pins by default.Matthew Somerville2014-10-17-0/+83
| | | | | | | | 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".
* [fixmystreet.com] Remove login content experiment.Matthew Somerville2014-10-17-129/+0
| | | | This gave no conclusive results, which was interesting.
* Move some fixmystreet.com-only stuff into cobrand.Matthew Somerville2014-10-17-12/+12
|
* [Warwickshire] beta noticeHakim Cassimally2014-10-16-0/+3
| | | | | | | see https://github.com/mysociety/FixMyStreet-Commercial/issues/596 (in separate commit with inline style, to hopefully make easy to revert)
* [Warwickshire] cobrand workDave Arter2014-10-16-0/+422
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Paginate admin search results.Matthew Somerville2014-10-13-2/+5
|
* Copy changes, add new FMS deploysMartin Wright2014-10-13-6/+8
| | | | | Conflicts: templates/web/fixmystreet.com/static/council.html
* [fixmystreet.com] correct pricing for back end scopingStruan Donald2014-10-13-1/+1
|
* Update links to point to new /council page.Matthew Somerville2014-10-09-23/+25
|
* [FixMyStreet.com] Add information for councils.Matthew Somerville2014-10-09-0/+263
| | | | Fixes #765.
* Merge remote-tracking branch 'origin/issues/739-move-diligency-table'Matthew Somerville2014-10-09-8/+3
|\
| * Move diligency table to bottom of page.Matthew Somerville2014-10-07-8/+3
| | | | | | | | | | Not that useful in most cases, only if you wanted some admin competition on category entering/checking. Fixes #739.
* | Merge remote-tracking branch 'origin/issues/516-body-warning'Matthew Somerville2014-10-09-8/+12
|\ \
| * | Tweak summary output on bodies page.Matthew Somerville2014-10-07-8/+12
| |/ | | | | | | | | Show more detail of unconfirmed/deleted categories; highlight and warn if no categories, or if all categories are deleted. Fixes #516.
* | Prevent overhang of admin body categories table.Matthew Somerville2014-10-08-14/+18
| | | | | | | | Group things together more simply. Fixes #738.
* | Validate category name/email/note in admin.Matthew Somerville2014-10-08-23/+40
|/ | | | This prevents the creation of a category with a blank name. Fixes #556.
* Move most 'change location' text to main column.Matthew Somerville2014-09-25-20/+18
|
* Tweak reporting form i18n and style.Matthew Somerville2014-09-25-2/+2
| | | | | | 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).