omf_web 1.2.4 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
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,97 @@
1
+ /*!
2
+ * jQuery UI Effects Explode 1.10.4
3
+ * http://jqueryui.com
4
+ *
5
+ * Copyright 2014 jQuery Foundation and other contributors
6
+ * Released under the MIT license.
7
+ * http://jquery.org/license
8
+ *
9
+ * http://api.jqueryui.com/explode-effect/
10
+ *
11
+ * Depends:
12
+ * jquery.ui.effect.js
13
+ */
14
+ (function( $, undefined ) {
15
+
16
+ $.effects.effect.explode = function( o, done ) {
17
+
18
+ var rows = o.pieces ? Math.round( Math.sqrt( o.pieces ) ) : 3,
19
+ cells = rows,
20
+ el = $( this ),
21
+ mode = $.effects.setMode( el, o.mode || "hide" ),
22
+ show = mode === "show",
23
+
24
+ // show and then visibility:hidden the element before calculating offset
25
+ offset = el.show().css( "visibility", "hidden" ).offset(),
26
+
27
+ // width and height of a piece
28
+ width = Math.ceil( el.outerWidth() / cells ),
29
+ height = Math.ceil( el.outerHeight() / rows ),
30
+ pieces = [],
31
+
32
+ // loop
33
+ i, j, left, top, mx, my;
34
+
35
+ // children animate complete:
36
+ function childComplete() {
37
+ pieces.push( this );
38
+ if ( pieces.length === rows * cells ) {
39
+ animComplete();
40
+ }
41
+ }
42
+
43
+ // clone the element for each row and cell.
44
+ for( i = 0; i < rows ; i++ ) { // ===>
45
+ top = offset.top + i * height;
46
+ my = i - ( rows - 1 ) / 2 ;
47
+
48
+ for( j = 0; j < cells ; j++ ) { // |||
49
+ left = offset.left + j * width;
50
+ mx = j - ( cells - 1 ) / 2 ;
51
+
52
+ // Create a clone of the now hidden main element that will be absolute positioned
53
+ // within a wrapper div off the -left and -top equal to size of our pieces
54
+ el
55
+ .clone()
56
+ .appendTo( "body" )
57
+ .wrap( "<div></div>" )
58
+ .css({
59
+ position: "absolute",
60
+ visibility: "visible",
61
+ left: -j * width,
62
+ top: -i * height
63
+ })
64
+
65
+ // select the wrapper - make it overflow: hidden and absolute positioned based on
66
+ // where the original was located +left and +top equal to the size of pieces
67
+ .parent()
68
+ .addClass( "ui-effects-explode" )
69
+ .css({
70
+ position: "absolute",
71
+ overflow: "hidden",
72
+ width: width,
73
+ height: height,
74
+ left: left + ( show ? mx * width : 0 ),
75
+ top: top + ( show ? my * height : 0 ),
76
+ opacity: show ? 0 : 1
77
+ }).animate({
78
+ left: left + ( show ? 0 : mx * width ),
79
+ top: top + ( show ? 0 : my * height ),
80
+ opacity: show ? 1 : 0
81
+ }, o.duration || 500, o.easing, childComplete );
82
+ }
83
+ }
84
+
85
+ function animComplete() {
86
+ el.css({
87
+ visibility: "visible"
88
+ });
89
+ $( pieces ).remove();
90
+ if ( !show ) {
91
+ el.hide();
92
+ }
93
+ done();
94
+ }
95
+ };
96
+
97
+ })(jQuery);
@@ -0,0 +1,30 @@
1
+ /*!
2
+ * jQuery UI Effects Fade 1.10.4
3
+ * http://jqueryui.com
4
+ *
5
+ * Copyright 2014 jQuery Foundation and other contributors
6
+ * Released under the MIT license.
7
+ * http://jquery.org/license
8
+ *
9
+ * http://api.jqueryui.com/fade-effect/
10
+ *
11
+ * Depends:
12
+ * jquery.ui.effect.js
13
+ */
14
+ (function( $, undefined ) {
15
+
16
+ $.effects.effect.fade = function( o, done ) {
17
+ var el = $( this ),
18
+ mode = $.effects.setMode( el, o.mode || "toggle" );
19
+
20
+ el.animate({
21
+ opacity: mode
22
+ }, {
23
+ queue: false,
24
+ duration: o.duration,
25
+ easing: o.easing,
26
+ complete: done
27
+ });
28
+ };
29
+
30
+ })( jQuery );
@@ -0,0 +1,76 @@
1
+ /*!
2
+ * jQuery UI Effects Fold 1.10.4
3
+ * http://jqueryui.com
4
+ *
5
+ * Copyright 2014 jQuery Foundation and other contributors
6
+ * Released under the MIT license.
7
+ * http://jquery.org/license
8
+ *
9
+ * http://api.jqueryui.com/fold-effect/
10
+ *
11
+ * Depends:
12
+ * jquery.ui.effect.js
13
+ */
14
+ (function( $, undefined ) {
15
+
16
+ $.effects.effect.fold = function( o, done ) {
17
+
18
+ // Create element
19
+ var el = $( this ),
20
+ props = [ "position", "top", "bottom", "left", "right", "height", "width" ],
21
+ mode = $.effects.setMode( el, o.mode || "hide" ),
22
+ show = mode === "show",
23
+ hide = mode === "hide",
24
+ size = o.size || 15,
25
+ percent = /([0-9]+)%/.exec( size ),
26
+ horizFirst = !!o.horizFirst,
27
+ widthFirst = show !== horizFirst,
28
+ ref = widthFirst ? [ "width", "height" ] : [ "height", "width" ],
29
+ duration = o.duration / 2,
30
+ wrapper, distance,
31
+ animation1 = {},
32
+ animation2 = {};
33
+
34
+ $.effects.save( el, props );
35
+ el.show();
36
+
37
+ // Create Wrapper
38
+ wrapper = $.effects.createWrapper( el ).css({
39
+ overflow: "hidden"
40
+ });
41
+ distance = widthFirst ?
42
+ [ wrapper.width(), wrapper.height() ] :
43
+ [ wrapper.height(), wrapper.width() ];
44
+
45
+ if ( percent ) {
46
+ size = parseInt( percent[ 1 ], 10 ) / 100 * distance[ hide ? 0 : 1 ];
47
+ }
48
+ if ( show ) {
49
+ wrapper.css( horizFirst ? {
50
+ height: 0,
51
+ width: size
52
+ } : {
53
+ height: size,
54
+ width: 0
55
+ });
56
+ }
57
+
58
+ // Animation
59
+ animation1[ ref[ 0 ] ] = show ? distance[ 0 ] : size;
60
+ animation2[ ref[ 1 ] ] = show ? distance[ 1 ] : 0;
61
+
62
+ // Animate
63
+ wrapper
64
+ .animate( animation1, duration, o.easing )
65
+ .animate( animation2, duration, o.easing, function() {
66
+ if ( hide ) {
67
+ el.hide();
68
+ }
69
+ $.effects.restore( el, props );
70
+ $.effects.removeWrapper( el );
71
+ done();
72
+ });
73
+
74
+ };
75
+
76
+ })(jQuery);
@@ -0,0 +1,50 @@
1
+ /*!
2
+ * jQuery UI Effects Highlight 1.10.4
3
+ * http://jqueryui.com
4
+ *
5
+ * Copyright 2014 jQuery Foundation and other contributors
6
+ * Released under the MIT license.
7
+ * http://jquery.org/license
8
+ *
9
+ * http://api.jqueryui.com/highlight-effect/
10
+ *
11
+ * Depends:
12
+ * jquery.ui.effect.js
13
+ */
14
+ (function( $, undefined ) {
15
+
16
+ $.effects.effect.highlight = function( o, done ) {
17
+ var elem = $( this ),
18
+ props = [ "backgroundImage", "backgroundColor", "opacity" ],
19
+ mode = $.effects.setMode( elem, o.mode || "show" ),
20
+ animation = {
21
+ backgroundColor: elem.css( "backgroundColor" )
22
+ };
23
+
24
+ if (mode === "hide") {
25
+ animation.opacity = 0;
26
+ }
27
+
28
+ $.effects.save( elem, props );
29
+
30
+ elem
31
+ .show()
32
+ .css({
33
+ backgroundImage: "none",
34
+ backgroundColor: o.color || "#ffff99"
35
+ })
36
+ .animate( animation, {
37
+ queue: false,
38
+ duration: o.duration,
39
+ easing: o.easing,
40
+ complete: function() {
41
+ if ( mode === "hide" ) {
42
+ elem.hide();
43
+ }
44
+ $.effects.restore( elem, props );
45
+ done();
46
+ }
47
+ });
48
+ };
49
+
50
+ })(jQuery);
@@ -0,0 +1,63 @@
1
+ /*!
2
+ * jQuery UI Effects Pulsate 1.10.4
3
+ * http://jqueryui.com
4
+ *
5
+ * Copyright 2014 jQuery Foundation and other contributors
6
+ * Released under the MIT license.
7
+ * http://jquery.org/license
8
+ *
9
+ * http://api.jqueryui.com/pulsate-effect/
10
+ *
11
+ * Depends:
12
+ * jquery.ui.effect.js
13
+ */
14
+ (function( $, undefined ) {
15
+
16
+ $.effects.effect.pulsate = function( o, done ) {
17
+ var elem = $( this ),
18
+ mode = $.effects.setMode( elem, o.mode || "show" ),
19
+ show = mode === "show",
20
+ hide = mode === "hide",
21
+ showhide = ( show || mode === "hide" ),
22
+
23
+ // showing or hiding leaves of the "last" animation
24
+ anims = ( ( o.times || 5 ) * 2 ) + ( showhide ? 1 : 0 ),
25
+ duration = o.duration / anims,
26
+ animateTo = 0,
27
+ queue = elem.queue(),
28
+ queuelen = queue.length,
29
+ i;
30
+
31
+ if ( show || !elem.is(":visible")) {
32
+ elem.css( "opacity", 0 ).show();
33
+ animateTo = 1;
34
+ }
35
+
36
+ // anims - 1 opacity "toggles"
37
+ for ( i = 1; i < anims; i++ ) {
38
+ elem.animate({
39
+ opacity: animateTo
40
+ }, duration, o.easing );
41
+ animateTo = 1 - animateTo;
42
+ }
43
+
44
+ elem.animate({
45
+ opacity: animateTo
46
+ }, duration, o.easing);
47
+
48
+ elem.queue(function() {
49
+ if ( hide ) {
50
+ elem.hide();
51
+ }
52
+ done();
53
+ });
54
+
55
+ // We just queued up "anims" animations, we need to put them next in the queue
56
+ if ( queuelen > 1 ) {
57
+ queue.splice.apply( queue,
58
+ [ 1, 0 ].concat( queue.splice( queuelen, anims + 1 ) ) );
59
+ }
60
+ elem.dequeue();
61
+ };
62
+
63
+ })(jQuery);
@@ -0,0 +1,318 @@
1
+ /*!
2
+ * jQuery UI Effects Scale 1.10.4
3
+ * http://jqueryui.com
4
+ *
5
+ * Copyright 2014 jQuery Foundation and other contributors
6
+ * Released under the MIT license.
7
+ * http://jquery.org/license
8
+ *
9
+ * http://api.jqueryui.com/scale-effect/
10
+ *
11
+ * Depends:
12
+ * jquery.ui.effect.js
13
+ */
14
+ (function( $, undefined ) {
15
+
16
+ $.effects.effect.puff = function( o, done ) {
17
+ var elem = $( this ),
18
+ mode = $.effects.setMode( elem, o.mode || "hide" ),
19
+ hide = mode === "hide",
20
+ percent = parseInt( o.percent, 10 ) || 150,
21
+ factor = percent / 100,
22
+ original = {
23
+ height: elem.height(),
24
+ width: elem.width(),
25
+ outerHeight: elem.outerHeight(),
26
+ outerWidth: elem.outerWidth()
27
+ };
28
+
29
+ $.extend( o, {
30
+ effect: "scale",
31
+ queue: false,
32
+ fade: true,
33
+ mode: mode,
34
+ complete: done,
35
+ percent: hide ? percent : 100,
36
+ from: hide ?
37
+ original :
38
+ {
39
+ height: original.height * factor,
40
+ width: original.width * factor,
41
+ outerHeight: original.outerHeight * factor,
42
+ outerWidth: original.outerWidth * factor
43
+ }
44
+ });
45
+
46
+ elem.effect( o );
47
+ };
48
+
49
+ $.effects.effect.scale = function( o, done ) {
50
+
51
+ // Create element
52
+ var el = $( this ),
53
+ options = $.extend( true, {}, o ),
54
+ mode = $.effects.setMode( el, o.mode || "effect" ),
55
+ percent = parseInt( o.percent, 10 ) ||
56
+ ( parseInt( o.percent, 10 ) === 0 ? 0 : ( mode === "hide" ? 0 : 100 ) ),
57
+ direction = o.direction || "both",
58
+ origin = o.origin,
59
+ original = {
60
+ height: el.height(),
61
+ width: el.width(),
62
+ outerHeight: el.outerHeight(),
63
+ outerWidth: el.outerWidth()
64
+ },
65
+ factor = {
66
+ y: direction !== "horizontal" ? (percent / 100) : 1,
67
+ x: direction !== "vertical" ? (percent / 100) : 1
68
+ };
69
+
70
+ // We are going to pass this effect to the size effect:
71
+ options.effect = "size";
72
+ options.queue = false;
73
+ options.complete = done;
74
+
75
+ // Set default origin and restore for show/hide
76
+ if ( mode !== "effect" ) {
77
+ options.origin = origin || ["middle","center"];
78
+ options.restore = true;
79
+ }
80
+
81
+ options.from = o.from || ( mode === "show" ? {
82
+ height: 0,
83
+ width: 0,
84
+ outerHeight: 0,
85
+ outerWidth: 0
86
+ } : original );
87
+ options.to = {
88
+ height: original.height * factor.y,
89
+ width: original.width * factor.x,
90
+ outerHeight: original.outerHeight * factor.y,
91
+ outerWidth: original.outerWidth * factor.x
92
+ };
93
+
94
+ // Fade option to support puff
95
+ if ( options.fade ) {
96
+ if ( mode === "show" ) {
97
+ options.from.opacity = 0;
98
+ options.to.opacity = 1;
99
+ }
100
+ if ( mode === "hide" ) {
101
+ options.from.opacity = 1;
102
+ options.to.opacity = 0;
103
+ }
104
+ }
105
+
106
+ // Animate
107
+ el.effect( options );
108
+
109
+ };
110
+
111
+ $.effects.effect.size = function( o, done ) {
112
+
113
+ // Create element
114
+ var original, baseline, factor,
115
+ el = $( this ),
116
+ props0 = [ "position", "top", "bottom", "left", "right", "width", "height", "overflow", "opacity" ],
117
+
118
+ // Always restore
119
+ props1 = [ "position", "top", "bottom", "left", "right", "overflow", "opacity" ],
120
+
121
+ // Copy for children
122
+ props2 = [ "width", "height", "overflow" ],
123
+ cProps = [ "fontSize" ],
124
+ vProps = [ "borderTopWidth", "borderBottomWidth", "paddingTop", "paddingBottom" ],
125
+ hProps = [ "borderLeftWidth", "borderRightWidth", "paddingLeft", "paddingRight" ],
126
+
127
+ // Set options
128
+ mode = $.effects.setMode( el, o.mode || "effect" ),
129
+ restore = o.restore || mode !== "effect",
130
+ scale = o.scale || "both",
131
+ origin = o.origin || [ "middle", "center" ],
132
+ position = el.css( "position" ),
133
+ props = restore ? props0 : props1,
134
+ zero = {
135
+ height: 0,
136
+ width: 0,
137
+ outerHeight: 0,
138
+ outerWidth: 0
139
+ };
140
+
141
+ if ( mode === "show" ) {
142
+ el.show();
143
+ }
144
+ original = {
145
+ height: el.height(),
146
+ width: el.width(),
147
+ outerHeight: el.outerHeight(),
148
+ outerWidth: el.outerWidth()
149
+ };
150
+
151
+ if ( o.mode === "toggle" && mode === "show" ) {
152
+ el.from = o.to || zero;
153
+ el.to = o.from || original;
154
+ } else {
155
+ el.from = o.from || ( mode === "show" ? zero : original );
156
+ el.to = o.to || ( mode === "hide" ? zero : original );
157
+ }
158
+
159
+ // Set scaling factor
160
+ factor = {
161
+ from: {
162
+ y: el.from.height / original.height,
163
+ x: el.from.width / original.width
164
+ },
165
+ to: {
166
+ y: el.to.height / original.height,
167
+ x: el.to.width / original.width
168
+ }
169
+ };
170
+
171
+ // Scale the css box
172
+ if ( scale === "box" || scale === "both" ) {
173
+
174
+ // Vertical props scaling
175
+ if ( factor.from.y !== factor.to.y ) {
176
+ props = props.concat( vProps );
177
+ el.from = $.effects.setTransition( el, vProps, factor.from.y, el.from );
178
+ el.to = $.effects.setTransition( el, vProps, factor.to.y, el.to );
179
+ }
180
+
181
+ // Horizontal props scaling
182
+ if ( factor.from.x !== factor.to.x ) {
183
+ props = props.concat( hProps );
184
+ el.from = $.effects.setTransition( el, hProps, factor.from.x, el.from );
185
+ el.to = $.effects.setTransition( el, hProps, factor.to.x, el.to );
186
+ }
187
+ }
188
+
189
+ // Scale the content
190
+ if ( scale === "content" || scale === "both" ) {
191
+
192
+ // Vertical props scaling
193
+ if ( factor.from.y !== factor.to.y ) {
194
+ props = props.concat( cProps ).concat( props2 );
195
+ el.from = $.effects.setTransition( el, cProps, factor.from.y, el.from );
196
+ el.to = $.effects.setTransition( el, cProps, factor.to.y, el.to );
197
+ }
198
+ }
199
+
200
+ $.effects.save( el, props );
201
+ el.show();
202
+ $.effects.createWrapper( el );
203
+ el.css( "overflow", "hidden" ).css( el.from );
204
+
205
+ // Adjust
206
+ if (origin) { // Calculate baseline shifts
207
+ baseline = $.effects.getBaseline( origin, original );
208
+ el.from.top = ( original.outerHeight - el.outerHeight() ) * baseline.y;
209
+ el.from.left = ( original.outerWidth - el.outerWidth() ) * baseline.x;
210
+ el.to.top = ( original.outerHeight - el.to.outerHeight ) * baseline.y;
211
+ el.to.left = ( original.outerWidth - el.to.outerWidth ) * baseline.x;
212
+ }
213
+ el.css( el.from ); // set top & left
214
+
215
+ // Animate
216
+ if ( scale === "content" || scale === "both" ) { // Scale the children
217
+
218
+ // Add margins/font-size
219
+ vProps = vProps.concat([ "marginTop", "marginBottom" ]).concat(cProps);
220
+ hProps = hProps.concat([ "marginLeft", "marginRight" ]);
221
+ props2 = props0.concat(vProps).concat(hProps);
222
+
223
+ el.find( "*[width]" ).each( function(){
224
+ var child = $( this ),
225
+ c_original = {
226
+ height: child.height(),
227
+ width: child.width(),
228
+ outerHeight: child.outerHeight(),
229
+ outerWidth: child.outerWidth()
230
+ };
231
+ if (restore) {
232
+ $.effects.save(child, props2);
233
+ }
234
+
235
+ child.from = {
236
+ height: c_original.height * factor.from.y,
237
+ width: c_original.width * factor.from.x,
238
+ outerHeight: c_original.outerHeight * factor.from.y,
239
+ outerWidth: c_original.outerWidth * factor.from.x
240
+ };
241
+ child.to = {
242
+ height: c_original.height * factor.to.y,
243
+ width: c_original.width * factor.to.x,
244
+ outerHeight: c_original.height * factor.to.y,
245
+ outerWidth: c_original.width * factor.to.x
246
+ };
247
+
248
+ // Vertical props scaling
249
+ if ( factor.from.y !== factor.to.y ) {
250
+ child.from = $.effects.setTransition( child, vProps, factor.from.y, child.from );
251
+ child.to = $.effects.setTransition( child, vProps, factor.to.y, child.to );
252
+ }
253
+
254
+ // Horizontal props scaling
255
+ if ( factor.from.x !== factor.to.x ) {
256
+ child.from = $.effects.setTransition( child, hProps, factor.from.x, child.from );
257
+ child.to = $.effects.setTransition( child, hProps, factor.to.x, child.to );
258
+ }
259
+
260
+ // Animate children
261
+ child.css( child.from );
262
+ child.animate( child.to, o.duration, o.easing, function() {
263
+
264
+ // Restore children
265
+ if ( restore ) {
266
+ $.effects.restore( child, props2 );
267
+ }
268
+ });
269
+ });
270
+ }
271
+
272
+ // Animate
273
+ el.animate( el.to, {
274
+ queue: false,
275
+ duration: o.duration,
276
+ easing: o.easing,
277
+ complete: function() {
278
+ if ( el.to.opacity === 0 ) {
279
+ el.css( "opacity", el.from.opacity );
280
+ }
281
+ if( mode === "hide" ) {
282
+ el.hide();
283
+ }
284
+ $.effects.restore( el, props );
285
+ if ( !restore ) {
286
+
287
+ // we need to calculate our new positioning based on the scaling
288
+ if ( position === "static" ) {
289
+ el.css({
290
+ position: "relative",
291
+ top: el.to.top,
292
+ left: el.to.left
293
+ });
294
+ } else {
295
+ $.each([ "top", "left" ], function( idx, pos ) {
296
+ el.css( pos, function( _, str ) {
297
+ var val = parseInt( str, 10 ),
298
+ toRef = idx ? el.to.left : el.to.top;
299
+
300
+ // if original was "auto", recalculate the new value from wrapper
301
+ if ( str === "auto" ) {
302
+ return toRef + "px";
303
+ }
304
+
305
+ return val + toRef + "px";
306
+ });
307
+ });
308
+ }
309
+ }
310
+
311
+ $.effects.removeWrapper( el );
312
+ done();
313
+ }
314
+ });
315
+
316
+ };
317
+
318
+ })(jQuery);
@@ -0,0 +1,74 @@
1
+ /*!
2
+ * jQuery UI Effects Shake 1.10.4
3
+ * http://jqueryui.com
4
+ *
5
+ * Copyright 2014 jQuery Foundation and other contributors
6
+ * Released under the MIT license.
7
+ * http://jquery.org/license
8
+ *
9
+ * http://api.jqueryui.com/shake-effect/
10
+ *
11
+ * Depends:
12
+ * jquery.ui.effect.js
13
+ */
14
+ (function( $, undefined ) {
15
+
16
+ $.effects.effect.shake = function( o, done ) {
17
+
18
+ var el = $( this ),
19
+ props = [ "position", "top", "bottom", "left", "right", "height", "width" ],
20
+ mode = $.effects.setMode( el, o.mode || "effect" ),
21
+ direction = o.direction || "left",
22
+ distance = o.distance || 20,
23
+ times = o.times || 3,
24
+ anims = times * 2 + 1,
25
+ speed = Math.round(o.duration/anims),
26
+ ref = (direction === "up" || direction === "down") ? "top" : "left",
27
+ positiveMotion = (direction === "up" || direction === "left"),
28
+ animation = {},
29
+ animation1 = {},
30
+ animation2 = {},
31
+ i,
32
+
33
+ // we will need to re-assemble the queue to stack our animations in place
34
+ queue = el.queue(),
35
+ queuelen = queue.length;
36
+
37
+ $.effects.save( el, props );
38
+ el.show();
39
+ $.effects.createWrapper( el );
40
+
41
+ // Animation
42
+ animation[ ref ] = ( positiveMotion ? "-=" : "+=" ) + distance;
43
+ animation1[ ref ] = ( positiveMotion ? "+=" : "-=" ) + distance * 2;
44
+ animation2[ ref ] = ( positiveMotion ? "-=" : "+=" ) + distance * 2;
45
+
46
+ // Animate
47
+ el.animate( animation, speed, o.easing );
48
+
49
+ // Shakes
50
+ for ( i = 1; i < times; i++ ) {
51
+ el.animate( animation1, speed, o.easing ).animate( animation2, speed, o.easing );
52
+ }
53
+ el
54
+ .animate( animation1, speed, o.easing )
55
+ .animate( animation, speed / 2, o.easing )
56
+ .queue(function() {
57
+ if ( mode === "hide" ) {
58
+ el.hide();
59
+ }
60
+ $.effects.restore( el, props );
61
+ $.effects.removeWrapper( el );
62
+ done();
63
+ });
64
+
65
+ // inject all the animations we just queued to be first in line (after "inprogress")
66
+ if ( queuelen > 1) {
67
+ queue.splice.apply( queue,
68
+ [ 1, 0 ].concat( queue.splice( queuelen, anims + 1 ) ) );
69
+ }
70
+ el.dequeue();
71
+
72
+ };
73
+
74
+ })(jQuery);