[Pkg-javascript-commits] [dojo] annotated tag 1.11.0-rc2 created (now d5c271b)

David Prévot taffit at moszumanska.debian.org
Sat Feb 27 03:14:12 UTC 2016


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

taffit pushed a change to annotated tag 1.11.0-rc2
in repository dojo.

        at  d5c271b   (tag)
   tagging  20705f37b214c4730eda7823f9e1a489a7624bb2 (commit)
  replaces  1.11.0-rc1
 tagged by  Dylan Schiemann
        on  Thu Feb 25 06:40:50 2016 -0800

- Log -----------------------------------------------------------------
Release 1.11.0-rc2

Dylan Schiemann (3):
      Updating source version to 1.11.0-pre
      refs #18121, metadata formatting consistency fixes
      Updating metadata for 1.11.0-rc2

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

This annotated tag includes the following new commits:

       new  ee4ec41   Updating source version to 1.11.0-pre
       new  d8f2e7b   Output domReady errors through console.error, preserving the error object and stack, fixes #17349
       new  b23d243   Fix inconsistent handling of declare.safeMixin when second argument is undefined (throws error in IE8, no-op in other browsers), which fixes
       new  ebaf3ed   Allow downstream error handling
       new  ca9a818   'event' is declared 3 times in fixTouchListener; fixed
       new  395cbc1   Fail gracefully if there's an error detecting high contrast mode, fixes #16541.
       new  a69c33c   Squashed commit of the following:
       new  a832214   Fix IE11 test_scroll failures. Trident is more like IE9+ than we would have guessed.
       new  f164dc2   Refs #18168. Rework dojo/on's way to decide about using event delegation. Now uses feature detection, which fixes the event handling currently broken on Safari iOS 8 beta
       new  fb7a76c   Add Blob support for Safari <7
       new  fa4028b   Remove references to globals through `this` in AMD factories
       new  c58335c   Port Node.js loader plugin fixes from d2c
       new  5eba843   Refs #18168. dojo/on: adjust feature detection such that it also works in iOS 8 (beta) with a built dojo/on stripping the strict mode
       new  f9262e8   refs #18225, dom-construct inline documentation update
       new  06f4b6f   Use updated source mapping standard syntax for legacy injection
       new  d0386bc   Squashed commit of the following:
       new  e4296a6   Fix #18254
       new  4c89d55   isArray() and isArrayLike() fixes:
       new  b432a01   fixes #18287, change absolute MIDs to relative MIDs for dojo/on debounce/throttle extensions
       new  2d2e981   refs #18288, add dom-attr tests
       new  b863f44   refs #18288, fix dom-attr return of non boolean when attr doesn't exist
       new  04101da   fixes #18296, Fix context binding within debounce and throttle
       new  baa6633   fixes #18297, Fix typos in contributing guidelines
       new  5904b65   refs #18297, Fix typos in contributing guidelines
       new  5a548df   fixes #18313, Fix typo in documentation example
       new  cc13017   fix issue in date formating with CLDR 25. Add test. Fixes #18408.
       new  bce5178   Prevent right clicks from firing click event through touch.js in IE10+. Right click should just bring up the context menu. Fixes #18342.
       new  6762d5b   Fix example for text() to be consistent w/actual behavior and function description. Fixes #18433.
       new  7b0a420   Convert tests to intern
       new  7738ffb   Mark testsDOH as a test resource for the dojo profile
       new  1e0b71d   fixes #18314, typos in dojo/on inline examples
       new  0ecd2ff   refs #15130. Fixes copyright date for 2015.
       new  207202b   Check for legacy module in i18n sync require. Fixes #18448.
       new  b8d5943   fixes #18451, typo in testing proxy instructions
       new  f0d04b7   don't match leading/trailing spaces when there is no currency symbol. fixes #18466
       new  7859a00   add unit test in for trailing spaces in number. refs #18466
       new  bab52a2   Parser: use separate cache for each require context.
       new  a55e678   test for correct caching of relative MIDs in parser (refs #18455)
       new  2c3e8d1   More DOH --> Intern test conversion:
       new  515ed79   Allow first function registered with dom-prop::set to be disconected. Fixes #18442.
       new  116efa6   Various test cleanup:
       new  2e897b7   Update tests/TODO.md to reference testsDOH directory. TODO.md previously listed tests to be converted, but was missing important entries, like dojo/data. Refs #18427.
       new  8584b34   Refactor query tests, and fix spurious IE failures.
       new  d55c440   Avoid dojo/query spuriously throwing internal exceptions, fixes #17515. The try/catch is still needed for the qsa() call (otherwise we get a few test failures), but we can remove the throw "".
       new  b324a06   Document how to run tests from mac --> PC VM (or at least, what worked for me).
       new  aaabd38   Document that running tests against SauceLabs doesn't work. Refs #18427.
       new  d796583   Fix has("safari") to return false on android, fixes #18393.
       new  8107d12   Fix handling of "${scope}type" property in parser.  Fixes #18366. Also refactor parser-args test so it can be debugged independently of Intern.
       new  1f31dd4   Fix ready() helper to avoid prematurely reporting the page is ready.
       new  87b41ac   Clean up parseOnLoadDeclarativeRequire test so it can be run standalone, independent of Intern.  Refs #18427.
       new  466145c   Fixes #18528.fixed has(ios) and has(android) true on wp
       new  d3bf44c   refs #8606, typo in Store.QueryOptions
       new  0c4df7a   Fixed various issues with sniff on WP 8.1 U1, fixes #18540
       new  9076a95   Make sure lang.getObject() returns 3rd arg if 1st arg is empty, fixes #18542.
       new  472d12a   Add Basque language to dojo core, fixes #18560.
       new  fb51eb6   Add dj_trident CSS flag.  Fixes #17927.
       new  f29befa   create intern test for dom-class, refs #18427
       new  1f3d676   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  7723bee   Add test for has("trident"), refs #17311.
       new  98d78d4   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  f8c747b   Skip the doClicks() code path on hardware without touch support. It's not needed and adds overhead.
       new  945c52c   Emit synthetic mousedown and mouseup events to replace events that were suppressed by dojo/touch code.
       new  b6721c0   Test that setting dojoClick:true doesn't suppress mousedown and mouseup events. Note that the dojo/touch test is pre-existing failures in other areas.
       new  db66e91   fixes #17117, handle falsy response.data in dojo/request/xhr
       new  31a8ad6   fixes #18608, allow on/asyncEventListener to work in Android and Node
       new  01b03b3   fixes #18608, allow on/asyncEventListener to work in Android and Node
       new  89034c5   Fix #18637: Prevent aspect.before/after errors after removing handles
       new  30bb2f5   Cache results of _getGregorianBundle(), fixes #18629
       new  f6b42a1   Fixes #18497, Reverse the order of locales merging during layer preload.
       new  072c061   refs #18640, add repository field to package.json to make npm not complain
       new  1181207   refs #18355, add matchTarget to event forwarded by on()
       new  6fe6d9b   refs #16138, add error listener for request/script
       new  73086f0   refs #18438, Loader only strips strict-mode directive with double quotes
       new  8d3ecf6   refs #16190, whitespace cleanup in io-query.
       new  d851143   refs #18298, fix dnd/Moveable issue when dragging outside of a document (e.g. over an iframe). Note, tests for dnd are still in DOH
       new  d0d4a5d   refs #17148, fix how dojo/rpc/RpcService handles errors
       new  a221e6e   refs #18155, fix aspect nextId when running multiple versions of Dojo in the same app
       new  1209d79   refs #18207, allow escaping $ in string.substitute arguments, useful for specifying queryExpr: '*-bash*' inside a template without having to modify the caller or widget
       new  d400e28   refs #18702, event 'position' deprecation warning in dojo/request/xhr progress
       new  1b18e24   fixes #18703, treat numbers as strings for setting html content
       new  f99d834   Add Serbian, Bosnian and Macedonian translation. ref #18710
       new  ac05a45   add edge sniffing + make sure edge does not report it is chrome fixes #18172
       new  56ada8f   make sure has("edge") is reported in the test
       new  a780a4e   Add dj_edge flag to be consistent w/flags for other browsers. Also fix some problems with the uacss test file. Refs #18172.
       new  eaaaa22   Run code to correct style values on all browsers. Fixes failure on Edge.  Fixes #18725.
       new  16ae275   remove debugger statement added in 2c3e8d1fd090bbc7ca753392bc2a1f7c2495d475
       new  0d8a907   remove vestigial firebug lite code, fixes #18727
       new  9362c6e   Fix scrollIntoView() regressions on IE8 in quirks/RTL mode.
       new  17ed3d6   Update IE10+ feature detection for pointer event support. Use the window.MSPointerEvent instead of navigator.msPointerEnabled, which is deprecated.
       new  31977b8   Correct reading of browser locale
       new  a7a5646   Minimal fix for alleged error where getIeDocumentElementOffset() is called but not defined. Fixes #18717.
       new  779e4e2   Cleanup around getIeDocumentElementOffset().
       new  58ed862   Fix dojo.hash() when there's a <base> tag. Patch from Rob Retchless (IBM, CCLA) with some modifications by me. Fixes #11100.
       new  6bafb16   has("webkit") and has("mozilla") should also be falsy for Edge, refs #18172
       new  26325a9   refs #18427, add Edge to list of browsers within the Intern config
       new  fe2c5a4   refs #18427, fix whitespace typo
       new  961860c   Fix dojo/touch to not break native checkbox and radio on iOS and Android when dojoClick=true. Fixes #18352
       new  1d3a775   Fix has("MSPointer") and has("pointer-events") on embedded C# WebBrowser Controls. Fixes #18602 again.  First try apparently didn't work.
       new  8b6a5e4   fixes #18704, Return/resolve actual newly created/updated item from dojo/store/DataStore adapter
       new  dd88db5   Remove dojo.hasClass from dom-class documentation, refs #17468
       new  44482a8   Fix typo in contribution guidelines, refs #18771
       new  cd249b1   better error handling for http errors codes in nodejs, fixes #18475
       new  f4b01c9   better error handling for http errors codes in nodejs, fixes #18475
       new  e13a775   fixes #17020, fix detection for activex and file protocol for request/xhr
       new  344e26b   fixes #15156, dojo/store/DataStore was not setting implicit idProperty
       new  606f888   fixes #18122, JsonRest _getTarget regression that breaks targets with trailing =
       new  c7b154c   fixes #18069, make Observable work with relational data
       new  ba2d73d   fixes #18123, require.undef with loader plugins
       new  de4325f   fixes #15950, wrap eval code in csp-restrictions has test
       new  1b25383   fixes #17083, dojo/_base/xhr form without action can read current URL
       new  09e2d02   fixes #17498, add modern opera has test
       new  ab28373   fixes #5954, argument detection for combine and chain
       new  bc339b7   fixes #18614, decimal places for PKR currency
       new  e9a9f51   fixes #18100, prevent dojo-console-guarantee in webworkers environment
       new  63b4b37   refs #18432, fix request/iframe xml handling in Firefox
       new  b5f9a85   fixes #18197, IE9 console quirks
       new  81f846d   fixes #17628, allow null query with JsonRest
       new  359c1e7   fixes #16111, fx IE type check to avoid sporadic bug
       new  3c43370   fixes #18129, allow mapping to work with multiple versions of Dojo
       new  15175cb   fixes #18769, fixes #16223, return more useful error message when non 2XX response with json
       new  0fcc828   fixes #18121, bower.json
       new  0f0d48f   Temporarily remove .travis.yml
       new  c9c0406   refs #18648, exclude node_modules directory with dojo package for builds
       new  13aa0fc   fixes #14629, feature test to use native contains
       new  a19a1c7   fixes #17281, on.selector matchesTarget type check
       new  4c39c14   fixes #16257, cloning of sparse arrays
       new  4d04e73   fixes #18321, better test for nextElementSibling
       new  7f6074d   fixes #18321, corrected check for nextElementSibling
       new  5df7e0a   fixes #18321, so sorry
       new  d28eb01   fixes #14629, unbreak build with document.contains check
       new  1d32043   fixes #18546, update dojo/on test to match implementation
       new  3976e0a   refs #18783
       new  a275e82   fixes #16248, fixes #16617, add catch statements for IE8/IE9 brittleness
       new  5798e89   fixes #18475, error handling for http errors codes in node.js
       new  47a613a   fixes #18784, update syntax of license in package.json
       new  ea80b71   refs #18783, update README to current copyright year
       new  7f24d9a   Updating metadata for 1.11.0-rc1
       new  27bc7d1   Updating source version to 1.11.0-pre
       new  d40757e   refs #18121, metadata formatting consistency fixes
       new  20705f3   Updating metadata for 1.11.0-rc2

The 140 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