[Pkg-javascript-commits] [dojo] 14/18: Imported Debian patch 1.6.1+dfsg-1

David Prévot taffit at alioth.debian.org
Fri Oct 25 19:59:25 UTC 2013


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

taffit pushed a commit to branch master
in repository dojo.

commit 2a5d8143f1a053ff2766d9846b8c8d95645e4e13
Merge: a93897a 0d6f943
Author: Jason Morawski <rpgdude1 at gmail.com>
Date:   Tue May 17 15:10:25 2011 -0400

    Imported Debian patch 1.6.1+dfsg-1

 debian/README.source                               |    8 +-
 debian/changelog                                   |    9 +
 debian/uscan-dfsg-clean.sh                         |    2 +
 dijit/Calendar.js                                  |  329 ++--
 dijit/CheckedMenuItem.js                           |   10 +-
 dijit/ColorPalette.js                              |  116 +-
 dijit/Declaration.js                               |   42 +-
 dijit/Dialog.js                                    |  356 ++--
 dijit/DialogUnderlay.js                            |   21 +-
 dijit/Editor.js                                    |  146 +-
 dijit/InlineEditBox.js                             |   69 +-
 dijit/LICENSE                                      |    2 +-
 dijit/Menu.js                                      |   45 +-
 dijit/MenuBar.js                                   |    8 +-
 dijit/MenuBarItem.js                               |   10 +-
 dijit/MenuItem.js                                  |   30 +-
 dijit/MenuSeparator.js                             |   12 +-
 dijit/PopupMenuBarItem.js                          |    8 +-
 dijit/PopupMenuItem.js                             |    7 +-
 dijit/ProgressBar.js                               |   97 +-
 dijit/TitlePane.js                                 |  113 +-
 dijit/Toolbar.js                                   |   15 +-
 dijit/ToolbarSeparator.js                          |   14 +-
 dijit/Tooltip.js                                   |  158 +-
 dijit/TooltipDialog.js                             |   42 +-
 dijit/Tree.js                                      |  297 ++--
 dijit/_Calendar.js                                 |    7 +-
 dijit/_Contained.js                                |    5 +-
 dijit/_Container.js                                |    8 +-
 dijit/_CssStateMixin.js                            |   66 +-
 dijit/_DialogMixin.js                              |   26 +-
 dijit/_HasDropDown.js                              |  163 +-
 dijit/_KeyNavContainer.js                          |   31 +-
 dijit/_PaletteMixin.js                             |   48 +-
 dijit/_Templated.js                                |   62 +-
 dijit/_TimePicker.js                               |  202 +--
 dijit/_Widget.js                                   |  837 +---------
 dijit/_WidgetBase.js                               |  816 +++++++++
 dijit/_base.js                                     |   15 +-
 dijit/_base/focus.js                               |   22 +-
 dijit/_base/manager.js                             |   55 +-
 dijit/_base/place.js                               |   72 +-
 dijit/_base/popup.js                               |  157 +-
 dijit/_base/scroll.js                              |    8 +-
 dijit/_base/sniff.js                               |    6 +-
 dijit/_base/typematic.js                           |    6 +-
 dijit/_base/wai.js                                 |   35 +-
 dijit/_base/window.js                              |    8 +-
 dijit/_editor/RichText.js                          |  452 +++--
 dijit/_editor/_Plugin.js                           |  116 +-
 dijit/_editor/html.js                              |    6 +-
 dijit/_editor/nls/FontChoice.js                    |   34 +
 dijit/_editor/nls/LinkDialog.js                    |   34 +
 dijit/_editor/nls/ar/FontChoice.js                 |    7 +-
 dijit/_editor/nls/ar/LinkDialog.js                 |   10 +-
 dijit/_editor/nls/ar/commands.js                   |   21 +-
 dijit/_editor/nls/ca/FontChoice.js                 |    6 +-
 dijit/_editor/nls/ca/LinkDialog.js                 |    7 +-
 dijit/_editor/nls/ca/commands.js                   |    9 +-
 dijit/_editor/nls/commands.js                      |   34 +
 dijit/_editor/nls/cs/FontChoice.js                 |    5 +
 dijit/_editor/nls/cs/LinkDialog.js                 |    4 +
 dijit/_editor/nls/cs/commands.js                   |    9 +-
 dijit/_editor/nls/da/FontChoice.js                 |    7 +-
 dijit/_editor/nls/da/LinkDialog.js                 |    4 +
 dijit/_editor/nls/da/commands.js                   |    8 +-
 dijit/_editor/nls/de/FontChoice.js                 |    7 +-
 dijit/_editor/nls/de/LinkDialog.js                 |    4 +
 dijit/_editor/nls/de/commands.js                   |    4 +
 dijit/_editor/nls/el/FontChoice.js                 |    7 +-
 dijit/_editor/nls/el/LinkDialog.js                 |    4 +
 dijit/_editor/nls/el/commands.js                   |    4 +
 dijit/_editor/nls/es/FontChoice.js                 |    7 +-
 dijit/_editor/nls/es/LinkDialog.js                 |    8 +-
 dijit/_editor/nls/es/commands.js                   |    4 +
 dijit/_editor/nls/fi/FontChoice.js                 |    7 +-
 dijit/_editor/nls/fi/LinkDialog.js                 |    4 +
 dijit/_editor/nls/fi/commands.js                   |    4 +
 dijit/_editor/nls/fr/FontChoice.js                 |    7 +-
 dijit/_editor/nls/fr/LinkDialog.js                 |   13 +-
 dijit/_editor/nls/fr/commands.js                   |   13 +-
 dijit/_editor/nls/he/FontChoice.js                 |    7 +-
 dijit/_editor/nls/he/LinkDialog.js                 |    8 +-
 dijit/_editor/nls/he/commands.js                   |   11 +-
 dijit/_editor/nls/hu/FontChoice.js                 |    7 +-
 dijit/_editor/nls/hu/LinkDialog.js                 |    4 +
 dijit/_editor/nls/hu/commands.js                   |    5 +-
 dijit/_editor/nls/it/FontChoice.js                 |    8 +-
 dijit/_editor/nls/it/LinkDialog.js                 |    8 +-
 dijit/_editor/nls/it/commands.js                   |   18 +-
 dijit/_editor/nls/ja/FontChoice.js                 |    7 +-
 dijit/_editor/nls/ja/LinkDialog.js                 |    4 +
 dijit/_editor/nls/ja/commands.js                   |   23 +-
 dijit/_editor/nls/kk/FontChoice.js                 |   30 +
 dijit/_editor/nls/kk/LinkDialog.js                 |   16 +
 dijit/_editor/nls/kk/commands.js                   |   51 +
 dijit/_editor/nls/ko/FontChoice.js                 |    7 +-
 dijit/_editor/nls/ko/LinkDialog.js                 |   10 +-
 dijit/_editor/nls/ko/commands.js                   |   21 +-
 dijit/_editor/nls/nb/FontChoice.js                 |    7 +-
 dijit/_editor/nls/nb/LinkDialog.js                 |    4 +
 dijit/_editor/nls/nb/commands.js                   |    9 +-
 dijit/_editor/nls/nl/FontChoice.js                 |    7 +-
 dijit/_editor/nls/nl/LinkDialog.js                 |    4 +
 dijit/_editor/nls/nl/commands.js                   |    5 +-
 dijit/_editor/nls/pl/FontChoice.js                 |    7 +-
 dijit/_editor/nls/pl/LinkDialog.js                 |    4 +
 dijit/_editor/nls/pl/commands.js                   |    6 +-
 dijit/_editor/nls/pt-pt/FontChoice.js              |    7 +-
 dijit/_editor/nls/pt-pt/LinkDialog.js              |    4 +
 dijit/_editor/nls/pt-pt/commands.js                |    6 +-
 dijit/_editor/nls/pt/FontChoice.js                 |    5 +
 dijit/_editor/nls/pt/LinkDialog.js                 |    4 +
 dijit/_editor/nls/pt/commands.js                   |   17 +-
 dijit/_editor/nls/ro/FontChoice.js                 |    4 +
 dijit/_editor/nls/ro/LinkDialog.js                 |    8 +-
 dijit/_editor/nls/ro/commands.js                   |   43 +-
 dijit/_editor/nls/ru/FontChoice.js                 |    7 +-
 dijit/_editor/nls/ru/LinkDialog.js                 |    6 +-
 dijit/_editor/nls/ru/commands.js                   |    4 +
 dijit/_editor/nls/sk/FontChoice.js                 |    5 +
 dijit/_editor/nls/sk/LinkDialog.js                 |    4 +
 dijit/_editor/nls/sk/commands.js                   |    4 +
 dijit/_editor/nls/sl/FontChoice.js                 |   13 +-
 dijit/_editor/nls/sl/LinkDialog.js                 |    6 +-
 dijit/_editor/nls/sl/commands.js                   |   13 +-
 dijit/_editor/nls/sv/FontChoice.js                 |    7 +-
 dijit/_editor/nls/sv/LinkDialog.js                 |    4 +
 dijit/_editor/nls/sv/commands.js                   |    4 +
 dijit/_editor/nls/th/FontChoice.js                 |    5 +
 dijit/_editor/nls/th/LinkDialog.js                 |    6 +-
 dijit/_editor/nls/th/commands.js                   |    4 +
 dijit/_editor/nls/tr/FontChoice.js                 |    7 +-
 dijit/_editor/nls/tr/LinkDialog.js                 |    4 +
 dijit/_editor/nls/tr/commands.js                   |    4 +
 dijit/_editor/nls/zh-tw/FontChoice.js              |    7 +-
 dijit/_editor/nls/zh-tw/LinkDialog.js              |    4 +
 dijit/_editor/nls/zh-tw/commands.js                |   13 +-
 dijit/_editor/nls/zh/FontChoice.js                 |    7 +-
 dijit/_editor/nls/zh/LinkDialog.js                 |    8 +-
 dijit/_editor/nls/zh/commands.js                   |    4 +
 dijit/_editor/plugins/AlwaysShowToolbar.js         |   12 +-
 dijit/_editor/plugins/EnterKeyHandling.js          |  566 +++----
 dijit/_editor/plugins/FontChoice.js                |   47 +-
 dijit/_editor/plugins/FullScreen.js                |   24 +-
 dijit/_editor/plugins/LinkDialog.js                |   53 +-
 dijit/_editor/plugins/NewPage.js                   |   18 +-
 dijit/_editor/plugins/Print.js                     |   21 +-
 dijit/_editor/plugins/TabIndent.js                 |   15 +-
 dijit/_editor/plugins/TextColor.js                 |   15 +-
 dijit/_editor/plugins/ToggleDir.js                 |   12 +-
 dijit/_editor/plugins/ViewSource.js                |   73 +-
 dijit/_editor/range.js                             |    6 +-
 dijit/_editor/selection.js                         |   32 +-
 dijit/_tree/dndSource.js                           |    7 +-
 dijit/dijit-all.js                                 |   80 +-
 dijit/dijit.js                                     |   13 +-
 dijit/form/Button.js                               |   61 +-
 dijit/form/CheckBox.js                             |   31 +-
 dijit/form/ComboBox.js                             |  430 +++--
 dijit/form/ComboButton.js                          |    8 +-
 dijit/form/CurrencyTextBox.js                      |   23 +-
 dijit/form/DateTextBox.js                          |   14 +-
 dijit/form/DropDownButton.js                       |    7 +-
 dijit/form/FilteringSelect.js                      |   73 +-
 dijit/form/Form.js                                 |   20 +-
 dijit/form/HorizontalRule.js                       |   13 +-
 dijit/form/HorizontalRuleLabels.js                 |    6 +-
 dijit/form/HorizontalSlider.js                     |   76 +-
 dijit/form/MappedTextBox.js                        |    8 +-
 dijit/form/MultiSelect.js                          |   18 +-
 dijit/form/NumberSpinner.js                        |   11 +-
 dijit/form/NumberTextBox.js                        |   58 +-
 dijit/form/RadioButton.js                          |    7 +-
 dijit/form/RangeBoundTextBox.js                    |    8 +-
 dijit/form/Select.js                               |   76 +-
 dijit/form/SimpleTextarea.js                       |   23 +-
 dijit/form/Slider.js                               |   11 +-
 dijit/form/TextBox.js                              |  103 +-
 dijit/form/Textarea.js                             |   30 +-
 dijit/form/TimeTextBox.js                          |   45 +-
 dijit/form/ToggleButton.js                         |    8 +-
 dijit/form/ValidationTextBox.js                    |   89 +-
 dijit/form/VerticalRule.js                         |    7 +-
 dijit/form/VerticalRuleLabels.js                   |   10 +-
 dijit/form/VerticalSlider.js                       |   11 +-
 dijit/form/_DateTimeTextBox.js                     |  227 ++-
 dijit/form/_FormMixin.js                           |  221 ++-
 dijit/form/_FormSelectWidget.js                    |  170 +-
 dijit/form/_FormWidget.js                          |   80 +-
 dijit/form/_Spinner.js                             |   16 +-
 dijit/form/nls/ComboBox.js                         |   34 +
 dijit/form/nls/Textarea.js                         |   34 +
 dijit/form/nls/ar/ComboBox.js                      |    4 +
 dijit/form/nls/ar/Textarea.js                      |    4 +
 dijit/form/nls/ar/validate.js                      |    4 +
 dijit/form/nls/ca/ComboBox.js                      |    4 +
 dijit/form/nls/ca/Textarea.js                      |    4 +
 dijit/form/nls/ca/validate.js                      |    4 +
 dijit/form/nls/cs/ComboBox.js                      |    4 +
 dijit/form/nls/cs/Textarea.js                      |    4 +
 dijit/form/nls/cs/validate.js                      |    4 +
 dijit/form/nls/da/ComboBox.js                      |    4 +
 dijit/form/nls/da/Textarea.js                      |    4 +
 dijit/form/nls/da/validate.js                      |    6 +-
 dijit/form/nls/de/ComboBox.js                      |    4 +
 dijit/form/nls/de/Textarea.js                      |    4 +
 dijit/form/nls/de/validate.js                      |    4 +
 dijit/form/nls/el/ComboBox.js                      |    4 +
 dijit/form/nls/el/Textarea.js                      |    4 +
 dijit/form/nls/el/validate.js                      |    4 +
 dijit/form/nls/es/ComboBox.js                      |    4 +
 dijit/form/nls/es/Textarea.js                      |    4 +
 dijit/form/nls/es/validate.js                      |    4 +
 dijit/form/nls/fi/ComboBox.js                      |    4 +
 dijit/form/nls/fi/Textarea.js                      |    4 +
 dijit/form/nls/fi/validate.js                      |    4 +
 dijit/form/nls/fr/ComboBox.js                      |    4 +
 dijit/form/nls/fr/Textarea.js                      |    8 +-
 dijit/form/nls/fr/validate.js                      |    4 +
 dijit/form/nls/he/ComboBox.js                      |    4 +
 dijit/form/nls/he/Textarea.js                      |    4 +
 dijit/form/nls/he/validate.js                      |    4 +
 dijit/form/nls/hu/ComboBox.js                      |    4 +
 dijit/form/nls/hu/Textarea.js                      |    4 +
 dijit/form/nls/hu/validate.js                      |    4 +
 dijit/form/nls/it/ComboBox.js                      |    4 +
 dijit/form/nls/it/Textarea.js                      |    4 +
 dijit/form/nls/it/validate.js                      |    4 +
 dijit/form/nls/ja/ComboBox.js                      |    4 +
 dijit/form/nls/ja/Textarea.js                      |    4 +
 dijit/form/nls/ja/validate.js                      |    4 +
 dijit/form/nls/kk/ComboBox.js                      |    9 +
 dijit/form/nls/kk/Textarea.js                      |   12 +
 dijit/form/nls/kk/validate.js                      |   10 +
 dijit/form/nls/ko/ComboBox.js                      |    4 +
 dijit/form/nls/ko/Textarea.js                      |    4 +
 dijit/form/nls/ko/validate.js                      |    4 +
 dijit/form/nls/nb/ComboBox.js                      |    4 +
 dijit/form/nls/nb/Textarea.js                      |    4 +
 dijit/form/nls/nb/validate.js                      |    4 +
 dijit/form/nls/nl/ComboBox.js                      |    4 +
 dijit/form/nls/nl/Textarea.js                      |    4 +
 dijit/form/nls/nl/validate.js                      |    4 +
 dijit/form/nls/pl/ComboBox.js                      |    4 +
 dijit/form/nls/pl/Textarea.js                      |    8 +-
 dijit/form/nls/pl/validate.js                      |    4 +
 dijit/form/nls/pt-pt/ComboBox.js                   |    4 +
 dijit/form/nls/pt-pt/Textarea.js                   |    4 +
 dijit/form/nls/pt-pt/validate.js                   |    4 +
 dijit/form/nls/pt/ComboBox.js                      |    4 +
 dijit/form/nls/pt/Textarea.js                      |    4 +
 dijit/form/nls/pt/validate.js                      |    4 +
 dijit/form/nls/ro/ComboBox.js                      |    4 +
 dijit/form/nls/ro/Textarea.js                      |    4 +
 dijit/form/nls/ro/validate.js                      |    4 +
 dijit/form/nls/ru/ComboBox.js                      |    4 +
 dijit/form/nls/ru/Textarea.js                      |    4 +
 dijit/form/nls/ru/validate.js                      |    4 +
 dijit/form/nls/sk/ComboBox.js                      |    4 +
 dijit/form/nls/sk/Textarea.js                      |    4 +
 dijit/form/nls/sk/validate.js                      |    4 +
 dijit/form/nls/sl/ComboBox.js                      |    8 +-
 dijit/form/nls/sl/Textarea.js                      |    8 +-
 dijit/form/nls/sl/validate.js                      |    6 +-
 dijit/form/nls/sv/ComboBox.js                      |    4 +
 dijit/form/nls/sv/Textarea.js                      |    4 +
 dijit/form/nls/sv/validate.js                      |    4 +
 dijit/form/nls/th/ComboBox.js                      |    4 +
 dijit/form/nls/th/Textarea.js                      |    4 +
 dijit/form/nls/th/validate.js                      |    4 +
 dijit/form/nls/tr/ComboBox.js                      |    4 +
 dijit/form/nls/tr/Textarea.js                      |    4 +
 dijit/form/nls/tr/validate.js                      |    4 +
 dijit/form/nls/validate.js                         |   34 +
 dijit/form/nls/zh-tw/ComboBox.js                   |    4 +
 dijit/form/nls/zh-tw/Textarea.js                   |    4 +
 dijit/form/nls/zh-tw/validate.js                   |    4 +
 dijit/form/nls/zh/ComboBox.js                      |    4 +
 dijit/form/nls/zh/Textarea.js                      |    4 +
 dijit/form/nls/zh/validate.js                      |    4 +
 dijit/form/templates/Button.html                   |    4 +-
 dijit/form/templates/CheckBox.html                 |    2 +-
 dijit/form/templates/ComboBox.html                 |   18 -
 dijit/form/templates/ComboButton.html              |   16 +-
 dijit/form/templates/DropDownBox.html              |   16 +
 dijit/form/templates/DropDownButton.html           |    4 +-
 dijit/form/templates/HorizontalSlider.html         |   12 +-
 dijit/form/templates/Select.html                   |   14 +-
 dijit/form/templates/Spinner.html                  |   12 +-
 dijit/form/templates/TextBox.html                  |    2 +-
 dijit/form/templates/ValidationTextBox.html        |    4 +-
 dijit/form/templates/VerticalSlider.html           |   14 +-
 dijit/layout/AccordionContainer.js                 |  303 ++--
 dijit/layout/AccordionPane.js                      |    8 +-
 dijit/layout/BorderContainer.js                    |  407 ++---
 dijit/layout/ContentPane.js                        |  383 ++---
 dijit/layout/LayoutContainer.js                    |    8 +-
 dijit/layout/LinkPane.js                           |    9 +-
 dijit/layout/ScrollingTabController.js             |  163 +-
 dijit/layout/SplitContainer.js                     |    8 +-
 dijit/layout/StackContainer.js                     |   53 +-
 dijit/layout/StackController.js                    |   81 +-
 dijit/layout/TabContainer.js                       |    9 +-
 dijit/layout/TabController.js                      |   53 +-
 dijit/layout/_ContentPaneResizeMixin.js            |  250 +++
 dijit/layout/_LayoutWidget.js                      |   90 +-
 dijit/layout/_TabContainerBase.js                  |   23 +-
 dijit/layout/templates/AccordionButton.html        |   12 +-
 dijit/layout/templates/ScrollingTabController.html |   13 +-
 .../templates/_ScrollingTabControllerButton.html   |    6 +-
 dijit/layout/templates/_TabButton.html             |   14 +-
 dijit/lib/main.js                                  |   13 +
 dijit/nls/ar/common.js                             |    4 +
 dijit/nls/ar/loading.js                            |    4 +
 dijit/nls/ca/common.js                             |    4 +
 dijit/nls/ca/loading.js                            |    4 +
 dijit/nls/common.js                                |   34 +
 dijit/nls/cs/common.js                             |    4 +
 dijit/nls/cs/loading.js                            |    4 +
 dijit/nls/da/common.js                             |    4 +
 dijit/nls/da/loading.js                            |    4 +
 dijit/nls/de/common.js                             |    4 +
 dijit/nls/de/loading.js                            |    4 +
 dijit/nls/el/common.js                             |    4 +
 dijit/nls/el/loading.js                            |    4 +
 dijit/nls/es/common.js                             |    4 +
 dijit/nls/es/loading.js                            |    4 +
 dijit/nls/fi/common.js                             |    4 +
 dijit/nls/fi/loading.js                            |    4 +
 dijit/nls/fr/common.js                             |    4 +
 dijit/nls/fr/loading.js                            |    4 +
 dijit/nls/he/common.js                             |    4 +
 dijit/nls/he/loading.js                            |    4 +
 dijit/nls/hu/common.js                             |    4 +
 dijit/nls/hu/loading.js                            |    4 +
 dijit/nls/it/common.js                             |    4 +
 dijit/nls/it/loading.js                            |    4 +
 dijit/nls/ja/common.js                             |    4 +
 dijit/nls/ja/loading.js                            |    4 +
 dijit/nls/kk/common.js                             |   10 +
 dijit/nls/kk/loading.js                            |    8 +
 dijit/nls/ko/common.js                             |    4 +
 dijit/nls/ko/loading.js                            |    4 +
 dijit/nls/loading.js                               |   34 +
 dijit/nls/nb/common.js                             |    4 +
 dijit/nls/nb/loading.js                            |    4 +
 dijit/nls/nl/common.js                             |    4 +
 dijit/nls/nl/loading.js                            |    4 +
 dijit/nls/pl/common.js                             |    4 +
 dijit/nls/pl/loading.js                            |    4 +
 dijit/nls/pt-pt/common.js                          |    6 +-
 dijit/nls/pt-pt/loading.js                         |    6 +-
 dijit/nls/pt/common.js                             |    4 +
 dijit/nls/pt/loading.js                            |    4 +
 dijit/nls/ro/common.js                             |    4 +
 dijit/nls/ro/loading.js                            |    4 +
 dijit/nls/ru/common.js                             |    4 +
 dijit/nls/ru/loading.js                            |    4 +
 dijit/nls/sk/common.js                             |    4 +
 dijit/nls/sk/loading.js                            |    4 +
 dijit/nls/sl/common.js                             |    4 +
 dijit/nls/sl/loading.js                            |    7 +-
 dijit/nls/sv/common.js                             |    4 +
 dijit/nls/sv/loading.js                            |    4 +
 dijit/nls/th/common.js                             |    4 +
 dijit/nls/th/loading.js                            |    4 +
 dijit/nls/tr/common.js                             |    4 +
 dijit/nls/tr/loading.js                            |    4 +
 dijit/nls/zh-tw/common.js                          |    4 +
 dijit/nls/zh-tw/loading.js                         |    4 +
 dijit/nls/zh/common.js                             |    4 +
 dijit/nls/zh/loading.js                            |    4 +
 dijit/package.json                                 |   24 +
 dijit/robot.js                                     |    8 +-
 dijit/robotx.js                                    |   14 +-
 dijit/templates/Calendar.html                      |   16 +-
 dijit/templates/CheckedMenuItem.html               |    6 +-
 dijit/templates/ColorPalette.html                  |    1 -
 dijit/templates/Dialog.html                        |    4 +-
 dijit/templates/InlineEditBox.html                 |   14 +-
 dijit/templates/Menu.html                          |    2 +-
 dijit/templates/MenuBar.html                       |    2 +-
 dijit/templates/MenuBarItem.html                   |    2 +-
 dijit/templates/MenuItem.html                      |    6 +-
 dijit/templates/ProgressBar.html                   |    8 +-
 dijit/templates/TimePicker.html                    |    4 +-
 dijit/templates/TitlePane.html                     |    8 +-
 dijit/templates/Tooltip.html                       |    8 +-
 dijit/templates/TooltipDialog.html                 |    8 +-
 dijit/templates/Tree.html                          |    2 +-
 dijit/templates/TreeNode.html                      |   16 +-
 dijit/tests/Bidi.html                              |  374 +++++
 dijit/tests/Dialog.html                            |  422 +++++
 dijit/tests/NodeList-instantiate.html              |  157 ++
 dijit/tests/ProgressBar.html                       |  326 ++++
 dijit/tests/Tooltip-placement.html                 |  715 ++++++++
 dijit/tests/Tree.html                              |  249 ---
 dijit/tests/Tree_with_JRS.html                     |  119 --
 dijit/tests/Widget-placeAt.html                    |  152 --
 dijit/tests/_Container.html                        |   42 +-
 dijit/tests/_Templated-widgetsInTemplate.html      |  686 ++++----
 dijit/tests/_Templated-widgetsInTemplate1.x.html   |  488 ++++++
 dijit/tests/_Templated.html                        |   35 +-
 dijit/tests/_Widget-attr.html                      |  108 +-
 dijit/tests/_Widget-connect-performance.html       |   21 +-
 dijit/tests/_Widget-deferredConnect.html           |   18 +-
 dijit/tests/_Widget-lifecycle.html                 |   64 +-
 dijit/tests/_Widget-ondijitclick.html              |   57 +-
 dijit/tests/_Widget-placeAt.html                   |  171 ++
 dijit/tests/_Widget-subscribe.html                 |   30 +-
 dijit/tests/_altCalendar.html                      |    7 +-
 dijit/tests/_base/manager.html                     |   58 +-
 dijit/tests/_base/module.js                        |   16 +-
 dijit/tests/_base/place.html                       |    2 +-
 dijit/tests/_base/robot/CrossWindow.html           |   65 +
 dijit/tests/_base/robot/FocusManager.html          |    2 +
 dijit/tests/_base/robot/focus_mouse.html           |   64 +-
 dijit/tests/_base/robot/popup.html                 |  100 +-
 dijit/tests/_base/robot/typematic.html             |   38 +-
 dijit/tests/_base/tabindex.html                    |   84 +-
 dijit/tests/_base/test_CrossWindow.html            |   35 +-
 dijit/tests/_base/test_FocusManager.html           |    4 +-
 dijit/tests/_base/test_focusWidget.html            |   67 +-
 dijit/tests/_base/test_popup.html                  |   17 +-
 dijit/tests/_base/test_typematic.html              |    4 +-
 dijit/tests/_base/wai.html                         |   87 +-
 dijit/tests/_data/treeTest.json                    |   22 -
 dijit/tests/_loadTest.js                           |   11 +-
 dijit/tests/_testCommon.js                         |   36 +-
 dijit/tests/_testMatrix.php                        |    2 +-
 dijit/tests/bidi.html                              |  188 ---
 dijit/tests/editor/BackForwardState.html           |   14 +-
 dijit/tests/editor/EnterKeyHandling.html           |   41 +-
 dijit/tests/editor/_Editor.html                    |   51 -
 dijit/tests/editor/module.js                       |   30 +-
 dijit/tests/editor/nls_8859-2.html                 |   58 +-
 dijit/tests/editor/nls_sjis.html                   |   58 +-
 dijit/tests/editor/nls_utf8.html                   |   55 +-
 dijit/tests/editor/robot/BackForwardState.html     |   20 +-
 dijit/tests/editor/robot/CustomPlugin.html         |  106 ++
 dijit/tests/editor/robot/Editor_FontChoice.html    |  691 ++++----
 dijit/tests/editor/robot/Editor_FullScreen.html    | 1072 +++++-------
 dijit/tests/editor/robot/Editor_LinkDialog.html    | 1352 +++++++--------
 dijit/tests/editor/robot/Editor_NewPage.html       |  136 +-
 dijit/tests/editor/robot/Editor_ViewSource.html    |  778 ++++-----
 dijit/tests/editor/robot/Editor_a11y.html          |  138 +-
 dijit/tests/editor/robot/Editor_misc.html          |  261 ++-
 dijit/tests/editor/robot/Editor_mouse.html         |   92 +-
 dijit/tests/editor/robot/EnterKeyHandling.html     |  399 ++++-
 dijit/tests/editor/robot/TabIndent.html            |  151 ++
 dijit/tests/editor/robot/ToggleDir.html            |  117 ++
 dijit/tests/editor/robot/ToggleDir_rtl.html        |  117 ++
 dijit/tests/editor/test_CustomPlugin.html          |  115 +-
 dijit/tests/editor/test_Editor.html                |  110 +-
 dijit/tests/editor/test_FontChoice.html            |   28 +-
 dijit/tests/editor/test_FullScreen.html            |   64 +-
 dijit/tests/editor/test_LinkDialog.html            |   13 +-
 dijit/tests/editor/test_NewPage.html               |   18 +-
 dijit/tests/editor/test_Print.html                 |   14 +-
 dijit/tests/editor/test_RichText.html              |   60 -
 dijit/tests/editor/test_TabIndent.html             |   20 +-
 dijit/tests/editor/test_ToggleDir.html             |   20 +-
 dijit/tests/editor/test_ToggleDir_rtl.html         |   23 +-
 dijit/tests/editor/test_ViewSource.html            |   36 +-
 .../editor/{test_richtext.css => test_editor.css}  |    0
 dijit/tests/editor/test_resize.html                |   32 -
 dijit/tests/form/DateTextBox.html                  |   69 +
 dijit/tests/form/Form.html                         |  555 +++++--
 dijit/tests/form/FormInvalid.html                  |   54 -
 dijit/tests/form/TextBox_sizes.html                |  234 +--
 dijit/tests/form/_autoComplete.html                |  452 ++---
 dijit/tests/form/module.js                         |   81 +-
 dijit/tests/form/robot/Button_a11y.html            |   44 +-
 dijit/tests/form/robot/Button_mouse.html           |   71 +-
 dijit/tests/form/robot/CheckBox_a11y.html          |  361 ++++
 dijit/tests/form/robot/CheckBox_mouse.html         |  507 ++++++
 dijit/tests/form/robot/DateTextBox.html            | 1032 ++++++++++--
 dijit/tests/form/robot/Form.html                   |   72 -
 dijit/tests/form/robot/Form_onsubmit.html          |  186 +++
 dijit/tests/form/robot/Form_state.html             |  186 +++
 dijit/tests/form/robot/MultiSelect.html            |  263 +++
 dijit/tests/form/robot/Select.html                 |  195 ++-
 dijit/tests/form/robot/SimpleTextarea.html         |  137 ++
 dijit/tests/form/robot/Slider_mouse.html           |   73 +-
 dijit/tests/form/robot/Spinner_a11y.html           |  469 +++---
 dijit/tests/form/robot/Spinner_mouse.html          |   83 +-
 dijit/tests/form/robot/Textarea.html               |  253 +--
 dijit/tests/form/robot/TimeTextBox.html            |  227 ++-
 dijit/tests/form/robot/ValidationTextBox.html      | 1241 ++++++++++++++
 dijit/tests/form/robot/_autoComplete_a11y.html     |  593 ++++++-
 dijit/tests/form/robot/_autoComplete_mouse.html    |  337 ++--
 dijit/tests/form/robot/test_validate.html          | 1113 -------------
 dijit/tests/form/robot/validationMessages.html     |  424 ++---
 dijit/tests/form/test_Button.html                  |  371 ++---
 dijit/tests/form/test_CheckBox.html                |  239 +--
 dijit/tests/form/test_ComboBox_destroy.html        |   66 -
 dijit/tests/form/test_DateTextBox.html             |  116 +-
 dijit/tests/form/test_Form_onsubmit.html           |   77 +-
 dijit/tests/form/test_Form_state.html              |  114 ++
 dijit/tests/form/test_MultiSelect.html             |   44 +-
 dijit/tests/form/test_Select.html                  |  139 +-
 dijit/tests/form/test_SimpleTextarea.html          |   60 +-
 dijit/tests/form/test_Slider.html                  |  152 +-
 dijit/tests/form/test_Spinner.html                 |   92 +-
 dijit/tests/form/test_Textarea.html                |   46 +-
 dijit/tests/form/test_TimeTextBox.html             |  246 +--
 dijit/tests/form/test_validStatePerformance.html   |   94 +-
 dijit/tests/form/test_validate.html                |  287 ++--
 dijit/tests/form/test_validationState.html         |  102 --
 dijit/tests/form/test_verticalAlign.html           |  207 +++
 dijit/tests/general-module.js                      |   39 +-
 dijit/tests/helpers.js                             |   77 +-
 dijit/tests/i18n/calendar.html                     |   73 +-
 dijit/tests/i18n/currency.html                     |    4 +-
 dijit/tests/i18n/date.html                         |    4 +-
 dijit/tests/i18n/digit.html                        |    4 +-
 dijit/tests/i18n/module.js                         |   12 +-
 dijit/tests/i18n/number.html                       |    4 +-
 dijit/tests/i18n/test_i18n.js                      |  113 +-
 dijit/tests/i18n/textbox.html                      |    4 +-
 dijit/tests/i18n/time.html                         |  296 ++--
 dijit/tests/infrastructure-module.js               |   31 +-
 dijit/tests/layout/AccordionContainer.html         |  243 ++-
 dijit/tests/layout/BorderContainer.html            |  259 +++
 dijit/tests/layout/ContentPane-remote.html         |  663 ++++++++
 dijit/tests/layout/ContentPane.html                |  652 ++------
 dijit/tests/layout/ContentPaneLayout.html          |  292 +++-
 dijit/tests/layout/LayoutContainer.html            |  296 ++++
 dijit/tests/layout/TabContainer.html               |  585 ++++---
 dijit/tests/layout/TabContainerTitlePane.html      |  130 ++
 dijit/tests/layout/borderContainer.php             |   20 +-
 dijit/tests/layout/combotab.html                   |   10 +-
 dijit/tests/layout/doc0.html                       |    6 +-
 dijit/tests/layout/getResponse.php                 |    6 +-
 dijit/tests/layout/module.js                       |   34 +-
 dijit/tests/layout/multipleLayoutWidgets.php       |   10 +-
 dijit/tests/layout/nestedStack.html                |   89 +-
 .../layout/robot/AccordionContainer_a11y.html      |    9 +-
 .../layout/robot/AccordionContainer_mouse.html     |   10 +-
 dijit/tests/layout/robot/BorderContainer.html      |  202 +--
 .../layout/robot/BorderContainer_complex.html      |  295 ++++
 dijit/tests/layout/robot/BorderContainer_full.html |  110 ++
 .../tests/layout/robot/BorderContainer_nested.html |  148 ++
 dijit/tests/layout/robot/GUI.html                  |  303 ++++
 dijit/tests/layout/robot/StackContainer_mouse.html |  372 +++++
 dijit/tests/layout/robot/TabContainer_a11y.html    |  450 +++--
 dijit/tests/layout/robot/TabContainer_mouse.html   |   36 +
 .../tests/layout/robot/TabContainer_noLayout.html  |  435 +++++
 .../layout/robot/borderContainerTestFunctions.js   |   99 ++
 dijit/tests/layout/runTests.html                   |    9 +
 dijit/tests/layout/tab3.html                       |    8 +-
 dijit/tests/layout/tab3_noLayout.html              |    8 +-
 dijit/tests/layout/tab4.html                       |    8 +-
 dijit/tests/layout/test_AccordionContainer.html    |   73 +-
 .../layout/test_AccordionContainerDestroy.html     |   57 -
 dijit/tests/layout/test_BorderContainer.html       |  139 +-
 .../tests/layout/test_BorderContainer_complex.html |   67 +-
 .../layout/test_BorderContainer_experimental.html  |  248 +--
 dijit/tests/layout/test_BorderContainer_full.html  |   23 +-
 .../tests/layout/test_BorderContainer_nested.html  |  129 +-
 dijit/tests/layout/test_BorderContainer_prog.html  |   56 -
 dijit/tests/layout/test_ContentPane.html           |   56 +-
 dijit/tests/layout/test_ContentPane_prog.html      |   49 -
 dijit/tests/layout/test_Gui.html                   |  179 +-
 dijit/tests/layout/test_LayoutContainer.html       |  183 ---
 dijit/tests/layout/test_SplitContainer.html        |    4 +-
 dijit/tests/layout/test_StackContainer.html        |  103 +-
 dijit/tests/layout/test_StackContainer_code.html   |   72 -
 dijit/tests/layout/test_TabContainer.html          |  372 ++---
 dijit/tests/layout/test_TabContainerTitlePane.html |   82 -
 dijit/tests/layout/test_TabContainer_noLayout.html |  150 +-
 dijit/tests/layout/test_TabContainer_prog.html     |   61 -
 dijit/tests/layout/test_TabContainer_remote.html   |  116 --
 dijit/tests/layout/test_refreshOnShow.html         |   65 -
 dijit/tests/robot/BgIframe.html                    |  142 ++
 dijit/tests/robot/Calendar_a11y.html               |  232 ++-
 dijit/tests/robot/ColorPalette.html                |   42 +-
 dijit/tests/robot/Dialog_a11y.html                 |  355 ++--
 dijit/tests/robot/Dialog_focusDestroy.html         |   57 +
 dijit/tests/robot/Dialog_mouse.html                |   66 +-
 dijit/tests/robot/InlineEditBox.html               |  209 ++-
 dijit/tests/robot/Menu_a11y.html                   |    2 -
 dijit/tests/robot/Menu_iframe.html                 |  224 +++
 dijit/tests/robot/Menu_mouse.html                  |  177 +-
 dijit/tests/robot/TitlePane.html                   |   48 +
 dijit/tests/robot/Toolbar.html                     |   31 +
 dijit/tests/robot/TooltipDialog_mouse.html         |  219 ++-
 dijit/tests/robot/Tooltip_a11y.html                |    8 +
 dijit/tests/robot/Tooltip_mouse_quirks.html        |   55 +
 dijit/tests/robot/Tree_a11y.html                   |  772 ---------
 dijit/tests/robot/Tree_dnd.html                    |  340 ----
 dijit/tests/robot/Tree_dnd.js                      |  103 --
 dijit/tests/robot/Tree_dnd_multiParent.html        |  273 ---
 dijit/tests/robot/_Widget-ondijitclick_a11y.html   |   16 +-
 dijit/tests/test.html                              |   37 -
 dijit/tests/test_Calendar.html                     |   20 +-
 dijit/tests/test_ColorPalette.html                 |   30 +-
 dijit/tests/test_Declaration.html                  |  105 +-
 dijit/tests/test_Declaration_1.x.html              |  131 ++
 dijit/tests/test_Dialog.html                       |  190 +--
 dijit/tests/test_Dialog_focusDestroy.html          |   23 +-
 dijit/tests/test_InlineEditBox.html                |  127 +-
 dijit/tests/test_Menu.html                         |  300 ++--
 dijit/tests/test_Menu_iframe.html                  |   43 +-
 dijit/tests/test_ProgressBar.html                  |  172 --
 dijit/tests/test_TitlePane.html                    |  125 +-
 dijit/tests/test_Toolbar.html                      |  100 +-
 dijit/tests/test_Tooltip.html                      |   76 +-
 dijit/tests/test_TooltipDialog.html                |  161 +-
 dijit/tests/test_Tree.html                         |  174 --
 .../tests/test_Tree_Notification_API_Support.html  |  293 ----
 dijit/tests/test_bgIframe.html                     |   83 +-
 dijit/tests/test_instantiate.html                  |  118 --
 dijit/tests/tree/CustomLabel.html                  |   92 ++
 dijit/tests/tree/Tree.html                         |  353 ++++
 dijit/tests/tree/Tree_with_JRS.html                |  132 ++
 dijit/tests/tree/module.js                         |   18 +-
 dijit/tests/tree/robot/Tree_a11y.html              |  785 +++++++++
 dijit/tests/tree/robot/Tree_dnd.html               |  704 ++++++++
 dijit/tests/tree/robot/Tree_dnd.js                 |  131 ++
 dijit/tests/tree/robot/Tree_dnd_multiParent.html   |  272 +++
 dijit/tests/tree/robot/Tree_selector.html          |  243 +++
 dijit/tests/tree/robot/Tree_v1.html                |  267 +++
 dijit/tests/tree/runTests.html                     |    9 +
 dijit/tests/tree/test_CustomLabel.html             |   56 -
 dijit/tests/tree/test_Tree.html                    |  170 ++
 dijit/tests/tree/test_Tree_DnD.html                |   76 +-
 dijit/tests/tree/test_Tree_Programmatic.html       |   67 -
 dijit/tests/tree/test_Tree_Styling.html            |  113 --
 dijit/tests/tree/test_Tree_v1.html                 |   41 +-
 dijit/themes/a11y/colors3x4-rtl.png                |  Bin 282 -> 0 bytes
 dijit/themes/a11y/colors7x10-rtl.png               |  Bin 808 -> 0 bytes
 dijit/themes/claro/Calendar.css                    |  335 ++--
 dijit/themes/claro/Calendar.less                   |  273 +++
 dijit/themes/claro/Calendar_rtl.css                |   15 +-
 dijit/themes/claro/Calendar_rtl.less               |   19 +
 dijit/themes/claro/ColorPalette.css                |   23 +-
 dijit/themes/claro/ColorPalette.less               |   44 +
 dijit/themes/claro/Common.css                      |   98 +-
 dijit/themes/claro/Common.less                     |   76 +
 dijit/themes/claro/Dialog.css                      |  247 ++-
 dijit/themes/claro/Dialog.less                     |  203 +++
 dijit/themes/claro/Dialog_rtl.css                  |    9 +-
 dijit/themes/claro/Dialog_rtl.less                 |   13 +
 dijit/themes/claro/Editor.css                      |   50 +-
 dijit/themes/claro/Editor.less                     |   59 +
 dijit/themes/claro/Editor_rtl.css                  |    7 +-
 dijit/themes/claro/Editor_rtl.less                 |    9 +
 dijit/themes/claro/InlineEditBox.css               |   11 +-
 dijit/themes/claro/InlineEditBox.less              |   25 +
 dijit/themes/claro/Menu.css                        |  192 +--
 dijit/themes/claro/Menu.less                       |  188 +++
 dijit/themes/claro/Menu_rtl.css                    |    9 +-
 dijit/themes/claro/Menu_rtl.less                   |   11 +
 dijit/themes/claro/ProgressBar.css                 |   34 +-
 dijit/themes/claro/ProgressBar.less                |   56 +
 dijit/themes/claro/README                          |   64 +
 dijit/themes/claro/TimePicker.css                  |  143 +-
 dijit/themes/claro/TimePicker.less                 |  124 ++
 dijit/themes/claro/TimePicker_rtl.css              |    9 +-
 dijit/themes/claro/TimePicker_rtl.less             |   12 +
 dijit/themes/claro/TitlePane.css                   |   62 +-
 dijit/themes/claro/TitlePane.less                  |   74 +
 dijit/themes/claro/TitlePane_rtl.css               |    4 +-
 dijit/themes/claro/TitlePane_rtl.less              |    7 +
 dijit/themes/claro/Toolbar.css                     |  220 ++-
 dijit/themes/claro/Toolbar.less                    |  157 ++
 dijit/themes/claro/Toolbar_rtl.css                 |   30 +
 dijit/themes/claro/Toolbar_rtl.less                |   32 +
 dijit/themes/claro/Tree.css                        |  130 +-
 dijit/themes/claro/Tree.less                       |  133 ++
 dijit/themes/claro/claro.css                       |    1 -
 dijit/themes/claro/claro_rtl.css                   |    1 +
 dijit/themes/claro/compile.js                      |   55 +
 dijit/themes/claro/document.css                    |  130 +-
 dijit/themes/claro/document.less                   |   45 +
 dijit/themes/claro/form/Button.css                 |  162 +-
 dijit/themes/claro/form/Button.less                |  154 ++
 dijit/themes/claro/form/Button_rtl.css             |   23 +-
 dijit/themes/claro/form/Button_rtl.less            |   16 +
 dijit/themes/claro/form/Checkbox.css               |   68 +-
 dijit/themes/claro/form/Checkbox.less              |   79 +
 dijit/themes/claro/form/Common.css                 |  237 ++-
 dijit/themes/claro/form/Common.less                |  194 +++
 dijit/themes/claro/form/Common_rtl.css             |    6 +-
 dijit/themes/claro/form/Common_rtl.less            |   13 +
 dijit/themes/claro/form/NumberSpinner.css          |  141 +-
 dijit/themes/claro/form/NumberSpinner.less         |  150 ++
 dijit/themes/claro/form/RadioButton.css            |   81 +-
 dijit/themes/claro/form/RadioButton.less           |   84 +
 dijit/themes/claro/form/Select.css                 |  111 +-
 dijit/themes/claro/form/Select.less                |  124 ++
 dijit/themes/claro/form/Select_rtl.css             |    4 +-
 dijit/themes/claro/form/Select_rtl.less            |    6 +
 dijit/themes/claro/form/Slider.css                 |  377 ++---
 dijit/themes/claro/form/Slider.less                |  362 ++++
 dijit/themes/claro/form/Slider_rtl.css             |   25 +-
 dijit/themes/claro/form/Slider_rtl.less            |   33 +
 dijit/themes/claro/images/loading.gif              |  Bin 751 -> 0 bytes
 dijit/themes/claro/images/tooltip.png              |  Bin 1941 -> 1818 bytes
 dijit/themes/claro/images/tooltipGradient.png      |  Bin 0 -> 1030 bytes
 dijit/themes/claro/layout/AccordionContainer.css   |  136 +-
 dijit/themes/claro/layout/AccordionContainer.less  |  116 ++
 dijit/themes/claro/layout/BorderContainer.css      |  111 +-
 dijit/themes/claro/layout/BorderContainer.less     |  128 ++
 dijit/themes/claro/layout/ContentPane.css          |   18 +-
 dijit/themes/claro/layout/ContentPane.less         |   43 +
 dijit/themes/claro/layout/TabContainer.css         |  481 +++---
 dijit/themes/claro/layout/TabContainer.less        |  408 +++++
 dijit/themes/claro/layout/TabContainer_rtl.css     |   74 +-
 dijit/themes/claro/layout/TabContainer_rtl.less    |   81 +
 dijit/themes/claro/layout/images/tabBottom.png     |  Bin 753 -> 718 bytes
 dijit/themes/claro/layout/images/tabTop.png        |  Bin 748 -> 721 bytes
 dijit/themes/claro/variables.less                  |  189 +++
 dijit/themes/dijit.css                             |  207 ++-
 dijit/themes/dijit_rtl.css                         |   14 +-
 dijit/themes/nihilo/Calendar.css                   |   23 +-
 dijit/themes/nihilo/Calendar_rtl.css               |    2 +-
 dijit/themes/nihilo/ColorPalette.css               |    2 +-
 dijit/themes/nihilo/Dialog.css                     |   25 +-
 dijit/themes/nihilo/Menu.css                       |    8 +-
 dijit/themes/nihilo/Menu_rtl.css                   |    4 +-
 dijit/themes/nihilo/ProgressBar.css                |    2 +-
 dijit/themes/nihilo/TimePicker_rtl.css             |    2 +-
 dijit/themes/nihilo/TitlePane.css                  |    2 +-
 dijit/themes/nihilo/TitlePane_rtl.css              |    4 +-
 dijit/themes/nihilo/Toolbar.css                    |    6 +-
 dijit/themes/nihilo/Tree.css                       |    2 +-
 dijit/themes/nihilo/Tree_rtl.css                   |    2 +-
 dijit/themes/nihilo/form/Button.css                |    4 +-
 dijit/themes/nihilo/form/Button_rtl.css            |    2 +-
 dijit/themes/nihilo/form/Checkbox.css              |    2 +-
 dijit/themes/nihilo/form/Common.css                |    2 +-
 dijit/themes/nihilo/form/RadioButton.css           |    2 +-
 dijit/themes/nihilo/form/Select.css                |    8 +-
 dijit/themes/nihilo/form/Slider.css                |   10 +-
 dijit/themes/nihilo/form/Slider_rtl.css            |    4 +-
 .../nihilo/layout/AccordionContainer_rtl.css       |    2 +-
 dijit/themes/nihilo/layout/BorderContainer.css     |   10 +-
 dijit/themes/nihilo/layout/ContentPane.css         |    2 +-
 dijit/themes/nihilo/layout/SplitContainer.css      |    8 +-
 dijit/themes/nihilo/layout/TabContainer.css        |   45 +-
 dijit/themes/nihilo/layout/TabContainer_rtl.css    |    6 +-
 dijit/themes/soria/Calendar.css                    |   22 +
 dijit/themes/soria/Calendar_rtl.css                |    2 +-
 dijit/themes/soria/ColorPalette.css                |    2 +-
 dijit/themes/soria/Dialog.css                      |   25 +-
 dijit/themes/soria/Menu.css                        |    8 +-
 dijit/themes/soria/Menu_rtl.css                    |    2 +-
 dijit/themes/soria/ProgressBar.css                 |    2 +-
 dijit/themes/soria/TimePicker_rtl.css              |    2 +-
 dijit/themes/soria/TitlePane.css                   |    2 +-
 dijit/themes/soria/TitlePane_rtl.css               |    4 +-
 dijit/themes/soria/Toolbar.css                     |   12 +-
 dijit/themes/soria/Tree.css                        |    2 +-
 dijit/themes/soria/Tree_rtl.css                    |    2 +-
 dijit/themes/soria/form/Button.css                 |    2 +-
 dijit/themes/soria/form/Button_rtl.css             |    2 +-
 dijit/themes/soria/form/Checkbox.css               |    2 +-
 dijit/themes/soria/form/Common.css                 |    2 +-
 dijit/themes/soria/form/RadioButton.css            |    2 +-
 dijit/themes/soria/form/Select.css                 |    8 +-
 dijit/themes/soria/form/Slider.css                 |   10 +-
 dijit/themes/soria/form/Slider_rtl.css             |    4 +-
 .../themes/soria/layout/AccordionContainer_rtl.css |    2 +-
 dijit/themes/soria/layout/BorderContainer.css      |   10 +-
 dijit/themes/soria/layout/ContentPane.css          |    2 +-
 dijit/themes/soria/layout/SplitContainer.css       |    8 +-
 dijit/themes/soria/layout/TabContainer.css         |   35 +-
 dijit/themes/soria/layout/TabContainer_rtl.css     |    6 +-
 dijit/themes/themeTester-orig.html                 | 1235 ++++++++++++++
 dijit/themes/themeTester.html                      | 1033 ++++++------
 dijit/themes/tundra/Calendar.css                   |   24 +-
 dijit/themes/tundra/Calendar_rtl.css               |    2 +-
 dijit/themes/tundra/ColorPalette.css               |    2 +-
 dijit/themes/tundra/Dialog.css                     |   23 +-
 dijit/themes/tundra/Menu.css                       |    8 +-
 dijit/themes/tundra/Menu_rtl.css                   |    2 +-
 dijit/themes/tundra/ProgressBar.css                |    2 +-
 dijit/themes/tundra/TimePicker_rtl.css             |    2 +-
 dijit/themes/tundra/TitlePane.css                  |    6 +-
 dijit/themes/tundra/TitlePane_rtl.css              |    2 +-
 dijit/themes/tundra/Toolbar.css                    |   12 +-
 dijit/themes/tundra/form/Button.css                |    4 +-
 dijit/themes/tundra/form/Checkbox.css              |    2 +-
 dijit/themes/tundra/form/Common.css                |    2 +-
 dijit/themes/tundra/form/Select.css                |    8 +-
 dijit/themes/tundra/form/Slider.css                |   20 +-
 dijit/themes/tundra/form/Slider_rtl.css            |    8 +-
 dijit/themes/tundra/layout/BorderContainer.css     |    2 +-
 dijit/themes/tundra/layout/ContentPane.css         |    2 +-
 dijit/themes/tundra/layout/TabContainer.css        |   28 +-
 dijit/themes/tundra/layout/TabContainer_rtl.css    |    2 +-
 dijit/tree/ForestStoreModel.js                     |   52 +-
 dijit/tree/TreeStoreModel.js                       |   18 +-
 dijit/tree/_dndContainer.js                        |   44 +-
 dijit/tree/_dndSelector.js                         |  273 +--
 dijit/tree/dndSource.js                            |   64 +-
 dojo/AdapterRegistry.js                            |    9 +-
 dojo/DeferredList.js                               |    8 +-
 dojo/LICENSE                                       |    2 +-
 dojo/NodeList-data.js                              |  170 ++
 dojo/NodeList-fx.js                                |   38 +-
 dojo/NodeList-html.js                              |   16 +-
 dojo/NodeList-manipulate.js                        |   23 +-
 dojo/NodeList-traverse.js                          |   35 +-
 dojo/OpenAjax.js                                   |   40 +-
 dojo/Stateful.js                                   |   39 +-
 dojo/_base.js                                      |   20 +-
 dojo/_base/Color.js                                |    9 +-
 dojo/_base/Deferred.js                             |  109 +-
 dojo/_base/NodeList.js                             |   85 +-
 dojo/_base/_loader/bootstrap.js                    |   93 +-
 dojo/_base/_loader/hostenv_browser.js              |   50 +-
 dojo/_base/_loader/hostenv_ff_ext.js               |    4 +-
 dojo/_base/_loader/hostenv_rhino.js                |   18 +-
 dojo/_base/_loader/hostenv_spidermonkey.js         |   20 +-
 dojo/_base/_loader/loader.js                       |  267 ++-
 dojo/_base/_loader/loader_xd.js                    |   38 +-
 dojo/_base/array.js                                |   40 +-
 dojo/_base/browser.js                              |   34 +-
 dojo/_base/connect.js                              |  111 +-
 dojo/_base/declare.js                              |   30 +-
 dojo/_base/event.js                                |  127 +-
 dojo/_base/fx.js                                   |    9 +-
 dojo/_base/html.js                                 |  271 ++-
 dojo/_base/json.js                                 |   17 +-
 dojo/_base/lang.js                                 |   37 +-
 dojo/_base/query-sizzle.js                         |   39 +-
 dojo/_base/query.js                                |  365 ++--
 dojo/_base/window.js                               |   22 +-
 dojo/_base/xhr.js                                  |  123 +-
 dojo/_firebug/firebug.js                           |  108 +-
 dojo/back.js                                       |   67 +-
 dojo/behavior.js                                   |   91 +-
 dojo/cache.js                                      |   12 +-
 dojo/cldr/monetary.js                              |    6 +-
 dojo/cldr/nls/ar/buddhist.js                       |  115 ++
 dojo/cldr/nls/ar/currency.js                       |   30 +-
 dojo/cldr/nls/ar/gregorian.js                      |  389 ++---
 dojo/cldr/nls/ar/hebrew.js                         |  206 +--
 dojo/cldr/nls/ar/islamic-civil.js                  |  346 ++--
 dojo/cldr/nls/ar/islamic.js                        |  250 +--
 dojo/cldr/nls/ar/number.js                         |   43 +-
 dojo/cldr/nls/buddhist.js                          |  417 ++---
 dojo/cldr/nls/ca/currency.js                       |   28 +-
 dojo/cldr/nls/ca/gregorian.js                      |  388 ++---
 dojo/cldr/nls/ca/number.js                         |   41 +-
 dojo/cldr/nls/cs/currency.js                       |   28 +-
 dojo/cldr/nls/cs/gregorian.js                      |  331 ++--
 dojo/cldr/nls/cs/number.js                         |   41 +-
 dojo/cldr/nls/currency.js                          |   60 +-
 dojo/cldr/nls/da/buddhist.js                       |  141 ++
 dojo/cldr/nls/da/currency.js                       |   30 +-
 dojo/cldr/nls/da/gregorian.js                      |  391 ++---
 dojo/cldr/nls/da/islamic.js                        |   87 +
 dojo/cldr/nls/da/number.js                         |   41 +-
 dojo/cldr/nls/de/buddhist.js                       |  130 ++
 dojo/cldr/nls/de/currency.js                       |   32 +-
 dojo/cldr/nls/de/gregorian.js                      |  397 ++---
 dojo/cldr/nls/de/islamic.js                        |  172 ++
 dojo/cldr/nls/de/number.js                         |   41 +-
 dojo/cldr/nls/el/buddhist.js                       |  120 ++
 dojo/cldr/nls/el/currency.js                       |   28 +-
 dojo/cldr/nls/el/gregorian.js                      |  401 ++---
 dojo/cldr/nls/el/hebrew.js                         |   73 +
 dojo/cldr/nls/el/number.js                         |   37 +-
 dojo/cldr/nls/en-au/currency.js                    |   14 +-
 dojo/cldr/nls/en-au/gregorian.js                   |   32 +-
 dojo/cldr/nls/en-au/number.js                      |   11 +-
 dojo/cldr/nls/en-ca/currency.js                    |   14 +-
 dojo/cldr/nls/en-ca/gregorian.js                   |   38 +-
 dojo/cldr/nls/en-gb/buddhist.js                    |  101 ++
 dojo/cldr/nls/en-gb/gregorian.js                   |   44 +-
 dojo/cldr/nls/en-gb/islamic.js                     |  153 ++
 dojo/cldr/nls/en-gb/number.js                      |   11 +-
 dojo/cldr/nls/en/buddhist.js                       |  109 ++
 dojo/cldr/nls/en/currency.js                       |   32 +-
 dojo/cldr/nls/en/gregorian.js                      |  376 ++---
 dojo/cldr/nls/en/islamic.js                        |  166 ++
 dojo/cldr/nls/en/number.js                         |   42 +-
 dojo/cldr/nls/es/buddhist.js                       |  125 ++
 dojo/cldr/nls/es/currency.js                       |   28 +-
 dojo/cldr/nls/es/gregorian.js                      |  394 ++---
 dojo/cldr/nls/es/islamic.js                        |  179 ++
 dojo/cldr/nls/es/number.js                         |   39 +-
 dojo/cldr/nls/fi/buddhist.js                       |  166 ++
 dojo/cldr/nls/fi/currency.js                       |   42 +-
 dojo/cldr/nls/fi/gregorian.js                      |  396 ++---
 dojo/cldr/nls/fi/hebrew.js                         |  176 ++
 dojo/cldr/nls/fi/islamic.js                        |  155 ++
 dojo/cldr/nls/fi/number.js                         |   41 +-
 dojo/cldr/nls/fr-ch/gregorian.js                   |    9 +
 dojo/cldr/nls/fr-ch/number.js                      |    9 +
 dojo/cldr/nls/fr/currency.js                       |   44 +-
 dojo/cldr/nls/fr/gregorian.js                      |  408 ++---
 dojo/cldr/nls/fr/number.js                         |   41 +-
 dojo/cldr/nls/gregorian.js                         |  461 +++---
 dojo/cldr/nls/he/currency.js                       |   28 +-
 dojo/cldr/nls/he/gregorian.js                      |  356 ++--
 dojo/cldr/nls/he/hebrew.js                         |  200 +--
 dojo/cldr/nls/he/islamic.js                        |  188 +--
 dojo/cldr/nls/he/number.js                         |   41 +-
 dojo/cldr/nls/hebrew.js                            |  427 ++---
 dojo/cldr/nls/hu/currency.js                       |   32 +-
 dojo/cldr/nls/hu/gregorian.js                      |  368 +++--
 dojo/cldr/nls/hu/number.js                         |   39 +-
 dojo/cldr/nls/islamic.js                           |  414 ++---
 dojo/cldr/nls/it/currency.js                       |   28 +-
 dojo/cldr/nls/it/gregorian.js                      |  387 ++---
 dojo/cldr/nls/it/number.js                         |   21 +-
 dojo/cldr/nls/ja/currency.js                       |   34 +-
 dojo/cldr/nls/ja/gregorian.js                      |  370 ++---
 dojo/cldr/nls/ja/number.js                         |   21 +-
 dojo/cldr/nls/ko/currency.js                       |   28 +-
 dojo/cldr/nls/ko/gregorian.js                      |  403 ++---
 dojo/cldr/nls/ko/number.js                         |   41 +-
 dojo/cldr/nls/nb/currency.js                       |   44 +-
 dojo/cldr/nls/nb/gregorian.js                      |  386 ++---
 dojo/cldr/nls/nb/number.js                         |   41 +-
 dojo/cldr/nls/nl/currency.js                       |   28 +-
 dojo/cldr/nls/nl/gregorian.js                      |  437 ++---
 dojo/cldr/nls/nl/number.js                         |   41 +-
 dojo/cldr/nls/number.js                            |   89 +-
 dojo/cldr/nls/pl/currency.js                       |   28 +-
 dojo/cldr/nls/pl/gregorian.js                      |  402 ++---
 dojo/cldr/nls/pl/number.js                         |   41 +-
 dojo/cldr/nls/pt-pt/gregorian.js                   |  223 +--
 dojo/cldr/nls/pt-pt/number.js                      |   13 +-
 dojo/cldr/nls/pt/currency.js                       |   28 +-
 dojo/cldr/nls/pt/gregorian.js                      |  392 ++---
 dojo/cldr/nls/pt/number.js                         |   41 +-
 dojo/cldr/nls/ro/buddhist.js                       |  121 ++
 dojo/cldr/nls/ro/currency.js                       |   15 +
 dojo/cldr/nls/ro/gregorian.js                      |  251 +++
 dojo/cldr/nls/ro/number.js                         |   22 +
 dojo/cldr/nls/ru/currency.js                       |   30 +-
 dojo/cldr/nls/ru/gregorian.js                      |  384 ++---
 dojo/cldr/nls/ru/number.js                         |   39 +-
 dojo/cldr/nls/sk/currency.js                       |   28 +-
 dojo/cldr/nls/sk/gregorian.js                      |  372 ++---
 dojo/cldr/nls/sk/number.js                         |   15 +-
 dojo/cldr/nls/sl/currency.js                       |   32 +-
 dojo/cldr/nls/sl/gregorian.js                      |  355 ++--
 dojo/cldr/nls/sl/number.js                         |   41 +-
 dojo/cldr/nls/sv/currency.js                       |   34 +-
 dojo/cldr/nls/sv/gregorian.js                      |  404 ++---
 dojo/cldr/nls/sv/number.js                         |   41 +-
 dojo/cldr/nls/th/buddhist.js                       |  190 +--
 dojo/cldr/nls/th/currency.js                       |   30 +-
 dojo/cldr/nls/th/gregorian.js                      |  386 ++---
 dojo/cldr/nls/th/number.js                         |   41 +-
 dojo/cldr/nls/tr/currency.js                       |   32 +-
 dojo/cldr/nls/tr/gregorian.js                      |  396 ++---
 dojo/cldr/nls/tr/number.js                         |   41 +-
 dojo/cldr/nls/zh-hant/buddhist.js                  |  146 ++
 dojo/cldr/nls/zh-hant/currency.js                  |   16 +
 dojo/cldr/nls/zh-hant/gregorian.js                 |  228 +++
 dojo/cldr/nls/zh-hant/islamic.js                   |   87 +
 dojo/cldr/nls/zh-hant/number.js                    |    7 +
 dojo/cldr/nls/zh-hk/currency.js                    |   15 +
 dojo/cldr/nls/zh-hk/gregorian.js                   |   85 +
 dojo/cldr/nls/zh-hk/number.js                      |    7 +
 dojo/cldr/nls/zh-tw/currency.js                    |  359 +---
 dojo/cldr/nls/zh-tw/gregorian.js                   |  242 +--
 dojo/cldr/nls/zh/currency.js                       |   30 +-
 dojo/cldr/nls/zh/gregorian.js                      |  412 ++---
 dojo/cldr/nls/zh/number.js                         |   21 +-
 dojo/cldr/supplemental.js                          |   20 +-
 dojo/colors.js                                     |   12 +-
 dojo/cookie.js                                     |   19 +-
 dojo/currency.js                                   |   19 +-
 dojo/data/ItemFileReadStore.js                     |  200 +--
 dojo/data/ItemFileWriteStore.js                    |   88 +-
 dojo/data/ObjectStore.js                           |  477 ++++++
 dojo/data/api/Identity.js                          |   34 +-
 dojo/data/api/Notification.js                      |   36 +-
 dojo/data/api/Read.js                              |  164 +-
 dojo/data/api/Request.js                           |   15 +-
 dojo/data/api/Write.js                             |   44 +-
 dojo/data/util/filter.js                           |   12 +-
 dojo/data/util/simpleFetch.js                      |   29 +-
 dojo/data/util/sorter.js                           |   24 +-
 dojo/date.js                                       |   16 +-
 dojo/date/locale.js                                |   51 +-
 dojo/date/stamp.js                                 |   12 +-
 dojo/dnd/Avatar.js                                 |    9 +-
 dojo/dnd/Container.js                              |   17 +-
 dojo/dnd/Manager.js                                |   25 +-
 dojo/dnd/Moveable.js                               |   32 +-
 dojo/dnd/Mover.js                                  |   52 +-
 dojo/dnd/Selector.js                               |    8 +-
 dojo/dnd/Source.js                                 |   12 +-
 dojo/dnd/TimedMoveable.js                          |    9 +-
 dojo/dnd/autoscroll.js                             |   35 +-
 dojo/dnd/common.js                                 |    6 +-
 dojo/dnd/move.js                                   |  116 +-
 dojo/dojo.js                                       |   41 +-
 dojo/fx.js                                         |   37 +-
 dojo/fx/Toggler.js                                 |   17 +-
 dojo/fx/easing.js                                  |   62 +-
 dojo/gears.js                                      |    8 +-
 dojo/hash.js                                       |   42 +-
 dojo/html.js                                       |  102 +-
 dojo/i18n.js                                       |   29 +-
 dojo/io/iframe.js                                  |   72 +-
 dojo/io/script.js                                  |   26 +-
 dojo/jaxer.js                                      |    5 +-
 dojo/lib/backCompat.js                             |  276 ++++
 dojo/lib/kernel.js                                 |   19 +
 dojo/lib/main-browser.js                           |   54 +
 dojo/lib/plugins/i18n.js                           |   87 +
 dojo/lib/plugins/text.js                           |   63 +
 dojo/nls/ar/colors.js                              |    6 +-
 dojo/nls/ca/colors.js                              |    6 +-
 dojo/nls/colors.js                                 |   36 +-
 dojo/nls/cs/colors.js                              |    6 +-
 dojo/nls/da/colors.js                              |    6 +-
 dojo/nls/de/colors.js                              |    6 +-
 dojo/nls/el/colors.js                              |    6 +-
 dojo/nls/es/colors.js                              |    6 +-
 dojo/nls/fi/colors.js                              |  290 ++--
 dojo/nls/fr/colors.js                              |    6 +-
 dojo/nls/he/colors.js                              |    6 +-
 dojo/nls/hu/colors.js                              |    6 +-
 dojo/nls/it/colors.js                              |    6 +-
 dojo/nls/ja/colors.js                              |    6 +-
 dojo/nls/kk/colors.js                              |  159 ++
 dojo/nls/ko/colors.js                              |    6 +-
 dojo/nls/nb/colors.js                              |    6 +-
 dojo/nls/nl/colors.js                              |    6 +-
 dojo/nls/pl/colors.js                              |  110 +-
 dojo/nls/pt-pt/colors.js                           |   14 +-
 dojo/nls/pt/colors.js                              |   58 +-
 dojo/nls/ro/colors.js                              |    6 +-
 dojo/nls/ru/colors.js                              |    6 +-
 dojo/nls/sk/colors.js                              |    6 +-
 dojo/nls/sl/colors.js                              |  105 +-
 dojo/nls/sv/colors.js                              |    6 +-
 dojo/nls/th/colors.js                              |    6 +-
 dojo/nls/tr/colors.js                              |    6 +-
 dojo/nls/zh-tw/colors.js                           |    6 +-
 dojo/nls/zh/colors.js                              |  188 +--
 dojo/number.js                                     |   38 +-
 dojo/package.json                                  |   21 +
 dojo/parser.js                                     |  305 ++--
 dojo/regexp.js                                     |   16 +-
 dojo/resources/_modules.js                         |    2 +-
 dojo/robot.js                                      |    8 +-
 dojo/robotx.js                                     |   80 +-
 dojo/rpc/JsonService.js                            |    8 +-
 dojo/rpc/JsonpService.js                           |   15 +-
 dojo/rpc/RpcService.js                             |   13 +-
 dojo/store/Cache.js                                |  142 ++
 dojo/store/DataStore.js                            |  132 ++
 dojo/store/JsonRest.js                             |  136 ++
 dojo/store/Memory.js                               |  153 ++
 dojo/store/Observable.js                           |  164 ++
 dojo/store/README                                  |   10 +
 dojo/store/api/Store.js                            |  297 ++++
 dojo/store/util/QueryResults.js                    |   58 +
 dojo/store/util/SimpleQueryEngine.js               |  107 ++
 dojo/string.js                                     |   24 +-
 dojo/tests/AdapterRegistry.js                      |    8 +-
 dojo/tests/DeferredList.js                         |    8 +-
 dojo/tests/NodeList-data.html                      |  209 +++
 dojo/tests/NodeList-data.js                        |    4 +
 dojo/tests/NodeList-traverse.html                  |   57 +-
 dojo/tests/Stateful.js                             |   39 +-
 dojo/tests/_base.js                                |   14 +-
 dojo/tests/_base/AMD-build-transform/t1.js         |   38 +
 dojo/tests/_base/AMD-build-transform/t2.js         |   14 +
 dojo/tests/_base/AMD-build-transform/t3.js         |    8 +
 dojo/tests/_base/AMD-build-transform/t4.js         |   13 +
 dojo/tests/_base/AMD-build-transform/t5.js         |   13 +
 dojo/tests/_base/Color.js                          |    2 +-
 dojo/tests/_base/Deferred.js                       |   83 +-
 dojo/tests/_base/NodeList.html                     |   18 +-
 dojo/tests/_base/_loader/8976.html                 |    5 +-
 dojo/tests/_base/_loader/a.js                      |    3 +
 dojo/tests/_base/_loader/afterOnLoad.html          |    6 +-
 dojo/tests/_base/_loader/bootstrap.js              |   15 +-
 dojo/tests/_base/_loader/config-data-global.html   |   31 +
 dojo/tests/_base/_loader/config-data.html          |   24 +
 dojo/tests/_base/_loader/config-dj-elemt.html      |   24 +
 dojo/tests/_base/_loader/config-dj-global.html     |   29 +
 dojo/tests/_base/_loader/hostenv_browser.js        |    8 +-
 dojo/tests/_base/_loader/hostenv_rhino.js          |    2 +-
 dojo/tests/_base/_loader/hostenv_spidermonkey.js   |    2 +-
 dojo/tests/_base/_loader/loader.js                 |    2 +-
 dojo/tests/_base/_loader/modules.js                |   21 +
 dojo/tests/_base/_loader/modules/anon.js           |    6 +
 dojo/tests/_base/_loader/modules/data.js           |    4 +
 dojo/tests/_base/_loader/modules/factoryArity.js   |    2 +
 dojo/tests/_base/_loader/modules/full.js           |    7 +
 dojo/tests/_base/_loader/modules/wrapped.js        |    4 +
 dojo/tests/_base/_loader/scope/scope04.html        |    6 +-
 dojo/tests/_base/_loader/scope/scopeContained.html |    6 +-
 .../_base/_loader/scope/scopeContainedXd.html      |    6 +-
 dojo/tests/_base/_loader/scope/scopeDjConfig.html  |    6 +-
 dojo/tests/_base/_loader/scope/scopeSingle.html    |    6 +-
 .../tests/_base/_loader/scope/scopeSingleDaac.html |    6 +-
 dojo/tests/_base/array.js                          |    2 +-
 dojo/tests/_base/connect.js                        |   18 +-
 dojo/tests/_base/declare.js                        |    2 +-
 dojo/tests/_base/html.html                         |   61 +-
 dojo/tests/_base/html_rtl.html                     |  178 +-
 dojo/tests/_base/json.js                           |    2 +-
 dojo/tests/_base/lang.js                           |   10 +-
 dojo/tests/_base/query.html                        |    2 +-
 dojo/tests/_base/query.js                          |    4 +-
 dojo/tests/_base/runTests.html                     |    9 +
 dojo/tests/_base/scrollingIframe.js                |  104 ++
 dojo/tests/_base/scrollingQuirksIframe.html        |    6 +
 dojo/tests/_base/scrollingStrictIframe.html        |    6 +
 dojo/tests/_base/window.js                         |    2 +-
 dojo/tests/amd/backCompat.js                       |  118 ++
 dojo/tests/amd/main.js                             |   26 +
 dojo/tests/amd/smoke-bdLoad.html                   |   42 +
 dojo/tests/amd/smoke-requirejs.html                |   46 +
 dojo/tests/amd/smoke.txt                           |    1 +
 dojo/tests/amd/text.html                           |    1 +
 dojo/tests/baseonly.js                             |    7 +
 dojo/tests/behavior.html                           |    3 +-
 dojo/tests/cache.js                                |    2 +-
 dojo/tests/cldr.js                                 |    2 +-
 dojo/tests/colors.js                               |    2 +-
 dojo/tests/currency.js                             |   85 +-
 dojo/tests/data.js                                 |    9 +-
 dojo/tests/data/ItemFileReadStore.js               |    8 +-
 dojo/tests/data/ItemFileWriteStore.js              |  153 +-
 dojo/tests/data/ObjectStore.js                     |   98 ++
 dojo/tests/data/readOnlyItemFileTestTemplates.js   |  411 +++--
 dojo/tests/data/utils.js                           |    2 +-
 dojo/tests/date.js                                 |    8 +-
 dojo/tests/date/locale.js                          |   47 +-
 dojo/tests/date/stamp.js                           |    2 +-
 dojo/tests/dnd/test_box_constraints.html           |   12 +-
 dojo/tests/dnd/test_custom_constraints.html        |    6 +-
 .../tests/dnd/test_parent_constraints_margins.html |    1 -
 dojo/tests/hash.js                                 |    2 +-
 dojo/tests/html/test_set.html                      |  758 +++++----
 dojo/tests/i18n.js                                 |   55 +-
 dojo/tests/module.js                               |    4 +-
 dojo/tests/nls/ar/salutations.js                   |    4 +
 dojo/tests/nls/cs/salutations.js                   |    4 +
 dojo/tests/nls/de/salutations.js                   |    4 +
 dojo/tests/nls/el/salutations.js                   |    4 +
 dojo/tests/nls/en-au/salutations.js                |    4 +
 dojo/tests/nls/en-us-hawaii/salutations.js         |    4 +
 .../nls/en-us-new_york-brooklyn/salutations.js     |    4 +
 dojo/tests/nls/en-us-texas/salutations.js          |    4 +
 dojo/tests/nls/es/salutations.js                   |    4 +
 dojo/tests/nls/fa/salutations.js                   |    4 +
 dojo/tests/nls/fr/salutations.js                   |    4 +
 dojo/tests/nls/he/salutations.js                   |    4 +
 dojo/tests/nls/hi/salutations.js                   |    4 +
 dojo/tests/nls/it/salutations.js                   |    4 +
 dojo/tests/nls/ja/salutations.js                   |    4 +
 dojo/tests/nls/ko/salutations.js                   |    4 +
 dojo/tests/nls/pl/salutations.js                   |    4 +
 dojo/tests/nls/pt/salutations.js                   |    4 +
 dojo/tests/nls/ru/salutations.js                   |    4 +
 dojo/tests/nls/salutations.js                      |   30 +
 dojo/tests/nls/sw/salutations.js                   |    4 +
 dojo/tests/nls/th/salutations.js                   |    4 +
 dojo/tests/nls/tr/salutations.js                   |    4 +
 dojo/tests/nls/yi/salutations.js                   |    4 +
 dojo/tests/nls/zh-cn/salutations.js                |    4 +
 dojo/tests/nls/zh-tw/salutations.js                |    4 +
 dojo/tests/number.js                               |  259 +--
 dojo/tests/parser.html                             |  329 ++--
 dojo/tests/regexp.js                               |    2 +-
 dojo/tests/resources/test_css.html                 |    2 +-
 dojo/tests/rpc.js                                  |    8 +-
 dojo/tests/sie/all.js                              |   22 +
 dojo/tests/sie/smoke-v15.html                      |   29 +
 dojo/tests/sie/smoke.html                          |   31 +
 dojo/tests/smoke-dojo-sie.html                     |   11 +
 dojo/tests/store.js                                |    4 +
 dojo/tests/store/Cache.js                          |   83 +
 dojo/tests/store/DataStore.js                      |   54 +
 dojo/tests/store/JsonRest.js                       |   40 +
 dojo/tests/store/Memory.js                         |   99 ++
 dojo/tests/store/Observable.js                     |   92 ++
 dojo/tests/store/node1.1                           |    4 +
 dojo/tests/store/node1.2                           |    1 +
 dojo/tests/store/runTests.html                     |    9 +
 dojo/tests/store/treeTestRoot                      |   10 +
 dojo/tests/string.js                               |   14 +-
 dojo/tests/window/test_scroll.html                 |  195 +--
 dojo/uacss.js                                      |    8 +-
 dojo/window.js                                     |   20 +-
 dojox/LICENSE                                      |    2 +-
 dojox/NodeList/README                              |   33 +
 dojox/NodeList/delegate.js                         |   56 +
 dojox/NodeList/tests/delegate.html                 |   70 +
 dojox/analytics/Urchin.js                          |   34 +-
 dojox/analytics/_base.js                           |    2 +-
 dojox/analytics/plugins/consoleMessages.js         |    2 +-
 dojox/analytics/plugins/idle.js                    |    2 +-
 dojox/analytics/plugins/mouseOver.js               |   14 +-
 dojox/analytics/plugins/window.js                  |    4 +-
 dojox/analytics/profiles/analytics.profile.js      |    2 +-
 .../analytics/profiles/analyticsInBase.profile.js  |    2 +-
 dojox/atom/io/Connection.js                        |  102 +-
 dojox/atom/io/model.js                             |  348 ++--
 dojox/atom/tests/io/module.js                      |    4 +-
 dojox/atom/widget/FeedEntryEditor.js               |  166 +-
 dojox/atom/widget/FeedEntryViewer.js               |   16 +-
 dojox/atom/widget/FeedViewer.js                    |  206 +--
 dojox/atom/widget/nls/ar/FeedEntryViewer.js        |    4 +-
 dojox/atom/widget/nls/ar/PeopleEditor.js           |    3 +-
 dojox/atom/widget/nls/ca/FeedEntryViewer.js        |    2 +-
 dojox/atom/widget/nls/da/FeedEntryViewer.js        |    3 +-
 dojox/atom/widget/nls/fi/FeedEntryViewer.js        |    5 +-
 dojox/atom/widget/nls/fi/PeopleEditor.js           |    3 +-
 dojox/atom/widget/nls/he/FeedEntryViewer.js        |    3 +-
 dojox/atom/widget/nls/kk/FeedEntryEditor.js        |    7 +
 dojox/atom/widget/nls/kk/FeedEntryViewer.js        |   12 +
 dojox/atom/widget/nls/kk/FeedViewerEntry.js        |    4 +
 dojox/atom/widget/nls/kk/PeopleEditor.js           |    6 +
 dojox/atom/widget/nls/ko/FeedEntryViewer.js        |    6 +-
 dojox/atom/widget/nls/pl/FeedEntryEditor.js        |   11 +-
 dojox/atom/widget/nls/pl/FeedEntryViewer.js        |    7 +-
 dojox/atom/widget/nls/sl/PeopleEditor.js           |    2 +-
 dojox/atom/widget/nls/sv/PeopleEditor.js           |    2 +-
 dojox/atom/widget/nls/zh-tw/FeedEntryViewer.js     |    4 +-
 dojox/atom/widget/nls/zh-tw/PeopleEditor.js        |    4 +-
 dojox/calc/FuncGen.js                              |  139 ++
 dojox/calc/GraphPro.js                             |  136 ++
 dojox/calc/Grapher.js                              |  623 +++++++
 dojox/calc/Readme.txt                              |  175 ++
 dojox/calc/Standard.js                             |  356 ++++
 dojox/calc/_Executor.js                            |  146 ++
 dojox/calc/_ExecutorIframe.html                    |  525 ++++++
 dojox/calc/resources/Common.css                    |  146 ++
 dojox/calc/resources/GraphPro.css                  |    7 +
 dojox/calc/resources/Standard.css                  |    7 +
 dojox/calc/templates/FuncGen.html                  |   17 +
 dojox/calc/templates/GraphPro.html                 |  165 ++
 dojox/calc/templates/Grapher.html                  |  117 ++
 dojox/calc/templates/Standard.html                 |  101 ++
 dojox/calc/tests/test_Executor.html                |  289 ++++
 dojox/calc/tests/test_GraphPro.html                |   42 +
 dojox/calc/tests/test_Standard.html                |   38 +
 dojox/calc/toFrac.js                               |  137 ++
 dojox/charting/Chart.js                            | 1108 +++++++++++++
 dojox/charting/Chart2D.js                          | 1032 +-----------
 dojox/charting/Element.js                          |  115 ++
 dojox/charting/Series.js                           |    2 +-
 dojox/charting/StoreSeries.js                      |   98 ++
 dojox/charting/Theme.js                            |   20 +-
 dojox/charting/action2d/Base.js                    |    4 +-
 dojox/charting/action2d/Tooltip.js                 |  184 +--
 dojox/charting/axis2d/Default.js                   |  149 +-
 dojox/charting/axis2d/Invisible.js                 |   22 +-
 dojox/charting/plot2d/Bubble.js                    |    5 +-
 dojox/charting/plot2d/Default.js                   |    5 +-
 dojox/charting/plot2d/Pie.js                       |  168 +-
 dojox/charting/plot2d/Scatter.js                   |    3 +-
 dojox/charting/plot2d/Spider.js                    |  640 ++++++++
 dojox/charting/plot2d/StackedBars.js               |    1 +
 dojox/charting/plot2d/StackedColumns.js            |    1 +
 dojox/charting/plot2d/_PlotEvents.js               |   18 +-
 dojox/charting/plot2d/common.js                    |   14 +-
 dojox/charting/plot3d/Bars.js                      |    4 +-
 dojox/charting/plot3d/Cylinders.js                 |    6 +-
 dojox/charting/resources/Legend.css                |   24 +
 dojox/charting/scaler/common.js                    |   10 +-
 dojox/charting/scaler/linear.js                    |    8 +-
 .../charting/tests/gradients/test_grad_bars1.html  |   14 +-
 .../charting/tests/gradients/test_grad_bars2.html  |   12 +-
 .../charting/tests/gradients/test_grad_bars3.html  |   12 +-
 .../charting/tests/gradients/test_grad_bars4.html  |   12 +-
 .../charting/tests/gradients/test_grad_bars5.html  |   12 +-
 .../tests/gradients/test_grad_bubble1.html         |    6 +-
 .../tests/gradients/test_grad_bubble2.html         |    6 +-
 .../tests/gradients/test_grad_bubble3.html         |    6 +-
 .../tests/gradients/test_grad_bubble4.html         |    6 +-
 .../tests/gradients/test_grad_bubble6.html         |    6 +-
 .../tests/gradients/test_grad_columns1.html        |   14 +-
 .../tests/gradients/test_grad_columns2.html        |   12 +-
 .../tests/gradients/test_grad_columns3.html        |   12 +-
 .../tests/gradients/test_grad_columns4.html        |   12 +-
 .../tests/gradients/test_grad_columns5.html        |   12 +-
 dojox/charting/tests/gradients/test_grad_pie1.html |    5 +-
 dojox/charting/tests/gradients/test_grad_pie2.html |    5 +-
 dojox/charting/tests/gradients/test_grad_pie3.html |    5 +-
 dojox/charting/tests/gradients/test_grad_pie4.html |    5 +-
 dojox/charting/tests/gradients/test_grad_pie7.html |    5 +-
 dojox/charting/tests/gradients/test_grad_pie8.html |    5 +-
 dojox/charting/tests/gradients/test_grad_pie9.html |    5 +-
 dojox/charting/tests/gradients/test_grad_pieA.html |    5 +-
 .../tests/gradients/test_grad_scatter1.html        |    8 +-
 .../tests/gradients/test_grad_scatter2.html        |    6 +-
 .../tests/gradients/test_grad_scatterB.html        |    6 +-
 dojox/charting/tests/test_DataSeries.html          |   10 +-
 dojox/charting/tests/test_StoreSeries.html         |  225 +++
 dojox/charting/tests/test_anim2d.html              |   39 +-
 dojox/charting/tests/test_axes.html                |   13 +-
 dojox/charting/tests/test_axisZoomControl.html     |   12 +-
 dojox/charting/tests/test_bars.html                |    4 -
 dojox/charting/tests/test_chart2d.html             |  120 +-
 dojox/charting/tests/test_chart2d_dynamics.html    |   44 +-
 dojox/charting/tests/test_chart2d_updating.html    |   14 +-
 dojox/charting/tests/test_chartAxisTitle.html      |  164 ++
 dojox/charting/tests/test_chartTitle.html          |   93 ++
 dojox/charting/tests/test_cylinders.html           |    4 -
 dojox/charting/tests/test_event2d.html             |   82 +-
 dojox/charting/tests/test_fireEvent.html           |   16 +-
 dojox/charting/tests/test_label_shortening.html    |  145 ++
 dojox/charting/tests/test_labels2d.html            |   55 +-
 dojox/charting/tests/test_nulls.html               |   26 +-
 dojox/charting/tests/test_pie2d.html               |   33 +-
 dojox/charting/tests/test_pie_smart_label.html     |  133 ++
 dojox/charting/tests/test_plot_order.html          |    6 +-
 dojox/charting/tests/test_rotatedLabels.html       |    6 +-
 dojox/charting/tests/test_scaler.html              |    5 -
 dojox/charting/tests/test_selectableLegend.html    |  249 +++
 dojox/charting/tests/test_series_order.html        |    6 +-
 dojox/charting/tests/test_sparklines.html          |    4 +-
 dojox/charting/tests/test_spider2d.html            |  285 ++++
 dojox/charting/tests/test_tension.html             |    6 +-
 dojox/charting/tests/test_themes.html              |   30 +-
 dojox/charting/tests/test_widget2d.html            |   38 +-
 dojox/charting/tests/test_widget2d_deprecated.html |  104 ++
 dojox/charting/tests/test_win2d.html               |   19 +-
 dojox/charting/tests/theme_preview.html            |    7 +-
 dojox/charting/themes/Charged.js                   |   20 +-
 dojox/charting/themes/Claro.js                     |  108 ++
 dojox/charting/themes/Distinctive.js               |    4 +-
 dojox/charting/themes/ET/greys.js                  |   55 -
 dojox/charting/themes/Electric.js                  |   20 +-
 dojox/charting/themes/Harmony.js                   |    2 +-
 dojox/charting/themes/Midwest.js                   |    2 +-
 dojox/charting/themes/Minty.js                     |    2 +-
 dojox/charting/themes/Renkoo.js                    |   16 +-
 dojox/charting/themes/SageToLime.js                |    2 +-
 dojox/charting/themes/Tom.js                       |   16 +-
 dojox/charting/themes/Tufte.js                     |   16 +-
 dojox/charting/widget/Chart.js                     |  267 +++
 dojox/charting/widget/Chart2D.js                   |  265 +--
 dojox/charting/widget/Legend.js                    |   38 +-
 dojox/charting/widget/SelectableLegend.js          |  237 +++
 dojox/charting/widget/Sparkline.js                 |    6 +-
 dojox/collections/BinaryTree.js                    |   10 +-
 dojox/collections/Dictionary.js                    |    8 +-
 dojox/collections/SortedList.js                    |    2 +-
 dojox/collections/_base.js                         |   10 +-
 dojox/color/Colorspace.js                          |   52 +-
 dojox/color/Palette.js                             |   14 +-
 dojox/cometd/HttpChannels.js                       |    8 +-
 dojox/cometd/RestChannels.js                       |   74 +-
 dojox/cometd/_base.js                              |   26 +-
 dojox/cometd/ack.js                                |    6 +-
 dojox/cometd/callbackPollTransport.js              |    6 +-
 dojox/cometd/longPollTransportFormEncoded.js       |    4 +-
 dojox/cometd/longPollTransportJsonEncoded.js       |    4 +-
 dojox/cometd/tests/_base.js                        |    2 +-
 dojox/cometd/timesync.js                           |   20 +-
 dojox/css3/fx.js                                   |    2 +-
 dojox/data/AndOrReadStore.js                       |  197 ++-
 dojox/data/AndOrWriteStore.js                      |   88 +-
 dojox/data/AppStore.js                             |  121 +-
 dojox/data/AtomReadStore.js                        |   22 +-
 dojox/data/CdfStore.js                             |   30 +-
 dojox/data/ClientFilter.js                         |   41 +-
 dojox/data/CouchDBRestStore.js                     |    7 +-
 dojox/data/CssClassStore.js                        |   29 +-
 dojox/data/CssRuleStore.js                         |   84 +-
 dojox/data/CsvStore.js                             |  122 +-
 dojox/data/FileStore.js                            |   60 +-
 dojox/data/FlickrRestStore.js                      |    7 +-
 dojox/data/FlickrStore.js                          |  540 +++---
 dojox/data/GoogleFeedStore.js                      |   10 +-
 dojox/data/GoogleSearchStore.js                    |   22 +-
 dojox/data/HtmlStore.js                            |  116 +-
 dojox/data/HtmlTableStore.js                       |   85 +-
 dojox/data/JsonQueryRestStore.js                   |   11 +-
 dojox/data/JsonRestStore.js                        |    8 +-
 dojox/data/KeyValueStore.js                        |   91 +-
 dojox/data/OpenSearchStore.js                      |   46 +-
 dojox/data/OpmlStore.js                            |   98 +-
 dojox/data/PersevereStore.js                       |   16 +-
 dojox/data/PicasaStore.js                          |   56 +-
 dojox/data/QueryReadStore.js                       |   44 +-
 dojox/data/RailsStore.js                           |    9 +-
 dojox/data/S3Store.js                              |    7 +-
 dojox/data/ServiceStore.js                         |    5 +-
 dojox/data/SnapLogicStore.js                       |   50 +-
 dojox/data/StoreExplorer.js                        |   18 +-
 dojox/data/WikipediaStore.js                       |   10 +-
 dojox/data/XmlStore.js                             |   80 +-
 dojox/data/css.js                                  |   15 +-
 dojox/data/demos/stores/LazyLoadJSIStore.js        |   12 +-
 dojox/data/demos/widgets/FileView.js               |    2 +-
 dojox/data/demos/widgets/FlickrViewList.js         |    2 +-
 dojox/data/demos/widgets/PicasaView.js             |    2 +-
 dojox/data/dom.js                                  |   11 +-
 dojox/data/tests/ClientFilter.js                   |   24 +-
 dojox/data/tests/dom.js                            |    2 +-
 dojox/data/tests/module.js                         |    4 +-
 dojox/data/tests/performance/CsvStore.js           |   12 +-
 dojox/data/tests/stores/AndOrReadStore.js          |  436 ++---
 dojox/data/tests/stores/AndOrWriteStore.js         |  548 +++----
 dojox/data/tests/stores/AppStore.js                |   90 +-
 dojox/data/tests/stores/CssClassStore.js           |  136 +-
 dojox/data/tests/stores/CssRuleStore.js            |  112 +-
 dojox/data/tests/stores/CsvStore.js                |  192 +--
 dojox/data/tests/stores/FileStore.js               |   62 +-
 dojox/data/tests/stores/FlickrRestStore.js         |   86 +-
 dojox/data/tests/stores/FlickrStore.js             |   48 +-
 dojox/data/tests/stores/GoogleSearchStore.js       |    2 +-
 dojox/data/tests/stores/HtmlStore.js               |  104 +-
 dojox/data/tests/stores/HtmlTableStore.js          |   66 +-
 dojox/data/tests/stores/JsonQueryRestStore.js      |   40 +-
 dojox/data/tests/stores/JsonRestStore.js           |   50 +-
 dojox/data/tests/stores/KeyValueStore.js           |  150 +-
 dojox/data/tests/stores/OpenSearchStore.js         |   78 +-
 dojox/data/tests/stores/OpmlStore.js               |  142 +-
 dojox/data/tests/stores/PicasaStore.js             |   48 +-
 dojox/data/tests/stores/QueryReadStore.js          |   28 +-
 dojox/data/tests/stores/ServiceStore.js            |   24 +-
 dojox/data/tests/stores/SnapLogicStore.js          |   74 +-
 dojox/data/tests/stores/XmlStore.js                |  128 +-
 dojox/data/tests/stores/properties.js              |    2 +-
 dojox/data/util/JsonQuery.js                       |   23 +-
 dojox/date/buddhist.js                             |   12 +-
 dojox/date/buddhist/Date.js                        |   32 +-
 dojox/date/buddhist/locale.js                      |   53 +-
 dojox/date/hebrew.js                               |   16 +-
 dojox/date/hebrew/Date.js                          |   52 +-
 dojox/date/hebrew/locale.js                        |   78 +-
 dojox/date/hebrew/numerals.js                      |   14 +-
 dojox/date/islamic.js                              |   18 +-
 dojox/date/islamic/Date.js                         |   51 +-
 dojox/date/islamic/locale.js                       |   34 +-
 dojox/date/php.js                                  |    2 +-
 dojox/date/posix.js                                |   12 +-
 dojox/date/relative.js                             |    2 +-
 dojox/date/tests/buddhist/Date.js                  |   48 +-
 dojox/date/tests/hebrew/Date.js                    |  120 +-
 dojox/date/tests/islamic/Date.js                   |   18 +-
 dojox/date/tests/posix.js                          |    6 +-
 dojox/date/tests/relative.js                       |    8 +-
 dojox/date/tests/timezoneFormatting.js             |    2 +-
 dojox/date/timezone.js                             |   61 +-
 dojox/dnd/BoundingBoxController.js                 |    2 +-
 dojox/drawing/Drawing.js                           |   53 +-
 dojox/drawing/_base.js                             |    1 +
 dojox/drawing/annotations/Arrow.js                 |    2 +-
 dojox/drawing/annotations/BoxShadow.js             |   18 +-
 dojox/drawing/annotations/Label.js                 |   13 +-
 dojox/drawing/library/greek.js                     |   66 +
 dojox/drawing/manager/Anchors.js                   |   22 +-
 dojox/drawing/manager/Canvas.js                    |    6 +-
 dojox/drawing/manager/Mouse.js                     |   44 +-
 dojox/drawing/manager/Stencil.js                   |   53 +-
 dojox/drawing/manager/StencilUI.js                 |    2 +-
 dojox/drawing/manager/Undo.js                      |    4 +-
 dojox/drawing/manager/_registry.js                 |    6 +-
 dojox/drawing/manager/keys.js                      |   14 +-
 dojox/drawing/plugins/_Plugin.js                   |    2 +-
 dojox/drawing/plugins/drawing/GreekPalette.js      |  325 ++++
 dojox/drawing/plugins/drawing/Grid.js              |    2 +-
 dojox/drawing/plugins/drawing/Silverlight.js       |    6 +-
 dojox/drawing/plugins/tools/Pan.js                 |    4 +-
 dojox/drawing/resources/GreekPalette.css           |   57 +
 dojox/drawing/stencil/Ellipse.js                   |    2 +-
 dojox/drawing/stencil/Image.js                     |    2 +-
 dojox/drawing/stencil/Line.js                      |    4 +-
 dojox/drawing/stencil/Path.js                      |    4 +-
 dojox/drawing/stencil/Rect.js                      |    2 +-
 dojox/drawing/stencil/Text.js                      |   12 +-
 dojox/drawing/stencil/_Base.js                     |   11 +-
 dojox/drawing/tests/drawing.html                   |   10 +-
 dojox/drawing/tests/test_drawing.html              |   14 +-
 dojox/drawing/tests/test_drawing_toolbar.html      |   10 +-
 dojox/drawing/tests/test_paths.html                |   14 +-
 dojox/drawing/tools/Arrow.js                       |   15 +
 dojox/drawing/tools/Ellipse.js                     |    2 +-
 dojox/drawing/tools/Line.js                        |   12 +-
 dojox/drawing/tools/Path.js                        |   10 +-
 dojox/drawing/tools/TextBlock.js                   |  238 ++-
 dojox/drawing/tools/custom/Axes.js                 |    4 +-
 dojox/drawing/tools/custom/Vector.js               |   40 +-
 dojox/drawing/ui/Button.js                         |    6 +-
 dojox/drawing/ui/Toolbar.js                        |   27 +-
 dojox/drawing/ui/Tooltip.js                        |    4 +-
 dojox/drawing/ui/dom/Pan.js                        |    4 +-
 dojox/drawing/ui/dom/Toolbar.js                    |    4 +-
 dojox/drawing/util/common.js                       |   10 +-
 dojox/drawing/util/oo.js                           |    4 +-
 dojox/drawing/util/positioning.js                  |   21 +-
 dojox/drawing/util/typeset.js                      |   67 +
 dojox/dtl/_Templated.js                            |    4 +-
 dojox/dtl/_base.js                                 |    2 +-
 dojox/dtl/tests/context.js                         |    2 +-
 dojox/dtl/tests/dom/buffer.js                      |    2 +-
 dojox/dtl/tests/dom/tag.js                         |    2 +-
 dojox/dtl/tests/text/filter.js                     |    4 +-
 dojox/dtl/tests/text/tag.js                        |    2 +-
 dojox/dtl/utils/date.js                            |    2 +-
 dojox/editor/README                                |   75 +-
 dojox/editor/plugins/AutoSave.js                   |  409 +++++
 dojox/editor/plugins/AutoUrlLink.js                |  223 +++
 dojox/editor/plugins/Blockquote.js                 |   77 +-
 dojox/editor/plugins/Breadcrumb.js                 |   69 +-
 dojox/editor/plugins/CollapsibleToolbar.js         |   14 +-
 dojox/editor/plugins/EntityPalette.js              |   13 +-
 dojox/editor/plugins/FindReplace.js                |   65 +-
 dojox/editor/plugins/InsertAnchor.js               |   41 +-
 dojox/editor/plugins/InsertEntity.js               |   27 +-
 dojox/editor/plugins/LocalImage.js                 |  341 ++++
 dojox/editor/plugins/NormalizeIndentOutdent.js     |   89 +-
 dojox/editor/plugins/NormalizeStyle.js             |   57 +-
 dojox/editor/plugins/PageBreak.js                  |   23 +-
 dojox/editor/plugins/PasteFromWord.js              |   41 +-
 dojox/editor/plugins/PrettyPrint.js                |   19 +-
 dojox/editor/plugins/Preview.js                    |   20 +-
 dojox/editor/plugins/ResizeTableColumn.js          |  290 ++++
 dojox/editor/plugins/Save.js                       |   32 +-
 dojox/editor/plugins/ShowBlockNodes.js             |   32 +-
 dojox/editor/plugins/Smiley.js                     |   23 +-
 dojox/editor/plugins/SpellCheck.js                 | 1405 ++++++++++++++++
 dojox/editor/plugins/StatusBar.js                  |   14 +-
 dojox/editor/plugins/TablePlugins.js               |  282 +++-
 dojox/editor/plugins/TextColor.js                  |   29 +-
 dojox/editor/plugins/ToolbarLineBreak.js           |   16 +-
 dojox/editor/plugins/UploadImage.js                |   20 +-
 dojox/editor/plugins/_SmileyPalette.js             |   18 +-
 dojox/editor/plugins/_SpellCheckParser.js          |   63 +
 dojox/editor/plugins/nls/AutoSave.js               |   13 +
 dojox/editor/plugins/nls/LocalImage.js             |   10 +
 dojox/editor/plugins/nls/Smiley.js                 |    6 +-
 dojox/editor/plugins/nls/SpellCheck.js             |   16 +
 dojox/editor/plugins/nls/TableDialog.js            |    4 +-
 dojox/editor/plugins/nls/ar/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/ar/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/ar/Breadcrumb.js          |   10 +
 dojox/editor/plugins/nls/ar/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/ar/FindReplace.js         |   23 +
 dojox/editor/plugins/nls/ar/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/ar/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/ar/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/ar/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/ar/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/ar/Preview.js             |    4 +
 dojox/editor/plugins/nls/ar/Save.js                |    4 +
 dojox/editor/plugins/nls/ar/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/ar/Smiley.js              |   22 +
 dojox/editor/plugins/nls/ar/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/ar/TableDialog.js         |    1 +
 dojox/editor/plugins/nls/ar/TextColor.js           |    5 +
 dojox/editor/plugins/nls/ar/latinEntities.js       |  257 +++
 dojox/editor/plugins/nls/ca/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/ca/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/ca/Breadcrumb.js          |   10 +
 dojox/editor/plugins/nls/ca/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/ca/FindReplace.js         |   23 +
 dojox/editor/plugins/nls/ca/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/ca/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/ca/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/ca/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/ca/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/ca/Preview.js             |    4 +
 dojox/editor/plugins/nls/ca/Save.js                |    4 +
 dojox/editor/plugins/nls/ca/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/ca/Smiley.js              |   22 +
 dojox/editor/plugins/nls/ca/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/ca/TableDialog.js         |    2 +-
 dojox/editor/plugins/nls/ca/TextColor.js           |    5 +
 dojox/editor/plugins/nls/ca/latinEntities.js       |  257 +++
 dojox/editor/plugins/nls/cs/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/cs/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/cs/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/cs/FindReplace.js         |   22 +-
 dojox/editor/plugins/nls/cs/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/cs/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/cs/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/cs/Smiley.js              |    6 +-
 dojox/editor/plugins/nls/cs/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/cs/TableDialog.js         |    2 +-
 dojox/editor/plugins/nls/cs/TextColor.js           |    5 +
 dojox/editor/plugins/nls/da/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/da/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/da/Breadcrumb.js          |   10 +
 dojox/editor/plugins/nls/da/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/da/FindReplace.js         |   23 +
 dojox/editor/plugins/nls/da/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/da/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/da/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/da/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/da/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/da/Preview.js             |    4 +
 dojox/editor/plugins/nls/da/Save.js                |    4 +
 dojox/editor/plugins/nls/da/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/da/Smiley.js              |   22 +
 dojox/editor/plugins/nls/da/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/da/TableDialog.js         |    3 +-
 dojox/editor/plugins/nls/da/TextColor.js           |    5 +
 dojox/editor/plugins/nls/da/latinEntities.js       |  257 +++
 dojox/editor/plugins/nls/de/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/de/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/de/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/de/FindReplace.js         |   17 +-
 dojox/editor/plugins/nls/de/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/de/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/de/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/de/Smiley.js              |    6 +-
 dojox/editor/plugins/nls/de/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/de/TableDialog.js         |    2 +-
 dojox/editor/plugins/nls/de/TextColor.js           |    5 +
 dojox/editor/plugins/nls/el/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/el/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/el/Breadcrumb.js          |   10 +
 dojox/editor/plugins/nls/el/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/el/FindReplace.js         |   23 +
 dojox/editor/plugins/nls/el/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/el/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/el/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/el/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/el/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/el/Preview.js             |    4 +
 dojox/editor/plugins/nls/el/Save.js                |    4 +
 dojox/editor/plugins/nls/el/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/el/Smiley.js              |   22 +
 dojox/editor/plugins/nls/el/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/el/TableDialog.js         |    1 +
 dojox/editor/plugins/nls/el/TextColor.js           |    5 +
 dojox/editor/plugins/nls/el/latinEntities.js       |  257 +++
 dojox/editor/plugins/nls/es/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/es/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/es/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/es/FindReplace.js         |   18 +-
 dojox/editor/plugins/nls/es/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/es/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/es/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/es/Smiley.js              |    6 +-
 dojox/editor/plugins/nls/es/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/es/TableDialog.js         |    2 +
 dojox/editor/plugins/nls/es/TextColor.js           |    5 +
 dojox/editor/plugins/nls/fi/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/fi/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/fi/Breadcrumb.js          |   10 +
 dojox/editor/plugins/nls/fi/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/fi/FindReplace.js         |   23 +
 dojox/editor/plugins/nls/fi/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/fi/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/fi/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/fi/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/fi/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/fi/Preview.js             |    4 +
 dojox/editor/plugins/nls/fi/Save.js                |    4 +
 dojox/editor/plugins/nls/fi/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/fi/Smiley.js              |   22 +
 dojox/editor/plugins/nls/fi/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/fi/TableDialog.js         |    1 +
 dojox/editor/plugins/nls/fi/TextColor.js           |    5 +
 dojox/editor/plugins/nls/fi/latinEntities.js       |  257 +++
 dojox/editor/plugins/nls/fr/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/fr/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/fr/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/fr/FindReplace.js         |   22 +-
 dojox/editor/plugins/nls/fr/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/fr/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/fr/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/fr/Smiley.js              |    6 +-
 dojox/editor/plugins/nls/fr/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/fr/TableDialog.js         |   29 +-
 dojox/editor/plugins/nls/fr/TextColor.js           |    5 +
 dojox/editor/plugins/nls/he/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/he/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/he/Breadcrumb.js          |   10 +
 dojox/editor/plugins/nls/he/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/he/FindReplace.js         |   23 +
 dojox/editor/plugins/nls/he/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/he/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/he/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/he/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/he/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/he/Preview.js             |    4 +
 dojox/editor/plugins/nls/he/Save.js                |    4 +
 dojox/editor/plugins/nls/he/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/he/Smiley.js              |   22 +
 dojox/editor/plugins/nls/he/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/he/TableDialog.js         |    5 +-
 dojox/editor/plugins/nls/he/TextColor.js           |    5 +
 dojox/editor/plugins/nls/he/latinEntities.js       |  256 +++
 dojox/editor/plugins/nls/hu/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/hu/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/hu/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/hu/FindReplace.js         |   23 +-
 dojox/editor/plugins/nls/hu/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/hu/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/hu/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/hu/Smiley.js              |    6 +-
 dojox/editor/plugins/nls/hu/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/hu/TableDialog.js         |   22 +-
 dojox/editor/plugins/nls/hu/TextColor.js           |    5 +
 dojox/editor/plugins/nls/hu/latinEntities.js       |  152 +-
 dojox/editor/plugins/nls/it/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/it/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/it/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/it/FindReplace.js         |   19 +-
 dojox/editor/plugins/nls/it/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/it/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/it/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/it/Smiley.js              |    6 +-
 dojox/editor/plugins/nls/it/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/it/TableDialog.js         |   18 +-
 dojox/editor/plugins/nls/it/TextColor.js           |    5 +
 dojox/editor/plugins/nls/ja/AutoSave.js            |   13 +
 dojox/editor/plugins/nls/ja/Blockquote.js          |    3 +
 dojox/editor/plugins/nls/ja/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/ja/FindReplace.js         |   18 +-
 dojox/editor/plugins/nls/ja/InsertAnchor.js        |    8 +
 dojox/editor/plugins/nls/ja/LocalImage.js          |   10 +
 dojox/editor/plugins/nls/ja/PasteFromWord.js       |    6 +
 dojox/editor/plugins/nls/ja/Smiley.js              |    6 +-
 dojox/editor/plugins/nls/ja/SpellCheck.js          |   16 +
 dojox/editor/plugins/nls/ja/TableDialog.js         |   25 +-
 dojox/editor/plugins/nls/ja/TextColor.js           |    4 +
 dojox/editor/plugins/nls/kk/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/kk/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/kk/Breadcrumb.js          |   10 +
 dojox/editor/plugins/nls/kk/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/kk/FindReplace.js         |   23 +
 dojox/editor/plugins/nls/kk/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/kk/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/kk/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/kk/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/kk/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/kk/Preview.js             |    4 +
 dojox/editor/plugins/nls/kk/Save.js                |    4 +
 dojox/editor/plugins/nls/kk/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/kk/Smiley.js              |   22 +
 dojox/editor/plugins/nls/kk/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/kk/TableDialog.js         |   32 +
 dojox/editor/plugins/nls/kk/TextColor.js           |    5 +
 dojox/editor/plugins/nls/kk/latinEntities.js       |  257 +++
 dojox/editor/plugins/nls/ko/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/ko/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/ko/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/ko/FindReplace.js         |   22 +-
 dojox/editor/plugins/nls/ko/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/ko/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/ko/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/ko/Smiley.js              |    9 +-
 dojox/editor/plugins/nls/ko/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/ko/TableDialog.js         |    2 +-
 dojox/editor/plugins/nls/ko/TextColor.js           |    5 +
 dojox/editor/plugins/nls/nb/AutoSave.js            |   13 +
 dojox/editor/plugins/nls/nb/Blockquote.js          |    3 +
 dojox/editor/plugins/nls/nb/Breadcrumb.js          |    9 +
 dojox/editor/plugins/nls/nb/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/nb/FindReplace.js         |   22 +
 dojox/editor/plugins/nls/nb/InsertAnchor.js        |    8 +
 dojox/editor/plugins/nls/nb/InsertEntity.js        |    3 +
 dojox/editor/plugins/nls/nb/LocalImage.js          |   10 +
 dojox/editor/plugins/nls/nb/PageBreak.js           |    3 +
 dojox/editor/plugins/nls/nb/PasteFromWord.js       |    6 +
 dojox/editor/plugins/nls/nb/Preview.js             |    3 +
 dojox/editor/plugins/nls/nb/Save.js                |    3 +
 dojox/editor/plugins/nls/nb/ShowBlockNodes.js      |    3 +
 dojox/editor/plugins/nls/nb/Smiley.js              |   21 +
 dojox/editor/plugins/nls/nb/SpellCheck.js          |   16 +
 dojox/editor/plugins/nls/nb/TableDialog.js         |    1 +
 dojox/editor/plugins/nls/nb/TextColor.js           |    4 +
 dojox/editor/plugins/nls/nb/latinEntities.js       |  256 +++
 dojox/editor/plugins/nls/nl/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/nl/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/nl/Breadcrumb.js          |   10 +
 dojox/editor/plugins/nls/nl/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/nl/FindReplace.js         |   23 +
 dojox/editor/plugins/nls/nl/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/nl/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/nl/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/nl/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/nl/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/nl/Preview.js             |    4 +
 dojox/editor/plugins/nls/nl/Save.js                |    4 +
 dojox/editor/plugins/nls/nl/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/nl/Smiley.js              |   22 +
 dojox/editor/plugins/nls/nl/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/nl/TableDialog.js         |    1 +
 dojox/editor/plugins/nls/nl/TextColor.js           |    5 +
 dojox/editor/plugins/nls/nl/latinEntities.js       |  257 +++
 dojox/editor/plugins/nls/pl/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/pl/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/pl/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/pl/FindReplace.js         |   19 +-
 dojox/editor/plugins/nls/pl/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/pl/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/pl/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/pl/Smiley.js              |   14 +-
 dojox/editor/plugins/nls/pl/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/pl/TableDialog.js         |    2 +-
 dojox/editor/plugins/nls/pl/TextColor.js           |    5 +
 dojox/editor/plugins/nls/pt-pt/AutoSave.js         |   14 +
 dojox/editor/plugins/nls/pt-pt/Blockquote.js       |    4 +
 dojox/editor/plugins/nls/pt-pt/Breadcrumb.js       |   10 +
 .../editor/plugins/nls/pt-pt/CollapsibleToolbar.js |    5 +
 dojox/editor/plugins/nls/pt-pt/FindReplace.js      |   23 +
 dojox/editor/plugins/nls/pt-pt/InsertAnchor.js     |    9 +
 dojox/editor/plugins/nls/pt-pt/InsertEntity.js     |    4 +
 dojox/editor/plugins/nls/pt-pt/LocalImage.js       |   11 +
 dojox/editor/plugins/nls/pt-pt/PageBreak.js        |    4 +
 dojox/editor/plugins/nls/pt-pt/PasteFromWord.js    |    7 +
 dojox/editor/plugins/nls/pt-pt/Preview.js          |    4 +
 dojox/editor/plugins/nls/pt-pt/Save.js             |    4 +
 dojox/editor/plugins/nls/pt-pt/ShowBlockNodes.js   |    4 +
 dojox/editor/plugins/nls/pt-pt/Smiley.js           |   22 +
 dojox/editor/plugins/nls/pt-pt/SpellCheck.js       |   17 +
 dojox/editor/plugins/nls/pt-pt/TableDialog.js      |    1 +
 dojox/editor/plugins/nls/pt-pt/TextColor.js        |    5 +
 dojox/editor/plugins/nls/pt-pt/latinEntities.js    |  257 +++
 dojox/editor/plugins/nls/pt/AutoSave.js            |   13 +
 dojox/editor/plugins/nls/pt/Blockquote.js          |    3 +
 dojox/editor/plugins/nls/pt/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/pt/FindReplace.js         |   20 +-
 dojox/editor/plugins/nls/pt/InsertAnchor.js        |    8 +
 dojox/editor/plugins/nls/pt/LocalImage.js          |   10 +
 dojox/editor/plugins/nls/pt/PasteFromWord.js       |    6 +
 dojox/editor/plugins/nls/pt/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/pt/SpellCheck.js          |   16 +
 dojox/editor/plugins/nls/pt/TableDialog.js         |    3 +-
 dojox/editor/plugins/nls/pt/TextColor.js           |    4 +
 dojox/editor/plugins/nls/pt/latinEntities.js       |    1 -
 dojox/editor/plugins/nls/ro/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/ro/FindReplace.js         |   12 +-
 dojox/editor/plugins/nls/ro/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/ro/Preview.js             |    2 +-
 dojox/editor/plugins/nls/ro/Smiley.js              |    6 +-
 dojox/editor/plugins/nls/ro/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/ro/TableDialog.js         |   18 +-
 dojox/editor/plugins/nls/ro/latinEntities.js       |    6 +-
 dojox/editor/plugins/nls/ru/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/ru/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/ru/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/ru/FindReplace.js         |   19 +-
 dojox/editor/plugins/nls/ru/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/ru/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/ru/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/ru/Smiley.js              |    6 +-
 dojox/editor/plugins/nls/ru/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/ru/TableDialog.js         |    2 +-
 dojox/editor/plugins/nls/ru/TextColor.js           |    5 +
 dojox/editor/plugins/nls/sk/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/sk/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/sk/Breadcrumb.js          |   10 +
 dojox/editor/plugins/nls/sk/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/sk/FindReplace.js         |   22 +
 dojox/editor/plugins/nls/sk/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/sk/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/sk/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/sk/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/sk/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/sk/Preview.js             |    4 +
 dojox/editor/plugins/nls/sk/Save.js                |    4 +
 dojox/editor/plugins/nls/sk/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/sk/Smiley.js              |   22 +
 dojox/editor/plugins/nls/sk/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/sk/TableDialog.js         |   20 +-
 dojox/editor/plugins/nls/sk/TextColor.js           |    5 +
 dojox/editor/plugins/nls/sk/latinEntities.js       |  257 +++
 dojox/editor/plugins/nls/sl/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/sl/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/sl/Breadcrumb.js          |   10 +
 dojox/editor/plugins/nls/sl/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/sl/FindReplace.js         |   23 +
 dojox/editor/plugins/nls/sl/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/sl/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/sl/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/sl/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/sl/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/sl/Preview.js             |    4 +
 dojox/editor/plugins/nls/sl/Save.js                |    4 +
 dojox/editor/plugins/nls/sl/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/sl/Smiley.js              |   22 +
 dojox/editor/plugins/nls/sl/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/sl/TableDialog.js         |    4 +-
 dojox/editor/plugins/nls/sl/TextColor.js           |    5 +
 dojox/editor/plugins/nls/sl/latinEntities.js       |  257 +++
 dojox/editor/plugins/nls/sv/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/sv/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/sv/Breadcrumb.js          |   10 +
 dojox/editor/plugins/nls/sv/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/sv/FindReplace.js         |   23 +
 dojox/editor/plugins/nls/sv/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/sv/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/sv/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/sv/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/sv/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/sv/Preview.js             |    4 +
 dojox/editor/plugins/nls/sv/Save.js                |    4 +
 dojox/editor/plugins/nls/sv/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/sv/Smiley.js              |   22 +
 dojox/editor/plugins/nls/sv/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/sv/TableDialog.js         |    1 +
 dojox/editor/plugins/nls/sv/TextColor.js           |    5 +
 dojox/editor/plugins/nls/sv/latinEntities.js       |  257 +++
 dojox/editor/plugins/nls/th/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/th/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/th/Breadcrumb.js          |   10 +
 dojox/editor/plugins/nls/th/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/th/FindReplace.js         |   23 +
 dojox/editor/plugins/nls/th/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/th/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/th/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/th/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/th/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/th/Preview.js             |    4 +
 dojox/editor/plugins/nls/th/Save.js                |    4 +
 dojox/editor/plugins/nls/th/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/th/Smiley.js              |   22 +
 dojox/editor/plugins/nls/th/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/th/TableDialog.js         |    4 +-
 dojox/editor/plugins/nls/th/TextColor.js           |    5 +
 dojox/editor/plugins/nls/th/latinEntities.js       |  257 +++
 dojox/editor/plugins/nls/tr/AutoSave.js            |   14 +
 dojox/editor/plugins/nls/tr/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/tr/Breadcrumb.js          |   10 +
 dojox/editor/plugins/nls/tr/CollapsibleToolbar.js  |    5 +
 dojox/editor/plugins/nls/tr/FindReplace.js         |   23 +
 dojox/editor/plugins/nls/tr/InsertAnchor.js        |    9 +
 dojox/editor/plugins/nls/tr/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/tr/LocalImage.js          |   11 +
 dojox/editor/plugins/nls/tr/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/tr/PasteFromWord.js       |    7 +
 dojox/editor/plugins/nls/tr/Preview.js             |    4 +
 dojox/editor/plugins/nls/tr/Save.js                |    4 +
 dojox/editor/plugins/nls/tr/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/tr/Smiley.js              |   22 +
 dojox/editor/plugins/nls/tr/SpellCheck.js          |   17 +
 dojox/editor/plugins/nls/tr/TableDialog.js         |    3 +-
 dojox/editor/plugins/nls/tr/TextColor.js           |    5 +
 dojox/editor/plugins/nls/tr/latinEntities.js       |  257 +++
 dojox/editor/plugins/nls/zh-tw/AutoSave.js         |   13 +
 dojox/editor/plugins/nls/zh-tw/Blockquote.js       |    3 +
 .../editor/plugins/nls/zh-tw/CollapsibleToolbar.js |    4 +
 dojox/editor/plugins/nls/zh-tw/FindReplace.js      |   22 +-
 dojox/editor/plugins/nls/zh-tw/InsertAnchor.js     |    8 +
 dojox/editor/plugins/nls/zh-tw/LocalImage.js       |   10 +
 dojox/editor/plugins/nls/zh-tw/PasteFromWord.js    |    6 +
 dojox/editor/plugins/nls/zh-tw/Smiley.js           |    6 +-
 dojox/editor/plugins/nls/zh-tw/SpellCheck.js       |   16 +
 dojox/editor/plugins/nls/zh-tw/TableDialog.js      |    1 +
 dojox/editor/plugins/nls/zh-tw/TextColor.js        |    4 +
 dojox/editor/plugins/nls/zh/AutoSave.js            |   13 +
 dojox/editor/plugins/nls/zh/Blockquote.js          |    3 +
 dojox/editor/plugins/nls/zh/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/zh/FindReplace.js         |   30 +-
 dojox/editor/plugins/nls/zh/InsertAnchor.js        |    8 +
 dojox/editor/plugins/nls/zh/LocalImage.js          |   10 +
 dojox/editor/plugins/nls/zh/PasteFromWord.js       |    6 +
 dojox/editor/plugins/nls/zh/Smiley.js              |    6 +-
 dojox/editor/plugins/nls/zh/SpellCheck.js          |   16 +
 dojox/editor/plugins/nls/zh/TableDialog.js         |    1 +
 dojox/editor/plugins/nls/zh/TextColor.js           |    4 +
 dojox/editor/plugins/nls/zh/latinEntities.js       |  105 +-
 dojox/editor/plugins/resources/css/AutoSave.css    |   48 +
 dojox/editor/plugins/resources/css/LocalImage.css  |   13 +
 dojox/editor/plugins/resources/css/SpellCheck.css  |   51 +
 dojox/editor/plugins/resources/editorPlugins.css   |   53 +-
 dojox/editor/plugins/resources/icons/autoSave.png  |  Bin 0 -> 1953 bytes
 .../editor/plugins/resources/icons/spellcheck.gif  |  Bin 0 -> 879 bytes
 .../editor/plugins/resources/images/tableIcons.png |  Bin 704 -> 2961 bytes
 .../plugins/resources/images/tableIcons_rtl.png    |  Bin 0 -> 2896 bytes
 dojox/editor/plugins/resources/insertTable.html    |   35 +-
 dojox/editor/plugins/resources/modifyTable.html    |   46 +-
 dojox/editor/tests/PorterStemmer.php.disabled      |  474 ++++++
 dojox/editor/tests/editorAutoSave.html             |  172 ++
 dojox/editor/tests/editorAutoUrlLink.html          |  208 +++
 dojox/editor/tests/editorLocalImage.html           |   61 +
 dojox/editor/tests/editorPrettyPrint.html          |    2 +-
 dojox/editor/tests/editorResizeTableColumn.html    |   84 +
 dojox/editor/tests/editorSpellCheck.html           |   82 +
 dojox/editor/tests/editorTablePlugs.html           |   13 +-
 dojox/editor/tests/editorTextColor.html            |    4 +-
 dojox/editor/tests/sample.jpg                      |  Bin 0 -> 858 bytes
 dojox/editor/tests/spellCheck.php.disabled         |  152 ++
 dojox/editor/tests/testPluginsAll.html             |   15 +-
 dojox/editor/tests/wordlist.txt                    | 1619 ++++++++++++++++++
 dojox/embed/Flash.js                               |    3 -
 dojox/embed/Quicktime.js                           |   16 +-
 dojox/encoding/ascii85.js                          |   10 +-
 dojox/encoding/base64.js                           |   10 +-
 dojox/encoding/bits.js                             |    8 +-
 dojox/encoding/compression/lzw.js                  |   11 +-
 dojox/encoding/compression/splay.js                |    9 +-
 dojox/encoding/crypto/Blowfish.js                  |  125 +-
 dojox/encoding/crypto/RSAKey-ext.js                |   10 +-
 dojox/encoding/crypto/RSAKey.js                    |   10 +-
 dojox/encoding/crypto/SimpleAES.js                 |   61 +-
 dojox/encoding/crypto/_base.js                     |   14 +-
 dojox/encoding/digests/MD5.js                      |   11 +-
 dojox/encoding/digests/SHA1.js                     |   10 +-
 dojox/encoding/digests/_base.js                    |   18 +-
 dojox/encoding/easy64.js                           |   10 +-
 dojox/encoding/tests/digests/MD5.js                |    4 +-
 dojox/encoding/tests/digests/SHA1.js               |    4 +-
 dojox/flash/_base.js                               |  158 +-
 dojox/flash/tests/test_flash.js                    |   40 +-
 dojox/form/BusyButton.js                           |   14 +-
 dojox/form/CheckedMultiSelect.js                   |  119 +-
 dojox/form/DateTextBox.js                          |  104 +-
 dojox/form/FileInput.js                            |   14 +-
 dojox/form/FileInputAuto.js                        |   38 +-
 dojox/form/FilePickerTextBox.js                    |   20 +-
 dojox/form/FileUploader.js                         |  107 +-
 dojox/form/ListInput.js                            |  164 +-
 dojox/form/MultiComboBox.js                        |    4 +-
 dojox/form/PasswordValidator.js                    |   58 +-
 dojox/form/RangeSlider.js                          |   48 +-
 dojox/form/Rating.js                               |    2 +-
 dojox/form/TimeSpinner.js                          |    2 +-
 dojox/form/Uploader.js                             |  391 +++++
 dojox/form/_SelectStackMixin.js                    |   18 +-
 dojox/form/manager/_EnableMixin.js                 |    4 +-
 dojox/form/manager/_FormMixin.js                   |   25 +-
 dojox/form/manager/_Mixin.js                       |   14 +-
 dojox/form/manager/_NodeMixin.js                   |    2 +-
 dojox/form/nls/ar/PasswordValidator.js             |    2 +-
 dojox/form/nls/kk/PasswordValidator.js             |    5 +
 dojox/form/nls/ko/PasswordValidator.js             |    2 +-
 dojox/form/nls/nl/PasswordValidator.js             |    2 +-
 dojox/form/resources/FileInput.css                 |    2 +-
 dojox/form/resources/FilePickerTextBox.html        |    6 +-
 dojox/form/resources/HorizontalRangeSlider.html    |   10 +-
 dojox/form/resources/UploaderFileList.css          |   53 +
 dojox/form/resources/VerticalRangeSlider.html      |   10 +-
 dojox/form/tests/UploadFile.php.disabled           |  226 ++-
 dojox/form/tests/images/attach.png                 |  Bin 0 -> 19459 bytes
 dojox/form/tests/test_BusyButton.html              |    4 +-
 dojox/form/tests/test_CheckedMultiSelect.html      |  107 +-
 dojox/form/tests/test_FileInput.html               |    5 +
 dojox/form/tests/test_FileUploader.html            |    3 +
 dojox/form/tests/test_FileUploaderDialog.html      |   28 +-
 dojox/form/tests/test_FileUploaderForm.html        |   38 +-
 dojox/form/tests/test_ListInput.html               |    8 +-
 dojox/form/tests/test_MultiComboBox.html           |    4 +-
 dojox/form/tests/test_PasswordValidator.html       |   80 +-
 dojox/form/tests/test_RangeSlider.html             |    6 +-
 dojox/form/tests/test_SelectStack.html             |   12 +-
 dojox/form/tests/test_Uploader.html                |  173 ++
 dojox/form/tests/test_UploaderAll.html             |  216 +++
 dojox/form/uploader/Base.js                        |  120 ++
 dojox/form/uploader/FileList.js                    |  184 +++
 dojox/form/uploader/plugins/Flash.js               |  314 ++++
 dojox/form/uploader/plugins/HTML5.js               |  214 +++
 dojox/form/uploader/plugins/IFrame.js              |   60 +
 dojox/fx.js                                        |    2 +-
 dojox/fx/Shadow.js                                 |   28 +-
 dojox/fx/Timeline.js                               |   12 +-
 dojox/fx/_arg.js                                   |    4 +-
 dojox/fx/_base.js                                  |   50 +-
 dojox/fx/_core.js                                  |   16 +-
 dojox/fx/ext-dojo/NodeList-style.js                |    4 +-
 dojox/fx/ext-dojo/NodeList.js                      |    8 +-
 dojox/fx/ext-dojo/complex.js                       |   12 +-
 dojox/fx/ext-dojo/reverse.js                       |    2 +-
 dojox/fx/flip.js                                   |   75 +-
 dojox/fx/scroll.js                                 |   12 +-
 dojox/fx/style.js                                  |  100 +-
 dojox/gantt/GanttChart.js                          | 1265 ++++++++++++++
 dojox/gantt/GanttProjectItem.js                    |  967 +++++++++++
 dojox/gantt/GanttResourceItem.js                   |  456 +++++
 dojox/gantt/GanttTaskItem.js                       | 1357 +++++++++++++++
 dojox/gantt/TabMenu.js                             |  573 +++++++
 dojox/gantt/resources/gantt.css                    |  575 +++++++
 dojox/gantt/resources/images/am.png                |  Bin 0 -> 215 bytes
 dojox/gantt/resources/images/arrow.gif             |  Bin 0 -> 162 bytes
 dojox/gantt/resources/images/bg.png                |  Bin 0 -> 209 bytes
 dojox/gantt/resources/images/collapse.png          |  Bin 0 -> 306 bytes
 dojox/gantt/resources/images/expand.png            |  Bin 0 -> 319 bytes
 dojox/gantt/resources/images/load.png              |  Bin 0 -> 804 bytes
 dojox/gantt/resources/images/menuHighlight.png     |  Bin 0 -> 339 bytes
 dojox/gantt/resources/images/minus.gif             |  Bin 0 -> 121 bytes
 dojox/gantt/resources/images/ownerBar.png          |  Bin 0 -> 155 bytes
 dojox/gantt/resources/images/parentnode_bg.png     |  Bin 0 -> 145 bytes
 dojox/gantt/resources/images/parentnode_filled.png |  Bin 0 -> 145 bytes
 dojox/gantt/resources/images/plus.gif              |  Bin 0 -> 124 bytes
 dojox/gantt/resources/images/pm.png                |  Bin 0 -> 205 bytes
 dojox/gantt/resources/images/progress_bg.png       |  Bin 0 -> 186 bytes
 dojox/gantt/resources/images/progress_filled.png   |  Bin 0 -> 147 bytes
 dojox/gantt/resources/images/projProgressBg.png    |  Bin 0 -> 145 bytes
 .../gantt/resources/images/projProgressFilled.png  |  Bin 0 -> 145 bytes
 dojox/gantt/resources/images/rbg.png               |  Bin 0 -> 202 bytes
 dojox/gantt/resources/images/resourceBg.png        |  Bin 0 -> 202 bytes
 dojox/gantt/resources/images/resourceHeader.png    |  Bin 0 -> 177 bytes
 dojox/gantt/resources/images/rheader.png           |  Bin 0 -> 177 bytes
 dojox/gantt/resources/images/rowHighlight.png      |  Bin 0 -> 197 bytes
 dojox/gantt/resources/images/save.png              |  Bin 0 -> 913 bytes
 dojox/gantt/resources/images/taskArrow.gif         |  Bin 0 -> 162 bytes
 dojox/gantt/resources/images/taskBar.png           |  Bin 0 -> 155 bytes
 dojox/gantt/resources/images/taskProgressBg.png    |  Bin 0 -> 186 bytes
 .../gantt/resources/images/taskProgressFilled.png  |  Bin 0 -> 147 bytes
 dojox/gantt/resources/images/zoomin.png            |  Bin 0 -> 940 bytes
 dojox/gantt/resources/images/zoomintime.png        |  Bin 0 -> 843 bytes
 dojox/gantt/resources/images/zoomout.png           |  Bin 0 -> 772 bytes
 dojox/gantt/resources/images/zoomouttime.png       |  Bin 0 -> 802 bytes
 dojox/gantt/tests/saveGanttData.php                |    8 +
 dojox/gantt/tests/test_Gantt.html                  |  155 ++
 dojox/geo/charting/Map.js                          |    8 +-
 dojox/gfx.js                                       |   86 +-
 dojox/gfx/Moveable.js                              |    5 +-
 dojox/gfx/_base.js                                 |   67 +-
 dojox/gfx/arc.js                                   |   31 +-
 dojox/gfx/attach.js                                |   14 +-
 dojox/gfx/canvas.js                                |  222 ++-
 dojox/gfx/canvas_attach.js                         |    4 +-
 dojox/gfx/decompose.js                             |   28 +-
 dojox/gfx/fx.js                                    |  126 +-
 dojox/gfx/path.js                                  |    8 +-
 dojox/gfx/shape.js                                 |   26 +-
 dojox/gfx/silverlight.js                           | 1408 ++++++++--------
 dojox/gfx/silverlight_attach.js                    |   80 +-
 dojox/gfx/svg.js                                   |  195 +--
 dojox/gfx/svg_attach.js                            |  122 +-
 dojox/gfx/tests/decompose.js                       |    4 +-
 dojox/gfx/tests/test.roundrect.html                |   15 +-
 dojox/gfx/tests/test_bezier.html                   |   10 +-
 dojox/gfx/tests/test_destroy.html                  |   34 +-
 dojox/gfx/tests/test_fill.html                     |   12 +-
 dojox/gfx/tests/test_fx.html                       |    8 +-
 dojox/gfx/tests/test_fx_shapes.html                |   18 +-
 dojox/gfx/tests/test_gfx.html                      |   79 +-
 dojox/gfx/tests/test_gradient.html                 |   10 +-
 dojox/gfx/tests/test_group1.html                   |   10 +-
 dojox/gfx/tests/test_image1.html                   |    8 +-
 dojox/gfx/tests/test_image2.html                   |   10 +-
 dojox/gfx/tests/test_image3.html                   |   18 +-
 dojox/gfx/tests/test_image4.html                   |   13 +-
 dojox/gfx/tests/test_image5.html                   |   12 +-
 dojox/gfx/tests/test_linearGradient.html           |   10 +-
 dojox/gfx/tests/test_linestyle.html                |   10 +-
 dojox/gfx/tests/test_pattern.html                  |   12 +-
 dojox/gfx/tests/test_poly.html                     |    8 +-
 dojox/gfx/tests/test_refproj.html                  |   14 +-
 dojox/gfx/tests/test_resize.html                   |    8 +-
 dojox/gfx/tests/test_setPath.html                  |    8 +-
 dojox/gfx/tests/test_tbbox.html                    |   10 +-
 dojox/gfx/tests/test_text.html                     |   16 +-
 dojox/gfx/tests/test_textpath.html                 |   14 +-
 dojox/gfx/tests/test_transform.html                |   10 +-
 dojox/gfx/tests/test_utils.html                    |    3 +-
 dojox/gfx/tests/test_vectortext_draw.html          |   16 +-
 dojox/gfx/tests/test_vectortext_load.html          |   13 +-
 dojox/gfx/utils.js                                 |   14 +-
 dojox/gfx/vml.js                                   |  156 +-
 dojox/gfx/vml_attach.js                            |  116 +-
 dojox/gfx3d/lighting.js                            |    2 +-
 dojox/gfx3d/matrix.js                              |   20 +-
 dojox/gfx3d/object.js                              |  105 +-
 dojox/gfx3d/scheduler.js                           |   20 +-
 dojox/gfx3d/vector.js                              |    4 +-
 dojox/grid/DataGrid.js                             |   23 +-
 dojox/grid/EnhancedGrid.js                         |  253 ++-
 dojox/grid/LazyTreeGrid.js                         |  833 ++++++++++
 dojox/grid/LazyTreeGridStoreModel.js               |  105 ++
 dojox/grid/README                                  |   73 +-
 dojox/grid/TreeGrid.js                             |   50 +-
 dojox/grid/_Builder.js                             |   47 +-
 dojox/grid/_EditManager.js                         |    7 +-
 dojox/grid/_Events.js                              |    3 +-
 dojox/grid/_FocusManager.js                        |   56 +-
 dojox/grid/_Grid.js                                |   47 +-
 dojox/grid/_Layout.js                              |   19 +-
 dojox/grid/_RowManager.js                          |    2 +-
 dojox/grid/_RowSelector.js                         |    2 +-
 dojox/grid/_Scroller.js                            |   21 +-
 dojox/grid/_Selector.js                            |    8 +-
 dojox/grid/_TreeView.js                            |   10 +-
 dojox/grid/_View.js                                |   10 +-
 dojox/grid/_ViewManager.js                         |   14 +-
 dojox/grid/cells/dijit.js                          |   24 +-
 dojox/grid/cells/tree.js                           |    4 +-
 dojox/grid/enhanced/_Builder.js                    |  115 --
 dojox/grid/enhanced/_Events.js                     |  470 +-----
 dojox/grid/enhanced/_FocusManager.js               |  755 +++++++++
 dojox/grid/enhanced/_Plugin.js                     |  482 ++----
 dojox/grid/enhanced/_PluginManager.js              |  264 +++
 dojox/grid/enhanced/dnd/_DndBuilder.js             |   36 -
 dojox/grid/enhanced/dnd/_DndEvents.js              |   84 -
 dojox/grid/enhanced/dnd/_DndFocusManager.js        |  127 --
 dojox/grid/enhanced/dnd/_DndGrid.js                |   41 -
 dojox/grid/enhanced/dnd/_DndMover.js               |   40 -
 dojox/grid/enhanced/dnd/_DndMovingManager.js       |  988 -----------
 dojox/grid/enhanced/dnd/_DndRowSelector.js         |   30 -
 dojox/grid/enhanced/dnd/_DndSelectingManager.js    |  735 ---------
 dojox/grid/enhanced/nls/EnhancedGrid.js            |    5 +-
 dojox/grid/enhanced/nls/Filter.js                  |   85 +
 dojox/grid/enhanced/nls/Pagination.js              |   17 +
 dojox/grid/enhanced/nls/ar/EnhancedGrid.js         |    6 +-
 dojox/grid/enhanced/nls/ar/Filter.js               |   87 +
 dojox/grid/enhanced/nls/ar/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/ca/Filter.js               |   88 +
 dojox/grid/enhanced/nls/ca/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/cs/EnhancedGrid.js         |    8 +-
 dojox/grid/enhanced/nls/cs/Filter.js               |   87 +
 dojox/grid/enhanced/nls/cs/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/da/EnhancedGrid.js         |    8 +-
 dojox/grid/enhanced/nls/da/Filter.js               |   87 +
 dojox/grid/enhanced/nls/da/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/de/EnhancedGrid.js         |    8 +-
 dojox/grid/enhanced/nls/de/Filter.js               |   87 +
 dojox/grid/enhanced/nls/de/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/el/Filter.js               |   88 +
 dojox/grid/enhanced/nls/el/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/es/EnhancedGrid.js         |    6 +-
 dojox/grid/enhanced/nls/es/Filter.js               |   87 +
 dojox/grid/enhanced/nls/es/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/fi/EnhancedGrid.js         |    6 +-
 dojox/grid/enhanced/nls/fi/Filter.js               |   87 +
 dojox/grid/enhanced/nls/fi/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/fr/EnhancedGrid.js         |   10 +-
 dojox/grid/enhanced/nls/fr/Filter.js               |   87 +
 dojox/grid/enhanced/nls/fr/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/he/EnhancedGrid.js         |    8 +-
 dojox/grid/enhanced/nls/he/Filter.js               |   87 +
 dojox/grid/enhanced/nls/he/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/hr/EnhancedGrid.js         |   12 +
 dojox/grid/enhanced/nls/hr/Filter.js               |   87 +
 dojox/grid/enhanced/nls/hr/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/hu/EnhancedGrid.js         |    6 +-
 dojox/grid/enhanced/nls/hu/Filter.js               |   87 +
 dojox/grid/enhanced/nls/hu/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/it/EnhancedGrid.js         |   12 +-
 dojox/grid/enhanced/nls/it/Filter.js               |   87 +
 dojox/grid/enhanced/nls/it/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/ja/EnhancedGrid.js         |    9 +-
 dojox/grid/enhanced/nls/ja/Filter.js               |   85 +
 dojox/grid/enhanced/nls/ja/Pagination.js           |   17 +
 dojox/grid/enhanced/nls/kk/EnhancedGrid.js         |    8 +
 dojox/grid/enhanced/nls/kk/Filter.js               |   88 +
 dojox/grid/enhanced/nls/kk/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/ko/EnhancedGrid.js         |    8 +-
 dojox/grid/enhanced/nls/ko/Filter.js               |   87 +
 dojox/grid/enhanced/nls/ko/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/nb/EnhancedGrid.js         |    8 +-
 dojox/grid/enhanced/nls/nb/Filter.js               |   87 +
 dojox/grid/enhanced/nls/nb/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/nl/EnhancedGrid.js         |   10 +-
 dojox/grid/enhanced/nls/nl/Filter.js               |   87 +
 dojox/grid/enhanced/nls/nl/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/pl/EnhancedGrid.js         |   10 +-
 dojox/grid/enhanced/nls/pl/Filter.js               |   87 +
 dojox/grid/enhanced/nls/pl/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/pt-pt/Filter.js            |   88 +
 dojox/grid/enhanced/nls/pt-pt/Pagination.js        |   18 +
 dojox/grid/enhanced/nls/pt/Filter.js               |   86 +
 dojox/grid/enhanced/nls/pt/Pagination.js           |   17 +
 dojox/grid/enhanced/nls/ro/EnhancedGrid.js         |    5 +-
 dojox/grid/enhanced/nls/ro/Filter.js               |   87 +
 dojox/grid/enhanced/nls/ro/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/ru/EnhancedGrid.js         |    8 +-
 dojox/grid/enhanced/nls/ru/Filter.js               |   87 +
 dojox/grid/enhanced/nls/ru/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/sk/Filter.js               |   87 +
 dojox/grid/enhanced/nls/sk/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/sl/EnhancedGrid.js         |   10 +-
 dojox/grid/enhanced/nls/sl/Filter.js               |   87 +
 dojox/grid/enhanced/nls/sl/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/sv/EnhancedGrid.js         |   14 +-
 dojox/grid/enhanced/nls/sv/Filter.js               |   87 +
 dojox/grid/enhanced/nls/sv/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/th/Filter.js               |   88 +
 dojox/grid/enhanced/nls/th/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/tr/EnhancedGrid.js         |   12 +-
 dojox/grid/enhanced/nls/tr/Filter.js               |   87 +
 dojox/grid/enhanced/nls/tr/Pagination.js           |   18 +
 dojox/grid/enhanced/nls/zh-tw/EnhancedGrid.js      |    8 +-
 dojox/grid/enhanced/nls/zh-tw/Filter.js            |   87 +
 dojox/grid/enhanced/nls/zh-tw/Pagination.js        |   18 +
 dojox/grid/enhanced/nls/zh/EnhancedGrid.js         |    8 +-
 dojox/grid/enhanced/nls/zh/Filter.js               |   87 +
 dojox/grid/enhanced/nls/zh/Pagination.js           |   18 +
 dojox/grid/enhanced/plugins/AutoScroll.js          |  171 ++
 dojox/grid/enhanced/plugins/CellMerge.js           |  266 +++
 dojox/grid/enhanced/plugins/Cookie.js              |  345 ++++
 dojox/grid/enhanced/plugins/Dialog.js              |   34 +
 dojox/grid/enhanced/plugins/DnD.js                 | 1076 +++++++++++-
 dojox/grid/enhanced/plugins/Exporter.js            |  231 +++
 dojox/grid/enhanced/plugins/Filter.js              |  160 ++
 dojox/grid/enhanced/plugins/GridSource.js          |  148 ++
 dojox/grid/enhanced/plugins/IndirectSelection.js   |  871 +++++-----
 dojox/grid/enhanced/plugins/Menu.js                |  197 ++-
 dojox/grid/enhanced/plugins/NestedSorting.js       | 1735 ++++++--------------
 dojox/grid/enhanced/plugins/Pagination.js          | 1224 ++++++++++++++
 dojox/grid/enhanced/plugins/Printer.js             |  258 +++
 dojox/grid/enhanced/plugins/Rearrange.js           |  481 ++++++
 dojox/grid/enhanced/plugins/Search.js              |  109 ++
 dojox/grid/enhanced/plugins/Selector.js            | 1447 ++++++++++++++++
 dojox/grid/enhanced/plugins/_RowMapLayer.js        |  204 +++
 dojox/grid/enhanced/plugins/_SelectionPreserver.js |  127 ++
 dojox/grid/enhanced/plugins/_StoreLayer.js         |  383 +++++
 dojox/grid/enhanced/plugins/exporter/CSVWriter.js  |   79 +
 .../grid/enhanced/plugins/exporter/TableWriter.js  |  145 ++
 .../enhanced/plugins/exporter/_ExportWriter.js     |  267 +++
 .../enhanced/plugins/filter/ClearFilterConfirm.js  |   33 +
 dojox/grid/enhanced/plugins/filter/FilterBar.js    |  369 +++++
 .../grid/enhanced/plugins/filter/FilterBuilder.js  |   78 +
 .../enhanced/plugins/filter/FilterDefDialog.js     | 1229 ++++++++++++++
 dojox/grid/enhanced/plugins/filter/FilterLayer.js  |  404 +++++
 .../enhanced/plugins/filter/FilterStatusTip.js     |  139 ++
 .../grid/enhanced/plugins/filter/_ConditionExpr.js |  215 +++
 dojox/grid/enhanced/plugins/filter/_DataExprs.js   |   78 +
 dojox/grid/enhanced/plugins/filter/_FilterExpr.js  |  228 +++
 dojox/grid/enhanced/resources/Common.css           |   36 +
 dojox/grid/enhanced/resources/Common_rtl.css       |   15 +
 dojox/grid/enhanced/resources/DnD.css              |   78 +
 dojox/grid/enhanced/resources/DnD_rtl.css          |   12 +
 dojox/grid/enhanced/resources/EnhancedGrid.css     |  196 +--
 dojox/grid/enhanced/resources/EnhancedGrid_rtl.css |   35 +-
 dojox/grid/enhanced/resources/Filter.css           |  292 ++++
 dojox/grid/enhanced/resources/Filter_rtl.css       |   80 +
 dojox/grid/enhanced/resources/Pagination.css       |  138 ++
 dojox/grid/enhanced/resources/Pagination_rtl.css   |   68 +
 dojox/grid/enhanced/resources/Sorter.css           |  178 ++
 dojox/grid/enhanced/resources/Sorter_rtl.css       |   78 +
 dojox/grid/enhanced/resources/claro/Common.css     |   99 ++
 .../grid/enhanced/resources/claro/EnhancedGrid.css |    4 +
 dojox/grid/enhanced/resources/claro/Filter.css     |   59 +
 .../grid/enhanced/resources/claroEnhancedGrid.css  |  104 --
 .../enhanced/resources/images/nestedSortArrows.png |  Bin 955 -> 0 bytes
 .../enhanced/resources/images/sprite_icons.png     |  Bin 0 -> 2836 bytes
 dojox/grid/enhanced/resources/tundra/Common.css    |   40 +
 .../enhanced/resources/tundra/EnhancedGrid.css     |    5 +
 dojox/grid/enhanced/resources/tundra/Filter.css    |   38 +
 dojox/grid/enhanced/resources/tundra/Sorter.css    |   83 +
 .../grid/enhanced/resources/tundraEnhancedGrid.css |   86 -
 .../enhanced/templates/ClearFilterConfirmPane.html |    9 +
 dojox/grid/enhanced/templates/CriteriaBox.html     |   20 +
 dojox/grid/enhanced/templates/FilterBar.html       |   15 +
 .../enhanced/templates/FilterBoolValueBox.html     |   11 +
 dojox/grid/enhanced/templates/FilterDefPane.html   |   27 +
 .../grid/enhanced/templates/FilterStatusPane.html  |    9 +
 dojox/grid/enhanced/templates/Pagination.html      |   13 +
 dojox/grid/resources/Grid.css                      |    9 +-
 dojox/grid/resources/View.html                     |   16 +-
 dojox/grid/resources/_Grid.html                    |    6 +-
 dojox/grid/resources/claroGrid.css                 |   77 +-
 dojox/grid/resources/soriaGrid.css                 |    8 +
 dojox/grid/tests/databaseModel.js                  |   38 +-
 dojox/grid/tests/enhanced/support/common.css       |    8 +
 .../tests/enhanced/support/music-for-demo.part.csv |  309 ----
 dojox/grid/tests/enhanced/support/print_style1.css |   20 +
 dojox/grid/tests/enhanced/support/print_style2.css |    7 +
 .../tests/enhanced/support/test_layout_music.js    |  174 ++
 dojox/grid/tests/enhanced/support/test_repeat.js   |   90 +
 dojox/grid/tests/enhanced/support/test_ue.js       |   29 -
 .../tests/enhanced/support/test_write_store_dnd.js |   32 +
 .../enhanced/support/test_write_store_music.js     |  129 ++
 dojox/grid/tests/enhanced/test_enhanced_grid.html  |  181 --
 .../enhanced/test_enhanced_grid_cellmerge.html     |  242 +++
 .../tests/enhanced/test_enhanced_grid_claro.html   |   70 -
 .../tests/enhanced/test_enhanced_grid_cookie.html  |   88 +
 .../tests/enhanced/test_enhanced_grid_dnd.html     |  294 ++++
 .../tests/enhanced/test_enhanced_grid_filter.html  |  107 ++
 .../test_enhanced_grid_indirectSelection.html      |  105 ++
 .../test_enhanced_grid_leak_programmatic.html      |  185 +++
 .../enhanced/test_enhanced_grid_leak_scroll.html   |  175 ++
 .../test_enhanced_grid_leak_with_plugin.html       |  294 ++++
 .../tests/enhanced/test_enhanced_grid_menus.html   |   93 ++
 .../enhanced/test_enhanced_grid_nestedsorting.html |   74 +
 .../enhanced/test_enhanced_grid_pagination.html    |   73 +
 .../tests/enhanced/test_enhanced_grid_plugins.html |  875 ++++++++++
 .../enhanced/test_enhanced_grid_print_export.html  |  199 +++
 .../tests/enhanced/test_enhanced_grid_search.html  |  186 +++
 .../enhanced/test_enhanced_grid_selector.html      |  134 ++
 dojox/grid/tests/performance/_gridPerfFramework.js |   20 +-
 dojox/grid/tests/performance/module.js             |    8 +-
 dojox/grid/tests/robot/DataGrid_mouse.html         |    4 +-
 dojox/grid/tests/robot/structures.js               |   20 +-
 dojox/grid/tests/support/test_data.js              |    2 +-
 dojox/grid/tests/support/test_data_date.js         |    2 +-
 dojox/grid/tests/support/yahoo_search.js           |   14 +-
 dojox/grid/tests/test_change_structure.html        |    2 +-
 dojox/grid/tests/test_data_grid_edit.html          |    4 +-
 dojox/grid/tests/test_expand.html                  |   12 +-
 dojox/grid/tests/test_sizing.html                  |   20 +-
 dojox/grid/tests/test_treegrid.html                |    4 +-
 dojox/grid/tests/test_treegrid_lazyloading.html    |  154 ++
 dojox/grid/tests/test_treegrid_model.html          |    6 +-
 dojox/grid/tests/test_yahoo_search.html            |    2 +-
 dojox/grid/tests/yahooSearch.js                    |    4 +-
 dojox/highlight.js                                 |    2 +-
 dojox/highlight/_base.js                           |   28 +-
 dojox/highlight/languages/cpp.js                   |   14 +-
 dojox/highlight/languages/css.js                   |   26 +-
 dojox/highlight/languages/delphi.js                |   26 +-
 dojox/highlight/languages/django.js                |   12 +-
 dojox/highlight/languages/groovy.js                |   20 +-
 dojox/highlight/languages/html.js                  |    6 +-
 dojox/highlight/languages/java.js                  |   16 +-
 dojox/highlight/languages/pygments/_html.js        |    4 +-
 dojox/highlight/languages/pygments/css.js          |    4 +-
 dojox/highlight/languages/pygments/html.js         |    2 +-
 dojox/highlight/languages/pygments/javascript.js   |    8 +-
 dojox/highlight/languages/pygments/xml.js          |    2 +-
 dojox/highlight/languages/python.js                |   14 +-
 dojox/highlight/languages/sql.js                   |   22 +-
 dojox/highlight/tests/example-java-source.java     |   25 +
 dojox/highlight/tests/example-xml-data.xml         |   17 +
 dojox/highlight/tests/example-xml-resultdata.xml   |    1 +
 dojox/highlight/tests/example-xquery-source.xquery |   27 +
 dojox/highlight/tests/highlight.js                 |    2 +-
 dojox/highlight/tests/highlightRequires.js         |    7 +
 dojox/highlight/tests/module.js                    |    2 +-
 dojox/highlight/tests/pretty.css                   |  136 ++
 dojox/highlight/tests/test_highlightWidget.html    |   24 +
 dojox/highlight/widget/Code.js                     |   96 ++
 dojox/html/README                                  |    4 +-
 dojox/html/_base.js                                |   60 +-
 dojox/html/ellipsis.js                             |   45 +-
 dojox/html/entities.js                             |   62 +-
 dojox/html/ext-dojo/style.js                       |    2 +-
 dojox/html/format.js                               |  833 +++++-----
 dojox/html/metrics.js                              |    2 +-
 dojox/html/styles.js                               |  148 +-
 dojox/html/tests/entities.js                       |   14 +-
 dojox/html/tests/format.js                         |   38 +-
 dojox/html/tests/test_metrics_getTextBox.html      |   49 +
 dojox/image/Badge.js                               |   22 +-
 dojox/image/Gallery.js                             |   19 +-
 dojox/image/Lightbox.js                            |  127 +-
 dojox/image/LightboxNano.js                        |  129 +-
 dojox/image/Magnifier.js                           |    6 +-
 dojox/image/MagnifierLite.js                       |   14 +-
 dojox/image/SlideShow.js                           |  103 +-
 dojox/image/ThumbnailPicker.js                     |   45 +-
 dojox/image/_base.js                               |   32 +-
 dojox/image/resources/Lightbox.css                 |   29 +-
 dojox/image/tests/images/supertall.gif             |  Bin 0 -> 3916 bytes
 dojox/image/tests/images/superwide.gif             |  Bin 0 -> 4720 bytes
 dojox/image/tests/test_Lightbox.html               |   48 +-
 dojox/io/OAuth.js                                  |   18 +-
 dojox/io/httpParse.js                              |   18 +-
 dojox/io/proxy/xip.js                              |    6 +-
 dojox/io/proxy/xip_client.html                     |    2 +-
 dojox/io/proxy/xip_server.html                     |    2 +-
 dojox/io/scriptFrame.js                            |    2 +-
 dojox/io/tests/windowName.html                     |    2 +-
 dojox/io/tests/windowName.js                       |    8 +-
 dojox/io/tests/xhrPlugins.js                       |    8 +-
 dojox/io/windowName.js                             |   37 +-
 dojox/io/xhrMultiPart.js                           |    2 +-
 dojox/io/xhrPlugins.js                             |   32 +-
 dojox/io/xhrScriptPlugin.js                        |    6 +-
 dojox/io/xhrWindowNamePlugin.js                    |   20 +-
 dojox/jq.js                                        |   30 +-
 dojox/json/query.js                                |   74 +-
 dojox/json/ref.js                                  |   46 +-
 dojox/json/schema.js                               |   46 +-
 dojox/json/tests/query.js                          |   26 +-
 dojox/json/tests/schema.js                         |   18 +-
 dojox/jsonPath/query.js                            |   22 +-
 dojox/jsonPath/tests/jsonPath.js                   |   14 +-
 dojox/lang/aspect.js                               |    2 +-
 dojox/lang/docs.js                                 |    8 +-
 dojox/lang/functional/array.js                     |   10 +-
 dojox/lang/functional/curry.js                     |    8 +-
 dojox/lang/functional/fold.js                      |    6 +-
 dojox/lang/functional/lambda.js                    |   10 +-
 dojox/lang/functional/listcomp.js                  |   12 +-
 dojox/lang/functional/object.js                    |    6 +-
 dojox/lang/functional/reversed.js                  |   10 +-
 dojox/lang/functional/scan.js                      |   10 +-
 dojox/lang/functional/zip.js                       |   10 +-
 dojox/lang/observable.js                           |   62 +-
 dojox/lang/tests/declare-old.js                    |   44 +-
 dojox/lang/tests/docs.js                           |    8 +-
 dojox/lang/tests/observable.js                     |   12 +-
 dojox/lang/tests/typed.js                          |    6 +-
 dojox/lang/utils.js                                |    2 +-
 dojox/layout/ContentPane.js                        |    8 +-
 dojox/layout/DragPane.js                           |   24 +-
 dojox/layout/ExpandoPane.js                        |   38 +-
 dojox/layout/FloatingPane.js                       |   82 +-
 dojox/layout/GridContainer.js                      |    4 +-
 dojox/layout/GridContainerLite.js                  |   17 +-
 dojox/layout/RadioGroup.js                         |   27 +-
 dojox/layout/ResizeHandle.js                       |  100 +-
 dojox/layout/RotatorContainer.js                   |    8 +-
 dojox/layout/ScrollPane.js                         |   16 +-
 dojox/layout/TableContainer.js                     |   32 +-
 dojox/layout/ToggleSplitter.js                     |   75 +-
 dojox/layout/dnd/PlottedDnd.js                     |   60 +-
 dojox/layout/resources/FloatingPane.html           |    4 +-
 dojox/layout/resources/GridContainer.css           |    4 +-
 dojox/layout/tests/ContentPane.html                |   47 +-
 dojox/layout/tests/resources/script_dnd.js         |    6 +-
 dojox/layout/tests/test_DragPane.html              |   41 +-
 dojox/layout/tests/test_ExpandoPane.html           |   14 +-
 dojox/layout/tests/test_RadioGroup.html            |   50 +-
 dojox/layout/tests/test_TableContainer.html        |   39 +-
 dojox/math.js                                      |    8 +-
 dojox/math/BigInteger-ext.js                       |   10 +-
 dojox/math/BigInteger.js                           |   11 +-
 dojox/math/_base.js                                |   11 +-
 dojox/math/curves.js                               |   19 +-
 dojox/math/matrix.js                               |    7 +-
 dojox/math/random/Secure.js                        |    8 +-
 dojox/math/random/Simple.js                        |    6 +-
 dojox/math/random/prng4.js                         |    7 +-
 dojox/math/round.js                                |    7 +-
 dojox/math/stats.js                                |    7 +-
 dojox/math/tests/round.js                          |    2 +-
 dojox/math/tests/stats.js                          |    2 +-
 dojox/mdnd/AutoScroll.js                           |    6 +-
 dojox/mdnd/DropIndicator.js                        |    8 +-
 dojox/mdnd/Moveable.js                             |   40 +-
 dojox/mdnd/PureSource.js                           |   12 +-
 dojox/mdnd/dropMode/DefaultDropMode.js             |   24 +-
 dojox/mdnd/tests/robot/module.js                   |    2 +-
 dojox/mdnd/tests/unitTests/dropMode/FixtureLib.js  |    2 +-
 dojox/mobile/FixedSplitter.js                      |   97 ++
 dojox/mobile/FlippableView.js                      |  132 ++
 dojox/mobile/IconContainer.js                      |  307 ++++
 dojox/mobile/README                                |    8 +-
 dojox/mobile/ScrollableView.js                     |  118 ++
 dojox/mobile/TabBar.js                             |  205 +++
 dojox/mobile/TabContainer.js                       |  151 ++
 dojox/mobile/_ScrollableMixin.js                   |   51 +
 dojox/mobile/_base.js                              |  751 +++------
 dojox/mobile/app/AlertDialog.js                    |    4 +-
 dojox/mobile/app/ImageThumbView.js                 |  211 ++-
 dojox/mobile/app/List.js                           |  322 ++--
 dojox/mobile/app/SceneController.js                |  105 +-
 dojox/mobile/app/StageController.js                |   49 +-
 dojox/mobile/app/TextBox.js                        |   30 +-
 dojox/mobile/app/_FormWidget.js                    |   15 +-
 dojox/mobile/app/_Widget.js                        |   10 +-
 dojox/mobile/app/_base.js                          |   89 +-
 dojox/mobile/app/_event.js                         |    5 +-
 dojox/mobile/app/compat.js                         |    2 +-
 dojox/mobile/build/build.bat                       |    6 +-
 dojox/mobile/build/build.sh                        |    6 +-
 dojox/mobile/build/profiles/mobile-all.profile.js  |   36 -
 dojox/mobile/build/profiles/mobile.profile.js      |   40 -
 dojox/mobile/compat.js                             |  102 +-
 dojox/mobile/parser.js                             |   15 +-
 dojox/mobile/scrollable.js                         |  864 ++++++++++
 .../app/assistants/main-assistant.js               |  229 +--
 .../app/views/main/dividerTemplate.html            |    3 +
 .../complexListApp/app/views/main/main-scene.html  |   27 +-
 dojox/mobile/tests/complexListApp/styles/style.css |   40 +-
 .../dialogApp/app/assistants/main-assistant.js     |    6 +-
 .../flickr-image-thumb-view-assistant.js           |  119 +-
 .../app/assistants/flickr-image-view-assistant.js  |   28 +-
 .../assistants/flickr-search-group-assistant.js    |   16 +-
 .../app/assistants/flickr-search-text-assistant.js |   14 +-
 .../app/assistants/image-view-assistant.js         |   10 +-
 .../flickr-image-thumb-view-scene.html             |   16 +-
 dojox/mobile/tests/images/tab-icon-10.png          |  Bin 0 -> 349 bytes
 dojox/mobile/tests/images/tab-icon-10h.png         |  Bin 0 -> 369 bytes
 dojox/mobile/tests/images/tab-icon-11.png          |  Bin 0 -> 343 bytes
 dojox/mobile/tests/images/tab-icon-11h.png         |  Bin 0 -> 366 bytes
 dojox/mobile/tests/images/tab-icon-12.png          |  Bin 0 -> 622 bytes
 dojox/mobile/tests/images/tab-icon-12h.png         |  Bin 0 -> 623 bytes
 dojox/mobile/tests/images/tab-icon-13.png          |  Bin 0 -> 277 bytes
 dojox/mobile/tests/images/tab-icon-13h.png         |  Bin 0 -> 299 bytes
 dojox/mobile/tests/images/tab-icon-14.png          |  Bin 0 -> 623 bytes
 dojox/mobile/tests/images/tab-icon-14h.png         |  Bin 0 -> 652 bytes
 dojox/mobile/tests/images/tab-icon-15.png          |  Bin 0 -> 765 bytes
 dojox/mobile/tests/images/tab-icon-15h.png         |  Bin 0 -> 777 bytes
 dojox/mobile/tests/images/tab-icon-16.png          |  Bin 0 -> 597 bytes
 dojox/mobile/tests/images/tab-icon-16h.png         |  Bin 0 -> 600 bytes
 dojox/mobile/tests/images/tab-icon-17.png          |  Bin 0 -> 967 bytes
 dojox/mobile/tests/images/tab-icon-17h.png         |  Bin 0 -> 959 bytes
 dojox/mobile/tests/images/tab-icon-18.png          |  Bin 0 -> 827 bytes
 dojox/mobile/tests/images/tab-icon-18h.png         |  Bin 0 -> 834 bytes
 dojox/mobile/tests/images/tab-icons.png            |  Bin 0 -> 4215 bytes
 dojox/mobile/tests/index.html                      |   43 +-
 dojox/mobile/tests/items.json                      |    7 +
 .../multiSceneApp/app/assistants/main-assistant.js |    4 +-
 .../simpleApp/app/assistants/main-assistant.js     |    4 +-
 .../simpleListApp/app/assistants/main-assistant.js |    2 +-
 dojox/mobile/tests/test_Android-ButtonList.html    |    5 +-
 dojox/mobile/tests/test_Android-EdgeToEdge.html    |    2 +-
 .../tests/test_Android-EdgeToEdgeCategory.html     |    2 +-
 dojox/mobile/tests/test_Android-Heading.html       |   79 +
 dojox/mobile/tests/test_Android-Icon.html          |    3 +-
 dojox/mobile/tests/test_Android-RoundRectList.html |   18 +-
 dojox/mobile/tests/test_Android-Settings.html      |    5 +-
 dojox/mobile/tests/test_Android-Switch.html        |    4 +-
 dojox/mobile/tests/test_Android-TabBar.html        |   66 +
 dojox/mobile/tests/test_Android-TabContainer.html  |    9 +-
 .../tests/test_Android-VariableHeightList.html     |    2 +-
 dojox/mobile/tests/test_FixedSplitter-H2-prog.html |   38 +
 dojox/mobile/tests/test_FixedSplitter-H2.html      |   33 +
 dojox/mobile/tests/test_FixedSplitter-V2H2.html    |   39 +
 dojox/mobile/tests/test_FixedSplitter-V3.html      |   36 +
 .../mobile/tests/test_ScrollableMixin-custom.html  |  110 ++
 dojox/mobile/tests/test_ajax-html.html             |    2 +-
 dojox/mobile/tests/test_ajax-json.html             |    2 +-
 dojox/mobile/tests/test_anchor-label.html          |   12 +-
 dojox/mobile/tests/test_bookmarkable.html          |    2 +-
 dojox/mobile/tests/test_buttons.html               |    2 +-
 dojox/mobile/tests/test_css-sprite.html            |  171 ++
 .../tests/test_dynamic-ScrollableView-ah-af.html   |   85 +
 .../tests/test_dynamic-ScrollableView-vh-vf.html   |   76 +
 dojox/mobile/tests/test_dynamic-icons.html         |    5 +-
 dojox/mobile/tests/test_dynamic-items.html         |    2 +-
 dojox/mobile/tests/test_dynamic-view.html          |    2 +-
 .../tests/test_grouped-scrollable-views.html       |   66 +
 dojox/mobile/tests/test_grouped-views.html         |   63 +
 dojox/mobile/tests/test_hash-parameter.html        |    2 +-
 dojox/mobile/tests/test_iPad-Settings.html         |  238 +++
 dojox/mobile/tests/test_iPhone-Animation.html      |    4 +-
 dojox/mobile/tests/test_iPhone-Button.html         |    2 +-
 dojox/mobile/tests/test_iPhone-ButtonList.html     |    5 +-
 dojox/mobile/tests/test_iPhone-EdgeToEdge.html     |   10 +-
 .../tests/test_iPhone-EdgeToEdgeCategory.html      |    2 +-
 dojox/mobile/tests/test_iPhone-FlippableView.html  |   83 +
 dojox/mobile/tests/test_iPhone-Heading.html        |  105 +-
 dojox/mobile/tests/test_iPhone-Icon.html           |    3 +-
 dojox/mobile/tests/test_iPhone-IconMulti.html      |    9 +-
 dojox/mobile/tests/test_iPhone-IconSingle.html     |    9 +-
 .../mobile/tests/test_iPhone-IconSingleBelow.html  |    9 +-
 dojox/mobile/tests/test_iPhone-ResultList.html     |    2 +-
 dojox/mobile/tests/test_iPhone-RoundRect.html      |    2 +-
 dojox/mobile/tests/test_iPhone-RoundRectList.html  |   12 +-
 .../tests/test_iPhone-ScrollableView-demo.html     |  394 +++++
 .../mobile/tests/test_iPhone-ScrollableView-h.html |   53 +
 .../tests/test_iPhone-ScrollableView-hv-ah-af.html |  124 ++
 .../tests/test_iPhone-ScrollableView-hv-vh-vf.html |  124 ++
 .../tests/test_iPhone-ScrollableView-hv.html       |  123 ++
 .../tests/test_iPhone-ScrollableView-v-ah-af.html  |  139 ++
 .../tests/test_iPhone-ScrollableView-v-vh-af.html  |  140 ++
 .../tests/test_iPhone-ScrollableView-v-vh-vf.html  |  141 ++
 .../tests/test_iPhone-ScrollableView-v-vh.html     |  139 ++
 .../mobile/tests/test_iPhone-ScrollableView-v.html |  137 ++
 dojox/mobile/tests/test_iPhone-Settings.html       |   36 +-
 dojox/mobile/tests/test_iPhone-Switch.html         |    4 +-
 .../test_iPhone-TabBar-seg-grouped-scroll.html     |  185 +++
 .../tests/test_iPhone-TabBar-seg-grouped.html      |  178 ++
 dojox/mobile/tests/test_iPhone-TabBar-seg.html     |  162 ++
 dojox/mobile/tests/test_iPhone-TabBar.html         |   65 +
 dojox/mobile/tests/test_iPhone-TabContainer.html   |   25 +-
 .../tests/test_iPhone-VariableHeightList.html      |    2 +-
 .../mobile/tests/test_orientation-transition.html  |   55 +
 dojox/mobile/tests/test_progress-indicator.html    |    2 +-
 dojox/mobile/tests/test_scrollable-no-dojo-af.html |  115 ++
 .../tests/test_scrollable-no-dojo-ah-af.html       |  122 ++
 dojox/mobile/tests/test_scrollable-no-dojo-ah.html |  114 ++
 dojox/mobile/tests/test_scrollable-no-dojo.html    |   91 +
 .../tests/test_transition-to-dynamic-view.html     |   76 +
 dojox/mobile/tests/view3.html                      |   16 +-
 dojox/mobile/tests/view3.json                      |   14 +-
 dojox/mobile/themes/FixedSplitter.css              |   22 +
 dojox/mobile/themes/android/android-app-compat.css |   24 +
 dojox/mobile/themes/android/android-app.css        |  349 ++++
 dojox/mobile/themes/android/android-compat.css     |   12 +-
 dojox/mobile/themes/android/android.css            |  122 +-
 dojox/mobile/themes/android/compat/heading-bg.png  |  Bin 0 -> 181 bytes
 .../themes/android/images/thumb-overlay-large.png  |  Bin 0 -> 3697 bytes
 .../themes/android/images/thumb-overlay-small.png  |  Bin 0 -> 1549 bytes
 .../mobile/themes/android/images/thumb-overlay.png |  Bin 0 -> 2010 bytes
 dojox/mobile/themes/domButtons-compat.css          |    6 +
 dojox/mobile/themes/domButtons.css                 |    6 +
 dojox/mobile/themes/domButtons/Common-compat.css   |    3 +
 dojox/mobile/themes/domButtons/Common.css          |    6 +
 .../domButtons/DomButtonDownArrow-compat.css       |    8 +
 .../themes/domButtons/DomButtonDownArrow.css       |   21 +
 .../themes/domButtons/DomButtonPlus-compat.css     |    8 +
 dojox/mobile/themes/domButtons/DomButtonPlus.css   |   18 +
 .../themes/domButtons/DomButtonSearch-compat.css   |   12 +
 dojox/mobile/themes/domButtons/DomButtonSearch.css |   33 +
 .../themes/domButtons/DomButtonUpArrow-compat.css  |    8 +
 .../mobile/themes/domButtons/DomButtonUpArrow.css  |   21 +
 .../themes/domButtons/compat/downarrow-button.png  |  Bin 0 -> 935 bytes
 .../themes/domButtons/compat/plus-button.png       |  Bin 0 -> 918 bytes
 .../themes/domButtons/compat/search-button.gif     |  Bin 0 -> 910 bytes
 .../themes/domButtons/compat/search-button.png     |  Bin 0 -> 420 bytes
 .../themes/domButtons/compat/uparrow-button.png    |  Bin 0 -> 933 bytes
 .../themes/iphone/compat/ipad-arrow-button-bg.png  |  Bin 0 -> 181 bytes
 .../iphone/compat/ipad-arrow-button-head.png       |  Bin 0 -> 1212 bytes
 .../themes/iphone/compat/ipad-heading-bg.png       |  Bin 0 -> 195 bytes
 .../themes/iphone/images/thumb-overlay-large.png   |  Bin 0 -> 3697 bytes
 .../themes/iphone/images/thumb-overlay-small.png   |  Bin 0 -> 1549 bytes
 dojox/mobile/themes/iphone/ipad-compat.css         |   12 +
 dojox/mobile/themes/iphone/ipad.css                |   66 +
 dojox/mobile/themes/iphone/iphone-app.css          |  148 +-
 dojox/mobile/themes/iphone/iphone-compat.css       |   19 +-
 dojox/mobile/themes/iphone/iphone.css              |  143 +-
 dojox/rails/tests/plugd/trigger.js                 |   46 +-
 dojox/resources/_modules.js                        |  102 +-
 dojox/robot/recorder.js                            |   78 +-
 dojox/rpc/Client.js                                |    6 +-
 dojox/rpc/JsonRPC.js                               |    7 +-
 dojox/rpc/JsonRest.js                              |   53 +-
 dojox/rpc/OfflineRest.js                           |   31 +-
 dojox/rpc/ProxiedPath.js                           |    5 +-
 dojox/rpc/Rest.js                                  |   23 +-
 dojox/rpc/SMDLibrary/twitter.smd                   |   35 +
 dojox/rpc/Service.js                               |   17 +-
 dojox/rpc/test.txt                                 |    1 -
 dojox/rpc/tests/Geonames.js                        |   12 +-
 dojox/rpc/tests/Service.js                         |    4 +-
 dojox/rpc/tests/Wikipedia.js                       |    2 +-
 dojox/rpc/tests/Yahoo.js                           |    2 +-
 dojox/rpc/tests/stores/JsonRestStore.js            |   40 +-
 dojox/secure/DOM.js                                |   40 +-
 dojox/secure/capability.js                         |   26 +-
 dojox/secure/fromJson.js                           |  241 +++
 dojox/secure/sandbox.js                            |   78 +-
 dojox/secure/tests/DOM.js                          |   14 +-
 dojox/secure/tests/fromJson.js                     |  150 ++
 dojox/secure/tests/sandbox.js                      |   10 +-
 dojox/sketch/Annotation.js                         |   38 +-
 dojox/sketch/DoubleArrowAnnotation.js              |   16 +-
 dojox/sketch/Figure.js                             |   22 +-
 dojox/sketch/LeadAnnotation.js                     |   26 +-
 dojox/sketch/PreexistingAnnotation.js              |   32 +-
 dojox/sketch/SingleArrowAnnotation.js              |   16 +-
 dojox/sketch/Slider.js                             |    2 +-
 dojox/sketch/Toolbar.js                            |    2 +-
 dojox/sketch/UnderlineAnnotation.js                |   16 +-
 dojox/socket.js                                    |  224 +++
 dojox/socket/README                                |   15 +
 dojox/socket/Reconnect.js                          |   54 +
 dojox/sql.js                                       |    2 +-
 dojox/sql/_base.js                                 |   42 +-
 dojox/sql/_crypto.js                               |   24 +-
 dojox/string/BidiComplex.js                        |   72 +-
 dojox/string/Builder.js                            |   16 +-
 dojox/string/sprintf.js                            |   12 +-
 dojox/string/tests/BidiComplex.js                  |   28 +-
 dojox/string/tests/Builder.js                      |    2 +-
 dojox/testing/DocTest.js                           |   22 +-
 dojox/timing.js                                    |    2 +-
 dojox/timing/Sequence.js                           |   22 +-
 dojox/timing/Streamer.js                           |    6 +-
 dojox/timing/ThreadPool.js                         |   28 +-
 dojox/timing/_base.js                              |    6 +-
 dojox/timing/doLater.js                            |    8 +-
 dojox/uuid/Uuid.js                                 |   62 +-
 dojox/uuid/_base.js                                |   56 +-
 dojox/uuid/generateRandomUuid.js                   |   20 +-
 dojox/uuid/generateTimeBasedUuid.js                |   54 +-
 dojox/uuid/tests/uuid.js                           |    6 +-
 dojox/validate.js                                  |    2 +-
 dojox/validate/_base.js                            |   16 +-
 dojox/validate/br.js                               |   22 +-
 dojox/validate/ca.js                               |   10 +-
 dojox/validate/check.js                            |   50 +-
 dojox/validate/creditCard.js                       |   40 +-
 dojox/validate/isbn.js                             |    8 +-
 dojox/validate/regexp.js                           |   30 +-
 dojox/validate/tests/br.js                         |    8 +-
 dojox/validate/tests/creditcard.js                 |    8 +-
 dojox/validate/tests/module.js                     |    6 +-
 dojox/validate/tests/validate.js                   |   92 +-
 dojox/validate/web.js                              |    2 +-
 dojox/widget/AnalogGauge.js                        |   91 +-
 dojox/widget/BarGauge.js                           |   24 +-
 dojox/widget/Calendar.js                           |  129 +-
 dojox/widget/CalendarViews.js                      |   17 +-
 dojox/widget/ColorPicker.js                        |   74 +-
 dojox/widget/DataPresentation.js                   |   50 +-
 dojox/widget/Dialog.js                             |   78 +-
 dojox/widget/Dialog/Dialog.css                     |    7 +-
 dojox/widget/Dialog/Dialog.html                    |    2 +-
 dojox/widget/DialogSimple.js                       |   10 +
 dojox/widget/DocTester.js                          |    4 +-
 dojox/widget/DynamicTooltip.js                     |   12 +-
 dojox/widget/FeedPortlet.js                        |  151 +-
 dojox/widget/FilePicker.js                         |   16 +-
 dojox/widget/FisheyeList.js                        |   70 +-
 dojox/widget/FisheyeLite.js                        |    8 +-
 dojox/widget/Iterator.js                           |   20 +-
 dojox/widget/Loader.js                             |   44 +-
 dojox/widget/Pager.js                              |   26 +-
 dojox/widget/PlaceholderMenuItem.js                |   88 +-
 dojox/widget/Portlet.js                            |   63 +-
 dojox/widget/Portlet/Portlet.css                   |   23 +-
 dojox/widget/README                                |   80 +-
 dojox/widget/Roller.js                             |   48 +-
 dojox/widget/RollingList.js                        |   74 +-
 dojox/widget/SortList.js                           |   38 +-
 dojox/widget/Standby.js                            |  164 +-
 dojox/widget/TitleGroup.js                         |   87 +
 dojox/widget/TitleGroup/TitleGroup.css             |   28 +
 dojox/widget/Toaster.js                            |    4 +-
 dojox/widget/Wizard.js                             |   36 +-
 dojox/widget/Wizard/Wizard.css                     |   36 +-
 dojox/widget/gauge/AnalogArcIndicator.js           |    4 +-
 dojox/widget/gauge/AnalogArrowIndicator.js         |    2 +-
 dojox/widget/gauge/AnalogNeedleIndicator.js        |    2 +-
 dojox/widget/gauge/BarIndicator.js                 |    2 +-
 dojox/widget/gauge/_Gauge.js                       |   40 +-
 dojox/widget/nls/ar/ColorPicker.js                 |    2 +
 dojox/widget/nls/ar/FilePicker.js                  |    3 +-
 dojox/widget/nls/ar/Wizard.js                      |    1 +
 dojox/widget/nls/ca/ColorPicker.js                 |    5 +-
 dojox/widget/nls/cs/ColorPicker.js                 |    3 +-
 dojox/widget/nls/da/ColorPicker.js                 |    2 +
 dojox/widget/nls/de/ColorPicker.js                 |    2 +
 dojox/widget/nls/el/ColorPicker.js                 |    4 +-
 dojox/widget/nls/es/ColorPicker.js                 |    5 +
 dojox/widget/nls/fi/ColorPicker.js                 |    2 +
 dojox/widget/nls/fr/ColorPicker.js                 |    7 +-
 dojox/widget/nls/he/ColorPicker.js                 |    5 +-
 dojox/widget/nls/hu/ColorPicker.js                 |    2 +
 dojox/widget/nls/it/ColorPicker.js                 |    9 +-
 dojox/widget/nls/ja/ColorPicker.js                 |    5 +-
 dojox/widget/nls/kk/ColorPicker.js                 |   12 +
 dojox/widget/nls/kk/FilePicker.js                  |    6 +
 dojox/widget/nls/kk/Wizard.js                      |    6 +
 dojox/widget/nls/ko/ColorPicker.js                 |    5 +-
 dojox/widget/nls/nb/ColorPicker.js                 |    3 +-
 dojox/widget/nls/nl/ColorPicker.js                 |    4 +-
 dojox/widget/nls/nl/FilePicker.js                  |    1 +
 dojox/widget/nls/pl/ColorPicker.js                 |    4 +-
 dojox/widget/nls/pl/Wizard.js                      |    5 +-
 dojox/widget/nls/pt-pt/ColorPicker.js              |    4 +-
 dojox/widget/nls/pt/ColorPicker.js                 |    3 +-
 dojox/widget/nls/ru/ColorPicker.js                 |    4 +-
 dojox/widget/nls/sl/ColorPicker.js                 |    2 +
 dojox/widget/nls/sv/ColorPicker.js                 |    4 +-
 dojox/widget/nls/th/ColorPicker.js                 |    6 +-
 dojox/widget/nls/tr/ColorPicker.js                 |    4 +-
 dojox/widget/nls/zh-tw/ColorPicker.js              |    5 +-
 dojox/widget/nls/zh/ColorPicker.js                 |    5 +-
 dojox/widget/nls/zh/FilePicker.js                  |    2 +-
 dojox/widget/rotator/PanFade.js                    |  211 +++
 dojox/widget/tests/CalendarStackLayout.js          |    4 +-
 dojox/widget/tests/test_DataPresentation.html      |  206 +--
 dojox/widget/tests/test_Dialog.html                |   48 +-
 dojox/widget/tests/test_DynamicTooltip.html        |    8 +-
 dojox/widget/tests/test_PlaceholderMenuItem.html   |   19 +-
 .../widget/tests/test_PortletInGridContainer.html  |  329 ++--
 dojox/widget/tests/test_PortletInGridContainer.js  |   41 +-
 dojox/widget/tests/test_Standby.html               |   15 +-
 dojox/widget/tests/test_Standby_quirks.html        |    8 +-
 dojox/widget/tests/test_Standby_rtl.html           |    8 +-
 dojox/widget/tests/test_TitleGroup.html            |  106 ++
 dojox/widget/tests/test_Wizard.html                |  209 ++-
 dojox/widget/tests/withjs.html                     |    4 +
 dojox/wire/DataWire.js                             |    2 +-
 dojox/wire/Wire.js                                 |    4 +-
 dojox/wire/XmlWire.js                              |    2 +-
 dojox/wire/_base.js                                |    2 +-
 dojox/wire/demos/WidgetRepeater.js                 |    4 +-
 dojox/wire/ml/Action.js                            |    4 +-
 dojox/xml/DomParser.js                             |   66 +-
 dojox/xml/parser.js                                |    6 +-
 dojox/xml/tests/parser.js                          |    2 +-
 dojox/xml/widgetParser.js                          |   18 +-
 dojox/xmpp/ChatService.js                          |   10 +-
 dojox/xmpp/RosterService.js                        |   36 +-
 dojox/xmpp/TransportSession.js                     |   46 +-
 dojox/xmpp/UserService.js                          |    2 +-
 dojox/xmpp/bosh.js                                 |    4 +-
 dojox/xmpp/util.js                                 |   44 +-
 dojox/xmpp/widget/ChatSession.js                   |    2 +-
 dojox/xmpp/xmppSession.js                          |   68 +-
 util/LICENSE                                       |    2 +-
 util/buildscripts/LICENSE                          |    2 +-
 util/buildscripts/build.js                         |   16 +-
 util/buildscripts/build_release.sh                 |   24 +-
 util/buildscripts/cldr/alias.js                    |   64 +-
 util/buildscripts/cldr/arrayInherit.js             |   14 +-
 util/buildscripts/cldr/build.xml                   |   10 +-
 util/buildscripts/cldr/cldrUtil.js                 |    4 +-
 util/buildscripts/cldr/ldml/core.zip               |  Bin 3407639 -> 4073422 bytes
 util/buildscripts/cldr/specialLocale.js            |   32 +-
 util/buildscripts/cldr/wrap.js                     |   74 +
 util/buildscripts/copyright.txt                    |    2 +-
 util/buildscripts/jslib/buildUtil.js               |  224 ++-
 util/buildscripts/jslib/buildUtilXd.js             |    2 +-
 util/buildscripts/jslib/convertTestsToXDomain.js   |    2 +-
 util/buildscripts/jslib/fileUtil.js                |   90 +-
 util/buildscripts/jslib/i18nUtil.js                |   10 +-
 util/buildscripts/makeDojoJsWeb.js                 |    2 +-
 util/buildscripts/profiles/baseplus.profile.js     |    4 +-
 util/buildscripts/profiles/demos-all.profile.js    |    9 +-
 util/buildscripts/profiles/mobile-all.profile.js   |   36 +
 util/buildscripts/profiles/mobile.profile.js       |   41 +
 util/buildscripts/profiles/rhino.profile.js        |    2 +-
 util/buildscripts/profiles/standard.profile.js     |   26 +-
 util/buildscripts/tests/conditionalTest.js         |    2 +-
 util/buildscripts/webbuild/server/js/build.js      |    4 +-
 util/checkstyle/checkstyleUtil.js                  |   88 +-
 util/checkstyle/runCheckstyle.js                   |    4 +-
 util/docscripts/LICENSE                            |    2 +-
 util/docscripts/_browse.php                        |    2 +-
 util/docscripts/_browse2.php                       |  375 +++--
 util/docscripts/cheat.php                          |   10 +-
 util/docscripts/cheat/cheat.css                    |    2 +-
 util/docscripts/cheat/floatup.js                   |  112 ++
 util/docscripts/cheat/lib.js                       |   66 +-
 util/docscripts/generate.php                       |    6 +-
 util/docscripts/lib/parser2/dojo2.inc              |   61 +-
 util/docscripts/makeCix.php                        |   13 +-
 util/docscripts/parsefile.php                      |   95 ++
 util/doh/LICENSE                                   |    2 +-
 util/doh/_browserRunner.js                         |   43 +-
 util/doh/_rhinoRunner.js                           |    2 +-
 util/doh/robot.js                                  |   23 +-
 util/doh/robot/DOHRobot.jar                        |  Bin 43794 -> 45861 bytes
 util/doh/robot/DOHRobot.java                       |  111 +-
 util/doh/runner.html                               |   93 +-
 util/doh/runner.js                                 |  262 +--
 util/jsdoc/LICENSE                                 |    2 +-
 util/shrinksafe/tests/module.js                    |   16 +-
 2910 files changed, 135915 insertions(+), 55487 deletions(-)

