Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Allow back end to have look of front end. | Matthew Somerville | 2012-11-26 | -28/+31 | |
| | |||||
* | do not fall over if there is unexpectedly no meta data for a service code | Struan Donald | 2012-11-23 | -0/+21 | |
| | |||||
* | Allow external_body optionally to be a lookup on /reports. | Matthew Somerville | 2012-11-22 | -24/+54 | |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Struan Donald | 2012-11-22 | -8/+35 | |
|\ | |||||
| * | Merge branch 'base64-polyfill' | Dave Whiteland | 2012-11-22 | -7/+29 | |
| |\ | |||||
| | * | no longer using external base64.min.js file, encoding without additional request | Dave Whiteland | 2012-11-22 | -1/+0 | |
| | | | |||||
| | * | tweaked by Mark to pass jslint; base64 encode manually | Dave Whiteland | 2012-11-22 | -13/+17 | |
| | | | |||||
| | * | try explicit load rather than via http request | Dave Whiteland | 2012-11-20 | -9/+23 | |
| | | | |||||
| | * | moved btoa base64 polyfill into header | Dave Whiteland | 2012-11-17 | -11/+9 | |
| | | | |||||
| | * | add base64.js polyfill for IE | Dave Whiteland | 2012-11-16 | -0/+7 | |
| | | | |||||
| * | | FixMyBarangay external_body hardcoded fix moved to be in the right place, whoops | Dave Whiteland | 2012-11-22 | -6/+6 | |
| | | | |||||
| * | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet | Dave Whiteland | 2012-11-22 | -2/+2 | |
| |\ \ | |||||
| * | | | harcoded fix for forcing external_body to be the (only) external body in ↵ | Dave Whiteland | 2012-11-22 | -0/+5 | |
| | | | | | | | | | | | | | | | | FixMyBarangay, for now | ||||
* | | | | Add ability to configure if council users can hide reports plus template | Struan Donald | 2012-11-22 | -0/+10 | |
| |/ / |/| | | | | | | | | support for this | ||||
* | | | another typo for bromely special casing of open311 endpoints | Struan Donald | 2012-11-21 | -1/+1 | |
| | | | |||||
* | | | correct typo in special casing bromley service request updates endpoint | Struan Donald | 2012-11-21 | -1/+1 | |
|/ / | |||||
* | | slightly more useful error messages if fetching Open311 service request ↵ | Struan Donald | 2012-11-21 | -3/+7 | |
| | | | | | | | | updates fails | ||||
* | | Replace tab with spaces to fix obscure translation issue. | Matthew Somerville | 2012-11-20 | -1/+1 | |
| | | |||||
* | | turn on extended updates for bromley and special case their endpoint | Struan Donald | 2012-11-19 | -0/+13 | |
| | | |||||
* | | Merge branch 'stevenage' | Struan Donald | 2012-11-19 | -65/+5468 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/crontab.ugly perllib/FixMyStreet/Cobrand/Default.pm perllib/Open311.pm templates/web/fixmystreet/around/postcode_form.html | ||||
| * | add in default map zoom level for cobrand and set stevenage one | Struan Donald | 2012-10-25 | -1/+5 | |
| | | |||||
| * | small text/design tweaks for stevenage | Struan Donald | 2012-10-24 | -2/+2 | |
| | | |||||
| * | ignore stevenage css | Struan Donald | 2012-10-23 | -0/+1 | |
| | | |||||
| * | we do send updates to stevenage | Struan Donald | 2012-10-23 | -1/+1 | |
| | | |||||
| * | update stevenage words on front page, splitting template to do so | Struan Donald | 2012-10-23 | -6/+6 | |
| | | |||||
| * | re-order the photo bits of the form so the various messages | Struan Donald | 2012-10-22 | -7/+5 | |
| | | | | | | | | | | | | are a bit better associated. Especially in regard to displaying an error message if you happen to have extra fields added by e.g. open311 | ||||
| * | do not forget extra 311 field data if we need to display an error | Struan Donald | 2012-10-22 | -5/+5 | |
| | | |||||
| * | change the way we get open311 singlelist data so we can order it | Struan Donald | 2012-10-22 | -5/+5 | |
| | | | | | | | | correctly for display | ||||
| * | use /usr/bin/env perl and not /usr/bin/perl | Struan Donald | 2012-10-22 | -1/+1 | |
| | | |||||
| * | handle updates to meta data as well as meta data when a contact is created | Struan Donald | 2012-10-18 | -0/+171 | |
| | | |||||
| * | Merge remote-tracking branch 'origin/stevenage' into stevenage | Struan Donald | 2012-10-17 | -18/+44 | |
| |\ | |||||
| | * | Stevenage: Changed the colour of the user text when you're logged in to be ↵ | Jedidiah Broadbent | 2012-10-15 | -2/+2 | |
| | | | | | | | | | | | | more readable | ||||
| | * | Stevenage IE8 position tweak | Jedidiah Broadbent | 2012-10-08 | -2/+3 | |
| | | | |||||
| | * | Stevenage: IE8 Set a width on the council search box to stop it breaking ↵ | Jedidiah Broadbent | 2012-10-08 | -1/+5 | |
| | | | | | | | | | | | | onto two lines. | ||||
| | * | Added margin to front page report box to push below nav in IE6/7 | Jedidiah Broadbent | 2012-10-08 | -0/+3 | |
| | | | |||||
| | * | Stevenage: Removed position static from nav in IE6/7 | Jedidiah Broadbent | 2012-10-08 | -1/+1 | |
| | | | |||||
| | * | Stevenage: Added IE6/7 position change to front page header too | Jedidiah Broadbent | 2012-10-08 | -1/+5 | |
| | | | |||||
| | * | Stevenage: IE6/7 Tweaks | Jedidiah Broadbent | 2012-10-08 | -0/+4 | |
| | | | |||||
| | * | Stevenage IE6/7 Positioning Tweaks on Council header | Jedidiah Broadbent | 2012-10-08 | -2/+3 | |
| | | | |||||
| | * | Merge branch 'stevenage' of ↵ | Jedidiah Broadbent | 2012-10-08 | -11/+18 | |
| | |\ | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into stevenage | ||||
| | * | | Stevenage: Moved menu on map page and reverted to full header. | Jedidiah Broadbent | 2012-10-08 | -9/+18 | |
| | | | | |||||
| * | | | add script to fetch last 24 hours of updates as a backup and default to last ↵ | Struan Donald | 2012-10-17 | -1/+37 | |
| | |/ | |/| | | | | | | | 2 hours in standard script | ||||
| * | | Merge remote-tracking branch 'origin/stevenage' into stevenage | Struan Donald | 2012-10-08 | -43/+2685 | |
| |\| | |||||
| | * | Stevenage: Missed a sticky-sidebar | Jedidiah Broadbent | 2012-10-03 | -1/+1 | |
| | | | |||||
| | * | Stevenage: Changed 'All Reports' link to point to Stevenage reports and ↵ | Jedidiah Broadbent | 2012-10-03 | -2/+2 | |
| | | | | | | | | | | | | moved sticky sidebars down a bit to account for the larger header | ||||
| | * | Stevenage Map page changes | Jedidiah Broadbent | 2012-10-02 | -6/+43 | |
| | | | |||||
| | * | Stevenage Home page styles | Jedidiah Broadbent | 2012-10-02 | -27/+1858 | |
| | | | |||||
| | * | Added top to the wrong element | Jedidiah Broadbent | 2012-10-01 | -1/+1 | |
| | | | |||||
| | * | Removed mySociety menu and positioned menu | Jedidiah Broadbent | 2012-10-01 | -6/+4 | |
| | | | |||||
| | * | Adding the council_header scss back in. | Jedidiah Broadbent | 2012-10-01 | -1/+1 | |
| | | |