[Pkg-javascript-commits] [leaflet] annotated tag upstream/0.7.2 created (now 4d6c3b3)

Jonas Smedegaard js at moszumanska.debian.org
Mon Jan 27 22:23:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.7.2
in repository leaflet.

        at  4d6c3b3   (tag)
   tagging  ac433026fbef696ed8f8f0edf3c4f1af60a53b01 (commit)
  replaces  upstream/0.6.4
 tagged by  Jonas Smedegaard
        on  Mon Jan 27 21:39:03 2014 +0100

- Log -----------------------------------------------------------------
Upstream version 0.7.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABCgAGBQJS5sPnAAoJEE7BtyI3T5vWNpAH/RSIG8f3WH2+ec//Sz3LaEjv
21wCpobJZ1b3w+HGrxn9YpYaZn9dmYXve1Kp7pPVoh8YMbdqwTkgfy9pGvFO6FuB
5cK9QewrC/MbvFj5X4vxJM06KgYVrld6lv6WbVaM/X25Abzx42lCIM39H2WwddKd
eQssyNb98kOCHdRS8sYmNkAGWCN3oMVERUtXSVTMJbwTW22rLP3xEWcXvHE8zXWI
y56v8ylJ8mNxxcGE+pBIVSyb0rYRmXYDW9GRQSxA13sbE//NrSB9OeSwdgvJn570
2rMsVqzIivmaXqhwI4vBoqVYoAG2NyiClKhtWBpeOEGy0noqR2yhygS7vjUFGVs=
=08Pr
-----END PGP SIGNATURE-----

Adam Bramley (2):
      Issue #2199 - Set focus to popup close button when popup is opened.
      Adds a check to make sure the closeButton option is set before focusing

Alexander Burtsev (1):
      Adds Popup autoPanPadding(TopLeft & BottomRight) options. Fixes #1588

Alexander Parshin (3):
      Fixing wrong EPGS3395 transformation
      Add test specifications for CRS classes.
      Add holes support to L.Polygon.setLatLngs(). Fixes #1518

Andrew Kirkegaard (1):
      Use event.target as a default for event.layer. Closes #2252

AndreyGeonya (1):
      popup getLatLng method added

Anton Borodatov (1):
      Marker should fire 'add' event like geometry Path and any object utilizing Ilayer

Bradley Gentry (1):
      Gave L.CircleMarker.setLatLng a return statement.

Bryan McBride (2):
      Misc. grammar fixes and link to mbtiles-php script
      Add link to mbutil script

Calvin Metcalf (2):
      '#1968 compiled interpolation'
      Revert "'#1968 compiled interpolation'"

Christopher Fredén (1):
      Changed main module file to use un-minified version.

Dag Jomar Mersland (3):
      Fix for iPad, where el.tagName was undefined when clicking on labels.
      Merge pull request #1 from Leaflet/master
      check for undefined el.tagName prevents iPad error

Daniel (4):
      Localization Support for Zoom Control
      Code style adjusted for travis.
      Again some whitespace removing. (Travis)
      Renamed Tooltip to Title

Dave Leaver (1):
      FAQ spelling

Fabian Strachanski (1):
      added _skipped(e) to stopPropagation to reset _fakeStop

Hans Kristian Flaatten (2):
      Adds support for altitude and 3D GeoJSON
      Renames L.LatLng property .altitude to .alt

Ilya Zverev (1):
      do not change internal properties in invalidateSize() when map is not loaded

Jan Pieter Waagmeester (4):
      Allow double quotes in template strings fixes #2120
      Make Mocha ignore leaks properly and do some space -> tab replacement
      Make Mocha ingore leaks, spaces -> tabs
      Whitespace OCD

Jimmy Tidey (1):
      adding alt tag to marker icons