diff --cc debian/README.source
index 50db468,0000000..9f0804e
mode 100644,000000..100644
--- a/debian/README.source
+++ b/debian/README.source
@@@ -1,13 -1,0 +1,15 @@@
 +The tarball on http://dojotoolkit.org/ does not include source code for the swf
 +files included in the dojox.av project. In addition to this, the dojox.av
 +project includes an mov file which is not redistributable and therefore does
 +not comply with the DFSG. The dojox.av project is therefore removed from the
 +dojo tarball until these issues are resolved upstream.
 +
- The tarball also does not include source code for the uploader.swf file
- included in the dojox.form project. This file is also removed to comply with
- the DFSG.
++The tarball also does not include source code for the fileuploader.swf and
++uploader.swf files included in the dojox.form project. This file is also
++removed to comply with the DFSG.
 +
 +The dojox.storage project uses a swf file (storage_dialog.swf) that cannot be
 +compiled using free build tools. The dojox.storage project is therefore removed
 +from the dojo tarball.
++
++ -- Jason Morawski <rpgdude1 at gmail.com>, Tue, 17 May 2011 14:52:04 -0400
diff --cc debian/changelog
index aa33077,0000000..a9e486b
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,45 -1,0 +1,54 @@@
++dojo (1.6.1+dfsg-1) unstable; urgency=low
++
++  * New upstream version
++  * Removed Thumbs.db from dojox.gantt project
++  * Removed fileuploader.swf to comply with the DFSG
++  * Updated README.source and uscan-dfsg-clean.sh to reflect DFSG changes
++
++ -- Jason Morawski <rpgdude1 at gmail.com>  Tue, 17 May 2011 15:10:25 -0400
++
 +dojo (1.5.0+dfsg-1) experimental; urgency=low
 +
 +  * New upstream version (Closes: #597148)
 +  * Repackaged using uncompressed dojo source code
 +  * Added get-orig-source rule to debian/rules
 +  * Changed package licensing to BSD license
 +
 + -- Jason Morawski <rpgdude1 at gmail.com>  Tue, 16 Nov 2010 15:51:00 -0400
 +
 +dojo (1.4.3+dfsg1-1) unstable; urgency=low
 +
 +  * Removed uploader.swf and dojox.storage to comply with the DFSG
 +    (Closes: #591961)
 +  * Removed mtasc from libjs-dojo-dojox Suggests due to removal of the
 +    dojox.storage project
 +  * Updated README files to reflect DFSG changes
 +
 + -- Jason Morawski <rpgdude1 at gmail.com>  Sun, 08 Aug 2010 19:55:01 -0400
 +
 +dojo (1.4.3+dfsg-1) unstable; urgency=low
 +
 +  * New upstream version
 +
 + -- Jason Morawski <rpgdude1 at gmail.com>  Mon, 07 Jun 2010 08:40:01 -0400
 +
 +dojo (1.4.2+dfsg-1) unstable; urgency=low
 +
 +  * New upstream version
 +  * Cleaned up rules
 +  * Made corrections to libjs-dojo-dojox.README.Debian
 +
 + -- Jason Morawski <rpgdude1 at gmail.com>  Thu, 18 Mar 2010 18:03:37 -0400
 +
 +dojo (1.4.1+dfsg-1) unstable; urgency=low
 +
 +  * New upstream version (Closes: #568562)
 +
 + -- Jason Morawski <rpgdude1 at gmail.com>  Tue, 02 Feb 2010 18:56:56 -0500
 +
 +dojo (1.3.2+dfsg-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #515637)
 +  * Removed dojox.av project to comply with the DFSG
 +
 + -- Jason Morawski <rpgdude1 at gmail.com>  Wed, 16 Aug 2009 16:19:42 -0400
diff --cc debian/uscan-dfsg-clean.sh
index 2f91835,0000000..73e62cb
mode 100644,000000..100644
--- a/debian/uscan-dfsg-clean.sh
+++ b/debian/uscan-dfsg-clean.sh
@@@ -1,30 -1,0 +1,32 @@@
 +#!/bin/sh
 +
 +set -e
 +
 +#command --upstream-version version filename
 +
 +[ $# -eq 3 ] || exit 255
 +
 +echo
 +
 +version="$2"
 +filename="$3"
 +dfsgfilename=`echo $3 | sed 's,\.orig\.,+dfsg.orig.,'`
 +
 +tar xfz ${filename}
 +
 +dir=`tar tfz ${filename} | head -1 | sed 's,/.*,,g'`
 +rm -f ${filename}
 +
 +rm -rf ${dir}/dojox/av
++rm -f ${dir}/dojox/form/resources/fileuploader.swf
 +rm -f ${dir}/dojox/form/resources/uploader.swf
++rm -f ${dir}/dojox/gantt/resources/images/Thumbs.db
 +rm -rf ${dir}/dojox/storage
 +rm -rf ${dir}/debian
 +mv ${dir} ${dir}+dfsg
 +
 +tar cf - ${dir}+dfsg | gzip -9 > ${dfsgfilename}
 +
 +rm -rf ${dir}+dfsg
 +
 +echo "${dfsgfilename} created."

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