Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use PROCESS rather than INCLUDE, so question variable set in parent. | Matthew Somerville | 2012-08-17 | -2/+2 |
| | ||||
* | add in header file and faq for zurich | Struan Donald | 2012-08-17 | -0/+252 |
| | ||||
* | Consolidate postcode form template, move question to template, and move ↵ | Matthew Somerville | 2012-08-17 | -67/+45 |
| | | | | admin_base_url to config. | |||
* | Template message so URL can be given there, not in code. | Matthew Somerville | 2012-08-17 | -6/+18 |
| | ||||
* | Move site_name/site_title into templates where they belong. | Matthew Somerville | 2012-08-17 | -14/+20 |
| | ||||
* | Remove unused extra_* functions. | Matthew Somerville | 2012-08-16 | -1/+0 |
| | ||||
* | Use same admin filter function on /reports to deal with old generation areas ↵ | Matthew Somerville | 2012-08-16 | -1/+0 |
| | | | | that shouldn't be shown (fixes #312). | |||
* | use templating rather than conditionals to include text | Struan Donald | 2012-08-10 | -7/+6 |
| | ||||
* | add lichfield text about types of problems to around page | Struan Donald | 2012-08-10 | -0/+8 |
| | ||||
* | version lichfield css | Struan Donald | 2012-08-10 | -1/+1 |
| | ||||
* | Merge remote-tracking branch 'origin/master' | Struan Donald | 2012-08-10 | -2/+2 |
|\ | ||||
| * | Fix radio icons on questionnaire page (fixes #311/#314). | Matthew Somerville | 2012-08-10 | -2/+2 |
| | | ||||
* | | add extra front page text for lichfield about suitable problem types | Struan Donald | 2012-08-10 | -0/+3 |
|/ | ||||
* | tweak text at start of report form for Bromley | Struan Donald | 2012-08-09 | -3/+2 |
| | ||||
* | small text updates for Bromley | Struan Donald | 2012-08-09 | -4/+13 |
| | ||||
* | Simplify HTML and CSS for issue lists | Struan Donald | 2012-08-09 | -11/+9 |
| | | | | Also fixes link gap in IE6/7 and part width rollover in IE6 | |||
* | persuade ie7 that recent report rows are a link | Struan Donald | 2012-08-09 | -7/+5 |
| | ||||
* | allow preselection of category in url of new report page | Struan Donald | 2012-08-09 | -1/+5 |
| | ||||
* | add in bromley GA code snippet | Struan Donald | 2012-08-09 | -1/+16 |
| | ||||
* | marked closed reports as such in the issues list for default cobrand | Struan Donald | 2012-07-31 | -0/+4 |
| | ||||
* | marked closed reports as such in the issues list | Struan Donald | 2012-07-30 | -0/+2 |
| | ||||
* | Add NI sender, for handling cross-council road reports. | Matthew Somerville | 2012-07-20 | -0/+7 |
| | ||||
* | Move location_offshore warning to standard location_error, so is shown in ↵ | Matthew Somerville | 2012-07-20 | -9/+3 |
| | | | | Ajax pin selection. | |||
* | Remove any Northern Ireland specific code. | Matthew Somerville | 2012-07-20 | -11/+1 |
| | ||||
* | Move updates HTML to where it can actually be seen. | Matthew Somerville | 2012-07-18 | -2/+1 |
| | ||||
* | Improve on 73da842, few more places where cobrand specific report URL is needed. | Matthew Somerville | 2012-07-18 | -3/+4 |
| | ||||
* | Remove old test suite, and some unused config variables, tidying up config file. | Matthew Somerville | 2012-07-16 | -1/+1 |
| | ||||
* | incorporate new dashboard design | Struan Donald | 2012-07-16 | -25/+38 |
| | ||||
* | Move default cobrand to new design. | Matthew Somerville | 2012-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 Somerville | 2012-07-13 | -15/+5 |
| | ||||
* | Photos always on front page, /reports uses confirmed, not confirmed_local. | Matthew Somerville | 2012-07-13 | -2/+7 |
| | ||||
* | Factor all list display report items into one template. | Matthew Somerville | 2012-07-13 | -90/+33 |
| | ||||
* | Merge a few similar templates into default, brings in couple of minor ↵ | Matthew Somerville | 2012-07-13 | -223/+140 |
| | | | | council-based improvements too. | |||
* | Move all_reports_style functionality to templates. | Matthew Somerville | 2012-07-13 | -101/+98 |
| | ||||
* | Move banner generation logic out of cobrand code and into templates. | Matthew Somerville | 2012-07-13 | -22/+49 |
| | ||||
* | Have a whole fake mapit (for #182) that works if MAPIT_URL is set accordingly. | Matthew Somerville | 2012-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 Somerville | 2012-07-12 | -100/+0 |
| | ||||
* | Allow report URL to be cobrand-specific (for places where cobrand links to a ↵ | Matthew Somerville | 2012-07-10 | -2/+2 |
| | | | | report that isn't covered by it). | |||
* | Treat update calling of extra_name same as reporting does it. | Matthew Somerville | 2012-06-21 | -8/+2 |
| | ||||
* | Fix JS validation of name to make sure validName has at least two parts | Struan Donald | 2012-06-21 | -1/+1 |
| | | | | Change report updates so validName required for Bromley but not elswhere | |||
* | title is required for updates too | Struan Donald | 2012-06-21 | -1/+1 |
| | ||||
* | Signature not available for this template. | Matthew Somerville | 2012-06-19 | -1/+2 |
| | ||||
* | Correct privacy links. | Matthew Somerville | 2012-06-15 | -5/+9 |
| | ||||
* | Update councils links to new location at mysociety.org | Matthew Somerville | 2012-06-13 | -417/+7 |
| | ||||
* | update recent_photos call for barnet | Struan Donald | 2012-06-08 | -1/+1 |
| | ||||
* | add pre_container_index fix to barnet cobrand | Struan Donald | 2012-06-08 | -8/+11 |
| | ||||
* | update Bromley cobrand to use re-organised code | Struan Donald | 2012-06-08 | -0/+1 |
| | ||||
* | Merge branch 'barnet-newstyle' | Struan Donald | 2012-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 well | Struan Donald | 2012-05-17 | -6/+6 |
| | | ||||
| * | remove accidentally commited files | Struan Donald | 2012-05-17 | -143/+0 |
| | |