aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
Commit message (Collapse)AuthorAgeLines
* Get attribution right on zoomed in maps in NI.Matthew Somerville2012-07-23-1/+3
|
* Improve map tile handling outside Great Britain.Matthew Somerville2012-07-20-5/+24
|
* Fix JS validation of name to make sure validName has at least two partsStruan Donald2012-06-21-3/+9
| | | | Change report updates so validName required for Bromley but not elswhere
* display category prompts on southampton cobrandStruan Donald2012-06-19-10/+87
|
* Merge branch 'barnet-newstyle'Struan Donald2012-06-08-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * do not zoom out too far onby default on around page on mobile as it gets ↵Struan Donald2012-05-18-2/+13
| | | | | | | | very cluttered
| * Work much better if reporting pin is clicked/dragged outside council boundaryStruan Donald2012-05-18-14/+31
| |
| * Merge branch 'master' into barnet-newstyleMatthew Somerville2012-05-17-4/+6
| |\
| * | sort out map scrolling when click where sidebar will beStruan Donald2012-05-08-0/+2
| | |
* | | Tidy up tile domain URL generation.Matthew Somerville2012-05-24-7/+5
| | |
* | | Multiple domains for Bromley tiles.Matthew Somerville2012-05-24-13/+7
| | |
* | | Merge branch 'master' into bromleyMatthew Somerville2012-05-23-1/+1
|\ \ \
| * | | Don't want this to happen if zoom is actually 0.Matthew Somerville2012-05-23-1/+1
| | |/ | |/|
* | | Patch fancybox to work under SSL on IE6 without warning.Matthew Somerville2012-05-17-6/+6
| | |
* | | Merge branch 'master' into bromleyMatthew Somerville2012-05-16-4/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-reports conf/crontab.ugly conf/general.yml-example db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/DB/Result/Comment.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/Result/User.pm templates/web/default/js/validation_strings.html templates/web/fixmystreet/auth/sign_out.html templates/web/fixmystreet/report/new/councils_text_all.html web/cobrands/fixmystreet/_base.scss
| * | Deactivate SelectFeature whilst pins are hidden, to fix #297.Matthew Somerville2012-05-09-4/+6
| |/
* | Actually, just initially make sure zoom is at least 13.Matthew Somerville2012-05-14-4/+7
| |
* | Have a minimum zoom on mobile version.Matthew Somerville2012-05-14-2/+10
| |
* | Fix some URLs so that it works under HTTPS.Matthew Somerville2012-05-11-11/+17
| |
* | Different map base for Bromley.Matthew Somerville2012-05-11-4/+9
| |
* | display title dropdown for bromley users on main site problem pageStruan Donald2012-05-01-1/+2
| |
* | Text changes from Bromley, fix bug where multiple Title fields would appear ↵Matthew Somerville2012-04-24-1/+1
| | | | | | | | if pin moved.
* | Work much better if reporting pin is clicked/dragged in/out of council ↵Matthew Somerville2012-04-17-19/+32
| | | | | | | | boundary (CM17).
* | remove merge code :(Struan Donald2012-04-05-4/+0
| |
* | Merge branch 'send-report-rewrite' into bromley-new-send-reportsStruan Donald2012-04-03-0/+4
|\| | | | | | | | | | | | | Conflicts: bin/send-reports perllib/FixMyStreet/Geocode/Bing.pm web/js/map-OpenLayers.js
| * On map page, move overlay to left hand side of map (and adjust pans ↵Matthew Somerville2012-03-30-2/+3
| | | | | | | | appropriately).
| * Adjust figures for when map might not be top left of page.Matthew Somerville2012-03-30-3/+8
| |
* | add first name and last name boxes for bromleyStruan Donald2012-03-30-1/+11
| |
* | Work better if map left isn't left of window.Matthew Somerville2012-03-29-3/+4
| |
* | On map page, move overlay to left hand side of map (and adjust pans ↵Matthew Somerville2012-03-29-2/+3
| | | | | | | | appropriately).
* | Old style design JS left is just to open a box, so that's say that.Matthew Somerville2012-03-28-213/+214
| |
* | Start to consolidate disparate JavaScript files.Matthew Somerville2012-03-28-156/+190
| |
* | Merge branch 'bromley-fe' into bromleyMatthew Somerville2012-03-27-7/+12
|\ \
| * | Shrink modernizr a bit, removing unneeded bits.Matthew Somerville2012-03-27-4/+4
| | |
| * | Adjust figures for when map might not be top left of page.Matthew Somerville2012-03-26-3/+8
| |/
* | Merge remote-tracking branch 'origin/master' into bromleyStruan Donald2012-03-27-8/+14
|\|
| * Extra maxResolution option was needed for MapQuest tilesGuillaume2012-03-20-1/+6
| |
| * Removed obsolete Osmarender, added MapQuestOpenGuillaume2012-03-20-8/+9
| |
* | initial code to display user title if council is BromleyStruan Donald2012-03-23-0/+4
|/
* Return an error if map clicked outside boundary, fixes #270.Matthew Somerville2012-03-16-0/+5
|
* Only move pan zoom on around page on mobile.Matthew Somerville2012-03-15-1/+1
|
* Manually call setCenter rather than zoomToExtent, so that can force zoom ↵Matthew Somerville2012-03-14-1/+4
| | | | event trigger. Fixes centering of area on area pages, I think.
* Merge branch 'redesign'Matthew Somerville2012-03-14-620/+2482
|\ | | | | | | | | | | | | | | Conflicts: .gitignore notes/INSTALL perllib/FixMyStreet/App/Controller/Photo.pm perllib/FixMyStreet/Cobrand/FixMyStreet.pm
| * Move most mobile-related JS into resize() so that site keeps working on ↵Matthew Somerville2012-03-14-0/+4
| | | | | | | | browser resize.
| * Changed the placeholder polyfill for a better one that works.Josh Angell2012-03-14-25/+2
| |
| * Add placeholder polyfill for IE (see #221) abd also some Ie testing in ↵Josh Angell2012-03-13-4/+29
| | | | | | | | general, removed quite a bit that was just breaking layouts in IE.
| * fancybox must come later in order for it to work in e.g. FF3.6. Fix CSS ↵Matthew Somerville2012-03-13-16/+16
| | | | | | | | paths for it to work in IE6. For #209
| * .data() doesn't appear to work here in Firefox 3.6 (though does in the other ↵Matthew Somerville2012-03-13-2/+2
| | | | | | | | place it's used, sigh), so set our own variable instead. Set gallery of all images, typo.
| * Shared JS file, this function might not be defined.Matthew Somerville2012-03-12-1/+3
| |
| * Add fancybox assets and include in the fixmystreet cobrand head file.Josh Angell2012-03-12-0/+1647
| |