Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | Tried removing stevenage council css to narrow down the compiling problem. | Jedidiah Broadbent | 2012-10-01 | -1/+1 | |
| | | | |||||
| | * | Tried changing the path of the council_header sass file to see if it ↵ | Jedidiah Broadbent | 2012-10-01 | -1/+1 | |
| | | | | | | | | | | | | compiles on the server. | ||||
| | * | Cleaned up where my regex foo let me down. | Jedidiah Broadbent | 2012-10-01 | -12/+12 | |
| | | | |||||
| | * | Added and isolated the Stevenage Council CSS and HTML | Jedidiah Broadbent | 2012-10-01 | -3/+779 | |
| | | | |||||
| * | | bring service request updates in line with our spec | Struan Donald | 2012-10-08 | -11/+18 | |
| |/ | |||||
| * | fixed path error in stevenage scss font-face | Dave Whiteland | 2012-09-11 | -25/+25 | |
| | | |||||
| * | making stevenage's template/css completely mimic FMS to being with -- note ↵ | Dave Whiteland | 2012-09-10 | -56/+2249 | |
| | | | | | | | | copied fonts for now since can't easily pull from fixmystreet without changing existing FMS scss, may do that later if needed | ||||
| * | whoops missed package name of Stevenage cobrand | Dave Whiteland | 2012-09-07 | -1/+1 | |
| | | |||||
| * | Merge branch 'stevenage' of ↵ | Dave Whiteland | 2012-09-07 | -1/+1 | |
| |\ | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into stevenage | ||||
| | * | turn on crons for stevenage test vhost | Struan Donald | 2012-09-07 | -1/+1 | |
| | | | |||||
| * | | added Stevenage cobrand (scss just placeholders for now) | Dave Whiteland | 2012-09-07 | -1/+261 | |
| |/ | |||||
| * | update getservice request tests for open311-fms version | Struan Donald | 2012-09-07 | -10/+31 | |
| | | |||||
| * | send out open311 fms standard updates unless in extended mode | Struan Donald | 2012-09-06 | -19/+63 | |
| | | |||||
* | | use less technie terms when describing granting locks on messages | Dave Whiteland | 2012-11-16 | -15/+31 | |
| | | |||||
* | | bad error fixed, moved (hidden) reply/hide message dialog forms to footer | Dave Whiteland | 2012-11-15 | -45/+52 | |
| | | |||||
* | | fixed hiding bug; missing the hide-submit code (dunno where that went) but ↵ | Dave Whiteland | 2012-11-15 | -0/+18 | |
| | | | | | | | | also, for now, suppressed the dummy_busy lock (see comments) | ||||
* | | prevent mouseover changing colour on selected message | Dave Whiteland | 2012-11-15 | -1/+4 | |
| | | |||||
* | | add refresh in reply_cleanup callback, so the reply is shown on the page as ↵ | Dave Whiteland | 2012-11-15 | -0/+1 | |
| | | | | | | | | soon as it's been created | ||||
* | | jslint fixes on message_manager_client.js | Dave Whiteland | 2012-11-14 | -20/+24 | |
| | | |||||
* | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet | Dave Whiteland | 2012-11-14 | -844/+1131 | |
|\ \ | |||||
| * | | Unneeded TODO; truncate_coordinate uses in_gb_locale. | Matthew Somerville | 2012-11-14 | -1/+0 | |
| | | | |||||
| * | | Re-merge master .po into German .po | Matthew Somerville | 2012-11-14 | -795/+1083 | |
| | | | |||||
| * | | Fix HTML issues with the .po file. | Matthew Somerville | 2012-11-14 | -119/+119 | |
| | | | |||||
* | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet | Dave Whiteland | 2012-11-14 | -45/+45 | |
|\| | | |||||
| * | | Remove unused function, basic test of front page of some council cobrands. | Matthew Somerville | 2012-11-14 | -4/+18 | |
| | | | |||||
| * | | Factor out some front page common HTML to shared template. | Matthew Somerville | 2012-11-14 | -41/+27 | |
| | | | |||||
* | | | added explanation for curious FMB logic on may_show_name | Dave Whiteland | 2012-11-14 | -1/+5 | |
| | | | |||||
* | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet | Dave Whiteland | 2012-11-14 | -1169/+875 | |
|\| | | |||||
| * | | added recent translations (via Zurich) | Dave Whiteland | 2012-11-13 | -1139/+847 | |
| | | | |||||
| * | | Remove unused function, add gridref test. | Matthew Somerville | 2012-11-12 | -30/+28 | |
| | | | |||||
* | | | Merge branch 'fmb-anon-by-default' | Dave Whiteland | 2012-11-13 | -3/+9 | |
|\ \ \ | |||||
| * | | | FMB council users anon by default (because the name isn't the name of the ↵ | Dave Whiteland | 2012-11-11 | -3/+9 | |
| | | | | | | | | | | | | | | | | reporter via SMS etc | ||||
* | | | | synched JS with message_manager_client.js from Message Manager | Dave Whiteland | 2012-11-13 | -30/+39 | |
| | | | | |||||
* | | | | remove console.log from message_manager_client.js | Dave Whiteland | 2012-11-13 | -8/+2 | |
| | | | | |||||
* | | | | drop data params to boilerplate call, they're not helping | Dave Whiteland | 2012-11-13 | -1/+0 | |
| | | | | |||||
* | | | | add auto-refresh... maybe if a message is currently selected, should store ↵ | Dave Whiteland | 2012-11-12 | -4/+16 | |
| | | | | | | | | | | | | | | | | that and re-select, cos currently it loses it (radio button checked) | ||||
* | | | | added manual refresh, with animation support to make it less confusing | Dave Whiteland | 2012-11-11 | -7/+53 | |
| | | | | |||||
* | | | | Merge branch 'master' into boilerplate-mm-js | Dave Whiteland | 2012-11-11 | -8/+34 | |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet | Dave Whiteland | 2012-11-11 | -8/+20 | |
| |\ \ \ | |||||
| | * | | | Some fixes for when warnings are on during test run. | Matthew Somerville | 2012-11-09 | -8/+20 | |
| | |/ / | |||||
| * / / | added bgy buttons to main nav | Dave Whiteland | 2012-11-11 | -0/+7 | |
| |/ / | |||||
| * | | added admin link to MM for FixMyBarangay | Dave Whiteland | 2012-11-09 | -0/+7 | |
| | | | |||||
* | | | smaller font for info, whitespace | Dave Whiteland | 2012-11-11 | -20/+21 | |
| | | | |||||
* | | | style changes to reply/hide, both are textarea (not text) | Dave Whiteland | 2012-11-11 | -16/+10 | |
| | | | |||||
* | | | initial updates just to get latest message_manager_client.js operational | Dave Whiteland | 2012-11-09 | -42/+246 | |
|/ / | |||||
* | | Merge .pot into German .po | Matthew Somerville | 2012-11-07 | -402/+504 | |
| | | |||||
* | | more appropriate response to questionnaires marking not fixed for council ↵ | Struan Donald | 2012-11-06 | -0/+12 | |
| | | | | | | | | cobrands | ||||
* | | Merge two _main templates to one, to help with comment on #350. | Matthew Somerville | 2012-11-04 | -40/+24 | |
| | | |||||
* | | change Barnet testing KBID | Dave Whiteland | 2012-10-31 | -12/+1 | |
| | | |||||
* | | barnet integration staging crontab settings | Dave Whiteland | 2012-10-31 | -1/+1 | |
| | |