omf_web 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (318) hide show
  1. data/lib/omf-web/content/content_proxy.rb +18 -18
  2. data/lib/omf-web/content/file_repository.rb +6 -2
  3. data/lib/omf-web/content/git_repository.rb +4 -0
  4. data/lib/omf-web/content/repository.rb +11 -0
  5. data/lib/omf-web/data_source_proxy.rb +0 -13
  6. data/lib/omf-web/session_store.rb +8 -3
  7. data/lib/omf-web/theme/abstract_page.rb +2 -10
  8. data/{example → lib/omf-web/theme}/web_rtc/web_rtc.yaml +0 -0
  9. data/{example → lib/omf-web/theme}/web_rtc/webrtc-exp_1381786573.sq3 +0 -0
  10. data/lib/omf-web/version.rb +1 -1
  11. data/lib/omf-web/widget/data_widget.rb +2 -37
  12. data/lib/omf-web/widget/layout/one_column_layout.rb +4 -4
  13. data/lib/omf-web/widget/layout/stacked_layout.rb +6 -14
  14. data/lib/omf-web/widget/text/maruku/output/to_html.rb +4 -2
  15. data/lib/omf-web/widget/text/maruku.rb +1 -1
  16. data/lib/omf_web.rb +15 -15
  17. data/share/htdocs/graph/js/abstract_nv_chart.js +2 -2
  18. data/share/htdocs/graph/js/histogram2.js +5 -1
  19. data/share/htdocs/js/data_source3.js +2 -1
  20. data/share/htdocs/vendor/jquery-1.8.3/jquery.js +9472 -0
  21. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/animated-overlay.gif +0 -0
  22. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  23. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  24. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  25. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  26. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  27. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  28. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  29. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  30. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_222222_256x240.png +0 -0
  31. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  32. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_454545_256x240.png +0 -0
  33. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_888888_256x240.png +0 -0
  34. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  35. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/jquery-ui-1.10.4.custom.css +558 -0
  36. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/jquery-ui-1.10.4.custom.min.css +7 -0
  37. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/AUTHORS.txt +260 -0
  38. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/Gruntfile.js +240 -0
  39. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/MIT-LICENSE.txt +26 -0
  40. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/README.md +96 -0
  41. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/addClass/default.html +45 -0
  42. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/addClass/index.html +14 -0
  43. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/animate/default.html +55 -0
  44. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/animate/index.html +14 -0
  45. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/demos.css +19 -0
  46. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/constrain-movement.html +58 -0
  47. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/cursor-style.html +42 -0
  48. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/default.html +32 -0
  49. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/delay-start.html +38 -0
  50. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/events.html +70 -0
  51. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/handle.html +41 -0
  52. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/index.html +24 -0
  53. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/revert.html +37 -0
  54. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/scroll.html +44 -0
  55. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/snap-to.html +61 -0
  56. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/sortable.html +50 -0
  57. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/visual-feedback.html +70 -0
  58. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/accepted-elements.html +53 -0
  59. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/default.html +46 -0
  60. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
  61. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
  62. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
  63. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
  64. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
  65. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
  66. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
  67. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
  68. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/index.html +20 -0
  69. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/photo-manager.html +182 -0
  70. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/propagation.html +73 -0
  71. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/revert.html +54 -0
  72. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/shopping-cart.html +94 -0
  73. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/visual-feedback.html +72 -0
  74. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/effect/default.html +102 -0
  75. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/effect/easing.html +102 -0
  76. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/effect/index.html +15 -0
  77. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/hide/default.html +95 -0
  78. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/hide/index.html +14 -0
  79. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/calendar.gif +0 -0
  80. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
  81. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/demo-config-on.gif +0 -0
  82. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
  83. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/demo-spindown-open.gif +0 -0
  84. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/icon-docs-info.gif +0 -0
  85. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/pbar-ani.gif +0 -0
  86. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/index.html +29 -0
  87. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/cycler.html +107 -0
  88. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/default.html +137 -0
  89. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/images/earth.jpg +0 -0
  90. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/images/flight.jpg +0 -0
  91. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/images/rocket.jpg +0 -0
  92. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/index.html +15 -0
  93. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/removeClass/default.html +45 -0
  94. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/removeClass/index.html +14 -0
  95. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/animate.html +36 -0
  96. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/aspect-ratio.html +35 -0
  97. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/constrain-area.html +40 -0
  98. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/default.html +33 -0
  99. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/delay-start.html +45 -0
  100. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/helper.html +36 -0
  101. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/index.html +24 -0
  102. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/max-min.html +38 -0
  103. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/snap-to-grid.html +35 -0
  104. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/synchronous-resize.html +42 -0
  105. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/textarea.html +34 -0
  106. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/visual-feedback.html +36 -0
  107. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/selectable/default.html +43 -0
  108. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/selectable/display-grid.html +48 -0
  109. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/selectable/index.html +16 -0
  110. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/selectable/serialize.html +54 -0
  111. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/show/default.html +97 -0
  112. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/show/index.html +14 -0
  113. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/connect-lists-through-tabs.html +72 -0
  114. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/connect-lists.html +52 -0
  115. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/default.html +45 -0
  116. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/delay-start.html +61 -0
  117. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/display-grid.html +48 -0
  118. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/empty-lists.html +63 -0
  119. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/index.html +22 -0
  120. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/items.html +64 -0
  121. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/placeholder.html +50 -0
  122. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/portlets.html +115 -0
  123. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/switchClass/default.html +40 -0
  124. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/switchClass/index.html +14 -0
  125. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/toggle/default.html +103 -0
  126. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/toggle/index.html +14 -0
  127. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/toggleClass/default.html +39 -0
  128. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/toggleClass/index.html +14 -0
  129. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/widget/default.html +178 -0
  130. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/widget/index.html +14 -0
  131. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/blind-effect.html +58 -0
  132. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/bounce-effect.html +61 -0
  133. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/clip-effect.html +55 -0
  134. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/draggable.html +741 -0
  135. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/drop-effect.html +55 -0
  136. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/droppable.html +548 -0
  137. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/explode-effect.html +52 -0
  138. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/fade-effect.html +43 -0
  139. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/fold-effect.html +61 -0
  140. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/highlight-effect.html +52 -0
  141. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/jQuery.widget.html +611 -0
  142. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/mouse.html +216 -0
  143. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/position.html +116 -0
  144. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/puff-effect.html +52 -0
  145. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/pulsate-effect.html +52 -0
  146. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/resizable.html +685 -0
  147. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/scale-effect.html +82 -0
  148. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/selectable.html +498 -0
  149. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/shake-effect.html +66 -0
  150. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/size-effect.html +65 -0
  151. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/slide-effect.html +59 -0
  152. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/sortable.html +1450 -0
  153. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/transfer-effect.html +61 -0
  154. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/globalize.culture.de-DE.js +81 -0
  155. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/globalize.culture.ja-JP.js +100 -0
  156. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/globalize.js +1585 -0
  157. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/jquery.mousewheel.js +101 -0
  158. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/jshint.js +4835 -0
  159. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/qunit.css +244 -0
  160. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/qunit.js +2152 -0
  161. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/jquery-1.10.2.js +9789 -0
  162. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/package.json +73 -0
  163. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/animated-overlay.gif +0 -0
  164. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  165. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  166. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  167. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  168. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  169. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  170. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  171. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  172. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
  173. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  174. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
  175. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
  176. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  177. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery-ui.css +557 -0
  178. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.all.css +12 -0
  179. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.base.css +25 -0
  180. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.core.css +93 -0
  181. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.resizable.css +76 -0
  182. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.selectable.css +13 -0
  183. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.theme.css +410 -0
  184. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/animated-overlay.gif +0 -0
  185. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  186. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  187. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  188. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  189. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  190. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  191. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  192. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  193. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_222222_256x240.png +0 -0
  194. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_2e83ff_256x240.png +0 -0
  195. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_454545_256x240.png +0 -0
  196. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_888888_256x240.png +0 -0
  197. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_cd0a0a_256x240.png +0 -0
  198. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery-ui.min.css +7 -0
  199. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.core.min.css +5 -0
  200. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.resizable.min.css +5 -0
  201. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.selectable.min.css +5 -0
  202. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.theme.min.css +5 -0
  203. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/animated-overlay.gif +0 -0
  204. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  205. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  206. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  207. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  208. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  209. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  210. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  211. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  212. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
  213. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  214. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
  215. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
  216. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  217. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery-ui.css +558 -0
  218. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.all.css +12 -0
  219. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.base.css +25 -0
  220. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.core.css +93 -0
  221. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.resizable.css +76 -0
  222. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.selectable.css +13 -0
  223. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.theme.css +410 -0
  224. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/animated-overlay.gif +0 -0
  225. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  226. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  227. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  228. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  229. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  230. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  231. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  232. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  233. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_222222_256x240.png +0 -0
  234. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_2e83ff_256x240.png +0 -0
  235. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_454545_256x240.png +0 -0
  236. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_888888_256x240.png +0 -0
  237. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_cd0a0a_256x240.png +0 -0
  238. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery-ui.min.css +7 -0
  239. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery.ui.core.min.css +5 -0
  240. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery.ui.resizable.min.css +5 -0
  241. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery.ui.selectable.min.css +5 -0
  242. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery.ui.theme.min.css +5 -0
  243. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery-ui.custom.js +7544 -0
  244. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.core.js +320 -0
  245. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.draggable.js +958 -0
  246. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.droppable.js +389 -0
  247. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-blind.js +82 -0
  248. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-bounce.js +113 -0
  249. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-clip.js +67 -0
  250. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-drop.js +65 -0
  251. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-explode.js +97 -0
  252. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-fade.js +30 -0
  253. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-fold.js +76 -0
  254. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-highlight.js +50 -0
  255. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-pulsate.js +63 -0
  256. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-scale.js +318 -0
  257. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-shake.js +74 -0
  258. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-slide.js +64 -0
  259. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-transfer.js +47 -0
  260. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect.js +1289 -0
  261. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.mouse.js +169 -0
  262. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.position.js +501 -0
  263. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.resizable.js +978 -0
  264. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.selectable.js +277 -0
  265. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.sortable.js +1289 -0
  266. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.widget.js +521 -0
  267. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery-ui.custom.min.js +6 -0
  268. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.core.min.js +5 -0
  269. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.draggable.min.js +5 -0
  270. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.droppable.min.js +5 -0
  271. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-blind.min.js +5 -0
  272. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-bounce.min.js +5 -0
  273. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-clip.min.js +5 -0
  274. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-drop.min.js +5 -0
  275. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-explode.min.js +5 -0
  276. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-fade.min.js +5 -0
  277. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-fold.min.js +5 -0
  278. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-highlight.min.js +5 -0
  279. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-pulsate.min.js +5 -0
  280. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-scale.min.js +5 -0
  281. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-shake.min.js +5 -0
  282. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-slide.min.js +5 -0
  283. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-transfer.min.js +5 -0
  284. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect.min.js +5 -0
  285. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.mouse.min.js +5 -0
  286. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.position.min.js +5 -0
  287. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.resizable.min.js +5 -0
  288. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.selectable.min.js +5 -0
  289. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.sortable.min.js +5 -0
  290. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.widget.min.js +5 -0
  291. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.core.jquery.json +61 -0
  292. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.draggable.jquery.json +66 -0
  293. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.droppable.jquery.json +67 -0
  294. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-blind.jquery.json +65 -0
  295. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-bounce.jquery.json +65 -0
  296. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-clip.jquery.json +65 -0
  297. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-drop.jquery.json +65 -0
  298. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-explode.jquery.json +65 -0
  299. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-fade.jquery.json +65 -0
  300. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-fold.jquery.json +65 -0
  301. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-highlight.jquery.json +65 -0
  302. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-pulsate.jquery.json +65 -0
  303. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-scale.jquery.json +65 -0
  304. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-shake.jquery.json +65 -0
  305. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-slide.jquery.json +65 -0
  306. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-transfer.jquery.json +63 -0
  307. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect.jquery.json +68 -0
  308. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.mouse.jquery.json +64 -0
  309. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.position.jquery.json +66 -0
  310. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.resizable.jquery.json +65 -0
  311. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.selectable.jquery.json +65 -0
  312. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.sortable.jquery.json +66 -0
  313. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.widget.jquery.json +64 -0
  314. data/share/htdocs/vendor/jquery-ui-1.10.4/index.html +301 -0
  315. data/share/htdocs/vendor/jquery-ui-1.10.4/js/jquery-1.10.2.js +9789 -0
  316. data/share/htdocs/vendor/jquery-ui-1.10.4/js/jquery-ui-1.10.4.custom.js +7544 -0
  317. data/share/htdocs/vendor/jquery-ui-1.10.4/js/jquery-ui-1.10.4.custom.min.js +6 -0
  318. metadata +302 -4
