jquery/commit

First version of jQuery package

authorJan Wielemaker
Fri Jun 22 11:46:37 2012 +0200
committerJan Wielemaker
Fri Jun 22 11:46:37 2012 +0200
commit64ecfbabfb82224229a2df625a979695cb46921a
tree19dbcfaf4d77621d25f211144cafc2a902ee3924
parenta6f79606f94fb253c3af551337bb5d204471d82d
Diff style: stat patch
 lib/jquery.pl                                      |   85 +
 rdf/cpack/jquery.ttl                               |    4 ++
 web/js/jquery-ui/.editorconfig                     |   13 +
 web/js/jquery-ui/.gitignore                        |    9 +
 web/js/jquery-ui/.jshintrc                         |   12 +
 web/js/jquery-ui/AUTHORS.txt                       |  189 +
 web/js/jquery-ui/GPL-LICENSE.txt                   |  278 +
 web/js/jquery-ui/MIT-LICENSE.txt                   |   25 +
 web/js/jquery-ui/README.md                         |   99 +
 web/js/jquery-ui/build/release/changelog-shell     |   79 +
 web/js/jquery-ui/build/release/prepare-release     |  336 +
 web/js/jquery-ui/build/tasks/build.js              |  212 +
 web/js/jquery-ui/build/tasks/testswarm.js          |   74 +
 web/js/jquery-ui/build/themes                      |    1 +
 web/js/jquery-ui/demos/accordion/collapsible.html  |   57 +
 web/js/jquery-ui/demos/accordion/custom-icons.html |   71 +
 web/js/jquery-ui/demos/accordion/default.html      |   85 +
 web/js/jquery-ui/demos/accordion/fillspace.html    |   77 +
 web/js/jquery-ui/demos/accordion/hoverintent.html  |  138 +
 web/js/jquery-ui/demos/accordion/index.html        |   24 +
 .../jquery-ui/demos/accordion/no-auto-height.html  |   57 +
 web/js/jquery-ui/demos/accordion/sortable.html     |   81 +
 web/js/jquery-ui/demos/addClass/default.html       |   52 +
 web/js/jquery-ui/demos/addClass/index.html         |   18 +
 web/js/jquery-ui/demos/animate/default.html        |   62 +
 web/js/jquery-ui/demos/animate/index.html          |   18 +
 .../jquery-ui/demos/autocomplete/categories.html   |   72 +
 web/js/jquery-ui/demos/autocomplete/combobox.html  |  218 +
 .../jquery-ui/demos/autocomplete/custom-data.html  |   96 +
 web/js/jquery-ui/demos/autocomplete/default.html   |   65 +
 web/js/jquery-ui/demos/autocomplete/folding.html   |   63 +
 .../demos/autocomplete/images/jquery_32x32.png     |  Bin 0 -> 1417 bytes
 .../demos/autocomplete/images/jqueryui_32x32.png   |  Bin 0 -> 1193 bytes
 .../demos/autocomplete/images/sizzlejs_32x32.png   |  Bin 0 -> 999 bytes
 .../demos/autocomplete/images/transparent_1x1.png  |  Bin 0 -> 95 bytes
 .../autocomplete/images/ui-anim_basic_16x16.gif    |  Bin 0 -> 1459 bytes
 web/js/jquery-ui/demos/autocomplete/index.html     |   27 +
 web/js/jquery-ui/demos/autocomplete/london.xml     |  114 +
 web/js/jquery-ui/demos/autocomplete/maxheight.html |   78 +
 .../demos/autocomplete/multiple-remote.html        |   87 +
 web/js/jquery-ui/demos/autocomplete/multiple.html  |  100 +
 .../jquery-ui/demos/autocomplete/remote-jsonp.html |   89 +
 .../demos/autocomplete/remote-with-cache.html      |   62 +
 web/js/jquery-ui/demos/autocomplete/remote.html    |   62 +
 web/js/jquery-ui/demos/autocomplete/search.php     |  590 ++
 web/js/jquery-ui/demos/autocomplete/xml.html       |   73 +
 web/js/jquery-ui/demos/button/checkbox.html        |   44 +
 web/js/jquery-ui/demos/button/default.html         |   38 +
 web/js/jquery-ui/demos/button/icons.html           |   56 +
 web/js/jquery-ui/demos/button/index.html           |   23 +
 web/js/jquery-ui/demos/button/radio.html           |   39 +
 web/js/jquery-ui/demos/button/splitbutton.html     |   78 +
 web/js/jquery-ui/demos/button/toolbar.html         |  120 +
 web/js/jquery-ui/demos/datepicker/alt-field.html   |   36 +
 web/js/jquery-ui/demos/datepicker/animation.html   |   58 +
 web/js/jquery-ui/demos/datepicker/buttonbar.html   |   35 +
 .../jquery-ui/demos/datepicker/date-formats.html   |   47 +
 web/js/jquery-ui/demos/datepicker/date-range.html  |   51 +
 web/js/jquery-ui/demos/datepicker/default.html     |   33 +
 .../demos/datepicker/dropdown-month-year.html      |   36 +
 .../jquery-ui/demos/datepicker/icon-trigger.html   |   37 +
 .../jquery-ui/demos/datepicker/images/calendar.gif |  Bin 0 -> 269 bytes
 web/js/jquery-ui/demos/datepicker/index.html       |   31 +
 web/js/jquery-ui/demos/datepicker/inline.html      |   33 +
 .../jquery-ui/demos/datepicker/localization.html   |  176 +
 web/js/jquery-ui/demos/datepicker/min-max.html     |   33 +
 .../demos/datepicker/multiple-calendars.html       |   36 +
 .../jquery-ui/demos/datepicker/other-months.html   |   37 +
 web/js/jquery-ui/demos/datepicker/show-week.html   |   39 +
 web/js/jquery-ui/demos/demos.css                   |  335 +
 web/js/jquery-ui/demos/dialog/animated.html        |   56 +
 web/js/jquery-ui/demos/dialog/default.html         |   54 +
 web/js/jquery-ui/demos/dialog/index.html           |   23 +
 .../jquery-ui/demos/dialog/modal-confirmation.html |   69 +
 web/js/jquery-ui/demos/dialog/modal-form.html      |  167 +
 web/js/jquery-ui/demos/dialog/modal-message.html   |   71 +
 web/js/jquery-ui/demos/dialog/modal.html           |   60 +
 .../demos/draggable/constrain-movement.html        |   69 +
 web/js/jquery-ui/demos/draggable/cursor-style.html |   49 +
 web/js/jquery-ui/demos/draggable/default.html      |   39 +
 web/js/jquery-ui/demos/draggable/delay-start.html  |   45 +
 web/js/jquery-ui/demos/draggable/events.html       |   77 +
 web/js/jquery-ui/demos/draggable/handle.html       |   50 +
 web/js/jquery-ui/demos/draggable/index.html        |   28 +
 web/js/jquery-ui/demos/draggable/revert.html       |   44 +
 web/js/jquery-ui/demos/draggable/scroll.html       |   51 +
 web/js/jquery-ui/demos/draggable/snap-to.html      |   68 +
 web/js/jquery-ui/demos/draggable/sortable.html     |   57 +
 .../jquery-ui/demos/draggable/visual-feedback.html |   77 +
 .../demos/droppable/accepted-elements.html         |   60 +
 web/js/jquery-ui/demos/droppable/default.html      |   53 +
 .../demos/droppable/images/high_tatras.jpg         |  Bin 0 -> 22994 bytes
 .../demos/droppable/images/high_tatras2.jpg        |  Bin 0 -> 25619 bytes
 .../demos/droppable/images/high_tatras2_min.jpg    |  Bin 0 -> 2164 bytes
 .../demos/droppable/images/high_tatras3.jpg        |  Bin 0 -> 24583 bytes
 .../demos/droppable/images/high_tatras3_min.jpg    |  Bin 0 -> 1901 bytes
 .../demos/droppable/images/high_tatras4.jpg        |  Bin 0 -> 24870 bytes
 .../demos/droppable/images/high_tatras4_min.jpg    |  Bin 0 -> 2541 bytes
 .../demos/droppable/images/high_tatras_min.jpg     |  Bin 0 -> 2147 bytes
 web/js/jquery-ui/demos/droppable/index.html        |   24 +
 .../jquery-ui/demos/droppable/photo-manager.html   |  184 +
 web/js/jquery-ui/demos/droppable/propagation.html  |   80 +
 web/js/jquery-ui/demos/droppable/revert.html       |   61 +
 .../jquery-ui/demos/droppable/shopping-cart.html   |  101 +
 .../jquery-ui/demos/droppable/visual-feedback.html |   78 +
 web/js/jquery-ui/demos/effect/default.html         |  109 +
 web/js/jquery-ui/demos/effect/easing.html          |  109 +
 web/js/jquery-ui/demos/effect/index.html           |   19 +
 web/js/jquery-ui/demos/hide/default.html           |  102 +
 web/js/jquery-ui/demos/hide/index.html             |   18 +
 web/js/jquery-ui/demos/images/calendar.gif         |  Bin 0 -> 269 bytes
 .../jquery-ui/demos/images/demo-config-on-tile.gif |  Bin 0 -> 172 bytes
 web/js/jquery-ui/demos/images/demo-config-on.gif   |  Bin 0 -> 335 bytes
 .../demos/images/demo-spindown-closed.gif          |  Bin 0 -> 103 bytes
 .../jquery-ui/demos/images/demo-spindown-open.gif  |  Bin 0 -> 105 bytes
 web/js/jquery-ui/demos/images/icon-docs-info.gif   |  Bin 0 -> 206 bytes
 web/js/jquery-ui/demos/images/pbar-ani.gif         |  Bin 0 -> 7970 bytes
 web/js/jquery-ui/demos/index.html                  |  337 +
 web/js/jquery-ui/demos/menu/default.html           |   49 +
 web/js/jquery-ui/demos/menu/index.html             |   18 +
 web/js/jquery-ui/demos/menu/navigationmenu.html    |   81 +
 web/js/jquery-ui/demos/menu/topalignmenu.html      |   81 +
 web/js/jquery-ui/demos/position/cycler.html        |  123 +
 web/js/jquery-ui/demos/position/default.html       |  149 +
 web/js/jquery-ui/demos/position/images/earth.jpg   |  Bin 0 -> 29850 bytes
 web/js/jquery-ui/demos/position/images/flight.jpg  |  Bin 0 -> 33637 bytes
 web/js/jquery-ui/demos/position/images/rocket.jpg  |  Bin 0 -> 32986 bytes
 web/js/jquery-ui/demos/position/index.html         |   19 +
 web/js/jquery-ui/demos/progressbar/animated.html   |   44 +
 web/js/jquery-ui/demos/progressbar/default.html    |   35 +
 .../demos/progressbar/images/pbar-ani.gif          |  Bin 0 -> 7970 bytes
 web/js/jquery-ui/demos/progressbar/index.html      |   20 +
 web/js/jquery-ui/demos/progressbar/resize.html     |   40 +
 web/js/jquery-ui/demos/removeClass/default.html    |   52 +
 web/js/jquery-ui/demos/removeClass/index.html      |   18 +
 web/js/jquery-ui/demos/resizable/animate.html      |   43 +
 web/js/jquery-ui/demos/resizable/aspect-ratio.html |   42 +
 .../jquery-ui/demos/resizable/constrain-area.html  |   47 +
 web/js/jquery-ui/demos/resizable/default.html      |   40 +
 web/js/jquery-ui/demos/resizable/delay-start.html  |   52 +
 web/js/jquery-ui/demos/resizable/helper.html       |   43 +
 web/js/jquery-ui/demos/resizable/index.html        |   28 +
 web/js/jquery-ui/demos/resizable/max-min.html      |   45 +
 web/js/jquery-ui/demos/resizable/snap-to-grid.html |   42 +
 .../demos/resizable/synchronous-resize.html        |   49 +
 web/js/jquery-ui/demos/resizable/textarea.html     |   41 +
 .../jquery-ui/demos/resizable/visual-feedback.html |   43 +
 web/js/jquery-ui/demos/selectable/default.html     |   50 +
 .../jquery-ui/demos/selectable/display-grid.html   |   55 +
 web/js/jquery-ui/demos/selectable/index.html       |   20 +
 web/js/jquery-ui/demos/selectable/serialize.html   |   61 +
 web/js/jquery-ui/demos/show/default.html           |  104 +
 web/js/jquery-ui/demos/show/index.html             |   18 +
 web/js/jquery-ui/demos/slider/colorpicker.html     |   95 +
 web/js/jquery-ui/demos/slider/default.html         |   37 +
 web/js/jquery-ui/demos/slider/hotelrooms.html      |   59 +
 web/js/jquery-ui/demos/slider/index.html           |   29 +
 .../jquery-ui/demos/slider/multiple-vertical.html  |   77 +
 web/js/jquery-ui/demos/slider/range-vertical.html  |   51 +
 web/js/jquery-ui/demos/slider/range.html           |   52 +
 web/js/jquery-ui/demos/slider/rangemax.html        |   50 +
 web/js/jquery-ui/demos/slider/rangemin.html        |   51 +
 web/js/jquery-ui/demos/slider/side-scroll.html     |  140 +
 web/js/jquery-ui/demos/slider/slider-vertical.html |   52 +
 web/js/jquery-ui/demos/slider/steps.html           |   51 +
 web/js/jquery-ui/demos/slider/tabs.html            |   67 +
 .../demos/sortable/connect-lists-through-tabs.html |   78 +
 web/js/jquery-ui/demos/sortable/connect-lists.html |   58 +
 web/js/jquery-ui/demos/sortable/default.html       |   51 +
 web/js/jquery-ui/demos/sortable/delay-start.html   |   67 +
 web/js/jquery-ui/demos/sortable/display-grid.html  |   54 +
 web/js/jquery-ui/demos/sortable/empty-lists.html   |   69 +
 web/js/jquery-ui/demos/sortable/index.html         |   26 +
 web/js/jquery-ui/demos/sortable/items.html         |   70 +
 web/js/jquery-ui/demos/sortable/placeholder.html   |   56 +
 web/js/jquery-ui/demos/sortable/portlets.html      |   96 +
 web/js/jquery-ui/demos/spinner/currency.html       |   59 +
 web/js/jquery-ui/demos/spinner/decimal.html        |   63 +
 web/js/jquery-ui/demos/spinner/default.html        |   71 +
 web/js/jquery-ui/demos/spinner/index.html          |   23 +
 web/js/jquery-ui/demos/spinner/latlong.html        |   64 +
 web/js/jquery-ui/demos/spinner/overflow.html       |   51 +
 web/js/jquery-ui/demos/spinner/time.html           |   79 +
 web/js/jquery-ui/demos/switchClass/default.html    |   47 +
 web/js/jquery-ui/demos/switchClass/index.html      |   18 +
 web/js/jquery-ui/demos/tabs/ajax.html              |   53 +
 web/js/jquery-ui/demos/tabs/ajax/content1.html     |    4 +
 web/js/jquery-ui/demos/tabs/ajax/content2.html     |    4 +
 web/js/jquery-ui/demos/tabs/ajax/content3-slow.php |    7 +
 .../jquery-ui/demos/tabs/ajax/content4-broken.php  |    3 +
 web/js/jquery-ui/demos/tabs/bottom.html            |   65 +
 web/js/jquery-ui/demos/tabs/collapsible.html       |   55 +
 web/js/jquery-ui/demos/tabs/default.html           |   49 +
 web/js/jquery-ui/demos/tabs/index.html             |   24 +
 web/js/jquery-ui/demos/tabs/manipulation.html      |  121 +
 web/js/jquery-ui/demos/tabs/mouseover.html         |   53 +
 web/js/jquery-ui/demos/tabs/sortable.html          |   64 +
 web/js/jquery-ui/demos/tabs/vertical.html          |   61 +
 web/js/jquery-ui/demos/toggle/default.html         |  109 +
 web/js/jquery-ui/demos/toggle/index.html           |   18 +
 web/js/jquery-ui/demos/toggleClass/default.html    |   46 +
 web/js/jquery-ui/demos/toggleClass/index.html      |   18 +
 web/js/jquery-ui/demos/tooltip/ajax/content1.html  |    1 +
 web/js/jquery-ui/demos/tooltip/ajax/content2.html  |    1 +
 .../jquery-ui/demos/tooltip/custom-animation.html  |   61 +
 web/js/jquery-ui/demos/tooltip/custom-content.html |   87 +
 web/js/jquery-ui/demos/tooltip/custom-style.html   |  102 +
 web/js/jquery-ui/demos/tooltip/default.html        |   47 +
 web/js/jquery-ui/demos/tooltip/forms.html          |   72 +
 .../jquery-ui/demos/tooltip/images/st-stephens.jpg |  Bin 0 -> 17724 bytes
 .../demos/tooltip/images/tower-bridge.jpg          |  Bin 0 -> 15764 bytes
 web/js/jquery-ui/demos/tooltip/index.html          |   24 +
 web/js/jquery-ui/demos/tooltip/tracking.html       |   49 +
 web/js/jquery-ui/demos/tooltip/video-player.html   |  129 +
 web/js/jquery-ui/demos/widget/default.html         |  186 +
 web/js/jquery-ui/demos/widget/index.html           |   18 +
 .../jquery-ui/external/globalize.culture.de-DE.js  |   81 +
 .../jquery-ui/external/globalize.culture.ja-JP.js  |  100 +
 web/js/jquery-ui/external/globalize.js             | 1573 ++++
 web/js/jquery-ui/external/jquery.bgiframe-2.1.2.js |   39 +
 web/js/jquery-ui/external/jquery.cookie.js         |   89 +
 web/js/jquery-ui/external/jquery.metadata.js       |  122 +
 .../jquery-ui/external/jquery.mousewheel-3.0.4.js  |   78 +
 web/js/jquery-ui/external/jshint.js                | 4390 +++++++++
 web/js/jquery-ui/external/qunit.css                |  236 +
 web/js/jquery-ui/external/qunit.js                 | 1863 ++++
 web/js/jquery-ui/grunt.js                          |  352 +
 web/js/jquery-ui/jquery-1.7.2.js                   | 9404 ++++++++++++++++++++
 web/js/jquery-ui/package.json                      |   39 +
 web/js/jquery-ui/tests/.jshintrc                   |   59 +
 web/js/jquery-ui/tests/index.css                   |   21 +
 web/js/jquery-ui/tests/index.html                  |   33 +
 web/js/jquery-ui/tests/index.js                    |   10 +
 web/js/jquery-ui/tests/jquery-1.6.1.js             | 8936 +++++++++++++++++++
 web/js/jquery-ui/tests/jquery-1.6.2.js             | 8981 +++++++++++++++++++
 web/js/jquery-ui/tests/jquery-1.6.3.js             | 9044 +++++++++++++++++++
 web/js/jquery-ui/tests/jquery-1.6.4.js             | 9046 +++++++++++++++++++
 web/js/jquery-ui/tests/jquery-1.6.js               | 8865 ++++++++++++++++++
 web/js/jquery-ui/tests/jquery-1.7.1.js             | 9266 +++++++++++++++++++
 web/js/jquery-ui/tests/jquery-1.7.2.js             | 9404 ++++++++++++++++++++
 web/js/jquery-ui/tests/jquery-1.7.js               | 9300 +++++++++++++++++++
 web/js/jquery-ui/tests/jquery.js                   |   26 +
 web/js/jquery-ui/tests/jquery.simulate.js          |  258 +
 .../jquery-ui/tests/unit/accordion/accordion.html  |  142 +
 .../tests/unit/accordion/accordion_common.js       |   20 +
 .../unit/accordion/accordion_common_deprecated.js  |   29 +
 .../tests/unit/accordion/accordion_core.js         |  117 +
 .../tests/unit/accordion/accordion_deprecated.html |  140 +
 .../tests/unit/accordion/accordion_deprecated.js   |  342 +
 .../tests/unit/accordion/accordion_events.js       |  164 +
 .../tests/unit/accordion/accordion_methods.js      |   48 +
 .../tests/unit/accordion/accordion_options.js      |  456 +
 .../tests/unit/accordion/accordion_test_helpers.js |   27 +
 web/js/jquery-ui/tests/unit/accordion/all.html     |   30 +
 web/js/jquery-ui/tests/unit/all-active.html        |   72 +
 web/js/jquery-ui/tests/unit/all.html               |   72 +
 web/js/jquery-ui/tests/unit/autocomplete/all.html  |   30 +
 .../tests/unit/autocomplete/autocomplete.html      |   49 +
 .../tests/unit/autocomplete/autocomplete_common.js |   29 +
 .../tests/unit/autocomplete/autocomplete_core.js   |  192 +
 .../tests/unit/autocomplete/autocomplete_events.js |  182 +
 .../unit/autocomplete/autocomplete_methods.js      |   37 +
 .../unit/autocomplete/autocomplete_options.js      |  247 +
 .../autocomplete/remote_object_array_labels.txt    |    1 +
 .../autocomplete/remote_object_array_values.txt    |    1 +
 .../unit/autocomplete/remote_string_array.txt      |    1 +
 web/js/jquery-ui/tests/unit/button/all.html        |   30 +
 web/js/jquery-ui/tests/unit/button/button.html     |   69 +
 .../jquery-ui/tests/unit/button/button_common.js   |   14 +
 web/js/jquery-ui/tests/unit/button/button_core.js  |   85 +
 .../jquery-ui/tests/unit/button/button_events.js   |    8 +
 .../jquery-ui/tests/unit/button/button_methods.js  |   16 +
 .../jquery-ui/tests/unit/button/button_options.js  |   97 +
 .../jquery-ui/tests/unit/button/button_tickets.js  |   59 +
 web/js/jquery-ui/tests/unit/core/all.html          |   30 +
 web/js/jquery-ui/tests/unit/core/core.html         |  130 +
 web/js/jquery-ui/tests/unit/core/core.js           |  168 +
 web/js/jquery-ui/tests/unit/core/selector.js       |  235 +
 web/js/jquery-ui/tests/unit/datepicker/all.html    |   30 +
 .../tests/unit/datepicker/datepicker.html          |   58 +
 .../tests/unit/datepicker/datepicker_core.js       |  451 +
 .../tests/unit/datepicker/datepicker_defaults.js   |    9 +
 .../tests/unit/datepicker/datepicker_events.js     |  128 +
 .../tests/unit/datepicker/datepicker_methods.js    |  123 +
 .../tests/unit/datepicker/datepicker_options.js    |  918 ++
 .../tests/unit/datepicker/datepicker_tickets.js    |   84 +
 web/js/jquery-ui/tests/unit/dialog/all.html        |   30 +
 web/js/jquery-ui/tests/unit/dialog/dialog.html     |   58 +
 .../jquery-ui/tests/unit/dialog/dialog_common.js   |   34 +
 web/js/jquery-ui/tests/unit/dialog/dialog_core.js  |  123 +
 .../jquery-ui/tests/unit/dialog/dialog_events.js   |  256 +
 .../jquery-ui/tests/unit/dialog/dialog_methods.js  |  130 +
 .../jquery-ui/tests/unit/dialog/dialog_options.js  |  449 +
 .../jquery-ui/tests/unit/dialog/dialog_tickets.js  |  203 +
 web/js/jquery-ui/tests/unit/draggable/all.html     |   30 +
 .../jquery-ui/tests/unit/draggable/draggable.html  |   58 +
 .../tests/unit/draggable/draggable_common.js       |   32 +
 .../tests/unit/draggable/draggable_core.js         |   67 +
 .../tests/unit/draggable/draggable_events.js       |   81 +
 .../tests/unit/draggable/draggable_methods.js      |   99 +
 .../tests/unit/draggable/draggable_options.js      |  744 ++
 web/js/jquery-ui/tests/unit/droppable/all.html     |   30 +
 .../jquery-ui/tests/unit/droppable/droppable.html  |   58 +
 .../tests/unit/droppable/droppable_common.js       |   12 +
 .../tests/unit/droppable/droppable_core.js         |   36 +
 .../tests/unit/droppable/droppable_events.js       |   28 +
 .../tests/unit/droppable/droppable_methods.js      |   86 +
 .../tests/unit/droppable/droppable_options.js      |   64 +
 web/js/jquery-ui/tests/unit/effects/all.html       |   30 +
 web/js/jquery-ui/tests/unit/effects/effects.html   |  116 +
 .../jquery-ui/tests/unit/effects/effects_core.js   |  229 +
 .../jquery-ui/tests/unit/effects/effects_scale.js  |   67 +
 .../jquery-ui/tests/unit/images/jqueryui_32x32.png |  Bin 0 -> 1193 bytes
 web/js/jquery-ui/tests/unit/index.html             |   66 +
 web/js/jquery-ui/tests/unit/menu/all.html          |   30 +
 web/js/jquery-ui/tests/unit/menu/menu.html         |  273 +
 web/js/jquery-ui/tests/unit/menu/menu_common.js    |   17 +
 web/js/jquery-ui/tests/unit/menu/menu_core.js      |   24 +
 web/js/jquery-ui/tests/unit/menu/menu_events.js    |  598 ++
 web/js/jquery-ui/tests/unit/menu/menu_methods.js   |   63 +
 web/js/jquery-ui/tests/unit/menu/menu_options.js   |   71 +
 .../jquery-ui/tests/unit/menu/menu_test_helpers.js |   31 +
 web/js/jquery-ui/tests/unit/position/all.html      |   30 +
 web/js/jquery-ui/tests/unit/position/position.html |   56 +
 .../jquery-ui/tests/unit/position/position_core.js |  689 ++
 .../tests/unit/position/position_deprecated.html   |   56 +
 .../tests/unit/position/position_deprecated.js     |   32 +
 web/js/jquery-ui/tests/unit/progressbar/all.html   |   30 +
 .../tests/unit/progressbar/progressbar.html        |   44 +
 .../tests/unit/progressbar/progressbar_common.js   |   10 +
 .../tests/unit/progressbar/progressbar_core.js     |   20 +
 .../tests/unit/progressbar/progressbar_events.js   |   43 +
 .../tests/unit/progressbar/progressbar_methods.js  |   17 +
 .../tests/unit/progressbar/progressbar_options.js  |   57 +
 web/js/jquery-ui/tests/unit/qunit-composite.css    |   13 +
 web/js/jquery-ui/tests/unit/qunit-composite.js     |  102 +
 web/js/jquery-ui/tests/unit/resizable/all.html     |   30 +
 .../jquery-ui/tests/unit/resizable/images/test.jpg |  Bin 0 -> 391 bytes
 .../jquery-ui/tests/unit/resizable/resizable.html  |   56 +
 .../tests/unit/resizable/resizable_common.js       |   27 +
 .../tests/unit/resizable/resizable_core.js         |  148 +
 .../tests/unit/resizable/resizable_events.js       |    8 +
 .../tests/unit/resizable/resizable_methods.js      |    9 +
 .../tests/unit/resizable/resizable_options.js      |  199 +
 web/js/jquery-ui/tests/unit/selectable/all.html    |   30 +
 .../tests/unit/selectable/selectable.html          |   61 +
 .../tests/unit/selectable/selectable_common.js     |   12 +
 .../tests/unit/selectable/selectable_core.js       |   16 +
 .../tests/unit/selectable/selectable_events.js     |   32 +
 .../tests/unit/selectable/selectable_methods.js    |   95 +
 .../tests/unit/selectable/selectable_options.js    |   46 +
 web/js/jquery-ui/tests/unit/slider/all.html        |   30 +
 web/js/jquery-ui/tests/unit/slider/slider.html     |   58 +
 .../jquery-ui/tests/unit/slider/slider_common.js   |   19 +
 web/js/jquery-ui/tests/unit/slider/slider_core.js  |  292 +
 .../jquery-ui/tests/unit/slider/slider_events.js   |  109 +
 .../jquery-ui/tests/unit/slider/slider_methods.js  |  104 +
 .../jquery-ui/tests/unit/slider/slider_options.js  |  146 +
 web/js/jquery-ui/tests/unit/sortable/all.html      |   30 +
 web/js/jquery-ui/tests/unit/sortable/sortable.html |   62 +
 .../tests/unit/sortable/sortable_common.js         |   30 +
 .../jquery-ui/tests/unit/sortable/sortable_core.js |    9 +
 .../tests/unit/sortable/sortable_events.js         |  147 +
 .../tests/unit/sortable/sortable_methods.js        |  108 +
 .../tests/unit/sortable/sortable_options.js        |  256 +
 .../tests/unit/sortable/sortable_tickets.js        |   83 +
 web/js/jquery-ui/tests/unit/spinner/all.html       |   30 +
 web/js/jquery-ui/tests/unit/spinner/spinner.html   |   50 +
 .../jquery-ui/tests/unit/spinner/spinner_common.js |   19 +
 .../jquery-ui/tests/unit/spinner/spinner_core.js   |  208 +
 .../jquery-ui/tests/unit/spinner/spinner_events.js |  230 +
 .../tests/unit/spinner/spinner_methods.js          |  166 +
 .../tests/unit/spinner/spinner_options.js          |  238 +
 .../tests/unit/spinner/spinner_test_helpers.js     |    8 +
 web/js/jquery-ui/tests/unit/subsuite.js            |   20 +
 web/js/jquery-ui/tests/unit/swarminject.js         |    9 +
 web/js/jquery-ui/tests/unit/tabs/all.html          |   30 +
 web/js/jquery-ui/tests/unit/tabs/data/test.html    |    1 +
 web/js/jquery-ui/tests/unit/tabs/tabs.html         |  150 +
 web/js/jquery-ui/tests/unit/tabs/tabs_common.js    |   18 +
 .../tests/unit/tabs/tabs_common_deprecated.js      |   32 +
 web/js/jquery-ui/tests/unit/tabs/tabs_core.js      |  603 ++
 .../jquery-ui/tests/unit/tabs/tabs_deprecated.html |  149 +
 .../jquery-ui/tests/unit/tabs/tabs_deprecated.js   |  595 ++
 web/js/jquery-ui/tests/unit/tabs/tabs_events.js    |  320 +
 web/js/jquery-ui/tests/unit/tabs/tabs_methods.js   |  266 +
 web/js/jquery-ui/tests/unit/tabs/tabs_options.js   |  283 +
 .../jquery-ui/tests/unit/tabs/tabs_test_helpers.js |   67 +
 web/js/jquery-ui/tests/unit/testsuite.js           |  211 +
 web/js/jquery-ui/tests/unit/tooltip/all.html       |   30 +
 web/js/jquery-ui/tests/unit/tooltip/tooltip.html   |   50 +
 .../jquery-ui/tests/unit/tooltip/tooltip_common.js |   21 +
 .../jquery-ui/tests/unit/tooltip/tooltip_core.js   |   45 +
 .../jquery-ui/tests/unit/tooltip/tooltip_events.js |   83 +
 .../tests/unit/tooltip/tooltip_methods.js          |   70 +
 .../tests/unit/tooltip/tooltip_options.js          |   74 +
 web/js/jquery-ui/tests/unit/widget/all.html        |   30 +
 web/js/jquery-ui/tests/unit/widget/widget.html     |   44 +
 .../tests/unit/widget/widget_animation.js          |  257 +
 web/js/jquery-ui/tests/unit/widget/widget_core.js  | 1248 +++
 .../jquery-ui/tests/unit/widget/widget_extend.js   |  102 +
 web/js/jquery-ui/tests/visual/accordion/icons.html |   95 +
 web/js/jquery-ui/tests/visual/addClass/queue.html  |   52 +
 web/js/jquery-ui/tests/visual/button/button.html   |   94 +
 .../jquery-ui/tests/visual/button/performance.html |   26 +
 .../tests/visual/compound/accordion_tabs.html      |   86 +
 .../tests/visual/compound/datepicker_dialog.html   |   31 +
 .../tests/visual/compound/dialog_widgets.html      |  101 +
 .../tests/visual/compound/draggable_accordion.html |   65 +
 ...aggable_accordion_accordion_tabs_draggable.html |  107 +
 .../compound/sortable_accordion_sortable_tabs.html |  116 +
 .../jquery-ui/tests/visual/compound/tabs_tabs.html |   73 +
 .../tests/visual/compound/tabs_tooltips.html       |   37 +
 .../jquery-ui/tests/visual/dialog/performance.html |   73 +
 web/js/jquery-ui/tests/visual/effects/all.html     |  217 +
 web/js/jquery-ui/tests/visual/effects/effects.css  |   49 +
 web/js/jquery-ui/tests/visual/effects/effects.js   |  107 +
 web/js/jquery-ui/tests/visual/effects/scale.html   |  157 +
 web/js/jquery-ui/tests/visual/index.html           |   82 +
 web/js/jquery-ui/tests/visual/menu/menu.html       |  313 +
 .../jquery-ui/tests/visual/position/position.html  |  143 +
 .../tests/visual/position/position_feedback.html   |  146 +
 web/js/jquery-ui/tests/visual/theme.html           |  532 ++
 .../jquery-ui/tests/visual/tooltip/animations.html |   73 +
 web/js/jquery-ui/tests/visual/tooltip/tooltip.html |  192 +
 web/js/jquery-ui/tests/visual/visual.css           |    3 +
 .../base/images/ui-bg_flat_0_aaaaaa_40x100.png     |  Bin 0 -> 180 bytes
 .../base/images/ui-bg_flat_75_ffffff_40x100.png    |  Bin 0 -> 178 bytes
 .../base/images/ui-bg_glass_55_fbf9ee_1x400.png    |  Bin 0 -> 120 bytes
 .../base/images/ui-bg_glass_65_ffffff_1x400.png    |  Bin 0 -> 105 bytes
 .../base/images/ui-bg_glass_75_dadada_1x400.png    |  Bin 0 -> 111 bytes
 .../base/images/ui-bg_glass_75_e6e6e6_1x400.png    |  Bin 0 -> 110 bytes
 .../base/images/ui-bg_glass_95_fef1ec_1x400.png    |  Bin 0 -> 119 bytes
 .../ui-bg_highlight-soft_75_cccccc_1x100.png       |  Bin 0 -> 101 bytes
 .../themes/base/images/ui-icons_222222_256x240.png |  Bin 0 -> 4369 bytes
 .../themes/base/images/ui-icons_2e83ff_256x240.png |  Bin 0 -> 4369 bytes
 .../themes/base/images/ui-icons_454545_256x240.png |  Bin 0 -> 4369 bytes
 .../themes/base/images/ui-icons_888888_256x240.png |  Bin 0 -> 4369 bytes
 .../themes/base/images/ui-icons_cd0a0a_256x240.png |  Bin 0 -> 4369 bytes
 .../jquery-ui/themes/base/jquery.ui.accordion.css  |   15 +
 web/js/jquery-ui/themes/base/jquery.ui.all.css     |   11 +
 .../themes/base/jquery.ui.autocomplete.css         |   13 +
 web/js/jquery-ui/themes/base/jquery.ui.base.css    |   24 +
 web/js/jquery-ui/themes/base/jquery.ui.button.css  |   39 +
 web/js/jquery-ui/themes/base/jquery.ui.core.css    |   38 +
 .../jquery-ui/themes/base/jquery.ui.datepicker.css |   68 +
 web/js/jquery-ui/themes/base/jquery.ui.dialog.css  |   21 +
 web/js/jquery-ui/themes/base/jquery.ui.menu.css    |   29 +
 .../themes/base/jquery.ui.progressbar.css          |   11 +
 .../jquery-ui/themes/base/jquery.ui.resizable.css  |   20 +
 .../jquery-ui/themes/base/jquery.ui.selectable.css |   10 +
 web/js/jquery-ui/themes/base/jquery.ui.slider.css  |   24 +
 web/js/jquery-ui/themes/base/jquery.ui.spinner.css |   23 +
 web/js/jquery-ui/themes/base/jquery.ui.tabs.css    |   17 +
 web/js/jquery-ui/themes/base/jquery.ui.theme.css   |  247 +
 web/js/jquery-ui/themes/base/jquery.ui.tooltip.css |   21 +
 web/js/jquery-ui/ui/.jshintrc                      |   17 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-af.js   |   23 +
 .../ui/i18n/jquery.ui.datepicker-ar-DZ.js          |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-ar.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-az.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-bg.js   |   24 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-bs.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-ca.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-cs.js   |   23 +
 .../ui/i18n/jquery.ui.datepicker-cy-GB.js          |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-da.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-de.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-el.js   |   23 +
 .../ui/i18n/jquery.ui.datepicker-en-AU.js          |   23 +
 .../ui/i18n/jquery.ui.datepicker-en-GB.js          |   23 +
 .../ui/i18n/jquery.ui.datepicker-en-NZ.js          |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-eo.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-es.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-et.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-eu.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js   |   59 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-fi.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-fo.js   |   23 +
 .../ui/i18n/jquery.ui.datepicker-fr-CH.js          |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-fr.js   |   25 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-gl.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-he.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-hi.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-hr.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-hu.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-hy.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-id.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-is.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-it.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-ja.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-ka.js   |   21 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-kk.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-km.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-ko.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-lb.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-lt.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-lv.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-mk.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-ml.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-ms.js   |   23 +
 .../ui/i18n/jquery.ui.datepicker-nl-BE.js          |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-nl.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-no.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-pl.js   |   23 +
 .../ui/i18n/jquery.ui.datepicker-pt-BR.js          |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-pt.js   |   22 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-rm.js   |   21 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-ro.js   |   26 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-ru.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-sk.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-sl.js   |   24 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-sq.js   |   23 +
 .../ui/i18n/jquery.ui.datepicker-sr-SR.js          |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-sr.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-sv.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-ta.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-th.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-tj.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-tr.js   |   23 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-uk.js   |   24 +
 .../jquery-ui/ui/i18n/jquery.ui.datepicker-vi.js   |   23 +
 .../ui/i18n/jquery.ui.datepicker-zh-CN.js          |   23 +
 .../ui/i18n/jquery.ui.datepicker-zh-HK.js          |   23 +
 .../ui/i18n/jquery.ui.datepicker-zh-TW.js          |   23 +
 web/js/jquery-ui/ui/jquery.ui.accordion.js         |  731 ++
 web/js/jquery-ui/ui/jquery.ui.autocomplete.js      |  588 ++
 web/js/jquery-ui/ui/jquery.ui.button.js            |  414 +
 web/js/jquery-ui/ui/jquery.ui.core.js              |  326 +
 web/js/jquery-ui/ui/jquery.ui.datepicker.js        | 1845 ++++
 web/js/jquery-ui/ui/jquery.ui.dialog.js            |  848 ++
 web/js/jquery-ui/ui/jquery.ui.draggable.js         |  820 ++
 web/js/jquery-ui/ui/jquery.ui.droppable.js         |  288 +
 web/js/jquery-ui/ui/jquery.ui.effect-blind.js      |   81 +
 web/js/jquery-ui/ui/jquery.ui.effect-bounce.js     |  112 +
 web/js/jquery-ui/ui/jquery.ui.effect-clip.js       |   66 +
 web/js/jquery-ui/ui/jquery.ui.effect-drop.js       |   64 +
 web/js/jquery-ui/ui/jquery.ui.effect-explode.js    |   96 +
 web/js/jquery-ui/ui/jquery.ui.effect-fade.js       |   29 +
 web/js/jquery-ui/ui/jquery.ui.effect-fold.js       |   75 +
 web/js/jquery-ui/ui/jquery.ui.effect-highlight.js  |   49 +
 web/js/jquery-ui/ui/jquery.ui.effect-pulsate.js    |   62 +
 web/js/jquery-ui/ui/jquery.ui.effect-scale.js      |  290 +
 web/js/jquery-ui/ui/jquery.ui.effect-shake.js      |   73 +
 web/js/jquery-ui/ui/jquery.ui.effect-slide.js      |   65 +
 web/js/jquery-ui/ui/jquery.ui.effect-transfer.js   |   46 +
 web/js/jquery-ui/ui/jquery.ui.effect.js            |  739 ++
 web/js/jquery-ui/ui/jquery.ui.menu.js              |  616 ++
 web/js/jquery-ui/ui/jquery.ui.mouse.js             |  166 +
 web/js/jquery-ui/ui/jquery.ui.position.js          |  516 ++
 web/js/jquery-ui/ui/jquery.ui.progressbar.js       |  104 +
 web/js/jquery-ui/ui/jquery.ui.resizable.js         |  801 ++
 web/js/jquery-ui/ui/jquery.ui.selectable.js        |  260 +
 web/js/jquery-ui/ui/jquery.ui.slider.js            |  636 ++
 web/js/jquery-ui/ui/jquery.ui.sortable.js          | 1073 +++
 web/js/jquery-ui/ui/jquery.ui.spinner.js           |  476 +
 web/js/jquery-ui/ui/jquery.ui.tabs.js              | 1344 +++
 web/js/jquery-ui/ui/jquery.ui.tooltip.js           |  302 +
 web/js/jquery-ui/ui/jquery.ui.widget.js            |  501 ++
 559 files changed, 142924 insertions(+), 1 deletion(-)