[Pkg-javascript-commits] [dojo] annotated tag 1.9.8 created (now c3a2a92)
David Prévot
taffit at moszumanska.debian.org
Thu Mar 24 04:28:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag 1.9.8
in repository dojo.
at c3a2a92 (tag)
tagging 81f1fe7a498d08f59eaa85c3fb71c758e279abcc (commit)
replaces 1.9.7
tagged by Dylan Schiemann
on Sun Mar 20 08:08:09 2016 -0700
- Log -----------------------------------------------------------------
Release 1.9.8
Benjamin Santalucia (2):
fixes #17117, handle falsy response.data in dojo/request/xhr
refs #18155, fix aspect nextId when running multiple versions of Dojo in the same app
Bill Keese (9):
Fix has("safari") to return false on android, fixes #18393.
Add dj_trident CSS flag. Fixes #17927.
Cache results of _getGregorianBundle(), fixes #18629
Add dj_edge flag to be consistent w/flags for other browsers.
Disable firebug lite for Edge, and also iOS and android.
Run code to correct style values on all browsers.
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
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.9.8-pre
Dominique Picard (2):
Add Basque language to dojo core, fixes #18560.
Add Serbian, Bosnian and Macedonian translation. ref #18710
Dylan Schiemann (10):
fixes #18614, decimal places for PKR currency
fixes #18197, IE9 console quirks
fixes #16111, fx IE type check to avoid sporadic bug
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
Updating metadata for 1.9.8
Ed Hager (1):
Remove dojo.hasClass from dom-class documentation, refs #17468
Kenneth G. Franqueiro (1):
Fix #18637: Prevent aspect.before/after errors after removing handles
Mel Woodgett (1):
refs #8606, typo in Store.QueryOptions
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
dylans (5):
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 #15973, Incorrect array key in xhrDummyMethod.php
fixes #17498, add modern opera has test
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 012118f Updating source version to 1.9.8-pre
new 03fc5e8 Check for legacy module in i18n sync require. Fixes #18448.
new 807e5dd don't match leading/trailing spaces when there is no currency symbol. fixes #18466
new 4ee6ab6 Fix has("safari") to return false on android, fixes #18393.
new 8cb1686 Fixes #18528.fixed has(ios) and has(android) true on wp
new 229af63 refs #8606, typo in Store.QueryOptions
new 9a2093f Fixed various issues with sniff on WP 8.1 U1, fixes #18540
new 4695268 Add Basque language to dojo core, fixes #18560.
new 751ac1e Add dj_trident CSS flag. Fixes #17927.
new e899ebf 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 3e2acc2 fixes #17117, handle falsy response.data in dojo/request/xhr
new 505b200 Fix #18637: Prevent aspect.before/after errors after removing handles
new 1a46b28 Cache results of _getGregorianBundle(), fixes #18629
new d317e0a Fixes #18497, Reverse the order of locales merging during layer preload.
new 4a99292 refs #18640, add repository field to package.json to make npm not complain
new fe5192e refs #18438, Loader only strips strict-mode directive with double quotes
new f9e6981 refs #18155, fix aspect nextId when running multiple versions of Dojo in the same app
new 987eb73 Add Serbian, Bosnian and Macedonian translation. ref #18710
new 094c3cc add edge sniffing + make sure edge does not report it is chrome fixes #18172
new 48c186a Add dj_edge flag to be consistent w/flags for other browsers. Also fix some problems with the uacss test file. Refs #18712.
new 5cce614 Disable firebug lite for Edge, and also iOS and android. Fixes #18727 on 1.9 branch.
new 6740967 Run code to correct style values on all browsers. Fixes failure on Edge. Fixes #18725.
new 4ed9eb4 Fix scrollIntoView() regressions on IE8 in quirks/RTL mode.
new 0aa20f7 Minimal fix for alleged error where getIeDocumentElementOffset() is called but not defined. Fixes #18717.
new a04d2bd has("webkit") and has("mozilla") should also be falsy for Edge, refs #18172
new 65b5f3b Remove dojo.hasClass from dom-class documentation, refs #17468
new 8cf26f5 fixes #17020, fix detection for activex and file protocol for request/xhr
new 51d9f99 fixes #15156, dojo/store/DataStore was not setting implicit idProperty
new cc06be6 fixes #15973, Incorrect array key in xhrDummyMethod.php
new 3948aa6 fixes #17498, add modern opera has test
new e594ca3 fixes #18614, decimal places for PKR currency
new 1c554a4 refs #18432, fix request/iframe xml handling in Firefox
new cf832d1 fixes #18197, IE9 console quirks
new c50804d fixes #16111, fx IE type check to avoid sporadic bug
new a960bab fixes #18321, better test for nextElementSibling
new 655b5b0 fixes #18321, corrected check for nextElementSibling
new 6aa70f6 fixes #18321, so sorry
new 471d489 refs #18783
new 430df9b fixes #16248, fixes #16617, add catch statements for IE8/IE9 brittleness
new 033146e fixes #18784, update syntax of license in package.json
new 81f1fe7 Updating metadata for 1.9.8
The 41 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