[Pkg-javascript-commits] [dojo] annotated tag 1.10.5 created (now f06ca4a)
David Prévot
taffit at moszumanska.debian.org
Thu Mar 24 04:28:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag 1.10.5
in repository dojo.
at f06ca4a (tag)
tagging 0d4f2e8d1cbb11b43e6456596db5b3a18d300c6a (commit)
replaces 1.10.4
tagged by Dylan Schiemann
on Sun Mar 20 07:59:02 2016 -0700
- Log -----------------------------------------------------------------
Release 1.10.5
Akira Sudoh (1):
Make sure lang.getObject() returns 3rd arg if 1st arg is empty, fixes #18542.
Ben Brunton (1):
Prevent right clicks from firing click event through touch.js in IE10+.
Benjamin Santalucia (3):
fixes #17117, handle falsy response.data in dojo/request/xhr
fixes #18608, allow on/asyncEventListener to work in Android and Node
refs #18155, fix aspect nextId when running multiple versions of Dojo in the same app
Bill Keese (11):
Fix has("safari") to return false on android, fixes #18393.
Add dj_trident CSS flag. Fixes #17927.
Fix problem where native controls don't respond for 1000ms
Cache results of _getGregorianBundle(), fixes #18629
Add dj_edge flag to be consistent w/flags for other browsers.
Run code to correct style values on all browsers.
Disable firebug lite for Edge, and also iOS and android.
Fix scrollIntoView() regressions on IE8 in quirks/RTL mode.
Minimal fix for alleged error where getIeDocumentElementOffset() is called but not defined.
has("webkit") and has("mozilla") should also be falsy for Edge, refs #18172
Fix has("MSPointer") and has("pointer-events") on embedded C# WebBrowser Controls.
Bryan Forbes (1):
refs #18438, Loader only strips strict-mode directive with double quotes
Christophe Jolif (1):
add edge sniffing + make sure edge does not report it is chrome
Clément Mathieu (4):
Check for legacy module in i18n sync require. Fixes #18448.
don't match leading/trailing spaces when there is no currency symbol. fixes #18466
Nls bundles lacking _localized property are not improved while preloading anymore. Previously the code was setting _localized to {}, lying about the absence of better bundles. Fixes #18556.
Fixes #18497, Reverse the order of locales merging during layer preload.
Colin Snover (1):
Updating source version to 1.10.5-pre
Dominique Picard (2):
Add Basque language to dojo core, fixes #18560.
Add Serbian, Bosnian and Macedonian translation. ref #18710
Dylan Schiemann (13):
fixes #18614, decimal places for PKR currency
fixes #18100, prevent dojo-console-guarantee in webworkers environment
fixes #18197, IE9 console quirks
fixes #16111, fx IE type check to avoid sporadic bug
fixes #17281, on.selector matchesTarget type check
fixes #18321, better test for nextElementSibling
fixes #18321, corrected check for nextElementSibling
fixes #18321, so sorry
refs #18783
fixes #16248, fixes #16617, add catch statements for IE8/IE9 brittleness
fixes #18784, update syntax of license in package.json
refs #18783, update README to current copyright year
Updating metadata for 1.10.5
Ed Hager (1):
Remove dojo.hasClass from dom-class documentation, refs #17468
Gavin Rehkemper (1):
refs #18702, event 'position' deprecation warning in dojo/request/xhr progress
Kenneth G. Franqueiro (1):
Fix #18637: Prevent aspect.before/after errors after removing handles
Mangala Sadhu Sangeet Singh Khalsa (1):
Fix typo in contribution guidelines, refs #18771
Martin Doyle (1):
Correct reading of browser locale
Mel Woodgett (1):
refs #8606, typo in Store.QueryOptions
Nick Nisi (2):
Skip the doClicks() code path on hardware without touch support.
Emit synthetic mousedown and mouseup events
Shanto (1):
fixes #18704, Return/resolve actual newly created/updated item from dojo/store/DataStore adapter
Swizard (1):
refs #18432, fix request/iframe xml handling in Firefox
Youcef Mammar (2):
Fixes #18528.fixed has(ios) and has(android) true on wp
Fixed various issues with sniff on WP 8.1 U1, fixes #18540
bitpshr (1):
Update IE10+ feature detection for pointer event support.
dylans (6):
refs #18640, add repository field to package.json to make npm not complain
fixes #17020, fix detection for activex and file protocol for request/xhr
fixes #15156, dojo/store/DataStore was not setting implicit idProperty
fixes #18122, JsonRest _getTarget regression that breaks targets with trailing =
fixes #15973, Incorrect array key in xhrDummyMethod.php
fixes #17498, add modern opera has test
wshager (1):
fixes #18069, make Observable work with relational data
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new a3d1fd5 Updating source version to 1.10.5-pre
new e20cc46 Check for legacy module in i18n sync require. Fixes #18448.
new b58472a don't match leading/trailing spaces when there is no currency symbol. fixes #18466
new fe58fba Fix has("safari") to return false on android, fixes #18393.
new 1fe56b4 Fixes #18528.fixed has(ios) and has(android) true on wp
new 9d25ee2 refs #8606, typo in Store.QueryOptions
new 501a91d Fixed various issues with sniff on WP 8.1 U1, fixes #18540
new 05e25e2 Make sure lang.getObject() returns 3rd arg if 1st arg is empty, fixes #18542.
new ad86533 Add Basque language to dojo core, fixes #18560.
new 660692a Add dj_trident CSS flag. Fixes #17927.
new bbfc150 Nls bundles lacking _localized property are not improved while preloading anymore. Previously the code was setting _localized to {}, lying about the absence of better bundles. Fixes #18556.
new e5253ec fixes #17117, handle falsy response.data in dojo/request/xhr
new 40012ad Prevent right clicks from firing click event through touch.js in IE10+. Right click should just bring up the context menu. Fixes #18342.
new a291421 Fix problem where native controls don't respond for 1000ms after clicking control with dojoClick=true. Thanks to reiprecht for the fix. Fixes #18362.
new 1f1fdbf Skip the doClicks() code path on hardware without touch support. It's not needed and adds overhead.
new 48881e1 Emit synthetic mousedown and mouseup events to replace events that were suppressed by dojo/touch code.
new f40743d fixes #18608, allow on/asyncEventListener to work in Android and Node
new 2bcaa18 Fix #18637: Prevent aspect.before/after errors after removing handles
new 205a635 Cache results of _getGregorianBundle(), fixes #18629
new 12aae79 Fixes #18497, Reverse the order of locales merging during layer preload.
new 67d54cc refs #18640, add repository field to package.json to make npm not complain
new 26623de refs #18438, Loader only strips strict-mode directive with double quotes
new ea0b497 refs #18155, fix aspect nextId when running multiple versions of Dojo in the same app
new 877cfa6 refs #18702, event 'position' deprecation warning in dojo/request/xhr progress
new 0e4899e Add Serbian, Bosnian and Macedonian translation. ref #18710
new f14902d add edge sniffing + make sure edge does not report it is chrome fixes #18172
new 638d32f Add dj_edge flag to be consistent w/flags for other browsers. Also fix some problems with the uacss test file. Refs #18712.
new 7682a75 Run code to correct style values on all browsers. Fixes failure on Edge. Fixes #18725.
new a299af3 Disable firebug lite for Edge, and also iOS and android. Fixes #18727 on 1.10 branch.
new 6ddef72 Fix scrollIntoView() regressions on IE8 in quirks/RTL mode.
new 0ccf0f4 Update IE10+ feature detection for pointer event support. Use the window.MSPointerEvent instead of navigator.msPointerEnabled, which is deprecated.
new 1236691 Correct reading of browser locale
new bde5d98 Minimal fix for alleged error where getIeDocumentElementOffset() is called but not defined. Fixes #18717.
new 5727d83 has("webkit") and has("mozilla") should also be falsy for Edge, refs #18172
new 9daed56 Fix has("MSPointer") and has("pointer-events") on embedded C# WebBrowser Controls. Fixes #18602 again. First try apparently didn't work.
new 26d6716 fixes #18704, Return/resolve actual newly created/updated item from dojo/store/DataStore adapter
new de9da4e Remove dojo.hasClass from dom-class documentation, refs #17468
new af315c3 Fix typo in contribution guidelines, refs #18771
new 8ce1fd0 fixes #17020, fix detection for activex and file protocol for request/xhr
new 4dfc32c fixes #15156, dojo/store/DataStore was not setting implicit idProperty
new c63fe83 fixes #18122, JsonRest _getTarget regression that breaks targets with trailing =
new 97f0608 fixes #18069, make Observable work with relational data
new c8bdcd4 fixes #15973, Incorrect array key in xhrDummyMethod.php
new 8a819c5 fixes #17498, add modern opera has test
new fa61f3b fixes #18614, decimal places for PKR currency
new 6014291 fixes #18100, prevent dojo-console-guarantee in webworkers environment
new 85cc793 refs #18432, fix request/iframe xml handling in Firefox
new ae1b7aa fixes #18197, IE9 console quirks
new 7469d9b fixes #16111, fx IE type check to avoid sporadic bug
new 71ef096 fixes #17281, on.selector matchesTarget type check
new 7c575cb fixes #18321, better test for nextElementSibling
new bb20f74 fixes #18321, corrected check for nextElementSibling
new 5eccde1 fixes #18321, so sorry
new 4ea5a2c refs #18783
new 37e8256 fixes #16248, fixes #16617, add catch statements for IE8/IE9 brittleness
new cf73e8c fixes #18784, update syntax of license in package.json
new 68886c4 refs #18783, update README to current copyright year
new 0d4f2e8 Updating metadata for 1.10.5
The 58 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list