@@ -0,0 +1,260 @@
1
+ Authors ordered by first contribution
2
+ A list of current team members is available at http://jqueryui.com/about
3
+
4
+ Paul Bakaus <paul.bakaus@gmail.com>
5
+ Richard Worth <rdworth@gmail.com>
6
+ Yehuda Katz <wycats@gmail.com>
7
+ Sean Catchpole <sean@sunsean.com>
8
+ John Resig <jeresig@gmail.com>
9
+ Tane Piper <piper.tane@gmail.com>
10
+ Dmitri Gaskin <dmitrig01@gmail.com>
11
+ Klaus Hartl <klaus.hartl@gmail.com>
12
+ Stefan Petre <stefan.petre@gmail.com>
13
+ Gilles van den Hoven <gilles@webunity.nl>
14
+ Micheil Bryan Smith <micheil@brandedcode.com>
15
+ Jörn Zaefferer <joern.zaefferer@gmail.com>
16
+ Marc Grabanski <m@marcgrabanski.com>
17
+ Keith Wood <kbwood@iinet.com.au>
18
+ Brandon Aaron <brandon.aaron@gmail.com>
19
+ Scott González <scott.gonzalez@gmail.com>
20
+ Eduardo Lundgren <eduardolundgren@gmail.com>
21
+ Aaron Eisenberger <aaronchi@gmail.com>
22
+ Joan Piedra <theneojp@gmail.com>
23
+ Bruno Basto <b.basto@gmail.com>
24
+ Remy Sharp <remy@leftlogic.com>
25
+ Bohdan Ganicky <bohdan.ganicky@gmail.com>
26
+ David Bolter <david.bolter@gmail.com>
27
+ Chi Cheng <cloudream@gmail.com>
28
+ Ca-Phun Ung <pazu2k@gmail.com>
29
+ Ariel Flesler <aflesler@gmail.com>
30
+ Maggie Wachs <maggie@filamentgroup.com>
31
+ Scott Jehl <scott@scottjehl.com>
32
+ Todd Parker <todd@filamentgroup.com>
33
+ Andrew Powell <andrew@shellscape.org>
34
+ Brant Burnett <btburnett3@gmail.com>
35
+ Douglas Neiner <doug@dougneiner.com>
36
+ Paul Irish <paul.irish@gmail.com>
37
+ Ralph Whitbeck <ralph.whitbeck@gmail.com>
38
+ Thibault Duplessis <thibault.duplessis@gmail.com>
39
+ Dominique Vincent <dominique.vincent@toitl.com>
40
+ Jack Hsu <jack.hsu@gmail.com>
41
+ Adam Sontag <ajpiano@ajpiano.com>
42
+ Carl Fürstenberg <carl@excito.com>
43
+ Kevin Dalman <development@allpro.net>
44
+ Alberto Fernández Capel <afcapel@gmail.com>
45
+ Jacek Jędrzejewski (http://jacek.jedrzejewski.name)
46
+ Ting Kuei <ting@kuei.com>
47
+ Samuel Cormier-Iijima <sam@chide.it>
48
+ Jon Palmer <jonspalmer@gmail.com>
49
+ Ben Hollis <bhollis@amazon.com>
50
+ Justin MacCarthy <Justin@Rubystars.biz>
51
+ Eyal Kobrigo <kobrigo@hotmail.com>
52
+ Tiago Freire <tiago.freire@gmail.com>
53
+ Diego Tres <diegotres@gmail.com>
54
+ Holger Rüprich <holger@rueprich.de>
55
+ Ziling Zhao <zizhao@cisco.com>
56
+ Mike Alsup <malsup@gmail.com>
57
+ Robson Braga Araujo <robsonbraga@gmail.com>
58
+ Pierre-Henri Ausseil <ph.ausseil@gmail.com>
59
+ Christopher McCulloh <cmcculloh@gmail.com>
60
+ Andrew Newcomb <ext.github@preceptsoftware.co.uk>
61
+ Lim Chee Aun <cheeaun@gmail.com>
62
+ Jorge Barreiro <yortx.barry@gmail.com>
63
+ Daniel Steigerwald <daniel@steigerwald.cz>
64
+ John Firebaugh <john_firebaugh@bigfix.com>
65
+ John Enters <github@darkdark.net>
66
+ Andrey Kapitcyn <ru.m157y@gmail.com>
67
+ Dmitry Petrov <dpetroff@gmail.com>
68
+ Eric Hynds <eric@hynds.net>
69
+ Chairat Sunthornwiphat <pipo@sixhead.com>
70
+ Josh Varner <josh.varner@gmail.com>
71
+ Stéphane Raimbault <stephane.raimbault@gmail.com>
72
+ Jay Merrifield <fracmak@gmail.com>
73
+ J. Ryan Stinnett <jryans@gmail.com>
74
+ Peter Heiberg <peter@heiberg.se>
75
+ Alex Dovenmuehle <adovenmuehle@gmail.com>
76
+ Jamie Gegerson <git@jamiegegerson.com>
77
+ Raymond Schwartz <skeetergraphics@gmail.com>
78
+ Phillip Barnes <philbar@gmail.com>
79
+ Kyle Wilkinson <kai@wikyd.org>
80
+ Khaled AlHourani <me@khaledalhourani.com>
81
+ Marian Rudzynski <mr@impaled.org>
82
+ Jean-Francois Remy <jeff@melix.org>
83
+ Doug Blood
84
+ Filippo Cavallarin <filippo.cavallarin@codseq.it>
85
+ Heiko Henning <heiko@thehennings.ch>
86
+ Aliaksandr Rahalevich <saksmlz@gmail.com>
87
+ Mario Visic <mario@mariovisic.com>
88
+ Xavi Ramirez <xavi.rmz@gmail.com>
89
+ Max Schnur <max.schnur@gmail.com>
90
+ Saji Nediyanchath <saji89@gmail.com>
91
+ Corey Frang <gnarf@gnarf.net>
92
+ Aaron Peterson <aaronp123@yahoo.com>
93
+ Ivan Peters <ivan@ivanpeters.com>
94
+ Mohamed Cherif Bouchelaghem <cherifbouchelaghem@yahoo.fr>
95
+ Marcos Sousa <falecomigo@marcossousa.com>
96
+ Michael DellaNoce <mdellanoce@mailtrust.com>
97
+ George Marshall <echosx@gmail.com>
98
+ Tobias Brunner <tobias@strongswan.org>
99
+ Martin Solli <msolli@gmail.com>
100
+ David Petersen <public@petersendidit.com>
101
+ Dan Heberden <danheberden@gmail.com>
102
+ William Kevin Manire <williamkmanire@gmail.com>
103
+ Gilmore Davidson <gilmoreorless@gmail.com>
104
+ Michael Wu <michaelmwu@gmail.com>
105
+ Adam Parod <mystic414@gmail.com>
106
+ Guillaume Gautreau <guillaume+github@ghusse.com>
107
+ Marcel Toele <EleotleCram@gmail.com>
108
+ Dan Streetman <ddstreet@ieee.org>
109
+ Matt Hoskins <matt@nipltd.com>
110
+ Giovanni Giacobbi <giovanni@giacobbi.net>
111
+ Kyle Florence <kyle.florence@gmail.com>
112
+ Pavol Hluchý <lopo@losys.sk>
113
+ Hans Hillen <hans.hillen@gmail.com>
114
+ Mark Johnson <virgofx@live.com>
115
+ Trey Hunner <treyhunner@gmail.com>
116
+ Shane Whittet <whittet@gmail.com>
117
+ Edward A Faulkner <ef@alum.mit.edu>
118
+ Adam Baratz <adam@adambaratz.com>
119
+ Kato Kazuyoshi <kato.kazuyoshi@gmail.com>
120
+ Eike Send <eike.send@gmail.com>
121
+ Kris Borchers <kris.borchers@gmail.com>
122
+ Eddie Monge <eddie@eddiemonge.com>
123
+ Israel Tsadok <itsadok@gmail.com>
124
+ Carson McDonald <carson@ioncannon.net>
125
+ Jason Davies <jason@jasondavies.com>
126
+ Garrison Locke <gplocke@gmail.com>
127
+ David Murdoch <david@davidmurdoch.com>
128
+ Benjamin Scott Boyle <benjamins.boyle@gmail.com>
129
+ Jesse Baird <jebaird@gmail.com>
130
+ Jonathan Vingiano <jvingiano@gmail.com>
131
+ Dylan Just <dev@ephox.com>
132
+ Hiroshi Tomita <tomykaira@gmail.com>
133
+ Glenn Goodrich <glenn.goodrich@gmail.com>
134
+ Tarafder Ashek-E-Elahi <mail.ashek@gmail.com>
135
+ Ryan Neufeld <ryan@neufeldmail.com>
136
+ Marc Neuwirth <marc.neuwirth@gmail.com>
137
+ Philip Graham <philip.robert.graham@gmail.com>
138
+ Benjamin Sterling <benjamin.sterling@kenzomedia.com>
139
+ Wesley Walser <waw325@gmail.com>
140
+ Kouhei Sutou <kou@clear-code.com>
141
+ Karl Kirch <karlkrch@gmail.com>
142
+ Chris Kelly <ckdake@ckdake.com>
143
+ Jay Oster <jay@loyalize.com>
144
+ Alexander Polomoshnov <alex.polomoshnov@gmail.com>
145
+ David Leal <dgleal@gmail.com>
146
+ Igor Milla <igor.fsp.milla@gmail.com>
147
+ Dave Methvin <dave.methvin@gmail.com>
148
+ Florian Gutmann <f.gutmann@chronimo.com>
149
+ Marwan Al Jubeh <marwan.aljubeh@gmail.com>
150
+ Milan Broum <midlis@googlemail.com>
151
+ Sebastian Sauer <info@dynpages.de>
152
+ Gaëtan Muller <m.gaetan89@gmail.com>
153
+ William Griffiths <william@ycymro.com>
154
+ Stojce Slavkovski <stojce@gmail.com>
155
+ David Soms <david.soms@gmail.com>
156
+ David De Sloovere <david.desloovere@outlook.com>
157
+ Michael P. Jung <michael.jung@terreon.de>
158
+ Shannon Pekary <spekary@gmail.com>
159
+ Matthew Edward Hutton <meh@corefiling.co.uk>
160
+ James Khoury <james@jameskhoury.com>
161
+ Rob Loach <robloach@gmail.com>
162
+ Alberto Monteiro <betimbrasil@gmail.com>
163
+ Alex Rhea <alex.rhea@gmail.com>
164
+ Krzysztof Rosiński <rozwell69@gmail.com>
165
+ Ryan Olton <oltonr@gmail.com>
166
+ Genie <386@mail.com>
167
+ Rick Waldron <waldron.rick@gmail.com>
168
+ Ian Simpson <spoonlikesham@gmail.com>
169
+ Lev Kitsis <spam4lev@gmail.com>
170
+ TJ VanToll <tj.vantoll@gmail.com>
171
+ Justin Domnitz <jdomnitz@gmail.com>
172
+ Douglas Cerna <douglascerna@yahoo.com>
173
+ Bert ter Heide <bertjh@hotmail.com>
174
+ Jasvir Nagra <jasvir@gmail.com>
175
+ Petr Hromadko <yuriy@tokyoscale.com>
176
+ Harri Kilpiö <harri.kilpio@gmail.com>
177
+ Lado Lomidze <lado.lomidze@gmail.com>
178
+ Amir E. Aharoni <amir.aharoni@mail.huji.ac.il>
179
+ Simon Sattes <simon.sattes@gmail.com>
180
+ Jo Liss <joliss42@gmail.com>
181
+ Guntupalli Karunakar <karunakarg@yahoo.com>
182
+ Shahyar Ghobadpour <shahyar@gmail.com>
183
+ Lukasz Lipinski <uzza17@gmail.com>
184
+ Timo Tijhof <krinklemail@gmail.com>
185
+ Jason Moon <jmoon@socialcast.com>
186
+ Martin Frost <martinf55@hotmail.com>
187
+ Eneko Illarramendi <eneko@illarra.com>
188
+ EungJun Yi <semtlenori@gmail.com>
189
+ Courtland Allen <courtlandallen@gmail.com>
190
+ Viktar Varvanovich <non4eg@gmail.com>
191
+ Danny Trunk <dtrunk90@gmail.com>
192
+ Pavel Stetina <pavel.stetina@nangu.tv>
193
+ Michael Stay <metaweta@gmail.com>
194
+ Steven Roussey <sroussey@gmail.com>
195
+ Michael Hollis <hollis21@gmail.com>
196
+ Lee Rowlands <lee.rowlands@previousnext.com.au>
197
+ Timmy Willison <timmywillisn@gmail.com>
198
+ Karl Swedberg <kswedberg@gmail.com>
199
+ Baoju Yuan <the_guy_1987@hotmail.com>
200
+ Maciej Mroziński <maciej.k.mrozinski@gmail.com>
201
+ Luis Dalmolin <luis.nh@gmail.com>
202
+ Mark Aaron Shirley <maspwr@gmail.com>
203
+ Martin Hoch <martin@fidion.de>
204
+ Jiayi Yang <tr870829@gmail.com>
205
+ Philipp Benjamin Köppchen <xgxtpbk@gws.ms>
206
+ Sindre Sorhus <sindresorhus@gmail.com>
207
+ Bernhard Sirlinger <bernhard.sirlinger@tele2.de>
208
+ Jared A. Scheel <jared@jaredscheel.com>
209
+ Rafael Xavier de Souza <rxaviers@gmail.com>
210
+ John Chen <zhang.z.chen@intel.com>
211
+ Dale Kocian <dale.kocian@gmail.com>
212
+ Mike Sherov <mike.sherov@gmail.com>
213
+ Andrew Couch <andy@couchand.com>
214
+ Marc-Andre Lafortune <github@marc-andre.ca>
215
+ Nate Eagle <nate.eagle@teamaol.com>
216
+ David Souther <davidsouther@gmail.com>
217
+ Mathias Stenbom <mathias@stenbom.com>
218
+ Sergey Kartashov <ebishkek@yandex.ru>
219
+ Avinash R <nashpapa@gmail.com>
220
+ Ethan Romba <ethanromba@gmail.com>
221
+ Cory Gackenheimer <cory.gack@gmail.com>
222
+ Juan Pablo Kaniefsky <jpkaniefsky@gmail.com>
223
+ Roman Salnikov <bardt.dz@gmail.com>
224
+ Anika Henke <anika@selfthinker.org>
225
+ Samuel Bovée <samycookie2000@yahoo.fr>
226
+ Fabrício Matté <ult_combo@hotmail.com>
227
+ Viktor Kojouharov <vkojouharov@gmail.com>
228
+ Pawel Maruszczyk (http://hrabstwo.net)
229
+ Pavel Selitskas <p.selitskas@gmail.com>
230
+ Bjørn Johansen <bjorn.johansen@metronet.no>
231
+ Matthieu Penant <thieum22@hotmail.com>
232
+ Dominic Barnes <dominic@dbarnes.info>
233
+ David Sullivan <david.sullivan@gmail.com>
234
+ Thomas Jaggi <thomas.jaggi@gmail.com>
235
+ Vahid Sohrabloo <vahid4134@gmail.com>
236
+ Travis Carden <travis.carden@gmail.com>
237
+ Bruno M. Custódio <bruno@brunomcustodio.com>
238
+ Nathanael Silverman <nathanael.silverman@gmail.com>
239
+ Christian Wenz <christian@wenz.org>
240
+ Steve Urmston <steve@urm.st>
241
+ Zaven Muradyan <megalivoithos@gmail.com>
242
+ Woody Gilk <shadowhand@deviantart.com>
243
+ Zbigniew Motyka <zbigniew.motyka@gmail.com>
244
+ Suhail Alkowaileet <xsoh.k7@gmail.com>
245
+ Toshi MARUYAMA <marutosijp2@yahoo.co.jp>
246
+ Christian Klammer <christian314159@gmail.com>
247
+ Steven Luscher <jquerycla@steveluscher.com>
248
+ Gan Eng Chin <engchin.gan@gmail.com>
249
+ Vilhjálmur Skúlason <vis@dmm.is>
250
+ Siebrand Mazeland <s.mazeland@xs4all.nl>
251
+ Mohsen Ekhtiari <mohsenekhtiari@yahoo.com>
252
+ Jasper de Groot <mail@ugomobi.com>
253
+ Jyoti Deka <dekajp@gmail.com>
254
+ Andrei Picus <office.nightcrawler@gmail.com>
255
+ Ondrej Novy <novy@ondrej.org>
256
+ Jacob McCutcheon <jacob.mccutcheon@gmail.com>
257
+ Monika Piotrowicz <monika@shopify.com>
258
+ Imants Horsts <imants.horsts@inbox.lv>
259
+ Eric Dahl <eric.c.dahl@gmail.com>
260
+ Thomas Meyer <meyertee@gmail.com>
@@ -0,0 +1,240 @@
1
+ module.exports = function( grunt ) {
2
+
3
+ "use strict";
4
+
5
+ var
6
+ // files
7
+ coreFiles = [
8
+ "jquery.ui.core.js",
9
+ "jquery.ui.widget.js",
10
+ "jquery.ui.mouse.js",
11
+ "jquery.ui.draggable.js",
12
+ "jquery.ui.droppable.js",
13
+ "jquery.ui.resizable.js",
14
+ "jquery.ui.selectable.js",
15
+ "jquery.ui.sortable.js",
16
+ "jquery.ui.effect.js"
17
+ ],
18
+
19
+ uiFiles = coreFiles.map(function( file ) {
20
+ return "ui/" + file;
21
+ }).concat( expandFiles( "ui/*.js" ).filter(function( file ) {
22
+ return coreFiles.indexOf( file.substring(3) ) === -1;
23
+ })),
24
+
25
+ allI18nFiles = expandFiles( "ui/i18n/*.js" ),
26
+
27
+ cssFiles = [
28
+ "core",
29
+ "accordion",
30
+ "autocomplete",
31
+ "button",
32
+ "datepicker",
33
+ "dialog",
34
+ "menu",
35
+ "progressbar",
36
+ "resizable",
37
+ "selectable",
38
+ "slider",
39
+ "spinner",
40
+ "tabs",
41
+ "tooltip",
42
+ "theme"
43
+ ].map(function( component ) {
44
+ return "themes/base/jquery.ui." + component + ".css";
45
+ }),
46
+
47
+ // minified files
48
+ minify = {
49
+ options: {
50
+ preserveComments: false
51
+ },
52
+ main: {
53
+ options: {
54
+ banner: createBanner( uiFiles )
55
+ },
56
+ files: {
57
+ "dist/jquery-ui.min.js": "dist/jquery-ui.js"
58
+ }
59
+ },
60
+ i18n: {
61
+ options: {
62
+ banner: createBanner( allI18nFiles )
63
+ },
64
+ files: {
65
+ "dist/i18n/jquery-ui-i18n.min.js": "dist/i18n/jquery-ui-i18n.js"
66
+ }
67
+ }
68
+ },
69
+
70
+ minifyCSS = {
71
+ options: {
72
+ keepSpecialComments: 0
73
+ },
74
+ main: {
75
+ options: {
76
+ keepSpecialComments: "*"
77
+ },
78
+ src: "dist/jquery-ui.css",
79
+ dest: "dist/jquery-ui.min.css"
80
+ }
81
+ },
82
+
83
+ compareFiles = {
84
+ all: [
85
+ "dist/jquery-ui.js",
86
+ "dist/jquery-ui.min.js"
87
+ ]
88
+ };
89
+
90
+ function mapMinFile( file ) {
91
+ return "dist/" + file.replace( /\.js$/, ".min.js" ).replace( /ui\//, "minified/" );
92
+ }
93
+
94
+ function expandFiles( files ) {
95
+ return grunt.util._.pluck( grunt.file.expandMapping( files ), "src" ).map(function( values ) {
96
+ return values[ 0 ];
97
+ });
98
+ }
99
+
100
+ uiFiles.concat( allI18nFiles ).forEach(function( file ) {
101
+ minify[ file ] = {
102
+ options: {
103
+ banner: createBanner()
104
+ },
105
+ files: {}
106
+ };
107
+ minify[ file ].files[ mapMinFile( file ) ] = file;
108
+ });
109
+
110
+ cssFiles.forEach(function( file ) {
111
+ minifyCSS[ file ] = {
112
+ options: {
113
+ banner: createBanner()
114
+ },
115
+ src: file,
116
+ dest: "dist/" + file.replace( /\.css$/, ".min.css" ).replace( /themes\/base\//, "themes/base/minified/" )
117
+ };
118
+ });
119
+
120
+ uiFiles.forEach(function( file ) {
121
+ // TODO this doesn't do anything until https://github.com/rwldrn/grunt-compare-size/issues/13
122
+ compareFiles[ file ] = [ file, mapMinFile( file ) ];
123
+ });
124
+
125
+ // grunt plugins
126
+ grunt.loadNpmTasks( "grunt-contrib-jshint" );
127
+ grunt.loadNpmTasks( "grunt-contrib-uglify" );
128
+ grunt.loadNpmTasks( "grunt-contrib-concat" );
129
+ grunt.loadNpmTasks( "grunt-contrib-qunit" );
130
+ grunt.loadNpmTasks( "grunt-contrib-csslint" );
131
+ grunt.loadNpmTasks( "grunt-contrib-cssmin" );
132
+ grunt.loadNpmTasks( "grunt-html" );
133
+ grunt.loadNpmTasks( "grunt-compare-size" );
134
+ grunt.loadNpmTasks( "grunt-git-authors" );
135
+ // local testswarm and build tasks
136
+ grunt.loadTasks( "build/tasks" );
137
+
138
+ function stripDirectory( file ) {
139
+ return file.replace( /.+\/(.+?)>?$/, "$1" );
140
+ }
141
+
142
+ function createBanner( files ) {
143
+ // strip folders
144
+ var fileNames = files && files.map( stripDirectory );
145
+ return "/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - " +
146
+ "<%= grunt.template.today('isoDate') %>\n" +
147
+ "<%= pkg.homepage ? '* ' + pkg.homepage + '\\n' : '' %>" +
148
+ (files ? "* Includes: " + fileNames.join(", ") + "\n" : "")+
149
+ "* Copyright <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
150
+ " Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %> */\n";
151
+ }
152
+
153
+ grunt.initConfig({
154
+ pkg: grunt.file.readJSON("package.json"),
155
+ files: {
156
+ dist: "<%= pkg.name %>-<%= pkg.version %>"
157
+ },
158
+ compare_size: compareFiles,
159
+ concat: {
160
+ ui: {
161
+ options: {
162
+ banner: createBanner( uiFiles ),
163
+ stripBanners: {
164
+ block: true
165
+ }
166
+ },
167
+ src: uiFiles,
168
+ dest: "dist/jquery-ui.js"
169
+ },
170
+ i18n: {
171
+ options: {
172
+ banner: createBanner( allI18nFiles )
173
+ },
174
+ src: allI18nFiles,
175
+ dest: "dist/i18n/jquery-ui-i18n.js"
176
+ },
177
+ css: {
178
+ options: {
179
+ banner: createBanner( cssFiles ),
180
+ stripBanners: {
181
+ block: true
182
+ }
183
+ },
184
+ src: cssFiles,
185
+ dest: "dist/jquery-ui.css"
186
+ }
187
+ },
188
+ uglify: minify,
189
+ cssmin: minifyCSS,
190
+ htmllint: {
191
+ // ignore files that contain invalid html, used only for ajax content testing
192
+ all: grunt.file.expand( [ "demos/**/*.html", "tests/**/*.html" ] ).filter(function( file ) {
193
+ return !/(?:ajax\/content\d\.html|tabs\/data\/test\.html|tests\/unit\/core\/core\.html)/.test( file );
194
+ })
195
+ },
196
+ copy: {
197
+ dist_units_images: {
198
+ src: "themes/base/images/*",
199
+ strip: /^themes\/base\//,
200
+ dest: "dist/"
201
+ }
202
+ },
203
+ qunit: {
204
+ files: expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
205
+ // disabling everything that doesn't (quite) work with PhantomJS for now
206
+ // TODO except for all|index|test, try to include more as we go
207
+ return !( /(all|index|test|dialog|dialog_deprecated|tooltip)\.html$/ ).test( file );
208
+ })
209
+ },
210
+ jshint: {
211
+ options: {
212
+ jshintrc: true
213
+ },
214
+ all: [
215
+ "ui/*.js",
216
+ "Gruntfile.js",
217
+ "build/**/*.js",
218
+ "tests/unit/**/*.js"
219
+ ]
220
+ },
221
+ csslint: {
222
+ base_theme: {
223
+ src: "themes/base/*.css",
224
+ options: {
225
+ csslintrc: ".csslintrc"
226
+ }
227
+ }
228
+ }
229
+ });
230
+
231
+ grunt.registerTask( "default", [ "lint", "test" ] );
232
+ grunt.registerTask( "lint", [ "asciilint", "jshint", "csslint", "htmllint" ] );
233
+ grunt.registerTask( "test", [ "qunit" ] );
234
+ grunt.registerTask( "sizer", [ "concat:ui", "uglify:main", "compare_size:all" ] );
235
+ grunt.registerTask( "sizer_all", [ "concat:ui", "uglify", "compare_size" ] );
236
+
237
+ // "copy:dist_units_images" is used by unit tests
238
+ grunt.registerTask( "build", [ "concat", "uglify", "cssmin", "copy:dist_units_images" ] );
239
+
240
+ };
@@ -0,0 +1,26 @@
1
+ Copyright 2014 jQuery Foundation and other contributors,
2
+ http://jqueryui.com/
3
+
4
+ This software consists of voluntary contributions made by many
5
+ individuals (AUTHORS.txt, http://jqueryui.com/about) For exact
6
+ contribution history, see the revision history and logs, available
7
+ at http://jquery-ui.googlecode.com/svn/
8
+
9
+ Permission is hereby granted, free of charge, to any person obtaining
10
+ a copy of this software and associated documentation files (the
11
+ "Software"), to deal in the Software without restriction, including
12
+ without limitation the rights to use, copy, modify, merge, publish,
13
+ distribute, sublicense, and/or sell copies of the Software, and to
14
+ permit persons to whom the Software is furnished to do so, subject to
15
+ the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be
18
+ included in all copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
23
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
24
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
25
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
26
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,96 @@
1
+ # [jQuery UI](http://jqueryui.com/) - Interactions and Widgets for the web
2
+
3
+ jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Whether you're building highly interactive web applications, or you just need to add a date picker to a form control, jQuery UI is the perfect choice.
4
+
5
+ If you want to use jQuery UI, go to [jqueryui.com](http://jqueryui.com) to get started, [jqueryui.com/demos/](http://jqueryui.com/demos/) for demos, [api.jqueryui.com](http://api.jqueryui.com/) for API documentation, or the [Using jQuery UI Forum](http://forum.jquery.com/using-jquery-ui) for discussions and questions.
6
+
7
+ If you want to report a bug/issue, please visit [bugs.jqueryui.com](http://bugs.jqueryui.com).
8
+
9
+ If you are interested in helping develop jQuery UI, you are in the right place.
10
+ To discuss development with team members and the community, visit the [Developing jQuery UI Forum](http://forum.jquery.com/developing-jquery-ui) or [#jqueryui-dev on irc.freenode.net](http://irc.jquery.org/).
11
+
12
+
13
+ ## For contributors
14
+
15
+ If you want to help and provide a patch for a bugfix or new feature, please take
16
+ a few minutes and look at [our Getting Involved guide](http://wiki.jqueryui.com/w/page/35263114/Getting-Involved).
17
+ In particular check out the [Coding standards](http://wiki.jqueryui.com/w/page/12137737/Coding-standards)
18
+ and [Commit Message Style Guide](http://wiki.jqueryui.com/w/page/25941597/Commit-Message-Style-Guide).
19
+
20
+ In general, fork the project, create a branch for a specific change and send a
21
+ pull request for that branch. Don't mix unrelated changes. You can use the commit
22
+ message as the description for the pull request.
23
+
24
+
25
+ ## Running the Unit Tests
26
+
27
+ Run the unit tests with a local server that supports PHP. No database is required. Pre-configured php local servers are available for Windows and Mac. Here are some options:
28
+
29
+ - Windows: [WAMP download](http://www.wampserver.com/en/)
30
+ - Mac: [MAMP download](http://www.mamp.info/en/index.html)
31
+ - Linux: [Setting up LAMP](https://www.linux.com/learn/tutorials/288158-easy-lamp-server-installation)
32
+ - [Mongoose (most platforms)](http://code.google.com/p/mongoose/)
33
+
34
+
35
+ ## Building jQuery UI
36
+
37
+ jQuery UI uses the [Grunt](http://github.com/gruntjs/grunt) build system.
38
+
39
+ To build jQuery UI, you must have [node.js](http://nodejs.org/) installed and then run the following commands:
40
+
41
+ ```sh
42
+
43
+ # Install the Grunt CLI
44
+ npm install -g grunt-cli
45
+
46
+ # Clone the jQuery UI git repo
47
+ git clone git://github.com/jquery/jquery-ui.git
48
+ cd jquery-ui
49
+
50
+ # Install the node module dependencies
51
+ npm install
52
+
53
+ # Run the build task
54
+ grunt build
55
+
56
+ # There are many other tasks that can be run through Grunt.
57
+ # For a list of all tasks:
58
+ grunt --help
59
+ ```
60
+
61
+
62
+ ## For committers
63
+
64
+ When looking at pull requests, first check for [proper commit messages](http://wiki.jqueryui.com/w/page/12137724/Bug-Fixing-Guide).
65
+
66
+ Do not merge pull requests directly through GitHub's interface.
67
+ Most pull requests are a single commit; cherry-picking will avoid creating a merge commit.
68
+ It's also common for contributors to make minor fixes in an additional one or two commits.
69
+ These should be squashed before landing in master.
70
+
71
+ **Make sure the author has a valid name and email address associated with the commit.**
72
+
73
+ Fetch the remote first:
74
+
75
+ git fetch [their-fork.git] [their-branch]
76
+
77
+ Then cherry-pick the commit(s):
78
+
79
+ git cherry-pick [sha-of-commit]
80
+
81
+ If you need to edit the commit message:
82
+
83
+ git cherry-pick -e [sha-of-commit]
84
+
85
+ If you need to edit the changes:
86
+
87
+ git cherry-pick -n [sha-of-commit]
88
+ # make changes
89
+ git commit --author="[author-name-and-email]"
90
+
91
+ If it should go to the stable branch, cherry-pick it to stable:
92
+
93
+ git checkout 1-8-stable
94
+ git cherry-pick -x [sha-of-commit-from-master]
95
+
96
+ *NOTE: Do not cherry-pick into 1-8-stable until you have pushed the commit from master upstream.*
@@ -0,0 +1,45 @@
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Effects - addClass demo</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.10.2.js"></script>
8
+ <script src="../../ui/jquery.ui.effect.js"></script>
9
+ <link rel="stylesheet" href="../demos.css">
10
+ <style>
11
+ .toggler { width: 500px; height: 200px; position: relative; }
12
+ #button { padding: .5em 1em; text-decoration: none; }
13
+ #effect { width: 240px; padding: 1em; font-size: 1.2em; border: 1px solid #000; background: #eee; color: #333; }
14
+ .newClass { text-indent: 40px; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; }
15
+ </style>
16
+ <script>
17
+ $(function() {
18
+ $( "#button" ).click(function() {
19
+ $( "#effect" ).addClass( "newClass", 1000, callback );
20
+ return false;
21
+ });
22
+
23
+ function callback() {
24
+ setTimeout(function() {
25
+ $( "#effect" ).removeClass( "newClass" );
26
+ }, 1500 );
27
+ }
28
+ });
29
+ </script>
30
+ </head>
31
+ <body>
32
+
33
+ <div class="toggler">
34
+ <div id="effect" class="ui-corner-all">
35
+ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede.
36
+ </div>
37
+ </div>
38
+
39
+ <a href="#" id="button" class="ui-state-default ui-corner-all">Run Effect</a>
40
+
41
+ <div class="demo-description">
42
+ <p>This demo adds a class which animates: text-indent, letter-spacing, width, height, padding, margin, and font-size.</p>
43
+ </div>
44
+ </body>
45
+ </html>
@@ -0,0 +1,14 @@
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Effects Demos</title>
6
+ </head>
7
+ <body>
8
+
9
+ <ul>
10
+ <li><a href="default.html">Default functionality</a></li>
11
+ </ul>
12
+
13
+ </body>
14
+ </html>