[Pkg-javascript-commits] [dojo] 02/03: Using r26903 to create a tag for the 1.7.0 release.
David Prévot
taffit at moszumanska.debian.org
Mon May 11 20:12:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.7.0
in repository dojo.
commit e3b4604993aeaa47e7f3a9d8f623744398263f03
Merge: 1947e14 cb381bf
Author: Adam Peller <github at peller.org>
Date: Thu Oct 27 12:49:29 2011 +0000
Using r26903 to create a tag for the 1.7.0 release.
git-svn-id: http://svn.dojotoolkit.org/src/tags/release-1.7.0/dojo@26905 560b804f-0ae3-0310-86f3-f6aa0a117693
AdapterRegistry.js | 24 +-
DeferredList.js | 29 +-
Evented.js | 32 +
NodeList-data.js | 66 +-
NodeList-dom.js | 454 +++++
NodeList-fx.js | 106 +-
NodeList-html.js | 22 +-
NodeList-manipulate.js | 34 +-
NodeList-traverse.js | 54 +-
OpenAjax.js | 40 +-
Stateful.js | 20 +-
_base.js | 11 -
_base/Color.js | 92 +-
_base/Deferred.js | 365 ++--
_base/NodeList.js | 973 +--------
_base/array.js | 549 ++---
_base/browser.js | 5 +-
_base/config.js | 78 +-
_base/configFirefoxExtension.js | 77 +-
_base/configNode.js | 79 +-
_base/configRhino.js | 73 +-
_base/configSpidermonkey.js | 27 +-
_base/connect.js | 523 +++--
_base/declare.js | 33 +-
_base/event.js | 35 +-
_base/fx.js | 96 +-
_base/html.js | 1895 ++---------------
_base/json.js | 26 +-
_base/kernel.js | 451 ++---
_base/lang.js | 838 +++++---
_base/load.js | 54 -
_base/loader.js | 580 +++++-
_base/query.js | 3 +
_base/sniff.js | 234 ++-
_base/unload.js | 15 +-
_base/url.js | 185 +-
_base/window.js | 55 +-
_base/xhr.js | 353 +---
_firebug/firebug.js | 10 +-
aspect.js | 177 +-
back.js | 66 +-
behavior.js | 41 +-
cache.js | 3 +-
cldr/nls/ar/hebrew.js | 10 +-
cldr/nls/ar/islamic-civil.js | 225 ---
cldr/nls/ar/islamic.js | 10 +-
cldr/supplemental.js | 4 +-
colors.js | 308 ++-
cookie.js | 11 +-
currency.js | 18 +-
data/ItemFileReadStore.js | 74 +-
data/ItemFileWriteStore.js | 88 +-
data/ObjectStore.js | 91 +-
data/api/Identity.js | 3 -
data/api/Notification.js | 4 +-
data/api/Read.js | 158 +-
data/api/Write.js | 86 +-
data/util/filter.js | 8 +-
data/util/simpleFetch.js | 15 +-
data/util/sorter.js | 13 +-
date.js | 4 +-
date/locale.js | 44 +-
date/stamp.js | 6 +-
dnd/AutoSource.js | 13 +
dnd/Container.js | 8 +-
dnd/Manager.js | 8 +-
dnd/Moveable.js | 25 +-
dnd/Mover.js | 22 +-
dnd/Selector.js | 8 +-
dnd/Source.js | 68 +-
dnd/Target.js | 13 +
dnd/TimedMoveable.js | 29 +-
dnd/move.js | 15 -
dojo.js | 2129 ++++++++++----------
dojo.profile.js | 37 +
dom-attr.js | 238 +++
dom-class.js | 320 +++
dom-construct.js | 380 ++++
dom-form.js | 166 ++
dom-geometry.js | 763 +++++++
dom-prop.js | 196 ++
dom-style.js | 337 ++++
dom.js | 166 ++
domReady.js | 95 +
fx.js | 159 +-
fx/Toggler.js | 21 +-
fx/easing.js | 22 +-
gears.js | 14 +-
gesture.js | 296 ---
gesture/swipe.js | 119 --
gesture/tap.js | 106 -
has.js | 60 +-
hash.js | 36 +-
html.js | 47 +-
i18n.js | 178 +-
io-query.js | 98 +
io/iframe.js | 7 +-
io/script.js | 18 +-
keys.js | 80 +
loadInit.js | 7 +
main.js | 37 +-
mouse.js | 93 +-
nls/colors.js | 1 +
number.js | 54 +-
listen.js => on.js | 292 +--
package.json | 11 +-
parser.js | 105 +-
query.js | 755 ++++++-
ready.js | 138 ++
regexp.js | 4 +-
require.js | 7 +
robot.js | 28 +-
robotx.js | 16 +-
rpc/JsonService.js | 3 +-
rpc/RpcService.js | 21 +-
selector/_loader.js | 11 +-
selector/acme.js | 79 +-
selector/lite.js | 134 +-
store/Cache.js | 45 +-
store/DataStore.js | 58 +-
store/JsonRest.js | 30 +-
store/Memory.js | 50 +-
store/Observable.js | 42 +-
store/api/Store.js | 16 +-
store/util/QueryResults.js | 19 +-
store/util/SimpleQueryEngine.js | 4 +-
string.js | 54 +-
tests/NodeList-data.html | 4 +-
tests/NodeList-data.js | 2 +-
tests/NodeList-fx.html | 2 +-
tests/NodeList-manipulate.html | 2 +-
tests/NodeList-manipulate.js | 2 +-
tests/NodeList-traverse.html | 2 +-
tests/NodeList-traverse.js | 2 +-
tests/_base.js | 1 -
tests/_base/Color.js | 8 +-
tests/_base/Deferred.js | 52 +-
tests/_base/NodeList.html | 229 ++-
tests/_base/_loader/a.js | 3 -
tests/_base/_loader/config-data-global.html | 31 -
tests/_base/_loader/config-data.html | 24 -
tests/_base/_loader/config-dj-elemt.html | 24 -
tests/_base/_loader/config-dj-global.html | 29 -
tests/_base/_loader/hostenv_browser.js | 17 -
tests/_base/_loader/loader.js | 115 --
tests/_base/_loader/modules.js | 21 -
tests/_base/_loader/scope/scopeContained.html | 71 -
tests/_base/_loader/scope/scopeContainedXd.html | 84 -
tests/_base/_loader/scope/scopeDjConfig.html | 64 -
tests/_base/_loader/scope/scopeSingle.html | 62 -
tests/_base/_loader/scope/scopeSingleDaac.html | 63 -
tests/_base/array.js | 17 +-
tests/_base/connect.js | 22 +-
tests/_base/connectLeaks.html | 5 +-
tests/_base/declare.js | 6 +-
tests/_base/fx.html | 6 +-
tests/_base/fx.js | 2 +-
tests/_base/html.html | 42 +-
tests/_base/html.js | 18 +-
tests/_base/html_box.html | 28 +-
tests/_base/html_box_quirks.html | 16 +-
tests/_base/html_docScroll.html | 20 +-
tests/_base/html_element.html | 4 +-
tests/_base/html_id.html | 2 +-
tests/_base/html_isBodyLtr.html | 12 +-
tests/_base/html_quirks.html | 2 +-
tests/_base/html_rtl.html | 55 +-
tests/_base/json.js | 4 +-
tests/_base/loader.js | 148 +-
tests/_base/{_loader => loader}/8976.html | 0
tests/_base/{_loader => loader}/addLoadEvents.html | 0
tests/_base/{_loader => loader}/afterOnLoad.html | 52 +-
tests/_base/loader/asyncWithDojoRequire.html | 103 +
tests/_base/loader/bootstrap.js | 13 +-
tests/_base/loader/cdnTest.html | 2 +-
tests/_base/loader/config-sniff-djConfig.html | 21 +-
tests/_base/loader/config-sniff.html | 19 +-
tests/_base/loader/config.html | 73 +-
tests/_base/loader/configApi.html | 52 +-
tests/_base/loader/coolio/calendar-amd.js | 7 +
tests/_base/loader/coolio/calendar.js | 6 +
tests/_base/loader/coolio/calendar1.js | 6 +
tests/_base/loader/coolio/coolio-built.html | 60 +
tests/_base/loader/coolio/coolio-dev-async.html | 70 +
.../loader/coolio/coolio-dev-legacy-async.html | 83 +
tests/_base/loader/coolio/coolio-dev-legacy.html | 46 +
tests/_base/loader/coolio/coolio.js | 17 +
tests/_base/loader/coolio/coolio.profile.js | 34 +
tests/_base/loader/coolio/test.html | 45 +
tests/_base/loader/core.js | 18 +
tests/_base/{_loader => loader}/debugConsole.html | 6 +-
tests/_base/loader/declareStepsOnProvide.html | 24 +
tests/_base/loader/declareStepsOnProvide.js | 14 +
tests/_base/loader/declareStepsOnProvideAmd.js | 3 +
tests/_base/loader/errorApi.html | 108 -
tests/_base/{_loader => loader}/fastbackTest.html | 0
tests/_base/{_loader => loader}/getText.txt | 0
tests/_base/{_loader => loader}/hostenv_rhino.js | 2 +-
.../{_loader => loader}/hostenv_spidermonkey.js | 2 +-
tests/_base/loader/moduleIds.js | 164 +-
tests/_base/loader/modules/wrapped.js | 13 +-
tests/_base/loader/myTopLevelModule.js | 3 +
tests/_base/loader/myTopLevelModule/myModule.js | 2 +
tests/_base/loader/paths.html | 44 +-
tests/_base/loader/ready.html | 40 +-
tests/_base/loader/requirejs/config.html | 4 +-
tests/_base/loader/requirejs/exports/assign.js | 2 +-
tests/_base/loader/requirejs/exports/assign2.js | 2 +-
tests/_base/loader/requirejs/exports/funcSet.js | 2 +-
tests/_base/loader/requirejs/exports/vanilla.js | 2 +-
tests/_base/loader/requirejs/func.js | 2 +-
tests/_base/loader/requirejs/funcOne.js | 2 +-
tests/_base/loader/requirejs/funcThree.js | 4 +-
tests/_base/loader/requirejs/i18n/nls/colors.js | 2 +-
tests/_base/loader/requirejs/i18n/nls/fr/colors.js | 2 +-
tests/_base/loader/requirejs/i18n/testModule.js | 4 +-
tests/_base/loader/requirejs/layers/epsilon.js | 2 +-
tests/_base/loader/requirejs/layers/layer1.js | 2 +-
tests/_base/loader/requirejs/layers/layers.html | 8 +-
tests/_base/loader/requirejs/map.js | 2 +-
.../_base/loader/requirejs/relative/foo/bar/two.js | 2 +-
tests/_base/loader/requirejs/relative/foo/three.js | 2 +-
tests/_base/loader/requirejs/requirejs-setup.js | 9 +-
tests/_base/loader/requirejs/simple.js | 2 +-
tests/_base/loader/requirejs/text/subwidget.js | 2 +-
tests/_base/loader/requirejs/text/text.html | 8 +-
tests/_base/loader/requirejs/tres.js | 2 +-
tests/_base/loader/requirejs/uniques/three.js | 2 +-
tests/_base/loader/requirejs/uniques/two.js | 2 +-
tests/_base/loader/requirejs/uno.js | 2 +-
tests/_base/loader/requirejs/urlfetch/three.js | 2 +-
tests/_base/loader/requirejs/urlfetch/two.js | 4 +-
.../_base/loader/requirejs/urlfetch/urlfetch.html | 13 +-
tests/_base/{_loader/scope => loader}/scope04.html | 10 +-
tests/_base/loader/syncFromAsyncModule.js | 4 +
tests/_base/loader/syncFromAsyncModuleDep.js | 2 +
tests/_base/loader/syncModule.js | 4 +
tests/_base/loader/traceApi.html | 2 +-
tests/_base/loader/xdomain/local1-browser-skip.js | 1 +
tests/_base/loader/xdomain/local1-browser.js | 4 +
tests/_base/loader/xdomain/local1-dep.js | 4 +
.../loader/xdomain/local1-runtimeDependent1.js | 4 +
tests/_base/loader/xdomain/local1.js | 82 +
tests/_base/loader/xdomain/local2.js | 13 +
tests/_base/loader/xdomain/local3.js | 10 +
tests/_base/loader/xdomain/xdomain.html | 290 +++
tests/_base/object.js | 14 +-
tests/_base/query.html | 95 +-
tests/_base/query.js | 4 +-
tests/_base/scrollingIframe.js | 11 +-
tests/_base/timeout.php | 2 +-
tests/_base/window.html | 104 +
tests/_base/window.js | 53 +-
tests/_base/window_iframe_quirks.html | 11 +
tests/_base/window_iframe_standards.html | 15 +
tests/_base/xhr.html | 2 +-
tests/_base/xhr.js | 2 +-
tests/aspect.js | 44 +-
tests/back.html | 15 +-
tests/back.js | 2 +-
tests/behavior.html | 59 +-
tests/behavior.js | 2 +-
tests/cache.js | 4 +-
tests/cookie.html | 2 +-
tests/cookie.js | 2 +-
tests/data.js | 3 +-
tests/data/ItemFileWriteStore.js | 5 +-
tests/data/ObjectStore.js | 17 +-
tests/data/readOnlyItemFileTestTemplates.js | 45 +-
tests/date.js | 2 +-
tests/date/locale.js | 36 +-
tests/date/stamp.js | 2 +-
tests/dnd/test_container.html | 2 +-
tests/dnd/test_dnd.html | 2 +-
tests/dnd/test_form.html | 19 +-
tests/fx.html | 2 +-
tests/fx.js | 4 +-
tests/html.js | 2 +-
tests/html/test_set.html | 2 +-
tests/i18n.html | 55 +
tests/i18n.js | 6 +-
tests/io/iframe.js | 2 +-
tests/io/script.js | 2 +-
tests/listen.js | 183 --
tests/module.js | 6 +-
tests/number.js | 8 +-
tests/on.js | 229 +++
tests/parser.html | 205 +-
tests/parser.js | 2 +-
tests/resources/ApplicationState.js | 10 +-
tests/rpc.js | 4 +-
tests/sie/all.js | 22 -
tests/sie/smoke-v15.html | 29 -
tests/sie/smoke.html | 31 -
tests/store/DataStore.js | 38 +-
tests/store/JsonRest.js | 4 +-
tests/store/Memory.js | 7 +-
tests/store/Observable.js | 15 +-
tests/string.js | 2 +-
tests/test_FirebugLite.html | 33 +-
tests/test_FirebugLitePopup.html | 33 +-
tests/test_fx.html | 2 +-
tests/test_gesture.html | 54 -
tests/test_touch.html | 199 +-
tests/{back.js => touch.js} | 3 +-
tests/uacss.js | 4 +-
tests/uacss/sniffQuirks.html | 4 +-
tests/uacss/sniffStandards.html | 4 +-
tests/window.js | 6 +-
tests/window/test_scroll.html | 19 +-
tests/window/viewport.html | 2 +-
text.js | 207 +-
topic.js | 33 +
touch.js | 108 +-
uacss.js | 37 +-
window.js | 39 +-
316 files changed, 13130 insertions(+), 10576 deletions(-)
--
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