John Firebaugh (6):
      Support center-oriented scroll/double-click zoom
      Invalidate _initialCenter along with size (fixes #1919)
      Return this even when short-circuiting
      Prefer selectstart to user-select
      Don't delay moveend event on invalidateSize
      Add debounceMoveend option to invalidateSize

Jonas Smedegaard (1):
      Imported Upstream version 0.7.2

Jérémy Lal (3):
      GeoJSON: pass options to geometryToLayer
      panInsideBounds: fit or center, pass options, remove boundsMinZoom
      test Map#setMaxBounds and Map#panInsideBounds

Per Liedman (1):
      Use _getTileSize() instead of using options.tileSize directly

Russell Davis (1):
      Fix rounding issues in Map::invalidateSize

Scooter Wadsworth (1):
      Make container optional in L.DomUtil.getMousePosition(). Addresses #1926

Scott Harvey (2):
      Added the getPopup function to L.Marker
      Removing temporary swap file that has accidentally added to previous commit

Seb Emonet (1):
      Accept simple objects in L.latLngBounds(). Fixes #1915.

Stefan Sydow (3):
      add attribution and update function
      more consistent method name for ImageOverlay update
      remove tailing spaces for jake build

Steve Kashishian (5):
      rebind popup when using setIcon to ensure proper popup anchor placement
      Provide css classes for draggable markers, and in-progress drags.
      Throw invalid GeoJSON error on Polygon with an empty interior
      move a circlemarker's popup with each new position.
      handle any existing tilelayers when adding attribution control

Tom MacWright (3):
      Add support for layers lacking Events mixin. Fixes #1962
      Add tileloadstart event with tile data
      Fix build error, reference layer correctly.

Trevor Powell (4):
      Do not scale above minzoom and maxzoom in touch zoom action
      Fixing line too long error
      Adding bounceAtZoomLimits option
      Fixing long line

Vladimir Agafonkin (182):
      Merge pull request #1863 from datadesk/linecap
      rename to lineCap and lineJoin, #1863, close #1843
      Merge pull request #1881 from datadesk/linecap-camelcase
      fix infinite loop in getBounds and setMaxBounds, close #1895, close #1866
      add getMinZoom test for #1866
      fix map scrolling right on click with horizontal scroll on page, close #1901
      update changelog [skip ci]
      bump master version to 0.7-dev, close #1906
      Merge pull request #1909 from alubchuk/master
      Merge pull request #1891 from snkashis/seticon_and_popups
      Merge pull request #1916 from snkashis/drag_classes
      Merge pull request #1918 from snkashis/empty_interior_ring
      Merge pull request #1927 from snkashis/circlemarker_popup
      Merge pull request #1928 from scooterw/get_mouse_position_fix
      Merge pull request #1940 from jfirebaugh/1919
      Merge pull request #1939 from jfirebaugh/zoom
      update changelog
      Merge pull request #1931 from russelldavis/fix-invalidate-size
      update changelog more [skip ci]
      Merge pull request #1942 from tohaocean/master
      Merge pull request #1952 from fastrde/fixNoShiftClickAfterDrag
      Merge pull request #1958 from stsydow/master
      Merge branch 'zoomboxOnClickFix' of https://github.com/fastrde/Leaflet
      some tweaks to #1951
      Merge pull request #1973 from yohanboniface/popupHandlersAdded
      Merge pull request #1981 from fastrde/fixFirefoxZoomIn
      Merge pull request #1982 from fastrde/FixworldCopyJump
      Merge pull request #1984 from MazeMap/ipad-label-click-fix
      Merge pull request #1963 from fastrde/fixSecondClickPopupIssue
      Merge pull request #1989 from MazeMap/ipad-tagname-fix
      Merge pull request #1972 from albburtsev/issue-1588
      Merge branch 'interpolation' of https://github.com/calvinmetcalf/Leaflet
      clean up template interpolation code #1969
      fix tempate interpolation test and build
      minor cleanup
      add GeoJSON rountripping of GeometryCollection and MultiPoint, close #1956
      update changelog [skip ci]
      fix resize tracking on multiple maps, close #1980
      Merge pull request #2002 from danzel/master
      fix accidentally commented out fix, #1980
      update happen and references to it to fix build, hello @tmcw
      Merge pull request #1953 from Danielku15/patch-1
      Merge pull request #2020 from aparshin/crs3395
      update dependencies
      Merge branch 'master' of https://github.com/Leaflet/Leaflet
      update karma config to work on version 0.10
      fix images 404 warnings in specs
      update changelog [skip ci]
      Merge pull request #2025 from Gnurfos/issue-1915
      fix incorrect scale control on pages with border-box-sizing, close #2006
      add public Popup update method, close #1959
      fix IE6-8 throwing error on map.remove(), close #2015
      Merge pull request #2032 from Leaflet/featuregroup-check
      update dev deps
      allow setZoom before setView, make setView zoom optional, close #2056, close #1449
      Merge pull request #2075 from kapouer/geojson-options
      fix isArray not working IE9 in rare cases, close #2077
      update changelog [skip ci]
      add the first draft of an official Leaflet FAQ
      fix typos, formatting
      FAQ formatting and fixes
      fix zoom control not always reflecting disabled state initially, close #2083
      only animate tile layer if at least one tile loaded, fix #2071
      Merge pull request #2066 from danzel/fix-2037-ie11touch
      fix firefox console warnings when animating markers, close #2090
      Merge pull request #2095 from aparshin/polygon_setlatlngs
      fix layers control not scrolling in FF, close #2029
      Merge pull request #2097 from AndreyGeonya/master
      add maxZoom to Map fitBounds options, close #2101
      hopefully fix IE11/Win8.1 touch interaction, close #2102 (thanks @fnicollet)
      Merge pull request #1197 from scottharvey/master
      cleanup whitespace in #1197, remove unnecessary if
      add Popup getContent, close #2100
      add timestamp to geolocation data, #584
      fix broken IE detection in IE11 #2102
      Merge pull request #2111 from danzel/fix-2103
      Merge pull request #2112 from jimmytidey/master
      Merge pull request #2109 from icetan/patch-1
      Merge pull request #2117 from danzel/fix-2094
      Merge pull request #2072 from trevorpowell/master
      update dependencies
      Merge branch 'master' of https://github.com/Leaflet/Leaflet
      update changelog [skip ci]
      Merge pull request #2121 from jieter/util-template
      Merge pull request #2142 from Leaflet/tileloadstart
      Merge pull request #2136 from danzel/rtl
      minor cleanup
      merge runner cleanup #2134
      remove excessive updateContent on Popup add, close #2137
      reverse axis order for wms 1.3 & EPSG4326, close #1897
      fix CircleMarker getRadius, close #2016, close #2017
      Merge pull request #2149 from danzel/ios7-2122
      Merge pull request #2152 from danzel/android-chrome
      update changelog [skip ci]
      minor IE CSS cleanup
      update deps
      add distance to dragend event data, close #2158, ref #872
      merge GeoJSON altitude pull with some tweaks #1822
      update changelog [skip ci]
      fix problems with #1822 merge
      fix FeatureGroup e.layer empty in old IE, close #1938
      Merge pull request #2160 from perliedman/crs-size
      fix tile filtering after #2160
      make Popup.setLatLng faster, fix #2167
      fix build after #2167 fix
      improve changelog for 0.7 [skip ci]
      update readme
      jshinting and major clean up of specs code, ref #2151
      fix readme link
      Update changelog [skip ci]
      improve 0.7 changelog structure [skip ci]
      Merge pull request #2171 from danzel/hack-2033
      clean up css a bit, drop ie6-related hacks
      drop ie6 png24 hack, drop Browser.ie6/7 props
      simplify & improve old IE styles, fix popup style
      move old IE styles to leaflet.css, ditch leaflet.ie.css, close #2159
      remove leaflet.ie.css inclusion in all debug pages
      update changelog regarding ie support [skip ci]
      improve and clean up build system, jshint specs in tests, close #2151
      update changelog with build improvements [skip ci]
      fix broken twitter link to dev workflow improvements
      Add a QA about fixing map data
      fix OSM link in the FAQ
      Merge pull request #2173 from bmcbride/patch-1
      Merge pull request #2174 from bmcbride/patch-1
      add chrome launcher to karma config
      Merge pull request #2178 from snkashis/attr_handle_existing
      remove attrib and layers control shadows for cleaner look
      better clarity for attribution text
      Fix tiles bluriness regression in Chrome, ref #2078
      capital case for backface tile hack (just in case); add comment
      use classList for class ops where available; ref #2164
      make className utils work for SVG elements in IE9, ref #2164
      add Path className option
      Merge pull request #2183 from danzel/build-windows
      add leaflet-drag-target class to dragged elements, ref #2164, #1902
      add multipoly openPopup, close #2046
      fix maxNativeZoom on retina tile layer, close #1859, ref #1798
      simplify and improve touch styles, close #1868, close #2012
      Remove text shadow on mobile, ref #2012
      remove controls text shadow for simplicity
      remove underline in attribution links #1868
      update changelog [skip ci]
      subtle control improvements, remove leftover css
      drop -webkit prefix for border-radius (not relevant anymore)
      more subtle border around controls on mobile, #1868
      bring back zoom control size on mobile, cleanup
      Merge branch 'invalidateSize'
      fix specs after messy merge
      add shift-double-click to zoom out, close #2185
      Merge branch 'patch-1' of https://github.com/kapouer/Leaflet into maxbounds
      add max bounds outline to debug file for easier testing
      reimplement max bounds with proper zooming
      proper rounding of max bounds offsets
      adjust whitespace and add some comments
      Merge pull request #2187 from Leaflet/maxbounds
      update changelog [skip ci]
      fix shift-double-click on maps with vector layers #2189
      fix world wrap with detectRetina, close #2190, cc @perliedman
      remove closure compiler instructions; close #2193
      bump version in package.json and Leaflet.js
      fix version in package.json
      bump version in changelog
      Merge pull request #2217 from calvinmetcalf/terrible-mistake
      Merge pull request #2216 from danzel/android23
      Merge pull request #2207 from Zombienaute/master
      Merge pull request #2227 from nexushoratio/patch-1
      improve size reporting when building and add gzipped size
      improve build reporting more
      Merge pull request #2250 from Zverik/sizechanged
      Merge pull request #2253 from gumballhead/event-layer
      revert #2207 (focusing popup close button) to fix #2254
      Merge pull request #2206 from radicalbiscuit/fix-circlemarker-setlatlng-return
      Merge pull request #2259 from danzel/fix2256
      update changelog [skip ci]
      bump version to 0.7.1
      update changelog [skip ci]
      Merge pull request #2321 from perliedman/tms-fix-maxNativeZoom
      fix rounding bug with unconventional tile sizes, close #2288
      fix scrolled page mouse events in Chrome 32, close #2352
      bump version to 0.7.2
      update stable branch changelog for 0.7.2 [skip ci]

Yohan Boniface (1):
      Use this._popupHandlersAdded to manage Marker popup event

a.lubchuk (1):
      add CircleMarker as dependency of GeoJSON

danzel (22):
      MsTouch needs preventDefault. Fixes #2000
      Redo MsTouch to be pointer events with msPointer fallback for IE10. fixes #2037
      Rename MsTouch to Pointer
      Fix lines too long issues
      Remove leftover code from the draggable/tap cleanup. Fixes #2103
      The drag click avoid hack is needed for touch zooms on ie10 also, when releasing your fingers after a touch zoom click events are generated. Fixes #2094
      Hack fix for firefox android layers control. refs #2033
      Test pages for rtl support.
      Delete ltr/rtl code as its not needed any more, wtf?
      Re-add ltr/rtl detection and make getMousePosition work correctly with rtl again when scrolled.
      Work around iOS7 memory trouble by not applying the contextId performance optimization when context==this. The optimization does nothing in this case anyway. Fixes #2122
      We set the context value to context || this in addEventListener, so we don't need to do so here.
      Fix a potential event bug due to bad cleanup.
      Improve this test and fix removeEventListener.
      Comment why this hack exists and improve it with @mourner code :)
      Fix tiles disappearing on chrome for android. Fixes #2078
      Fix build script on windows.
      IE doesn't support e.target, use srcElement.
      Fix spelling mistake in removeClass
      Disable webkit3d on android 2/3 because it is buggy as. fixes #2198
      Don't fire dragend if a dragstart did not occur due to a multitouch action. fixes #2256
      A transitionEnd event only finished a zoom animation if it is for a transform. Fixes #2255

