[Pkg-javascript-commits] [dojo] branch master updated (918ac0c -> 52ead5e)

David Prévot taffit at moszumanska.debian.org
Mon Oct 20 17:39:37 UTC 2014


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

taffit pushed a change to branch master
in repository dojo.

      from  918ac0c   Update changelog for 1.10.1+dfsg-1 release
       new  5e82f4f   Use repacksuffix feature of uscan
       new  a70518a   Updating source version to 1.10.2-pre
       new  e16adb4   Allow downstream error handling
       new  0155337   fixes #18287, change absolute MIDs to relative MIDs for dojo/on debounce/throttle extensions
       new  eb71634   refs #18288, add dom-attr tests
       new  9cd1e8b   refs #18288, fix dom-attr return of non boolean when attr doesn't exist
       new  515da96   fixes #18296, Fix context binding within debounce and throttle
       new  02ef492   fixes #18297, Fix typos in contributing guidelines
       new  42e68d8   refs #18297, Fix typos in contributing guidelines
       new  18f9767   fixes #18313, Fix typo in documentation example
       new  5f298fe   Updating metadata for 1.10.2
       new  87c6269   Imported Upstream version 1.10.2+dfsg
       new  06d0e39   Merge tag 'upstream/1.10.2+dfsg'
       new  920f4ff   Strip away copyrighted ICC profile
       new  bbd6b9a   Drop incorrect executable bit from non-executable files
       new  264c4b1   Drop incorrect executable bit from non-executable files
       new  6ac4b73   Drop incorrect executable bit from non-executable file
       new  0f0bb78   Merge tag 'upstream/1.10.2+dfsg'
       new  e2a0189   Bump standards version to 3.9.6
       new  52ead5e   Update changelog for 1.10.2+dfsg-1 release

The 20 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.


Summary of changes:
 debian/changelog                                   |  13 ++
 debian/control                                     |   2 +-
 debian/watch                                       |   2 +-
 dijit/_editor/RichText.js                          |  24 +--
 dijit/package.json                                 |   4 +-
 dijit/tests/form/robot/Select.html                 |  98 +++++++--
 dijit/tests/form/test_Select.html                  | 220 +++++++--------------
 dojo/CONTRIBUTING.md                               |  10 +-
 dojo/_base/kernel.js                               |   4 +-
 dojo/debounce.js                                   |   3 +-
 dojo/dom-attr.js                                   |   2 +-
 dojo/mouse.js                                      |   2 +-
 dojo/on/asyncEventListener.js                      |   2 +-
 dojo/on/debounce.js                                |   2 +-
 dojo/on/throttle.js                                |   2 +-
 dojo/package.json                                  |   2 +-
 dojo/promise/instrumentation.js                    |  25 ++-
 dojo/tests/dom-attr.html                           |  41 ++++
 dojo/tests/{dom-prop.js => dom-attr.js}            |   2 +-
 dojo/tests/module.js                               |   1 +
 dojox/app/ViewBase.js                              |   3 +-
 dojox/app/controllers/Layout.js                    |   9 +-
 dojox/app/main.js                                  |   4 +-
 dojox/app/tests/domOrderByConstraint/main/main.js  |   2 +-
 dojox/app/tests/domOrderByConstraint/main/main2.js |   2 +-
 dojox/calendar/ColumnViewSecondarySheet.js         |   5 +-
 dojox/date/islamic/Date.js                         |   2 +-
 dojox/date/tests/islamic/Date.js                   |   9 +-
 dojox/form/BusyButton.js                           |  23 ++-
 dojox/form/FileInputAuto.js                        |   1 +
 dojox/form/tests/UploadFile.php.disabled           |  14 +-
 dojox/layout/ContentPane.js                        |   2 +-
 dojox/layout/FloatingPane.js                       |   2 +-
 dojox/mobile/IconItem.js                           |   2 +-
 dojox/package.json                                 |   6 +-
 dojox/widget/Toaster.js                            |   6 +-
 util/build/buildControl.js                         |  14 +-
 util/build/version.js                              |   4 +-
 util/doh/_nodeRunner.js                            |   2 +-
 util/doh/_rhinoRunner.js                           |   2 +-
 util/doh/mobileRunner.html                         |   2 +-
 util/doh/package.json                              |   2 +-
 util/doh/runner.html                               |   2 +-
 util/package.json                                  |   2 +-
 44 files changed, 339 insertions(+), 244 deletions(-)
 create mode 100644 dojo/tests/dom-attr.html
 copy dojo/tests/{dom-prop.js => dom-attr.js} (52%)

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