aboutsummaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeLines
* Tweak Barnet sidebar margin to match FMS.Matthew Somerville2012-10-12-1/+1
|
* Add forgotten password note.Matthew Somerville2012-10-12-0/+8
|
* Add sharing buttons.Matthew Somerville2012-10-12-15/+39
|
* Stop home button disappearing, fixes #280.Matthew Somerville2012-10-10-4/+3
|
* Make div cover map when in map_complete mode, so that map doesn't capture ↵Matthew Somerville2012-10-10-15/+19
| | | | dragging (fixes #296).
* Merge branch 'fmb-read-only'Dave Whiteland2012-10-03-24/+946
|\ | | | | | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Contact.pm perllib/FixMyStreet/DB/Result/Problem.pm
| * js lint semicolon fixDave Whiteland2012-10-01-1/+1
| |
| * adding a 'suggest_username' to message_manager_client.js, now only fills ↵Dave Whiteland2012-10-01-6/+14
| | | | | | | | username if none is already in use, fixes mysociety/message-manager#26
| * explicitly handle msg-is-active class for message that will be used to ↵Dave Whiteland2012-10-01-1/+2
| | | | | | | | create report, instead of msg-is-owned, fixes mysociety/message-manager#49
| * tiny layout tidyDave Whiteland2012-10-01-5/+2
| |
| * JS lint fixesDave Whiteland2012-09-30-9/+7
| |
| * display 'owned' message very strongly (since we're using exclusive locks), ↵Dave Whiteland2012-09-30-3/+5
| | | | | | | | now matches the 'click map to report...' call-to-action
| * Merge branch 'fmb-read-only' of ↵Dave Whiteland2012-09-30-118/+217
| |\ | | | | | | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into fmb-read-only Conflicts: web/cobrands/fixmybarangay/message_manager.scss
| | * FMB Sprite tweaksJedidiah Broadbent2012-09-28-24/+22
| | |
| | * Main nav tweaks, and sprite changes.Jedidiah Broadbent2012-09-28-10/+93
| | |
| | * Added a textured header to test.Jedidiah Broadbent2012-09-28-74/+88
| | |
| | * Updated FMB and mySociety logo in spriteJedidiah Broadbent2012-09-27-0/+0
| | |
| | * remove locate me automatically as it makes no senseStruan Donald2012-09-26-0/+4
| | |
| * | small layout spacing fixDave Whiteland2012-09-30-1/+4
| | |
| * | reply js/formatting for MM in /around, note suppressed SHOW MESSAGES and ↵Dave Whiteland2012-09-30-1/+58
| | | | | | | | | | | | COPY TO UPDATE for now
| * | add message_manager_client.js updated from MMDave Whiteland2012-09-27-22/+171
| |/
| * allow adding of message manager messages as updates rather than as issuesStruan Donald2012-08-23-0/+5
| |
| * Merge remote-tracking branch 'origin/master' into fmb-read-onlyStruan Donald2012-08-22-217/+312
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css conf/general.yml-example perllib/FixMyStreet/App/Controller/Council.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/Cobrand/Default.pm templates/web/default/around/around_index.html templates/web/default/index.html templates/web/emptyhomes/index.html templates/web/fixmystreet/around/around_index.html templates/web/fixmystreet/index.html web/fixmystreet_app_cgi.cgi web/fixmystreet_app_fastcgi.cgi
| * | move localstorage to sessionstorage, and clear on logoutDave Whiteland2012-07-24-8/+18
| | |
| * | handle no MM messages nicelyDave Whiteland2012-07-11-4/+7
| | |
| * | ensure MM URL has a trailing slashDave Whiteland2012-07-11-0/+3
| | |
| * | don't just say 'Error: 0 error' if there's a x-domain error (certainly in FF)Dave Whiteland2012-07-11-1/+7
| | |
| * | fix jslint issueDave Whiteland2012-07-10-4/+1
| | |
| * | remove some assumptions from MM about what elements are present on the page ↵Dave Whiteland2012-07-10-8/+20
| | | | | | | | | | | | when js is run
| * | jslint-inspired change of JS 'module pattern' hereDave Whiteland2012-07-06-53/+61
| | |
| * | jslint fixesDave Whiteland2012-07-06-56/+55
| | |
| * | showing login form after initial call is unexpected, so remove all messages ↵Dave Whiteland2012-07-05-3/+8
| | | | | | | | | | | | (expect to call /available again to re-populate), closes #18
| * | store MM auth credentials in localstorage to avoid repeat loginDave Whiteland2012-07-05-15/+29
| | |
| * | switch click listener to the radio button (not the li) to make user action ↵Dave Whiteland2012-07-05-2/+2
| | | | | | | | | | | | unambiguous
| * | login hidden except when neededDave Whiteland2012-07-05-2/+2
| | |
| * | mm layout/locks after /avaible messages are pulled from MMDave Whiteland2012-07-05-30/+40
| | |
| * | MM ajax calls, using message_manager_client.jsDave Whiteland2012-07-04-0/+348
| | |
| * | some CSS tweaksDave Whiteland2012-07-03-7/+16
| | |
| * | FMB web fixesDave Whiteland2012-06-25-0/+22
| | |
| * | delete overlooked conflict marker?Dave Whiteland2012-06-25-1/+0
| | |
| * | FMB scss needs contrast1_dark declarationDave Whiteland2012-06-25-0/+1
| | |
| * | Merge branch 'master' into fmb-read-onlyDave Whiteland2012-06-25-44/+616
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css perllib/FixMyStreet/Cobrand/FixMyStreet.pm
| * \ \ Merge remote branch 'origin/master' into fmb-read-onlyDave Whiteland2012-05-29-397/+676
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-reports perllib/FixMyStreet/Cobrand/Default.pm perllib/FixMyStreet/Cobrand/FixMyStreet.pm templates/web/fixmystreet/alert/index.html templates/web/fixmystreet/around/display_location.html web/cobrands/fixmystreet/_layout.scss web/js/map-OpenLayers.js
| * \ \ \ Merge branch 'master' into fmb-read-onlyMatthew Somerville2012-05-17-7/+15
| |\ \ \ \
| * | | | | Allow display of areas on /around.Matthew Somerville2012-05-08-15/+19
| | | | | |
| * | | | | merge master to get schema changesDave Whiteland2012-05-04-93/+103
| |\ \ \ \ \
| * | | | | | remove sloppy scssDave Whiteland2012-05-01-4/+0
| | | | | | |
| * | | | | | cosmetic changes to front bgy. buttonsDave Whiteland2012-05-01-0/+13
| | | | | | |
| * | | | | | small cosmetic fixesDave Whiteland2012-05-01-8/+0
| | | | | | |
| * | | | | | FixMyBarangay presentation changesDave Whiteland2012-05-01-4/+23
| | | | | | |