aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeLines
* Move default cobrand to new design.Matthew Somerville2012-07-13-3/+3
| | | | | | | | Due to old cobrands, this involves the subclasses implementing the web templates dir to ignore what the default is doing. A vaguely garish yet pleasing colour scheme has been chosen so that the site is both usable and suggests you may want to change it.
* Make default front page form text non-GB specific.Matthew Somerville2012-07-13-15/+5
|
* Photos always on front page, /reports uses confirmed, not confirmed_local.Matthew Somerville2012-07-13-2/+7
|
* Factor all list display report items into one template.Matthew Somerville2012-07-13-90/+33
|
* Merge a few similar templates into default, brings in couple of minor ↵Matthew Somerville2012-07-13-223/+140
| | | | council-based improvements too.
* Move all_reports_style functionality to templates.Matthew Somerville2012-07-13-101/+98
|
* Move banner generation logic out of cobrand code and into templates.Matthew Somerville2012-07-13-22/+49
|
* Have a whole fake mapit (for #182) that works if MAPIT_URL is set accordingly.Matthew Somerville2012-07-13-0/+4
| | | | | | | | | Setting MAPIT_URL to .../fakemapit/ will then return one area, ID 161 and type ZZZ, whatever co-ordinate it is given. This means the default area type is now ZZZ, the UK specific types are moved into the UK cobrands, and the tests updated accordingly to still function (they assume UK-ness a lot, so probably need an ALLOWED_COBRANDS entry of "fixmystreet: 'localhost'" and for your host's domain to show fixmystreet too).
* Factor code so it's only given in one place.Matthew Somerville2012-07-12-100/+0
|
* Allow report URL to be cobrand-specific (for places where cobrand links to a ↵Matthew Somerville2012-07-10-2/+2
| | | | report that isn't covered by it).
* Treat update calling of extra_name same as reporting does it.Matthew Somerville2012-06-21-8/+2
|
* Fix JS validation of name to make sure validName has at least two partsStruan Donald2012-06-21-1/+1
| | | | Change report updates so validName required for Bromley but not elswhere
* title is required for updates tooStruan Donald2012-06-21-1/+1
|
* Signature not available for this template.Matthew Somerville2012-06-19-1/+2
|
* Correct privacy links.Matthew Somerville2012-06-15-5/+9
|
* Update councils links to new location at mysociety.orgMatthew Somerville2012-06-13-417/+7
|
* update recent_photos call for barnetStruan Donald2012-06-08-1/+1
|
* add pre_container_index fix to barnet cobrandStruan Donald2012-06-08-8/+11
|
* update Bromley cobrand to use re-organised codeStruan Donald2012-06-08-0/+1
|
* Merge branch 'barnet-newstyle'Struan Donald2012-06-08-88/+364
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore perllib/FixMyStreet/Cobrand/FixMyStreet.pm perllib/FixMyStreet/Cobrand/UKCouncils.pm templates/web/default/reports/council.html templates/web/fixmystreet/header.html templates/web/fixmystreet/report/display.html web/cobrands/bromley/layout.scss web/cobrands/fixmystreet/fixmystreet.js web/js/map-OpenLayers.js
| * use is_council flag in std faq templates as wellStruan Donald2012-05-17-6/+6
| |
| * remove accidentally commited filesStruan Donald2012-05-17-143/+0
| |
| * use is_council as used for bromley and reduce template duplicationStruan Donald2012-05-17-131/+19
| |
| * add a page titleStruan Donald2012-05-17-0/+2
| |
| * add barnet specific faq pageStruan Donald2012-05-17-0/+101
| |
| * Merge branch 'master' into barnet-newstyleMatthew Somerville2012-05-17-32/+55
| |\
| * | different text for updates on council cobrand reports pageStruan Donald2012-05-14-4/+10
| | |
| * | wording changes for barnet cobrandStruan Donald2012-05-14-1/+233
| | |
| * | just use title variable in breadcrumbsStruan Donald2012-05-09-8/+1
| | |
| * | sort out all council reports page for barnet so that clicking on viewStruan Donald2012-05-09-3/+3
| | | | | | | | | | | | wards slides the list of reports down. Plus some style tweaks.
| * | remove redundant > in headerStruan Donald2012-05-04-2/+2
| | |
| * | fix incorrect pathsStruan Donald2012-05-03-2/+2
| | |
| * | sort out file loading order to stop blockingStruan Donald2012-05-03-5/+4
| | |
| * | sort out powered by fms logoStruan Donald2012-05-03-1/+1
| | |
| * | get round IE8 and below media query issuesStruan Donald2012-05-03-0/+3
| | |
| * | do not load barnet css for mobileStruan Donald2012-05-02-2/+2
| | |
| * | bromley -> barnetStruan Donald2012-05-02-2/+2
| | |
| * | sort out location of user-metaStruan Donald2012-05-02-9/+10
| | |
| * | configure all reports problem style in the cobrandStruan Donald2012-05-02-1/+1
| | |
| * | add in FMS headerStruan Donald2012-05-01-0/+3
| | |
| * | working breadcrumbsStruan Donald2012-05-01-2/+12
| | |
| * | put powered-by link in a sensible placeStruan Donald2012-04-30-3/+3
| | |
| * | remove redundant includesStruan Donald2012-04-30-15/+0
| | |
| * | New style map Barnet Cobrand Work in ProgressStruan Donald2012-04-24-60/+271
| | | | | | | | | | | | | | | Also, pull out map positioning JS to a separate file to make cobrands a bit more modular.
* | | Equally spaced columns on dashboard.Matthew Somerville2012-06-06-3/+3
| | |
* | | Merge branch 'council-dashboard'Matthew Somerville2012-06-06-35/+41
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: perllib/FixMyStreet/App/Controller/Dashboard.pm templates/web/default/dashboard/index.html
| * | | add closed state to pageStruan Donald2012-05-16-4/+5
| | | |
| * | | add in tests for report counts at bottom of dashboardStruan Donald2012-05-16-1/+1
| | | |
| * | | check one report included in figuresStruan Donald2012-05-15-7/+7
| | | |
| * | | add council name to dashboardStruan Donald2012-05-14-1/+1
| | | |