fastrde (10):
      Fix for zoomBox fires map click Event (Issue #1884)
      moved this._moved = false to the top of _onDown to fix an Issue von shift-click after dragging
      Merge branch 'fixNoShiftClickAfterDrag'
      Merge remote-tracking branch 'upstream/master'
      Added Keycode 171 to support Firefox 22
      Merge remote-tracking branch 'upstream/master'
      call _onViewReset() not until map is loaded (center and zoom are set)
      map.once doesn't get called when the map is already initailized and drag.enabled is called.
      Test for dragging and worldCopyJump added
      added a spec test for worldCopyJump set Center and Zoom fix #1982

jacobtoye (3):
      Add method to controls to refocus on the map container.
      Refocus on the map after a +/- button is clicked.
      Refocus on the map when an input is clicked on the layers dialog. fixes #2148

nexushoratio (1):
      Minor spelling fix

palewire (5):
      New stroke-linecap style option with a VML alternative. For #1643.
      New stroke-linejoin style option with a VML alternative. For #1843.
      New stroke-linejoin style option with a VML alternative. For #1843.
      Merge branch 'linecap' of github.com:datadesk/Leaflet into linecap
      Corrected camelcasing of lineCap and lineJoin.

perliedman (6):
      Added getBounds function to CRS
      Use CRS's bounds to calculate wrap
      Merge branch 'master' of https://github.com/Leaflet/Leaflet into tilelayer-crs-controlled-wrap
      Generalized
      Fixed smart tabs
      Fixed whitespace

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git



More information about the Pkg-javascript-commits mailing list