compass-jquery-plugin 0.3.1.1 → 0.3.2.pre.2

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 (821) hide show
  1. data/Gemfile +4 -0
  2. data/{LICENSE → LICENSE.md} +1 -1
  3. data/{README.textile → README.md} +122 -71
  4. data/Rakefile +2 -47
  5. data/VERSION.yml +5 -4
  6. data/lib/jquery/gridify/grid_finder.rb +9 -1
  7. data/lib/jquery/gridify/grid_options.rb +16 -2
  8. data/lib/jquery/gridify/grid_view.rb +7 -1
  9. data/lib/jquery/jqgrid/jqgrid.rb +13 -2
  10. data/lib/jquery/jqgrid.rb +4 -4
  11. data/lib/jquery/jqtouch.rb +3 -3
  12. data/lib/jquery/{jrails.rb → jquery.rb} +1 -1
  13. data/lib/jquery/secret_sauce/controller/ui_dialog_controls.rb +13 -13
  14. data/lib/jquery/secret_sauce/controller/ui_grid_controls.rb +18 -18
  15. data/lib/jquery/secret_sauce/helpers/ui_dialog_helper.rb +5 -5
  16. data/lib/jquery/secret_sauce/model/find_for_grid.rb +41 -41
  17. data/lib/jquery/secret_sauce.rb +8 -8
  18. data/lib/jquery.rb +18 -11
  19. data/lib/jquery_ui_theme.rb +3 -3
  20. data/templates/dynatree/jquery/dynatree/aero/icons.png +0 -0
  21. data/templates/dynatree/jquery/dynatree/aero/{ltWait.gif → loading.gif} +0 -0
  22. data/templates/dynatree/jquery/dynatree/aero.scss +235 -130
  23. data/templates/dynatree/jquery/dynatree/aqua/icons.png +0 -0
  24. data/templates/dynatree/jquery/dynatree/aqua/{ltWait.gif → loading.gif} +0 -0
  25. data/templates/dynatree/jquery/dynatree/aqua.scss +235 -130
  26. data/templates/dynatree/jquery/dynatree/crystal/icons.png +0 -0
  27. data/templates/dynatree/jquery/dynatree/crystal/{ltWait.gif → loading.gif} +0 -0
  28. data/templates/dynatree/jquery/dynatree/crystal.scss +235 -130
  29. data/templates/dynatree/jquery/dynatree/xp/icons.png +0 -0
  30. data/templates/dynatree/jquery/dynatree/xp/{ltWait.gif → loading.gif} +0 -0
  31. data/templates/dynatree/jquery/dynatree/xp.scss +72 -88
  32. data/templates/dynatree/jquery.dynatree.js +86 -60
  33. data/templates/dynatree/jquery.dynatree.min.js +47 -47
  34. data/templates/dynatree/manifest.rb +8 -139
  35. data/templates/ical/jquery/ical.scss +12 -2
  36. data/templates/ical/jquery.ical.js +3195 -2380
  37. data/templates/ical/jquery.ical.min.js +209 -199
  38. data/templates/jqgrid/i18n/jqgrid/locale-fa.js +139 -119
  39. data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +5 -5
  40. data/templates/jqgrid/i18n/jqgrid/locale-sr.js +8 -8
  41. data/templates/jqgrid/i18n/jqgrid/locale-sr.min.js +3 -3
  42. data/templates/jqgrid/jquery/jqGrid.scss +13 -16
  43. data/templates/jqgrid/jquery.jqGrid.js +3493 -3326
  44. data/templates/jqgrid/jquery.jqGrid.min.js +427 -425
  45. data/templates/{jrails/config/initializers/jrails.rb → jquery/config/initializers/jquery.rb} +5 -4
  46. data/templates/{jrails → jquery}/haml.js +2 -2
  47. data/templates/{jrails → jquery}/haml.min.js +0 -0
  48. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-af.js +0 -0
  49. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-af.min.js +0 -0
  50. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ar.js +6 -7
  51. data/templates/jquery/i18n/jquery.ui/datepicker-ar.min.js +2 -0
  52. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-az.js +0 -0
  53. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-az.min.js +0 -0
  54. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-bg.js +0 -0
  55. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-bg.min.js +0 -0
  56. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-bs.js +0 -0
  57. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-bs.min.js +0 -0
  58. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ca.js +0 -0
  59. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ca.min.js +0 -0
  60. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-cs.js +0 -0
  61. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-cs.min.js +0 -0
  62. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-da.js +0 -0
  63. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-da.min.js +0 -0
  64. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-de.js +0 -0
  65. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-de.min.js +0 -0
  66. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-el.js +0 -0
  67. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-el.min.js +0 -0
  68. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-en-GB.js +0 -0
  69. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-en-GB.min.js +0 -0
  70. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-eo.js +0 -0
  71. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-eo.min.js +0 -0
  72. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-es.js +0 -0
  73. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-es.min.js +0 -0
  74. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-et.js +0 -0
  75. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-et.min.js +0 -0
  76. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-eu.js +0 -0
  77. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-eu.min.js +0 -0
  78. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-fa.js +0 -0
  79. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-fa.min.js +0 -0
  80. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-fi.js +0 -0
  81. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-fi.min.js +0 -0
  82. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-fo.js +0 -0
  83. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-fo.min.js +0 -0
  84. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-fr-CH.js +0 -0
  85. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-fr-CH.min.js +0 -0
  86. data/templates/jquery/i18n/jquery.ui/datepicker-fr.js +25 -0
  87. data/templates/jquery/i18n/jquery.ui/datepicker-fr.min.js +2 -0
  88. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-gl.js +0 -0
  89. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-gl.min.js +0 -0
  90. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-he.js +0 -0
  91. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-he.min.js +0 -0
  92. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-hr.js +0 -0
  93. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-hr.min.js +0 -0
  94. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-hu.js +0 -0
  95. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-hu.min.js +0 -0
  96. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-hy.js +0 -0
  97. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-hy.min.js +0 -0
  98. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-id.js +0 -0
  99. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-id.min.js +0 -0
  100. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-is.js +0 -0
  101. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-is.min.js +0 -0
  102. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-it.js +0 -0
  103. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-it.min.js +0 -0
  104. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ja.js +0 -0
  105. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ja.min.js +0 -0
  106. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ko.js +0 -0
  107. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ko.min.js +0 -0
  108. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-kz.js +0 -0
  109. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-kz.min.js +0 -0
  110. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-lt.js +0 -0
  111. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-lt.min.js +0 -0
  112. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-lv.js +0 -0
  113. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-lv.min.js +0 -0
  114. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ms.js +0 -0
  115. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ms.min.js +0 -0
  116. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-nl.js +0 -0
  117. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-nl.min.js +0 -0
  118. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-no.js +2 -2
  119. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-no.min.js +1 -1
  120. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-pl.js +0 -0
  121. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-pl.min.js +0 -0
  122. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-pt-BR.js +0 -0
  123. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-pt-BR.min.js +0 -0
  124. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-pt.js +0 -0
  125. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-pt.min.js +0 -0
  126. data/templates/jquery/i18n/jquery.ui/datepicker-rm.js +21 -0
  127. data/templates/jquery/i18n/jquery.ui/datepicker-rm.min.js +2 -0
  128. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ro.js +0 -0
  129. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ro.min.js +0 -0
  130. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ru.js +0 -0
  131. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ru.min.js +0 -0
  132. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-sk.js +0 -0
  133. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-sk.min.js +0 -0
  134. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-sl.js +0 -0
  135. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-sl.min.js +0 -0
  136. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-sq.js +0 -0
  137. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-sq.min.js +0 -0
  138. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-sr-SR.js +0 -0
  139. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-sr-SR.min.js +0 -0
  140. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-sr.js +0 -0
  141. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-sr.min.js +0 -0
  142. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-sv.js +0 -0
  143. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-sv.min.js +0 -0
  144. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ta.js +0 -0
  145. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-ta.min.js +0 -0
  146. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-th.js +1 -1
  147. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-th.min.js +1 -1
  148. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-tr.js +0 -0
  149. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-tr.min.js +0 -0
  150. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-uk.js +0 -0
  151. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-uk.min.js +0 -0
  152. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-vi.js +0 -0
  153. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-vi.min.js +0 -0
  154. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-zh-CN.js +0 -0
  155. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-zh-CN.min.js +0 -0
  156. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-zh-HK.js +0 -0
  157. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-zh-HK.min.js +0 -0
  158. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-zh-TW.js +0 -0
  159. data/templates/{jrails → jquery}/i18n/jquery.ui/datepicker-zh-TW.min.js +0 -0
  160. data/templates/{jrails → jquery}/jquery/ui/_theme.scss +19 -17
  161. data/templates/{jrails → jquery}/jquery/ui/base/ui-anim_basic_16x16.gif +0 -0
  162. data/templates/{jrails → jquery}/jquery/ui/base/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  163. data/templates/{jrails → jquery}/jquery/ui/base/ui-bg_flat_75_ffffff_40x100.png +0 -0
  164. data/templates/{jrails → jquery}/jquery/ui/base/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  165. data/templates/{jrails → jquery}/jquery/ui/base/ui-bg_glass_65_ffffff_1x400.png +0 -0
  166. data/templates/{jrails → jquery}/jquery/ui/base/ui-bg_glass_75_dadada_1x400.png +0 -0
  167. data/templates/{jrails → jquery}/jquery/ui/base/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  168. data/templates/{jrails → jquery}/jquery/ui/base/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  169. data/templates/{jrails → jquery}/jquery/ui/base/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  170. data/templates/{jrails → jquery}/jquery/ui/base/ui-icons_222222_256x240.png +0 -0
  171. data/templates/{jrails → jquery}/jquery/ui/base/ui-icons_2e83ff_256x240.png +0 -0
  172. data/templates/{jrails → jquery}/jquery/ui/base/ui-icons_454545_256x240.png +0 -0
  173. data/templates/{jrails → jquery}/jquery/ui/base/ui-icons_888888_256x240.png +0 -0
  174. data/templates/{jrails → jquery}/jquery/ui/base/ui-icons_cd0a0a_256x240.png +0 -0
  175. data/templates/{jrails → jquery}/jquery/ui/base.scss +1 -1
  176. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-anim_basic_16x16.gif +0 -0
  177. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-bg_diagonals-thick_8_333333_40x40.png +0 -0
  178. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-bg_flat_65_ffffff_40x100.png +0 -0
  179. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-bg_glass_40_111111_1x400.png +0 -0
  180. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-bg_glass_55_1c1c1c_1x400.png +0 -0
  181. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-bg_highlight-hard_100_f9f9f9_1x100.png +0 -0
  182. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-bg_highlight-hard_40_aaaaaa_1x100.png +0 -0
  183. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-bg_highlight-soft_50_aaaaaa_1x100.png +0 -0
  184. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-bg_inset-hard_45_cd0a0a_1x100.png +0 -0
  185. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-bg_inset-hard_55_ffeb80_1x100.png +0 -0
  186. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-icons_222222_256x240.png +0 -0
  187. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-icons_4ca300_256x240.png +0 -0
  188. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-icons_bbbbbb_256x240.png +0 -0
  189. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-icons_ededed_256x240.png +0 -0
  190. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-icons_ffcf29_256x240.png +0 -0
  191. data/templates/{jrails → jquery}/jquery/ui/black-tie/ui-icons_ffffff_256x240.png +0 -0
  192. data/templates/{jrails → jquery}/jquery/ui/black-tie.scss +1 -1
  193. data/templates/{jrails → jquery}/jquery/ui/blitzer/ui-anim_basic_16x16.gif +0 -0
  194. data/templates/{jrails → jquery}/jquery/ui/blitzer/ui-bg_diagonals-thick_75_f3d8d8_40x40.png +0 -0
  195. data/templates/{jrails → jquery}/jquery/ui/blitzer/ui-bg_dots-small_65_a6a6a6_2x2.png +0 -0
  196. data/templates/{jrails → jquery}/jquery/ui/blitzer/ui-bg_flat_0_333333_40x100.png +0 -0
  197. data/templates/{jrails → jquery}/jquery/ui/blitzer/ui-bg_flat_65_ffffff_40x100.png +0 -0
  198. data/templates/{jrails → jquery}/jquery/ui/blitzer/ui-bg_flat_75_ffffff_40x100.png +0 -0
  199. data/templates/{jrails → jquery}/jquery/ui/blitzer/ui-bg_glass_55_fbf8ee_1x400.png +0 -0
  200. data/templates/{jrails → jquery}/jquery/ui/blitzer/ui-bg_highlight-hard_100_eeeeee_1x100.png +0 -0
  201. data/templates/{jrails → jquery}/jquery/ui/blitzer/ui-bg_highlight-hard_100_f6f6f6_1x100.png +0 -0
  202. data/templates/{jrails → jquery}/jquery/ui/blitzer/ui-bg_highlight-soft_15_cc0000_1x100.png +0 -0
  203. data/templates/{jrails → jquery}/jquery/ui/blitzer/ui-icons_004276_256x240.png +0 -0
  204. data/templates/{jrails → jquery}/jquery/ui/blitzer/ui-icons_cc0000_256x240.png +0 -0
  205. data/templates/{jrails → jquery}/jquery/ui/blitzer/ui-icons_ffffff_256x240.png +0 -0
  206. data/templates/{jrails → jquery}/jquery/ui/blitzer.scss +1 -1
  207. data/templates/{jrails → jquery}/jquery/ui/contextMenu/cut.png +0 -0
  208. data/templates/{jrails → jquery}/jquery/ui/contextMenu/door.png +0 -0
  209. data/templates/{jrails → jquery}/jquery/ui/contextMenu/page_white_copy.png +0 -0
  210. data/templates/{jrails → jquery}/jquery/ui/contextMenu/page_white_delete.png +0 -0
  211. data/templates/{jrails → jquery}/jquery/ui/contextMenu/page_white_edit.png +0 -0
  212. data/templates/jquery/jquery/ui/contextMenu/page_white_new.png +0 -0
  213. data/templates/{jrails → jquery}/jquery/ui/contextMenu/page_white_paste.png +0 -0
  214. data/templates/{jrails → jquery}/jquery/ui/contextMenu.scss +2 -0
  215. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-anim_basic_16x16.gif +0 -0
  216. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
  217. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
  218. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
  219. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-bg_glass_50_3baae3_1x400.png +0 -0
  220. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
  221. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
  222. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
  223. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
  224. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
  225. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-icons_2694e8_256x240.png +0 -0
  226. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-icons_2e83ff_256x240.png +0 -0
  227. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-icons_3d80b3_256x240.png +0 -0
  228. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-icons_72a7cf_256x240.png +0 -0
  229. data/templates/{jrails → jquery}/jquery/ui/cupertino/ui-icons_ffffff_256x240.png +0 -0
  230. data/templates/{jrails → jquery}/jquery/ui/cupertino.scss +1 -1
  231. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-anim_basic_16x16.gif +0 -0
  232. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-bg_flat_30_cccccc_40x100.png +0 -0
  233. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  234. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  235. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-bg_highlight-hard_20_0972a5_1x100.png +0 -0
  236. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-bg_highlight-soft_33_003147_1x100.png +0 -0
  237. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-bg_highlight-soft_35_222222_1x100.png +0 -0
  238. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-bg_highlight-soft_44_444444_1x100.png +0 -0
  239. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  240. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-bg_loop_25_000000_21x21.png +0 -0
  241. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-icons_222222_256x240.png +0 -0
  242. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-icons_4b8e0b_256x240.png +0 -0
  243. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-icons_a83300_256x240.png +0 -0
  244. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-icons_cccccc_256x240.png +0 -0
  245. data/templates/{jrails → jquery}/jquery/ui/dark-hive/ui-icons_ffffff_256x240.png +0 -0
  246. data/templates/{jrails → jquery}/jquery/ui/dark-hive.scss +1 -1
  247. data/templates/{jrails → jquery}/jquery/ui/dot-luv/ui-anim_basic_16x16.gif +0 -0
  248. data/templates/{jrails → jquery}/jquery/ui/dot-luv/ui-bg_diagonals-thick_15_0b3e6f_40x40.png +0 -0
  249. data/templates/{jrails → jquery}/jquery/ui/dot-luv/ui-bg_dots-medium_30_0b58a2_4x4.png +0 -0
  250. data/templates/{jrails → jquery}/jquery/ui/dot-luv/ui-bg_dots-small_20_333333_2x2.png +0 -0
  251. data/templates/{jrails → jquery}/jquery/ui/dot-luv/ui-bg_dots-small_30_a32d00_2x2.png +0 -0
  252. data/templates/{jrails → jquery}/jquery/ui/dot-luv/ui-bg_dots-small_40_00498f_2x2.png +0 -0
  253. data/templates/{jrails → jquery}/jquery/ui/dot-luv/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  254. data/templates/{jrails → jquery}/jquery/ui/dot-luv/ui-bg_flat_40_292929_40x100.png +0 -0
  255. data/templates/{jrails → jquery}/jquery/ui/dot-luv/ui-bg_gloss-wave_20_111111_500x100.png +0 -0
  256. data/templates/{jrails → jquery}/jquery/ui/dot-luv/ui-icons_00498f_256x240.png +0 -0
  257. data/templates/{jrails → jquery}/jquery/ui/dot-luv/ui-icons_98d2fb_256x240.png +0 -0
  258. data/templates/{jrails → jquery}/jquery/ui/dot-luv/ui-icons_9ccdfc_256x240.png +0 -0
  259. data/templates/{jrails → jquery}/jquery/ui/dot-luv/ui-icons_ffffff_256x240.png +0 -0
  260. data/templates/{jrails → jquery}/jquery/ui/dot-luv.scss +1 -1
  261. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-anim_basic_16x16.gif +0 -0
  262. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  263. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  264. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-bg_flat_55_994d53_40x100.png +0 -0
  265. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-bg_flat_55_fafafa_40x100.png +0 -0
  266. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-bg_gloss-wave_30_3d3644_500x100.png +0 -0
  267. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-bg_highlight-soft_100_dcd9de_1x100.png +0 -0
  268. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-bg_highlight-soft_100_eae6ea_1x100.png +0 -0
  269. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-bg_highlight-soft_25_30273a_1x100.png +0 -0
  270. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-bg_highlight-soft_45_5f5964_1x100.png +0 -0
  271. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-icons_454545_256x240.png +0 -0
  272. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-icons_734d99_256x240.png +0 -0
  273. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-icons_8d78a5_256x240.png +0 -0
  274. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-icons_a8a3ae_256x240.png +0 -0
  275. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-icons_ebccce_256x240.png +0 -0
  276. data/templates/{jrails → jquery}/jquery/ui/eggplant/ui-icons_ffffff_256x240.png +0 -0
  277. data/templates/{jrails → jquery}/jquery/ui/eggplant.scss +1 -1
  278. data/templates/{jrails → jquery}/jquery/ui/excite-bike/ui-anim_basic_16x16.gif +0 -0
  279. data/templates/{jrails → jquery}/jquery/ui/excite-bike/ui-bg_diagonals-small_25_c5ddfc_40x40.png +0 -0
  280. data/templates/{jrails → jquery}/jquery/ui/excite-bike/ui-bg_diagonals-thick_20_e69700_40x40.png +0 -0
  281. data/templates/{jrails → jquery}/jquery/ui/excite-bike/ui-bg_diagonals-thick_22_1484e6_40x40.png +0 -0
  282. data/templates/{jrails → jquery}/jquery/ui/excite-bike/ui-bg_diagonals-thick_26_2293f7_40x40.png +0 -0
  283. data/templates/{jrails → jquery}/jquery/ui/excite-bike/ui-bg_flat_0_e69700_40x100.png +0 -0
  284. data/templates/{jrails → jquery}/jquery/ui/excite-bike/ui-bg_flat_0_e6b900_40x100.png +0 -0
  285. data/templates/{jrails → jquery}/jquery/ui/excite-bike/ui-bg_highlight-soft_100_f9f9f9_1x100.png +0 -0
  286. data/templates/{jrails → jquery}/jquery/ui/excite-bike/ui-bg_inset-hard_100_eeeeee_1x100.png +0 -0
  287. data/templates/{jrails → jquery}/jquery/ui/excite-bike/ui-icons_0a82eb_256x240.png +0 -0
  288. data/templates/{jrails → jquery}/jquery/ui/excite-bike/ui-icons_0b54d5_256x240.png +0 -0
  289. data/templates/{jrails → jquery}/jquery/ui/excite-bike/ui-icons_5fa5e3_256x240.png +0 -0
  290. data/templates/{jrails → jquery}/jquery/ui/excite-bike/ui-icons_fcdd4a_256x240.png +0 -0
  291. data/templates/{jrails → jquery}/jquery/ui/excite-bike/ui-icons_ffffff_256x240.png +0 -0
  292. data/templates/{jrails → jquery}/jquery/ui/excite-bike.scss +1 -1
  293. data/templates/{jrails → jquery}/jquery/ui/farbtastic/marker.png +0 -0
  294. data/templates/{jrails → jquery}/jquery/ui/farbtastic/mask.png +0 -0
  295. data/templates/{jrails → jquery}/jquery/ui/farbtastic/wheel.png +0 -0
  296. data/templates/{jrails → jquery}/jquery/ui/farbtastic.scss +0 -0
  297. data/templates/{jrails → jquery}/jquery/ui/flash_messages/flash-check.png +0 -0
  298. data/templates/{jrails → jquery}/jquery/ui/flash_messages/flash-error-bg.png +0 -0
  299. data/templates/{jrails → jquery}/jquery/ui/flash_messages/flash-error.png +0 -0
  300. data/templates/{jrails → jquery}/jquery/ui/flash_messages/flash-notice-bg.png +0 -0
  301. data/templates/{jrails → jquery}/jquery/ui/flash_messages/flash-warning-bg.png +0 -0
  302. data/templates/{jrails → jquery}/jquery/ui/flash_messages/flash-warning.png +0 -0
  303. data/templates/{jrails → jquery}/jquery/ui/flick/ui-anim_basic_16x16.gif +0 -0
  304. data/templates/{jrails → jquery}/jquery/ui/flick/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  305. data/templates/{jrails → jquery}/jquery/ui/flick/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  306. data/templates/{jrails → jquery}/jquery/ui/flick/ui-bg_flat_55_ffffff_40x100.png +0 -0
  307. data/templates/{jrails → jquery}/jquery/ui/flick/ui-bg_flat_75_ffffff_40x100.png +0 -0
  308. data/templates/{jrails → jquery}/jquery/ui/flick/ui-bg_glass_65_ffffff_1x400.png +0 -0
  309. data/templates/{jrails → jquery}/jquery/ui/flick/ui-bg_highlight-soft_100_f6f6f6_1x100.png +0 -0
  310. data/templates/{jrails → jquery}/jquery/ui/flick/ui-bg_highlight-soft_25_0073ea_1x100.png +0 -0
  311. data/templates/{jrails → jquery}/jquery/ui/flick/ui-bg_highlight-soft_50_dddddd_1x100.png +0 -0
  312. data/templates/{jrails → jquery}/jquery/ui/flick/ui-icons_0073ea_256x240.png +0 -0
  313. data/templates/{jrails → jquery}/jquery/ui/flick/ui-icons_454545_256x240.png +0 -0
  314. data/templates/{jrails → jquery}/jquery/ui/flick/ui-icons_666666_256x240.png +0 -0
  315. data/templates/{jrails → jquery}/jquery/ui/flick/ui-icons_ff0084_256x240.png +0 -0
  316. data/templates/{jrails → jquery}/jquery/ui/flick/ui-icons_ffffff_256x240.png +0 -0
  317. data/templates/{jrails → jquery}/jquery/ui/flick.scss +1 -1
  318. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-anim_basic_16x16.gif +0 -0
  319. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-bg_diagonals-small_40_db4865_40x40.png +0 -0
  320. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-bg_diagonals-small_50_93c3cd_40x40.png +0 -0
  321. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-bg_diagonals-small_50_ff3853_40x40.png +0 -0
  322. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-bg_diagonals-small_75_ccd232_40x40.png +0 -0
  323. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-bg_dots-medium_80_ffff38_4x4.png +0 -0
  324. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-bg_dots-small_35_35414f_2x2.png +0 -0
  325. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-bg_flat_75_ba9217_40x100.png +0 -0
  326. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-bg_flat_75_ffffff_40x100.png +0 -0
  327. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-bg_white-lines_85_f7f7ba_40x100.png +0 -0
  328. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-icons_454545_256x240.png +0 -0
  329. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-icons_88a206_256x240.png +0 -0
  330. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-icons_c02669_256x240.png +0 -0
  331. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-icons_e1e463_256x240.png +0 -0
  332. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-icons_ffeb33_256x240.png +0 -0
  333. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks/ui-icons_ffffff_256x240.png +0 -0
  334. data/templates/{jrails → jquery}/jquery/ui/hot-sneaks.scss +1 -1
  335. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-anim_basic_16x16.gif +0 -0
  336. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  337. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-bg_glass_100_f5f0e5_1x400.png +0 -0
  338. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-bg_glass_25_cb842e_1x400.png +0 -0
  339. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-bg_glass_70_ede4d4_1x400.png +0 -0
  340. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-bg_highlight-hard_100_f4f0ec_1x100.png +0 -0
  341. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  342. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-bg_highlight-hard_75_f5f5b5_1x100.png +0 -0
  343. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-bg_inset-soft_100_f4f0ec_1x100.png +0 -0
  344. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-icons_c47a23_256x240.png +0 -0
  345. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-icons_cb672b_256x240.png +0 -0
  346. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-icons_f08000_256x240.png +0 -0
  347. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-icons_f35f07_256x240.png +0 -0
  348. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-icons_ff7519_256x240.png +0 -0
  349. data/templates/{jrails → jquery}/jquery/ui/humanity/ui-icons_ffffff_256x240.png +0 -0
  350. data/templates/{jrails → jquery}/jquery/ui/humanity.scss +1 -1
  351. data/templates/{jrails → jquery}/jquery/ui/le-frog/ui-anim_basic_16x16.gif +0 -0
  352. data/templates/{jrails → jquery}/jquery/ui/le-frog/ui-bg_diagonals-small_0_aaaaaa_40x40.png +0 -0
  353. data/templates/{jrails → jquery}/jquery/ui/le-frog/ui-bg_diagonals-thick_15_444444_40x40.png +0 -0
  354. data/templates/{jrails → jquery}/jquery/ui/le-frog/ui-bg_diagonals-thick_95_ffdc2e_40x40.png +0 -0
  355. data/templates/{jrails → jquery}/jquery/ui/le-frog/ui-bg_glass_55_fbf5d0_1x400.png +0 -0
  356. data/templates/{jrails → jquery}/jquery/ui/le-frog/ui-bg_highlight-hard_30_285c00_1x100.png +0 -0
  357. data/templates/{jrails → jquery}/jquery/ui/le-frog/ui-bg_highlight-soft_33_3a8104_1x100.png +0 -0
  358. data/templates/{jrails → jquery}/jquery/ui/le-frog/ui-bg_highlight-soft_50_4eb305_1x100.png +0 -0
  359. data/templates/{jrails → jquery}/jquery/ui/le-frog/ui-bg_highlight-soft_60_4ca20b_1x100.png +0 -0
  360. data/templates/{jrails → jquery}/jquery/ui/le-frog/ui-bg_inset-soft_10_285c00_1x100.png +0 -0
  361. data/templates/{jrails → jquery}/jquery/ui/le-frog/ui-icons_4eb305_256x240.png +0 -0
  362. data/templates/{jrails → jquery}/jquery/ui/le-frog/ui-icons_72b42d_256x240.png +0 -0
  363. data/templates/{jrails → jquery}/jquery/ui/le-frog/ui-icons_cd0a0a_256x240.png +0 -0
  364. data/templates/{jrails → jquery}/jquery/ui/le-frog/ui-icons_ffffff_256x240.png +0 -0
  365. data/templates/{jrails → jquery}/jquery/ui/le-frog.scss +1 -1
  366. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-anim_basic_16x16.gif +0 -0
  367. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  368. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-bg_glass_15_5f391b_1x400.png +0 -0
  369. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-bg_gloss-wave_20_1c160d_500x100.png +0 -0
  370. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-bg_gloss-wave_25_453326_500x100.png +0 -0
  371. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-bg_gloss-wave_30_44372c_500x100.png +0 -0
  372. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-bg_highlight-soft_20_201913_1x100.png +0 -0
  373. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-bg_highlight-soft_20_619226_1x100.png +0 -0
  374. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-bg_inset-soft_10_201913_1x100.png +0 -0
  375. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-icons_222222_256x240.png +0 -0
  376. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-icons_9bcc60_256x240.png +0 -0
  377. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-icons_add978_256x240.png +0 -0
  378. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-icons_e3ddc9_256x240.png +0 -0
  379. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-icons_f1fd86_256x240.png +0 -0
  380. data/templates/{jrails → jquery}/jquery/ui/mint-choc/ui-icons_ffffff_256x240.png +0 -0
  381. data/templates/{jrails → jquery}/jquery/ui/mint-choc.scss +1 -1
  382. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-anim_basic_16x16.gif +0 -0
  383. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  384. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  385. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-bg_flat_55_c0402a_40x100.png +0 -0
  386. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-bg_flat_55_eeeeee_40x100.png +0 -0
  387. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-bg_glass_100_f8f8f8_1x400.png +0 -0
  388. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-bg_glass_35_dddddd_1x400.png +0 -0
  389. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-bg_glass_60_eeeeee_1x400.png +0 -0
  390. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-bg_inset-hard_75_999999_1x100.png +0 -0
  391. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-bg_inset-soft_50_c9c9c9_1x100.png +0 -0
  392. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-icons_3383bb_256x240.png +0 -0
  393. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-icons_454545_256x240.png +0 -0
  394. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-icons_70b2e1_256x240.png +0 -0
  395. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-icons_999999_256x240.png +0 -0
  396. data/templates/{jrails → jquery}/jquery/ui/overcast/ui-icons_fbc856_256x240.png +0 -0
  397. data/templates/{jrails → jquery}/jquery/ui/overcast.scss +1 -1
  398. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-anim_basic_16x16.gif +0 -0
  399. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-bg_diagonal-maze_20_6e4f1c_10x10.png +0 -0
  400. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-bg_diagonal-maze_40_000000_10x10.png +0 -0
  401. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-bg_fine-grain_10_eceadf_60x60.png +0 -0
  402. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-bg_fine-grain_10_f8f7f6_60x60.png +0 -0
  403. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-bg_fine-grain_15_eceadf_60x60.png +0 -0
  404. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-bg_fine-grain_15_f7f3de_60x60.png +0 -0
  405. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-bg_fine-grain_15_ffffff_60x60.png +0 -0
  406. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-bg_fine-grain_65_654b24_60x60.png +0 -0
  407. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-bg_fine-grain_68_b83400_60x60.png +0 -0
  408. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-icons_222222_256x240.png +0 -0
  409. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-icons_3572ac_256x240.png +0 -0
  410. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-icons_8c291d_256x240.png +0 -0
  411. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-icons_b83400_256x240.png +0 -0
  412. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-icons_fbdb93_256x240.png +0 -0
  413. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder/ui-icons_ffffff_256x240.png +0 -0
  414. data/templates/{jrails → jquery}/jquery/ui/pepper-grinder.scss +1 -1
  415. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-anim_basic_16x16.gif +0 -0
  416. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  417. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-bg_flat_55_fbec88_40x100.png +0 -0
  418. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
  419. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-bg_glass_85_dfeffc_1x400.png +0 -0
  420. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  421. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
  422. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
  423. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  424. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-icons_217bc0_256x240.png +0 -0
  425. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-icons_2e83ff_256x240.png +0 -0
  426. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-icons_469bdd_256x240.png +0 -0
  427. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-icons_6da8d5_256x240.png +0 -0
  428. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-icons_cd0a0a_256x240.png +0 -0
  429. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-icons_d8e7f3_256x240.png +0 -0
  430. data/templates/{jrails → jquery}/jquery/ui/redmond/ui-icons_f9bd01_256x240.png +0 -0
  431. data/templates/{jrails → jquery}/jquery/ui/redmond.scss +1 -1
  432. data/templates/{jrails → jquery}/jquery/ui/smoothness/ui-anim_basic_16x16.gif +0 -0
  433. data/templates/{jrails → jquery}/jquery/ui/smoothness/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  434. data/templates/{jrails → jquery}/jquery/ui/smoothness/ui-bg_flat_75_ffffff_40x100.png +0 -0
  435. data/templates/{jrails → jquery}/jquery/ui/smoothness/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  436. data/templates/{jrails → jquery}/jquery/ui/smoothness/ui-bg_glass_65_ffffff_1x400.png +0 -0
  437. data/templates/{jrails → jquery}/jquery/ui/smoothness/ui-bg_glass_75_dadada_1x400.png +0 -0
  438. data/templates/{jrails → jquery}/jquery/ui/smoothness/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  439. data/templates/{jrails → jquery}/jquery/ui/smoothness/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  440. data/templates/{jrails → jquery}/jquery/ui/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  441. data/templates/{jrails → jquery}/jquery/ui/smoothness/ui-icons_222222_256x240.png +0 -0
  442. data/templates/{jrails → jquery}/jquery/ui/smoothness/ui-icons_2e83ff_256x240.png +0 -0
  443. data/templates/{jrails → jquery}/jquery/ui/smoothness/ui-icons_454545_256x240.png +0 -0
  444. data/templates/{jrails → jquery}/jquery/ui/smoothness/ui-icons_888888_256x240.png +0 -0
  445. data/templates/{jrails → jquery}/jquery/ui/smoothness/ui-icons_cd0a0a_256x240.png +0 -0
  446. data/templates/{jrails → jquery}/jquery/ui/smoothness.scss +1 -1
  447. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-anim_basic_16x16.gif +0 -0
  448. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-bg_glass_55_fcf0ba_1x400.png +0 -0
  449. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-bg_gloss-wave_100_ece8da_500x100.png +0 -0
  450. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-bg_highlight-hard_100_f5f3e5_1x100.png +0 -0
  451. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-bg_highlight-hard_100_fafaf4_1x100.png +0 -0
  452. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-bg_highlight-hard_15_459e00_1x100.png +0 -0
  453. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-bg_highlight-hard_95_cccccc_1x100.png +0 -0
  454. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-bg_highlight-soft_25_67b021_1x100.png +0 -0
  455. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-bg_highlight-soft_95_ffedad_1x100.png +0 -0
  456. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-bg_inset-soft_15_2b2922_1x100.png +0 -0
  457. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-icons_808080_256x240.png +0 -0
  458. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-icons_847e71_256x240.png +0 -0
  459. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-icons_8dc262_256x240.png +0 -0
  460. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-icons_cd0a0a_256x240.png +0 -0
  461. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-icons_eeeeee_256x240.png +0 -0
  462. data/templates/{jrails → jquery}/jquery/ui/south-street/ui-icons_ffffff_256x240.png +0 -0
  463. data/templates/{jrails → jquery}/jquery/ui/south-street.scss +1 -1
  464. data/templates/{jrails → jquery}/jquery/ui/start/ui-anim_basic_16x16.gif +0 -0
  465. data/templates/{jrails → jquery}/jquery/ui/start/ui-bg_flat_55_999999_40x100.png +0 -0
  466. data/templates/{jrails → jquery}/jquery/ui/start/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  467. data/templates/{jrails → jquery}/jquery/ui/start/ui-bg_glass_45_0078ae_1x400.png +0 -0
  468. data/templates/{jrails → jquery}/jquery/ui/start/ui-bg_glass_55_f8da4e_1x400.png +0 -0
  469. data/templates/{jrails → jquery}/jquery/ui/start/ui-bg_glass_75_79c9ec_1x400.png +0 -0
  470. data/templates/{jrails → jquery}/jquery/ui/start/ui-bg_gloss-wave_45_e14f1c_500x100.png +0 -0
  471. data/templates/{jrails → jquery}/jquery/ui/start/ui-bg_gloss-wave_50_6eac2c_500x100.png +0 -0
  472. data/templates/{jrails → jquery}/jquery/ui/start/ui-bg_gloss-wave_75_2191c0_500x100.png +0 -0
  473. data/templates/{jrails → jquery}/jquery/ui/start/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  474. data/templates/{jrails → jquery}/jquery/ui/start/ui-icons_0078ae_256x240.png +0 -0
  475. data/templates/{jrails → jquery}/jquery/ui/start/ui-icons_056b93_256x240.png +0 -0
  476. data/templates/{jrails → jquery}/jquery/ui/start/ui-icons_d8e7f3_256x240.png +0 -0
  477. data/templates/{jrails → jquery}/jquery/ui/start/ui-icons_e0fdff_256x240.png +0 -0
  478. data/templates/{jrails → jquery}/jquery/ui/start/ui-icons_f5e175_256x240.png +0 -0
  479. data/templates/{jrails → jquery}/jquery/ui/start/ui-icons_f7a50d_256x240.png +0 -0
  480. data/templates/{jrails → jquery}/jquery/ui/start/ui-icons_fcd113_256x240.png +0 -0
  481. data/templates/{jrails → jquery}/jquery/ui/start.scss +1 -1
  482. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-anim_basic_16x16.gif +0 -0
  483. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-bg_diagonals-medium_20_d34d17_40x40.png +0 -0
  484. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-bg_flat_30_cccccc_40x100.png +0 -0
  485. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  486. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-bg_gloss-wave_45_817865_500x100.png +0 -0
  487. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-bg_gloss-wave_60_fece2f_500x100.png +0 -0
  488. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-bg_gloss-wave_70_ffdd57_500x100.png +0 -0
  489. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-bg_gloss-wave_90_fff9e5_500x100.png +0 -0
  490. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-bg_highlight-soft_100_feeebd_1x100.png +0 -0
  491. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-bg_inset-soft_30_ffffff_1x100.png +0 -0
  492. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-icons_3d3d3d_256x240.png +0 -0
  493. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-icons_bd7b00_256x240.png +0 -0
  494. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-icons_d19405_256x240.png +0 -0
  495. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-icons_eb990f_256x240.png +0 -0
  496. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-icons_ed9f26_256x240.png +0 -0
  497. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-icons_fadc7a_256x240.png +0 -0
  498. data/templates/{jrails → jquery}/jquery/ui/sunny/ui-icons_ffe180_256x240.png +0 -0
  499. data/templates/{jrails → jquery}/jquery/ui/sunny.scss +1 -1
  500. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-anim_basic_16x16.gif +0 -0
  501. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-bg_diamond_10_4f4221_10x8.png +0 -0
  502. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-bg_diamond_20_372806_10x8.png +0 -0
  503. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-bg_diamond_25_675423_10x8.png +0 -0
  504. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-bg_diamond_25_d5ac5d_10x8.png +0 -0
  505. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-bg_diamond_8_261803_10x8.png +0 -0
  506. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-bg_diamond_8_443113_10x8.png +0 -0
  507. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-bg_flat_75_ddd4b0_40x100.png +0 -0
  508. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
  509. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-icons_070603_256x240.png +0 -0
  510. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-icons_e8e2b5_256x240.png +0 -0
  511. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-icons_e9cd86_256x240.png +0 -0
  512. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-icons_efec9f_256x240.png +0 -0
  513. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-icons_f2ec64_256x240.png +0 -0
  514. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-icons_f9f2bd_256x240.png +0 -0
  515. data/templates/{jrails → jquery}/jquery/ui/swanky-purse/ui-icons_ff7519_256x240.png +0 -0
  516. data/templates/{jrails → jquery}/jquery/ui/swanky-purse.scss +1 -1
  517. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/buttonbg.png +0 -0
  518. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/icon_color_arrow.gif +0 -0
  519. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/menuhoverbg.png +0 -0
  520. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_black_matte.png +0 -0
  521. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_black_tie.png +0 -0
  522. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_blitzer.png +0 -0
  523. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_cupertino.png +0 -0
  524. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_dark_hive.png +0 -0
  525. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_dot_luv.png +0 -0
  526. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_eggplant.png +0 -0
  527. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_excite_bike.png +0 -0
  528. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_flick.png +0 -0
  529. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_hot_sneaks.png +0 -0
  530. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_humanity.png +0 -0
  531. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_le_frog.png +0 -0
  532. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_mint_choco.png +0 -0
  533. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_overcast.png +0 -0
  534. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_pepper_grinder.png +0 -0
  535. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_smoothness.png +0 -0
  536. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_south_street.png +0 -0
  537. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_start_menu.png +0 -0
  538. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_sunny.png +0 -0
  539. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_swanky_purse.png +0 -0
  540. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_trontastic.png +0 -0
  541. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_ui_dark.png +0 -0
  542. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_ui_light.png +0 -0
  543. data/templates/{jrails → jquery}/jquery/ui/themeSwitcher/theme_90_windoze.png +0 -0
  544. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-anim_basic_16x16.gif +0 -0
  545. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-bg_diagonals-small_50_262626_40x40.png +0 -0
  546. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-bg_flat_0_303030_40x100.png +0 -0
  547. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-bg_flat_0_4c4c4c_40x100.png +0 -0
  548. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-bg_glass_40_0a0a0a_1x400.png +0 -0
  549. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-bg_glass_55_f1fbe5_1x400.png +0 -0
  550. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-bg_glass_60_000000_1x400.png +0 -0
  551. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-bg_gloss-wave_55_000000_500x100.png +0 -0
  552. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-bg_gloss-wave_85_9fda58_500x100.png +0 -0
  553. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-bg_gloss-wave_95_f6ecd5_500x100.png +0 -0
  554. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-icons_000000_256x240.png +0 -0
  555. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-icons_1f1f1f_256x240.png +0 -0
  556. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-icons_9fda58_256x240.png +0 -0
  557. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-icons_b8ec79_256x240.png +0 -0
  558. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-icons_cd0a0a_256x240.png +0 -0
  559. data/templates/{jrails → jquery}/jquery/ui/trontastic/ui-icons_ffffff_256x240.png +0 -0
  560. data/templates/{jrails → jquery}/jquery/ui/trontastic.scss +1 -1
  561. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-anim_basic_16x16.gif +0 -0
  562. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-bg_flat_30_cccccc_40x100.png +0 -0
  563. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  564. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-bg_glass_20_555555_1x400.png +0 -0
  565. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-bg_glass_40_0078a3_1x400.png +0 -0
  566. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  567. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-bg_gloss-wave_25_333333_500x100.png +0 -0
  568. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  569. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-bg_inset-soft_25_000000_1x100.png +0 -0
  570. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-bg_inset-soft_30_f58400_1x100.png +0 -0
  571. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-icons_222222_256x240.png +0 -0
  572. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-icons_4b8e0b_256x240.png +0 -0
  573. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-icons_a83300_256x240.png +0 -0
  574. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-icons_cccccc_256x240.png +0 -0
  575. data/templates/{jrails → jquery}/jquery/ui/ui-darkness/ui-icons_ffffff_256x240.png +0 -0
  576. data/templates/{jrails → jquery}/jquery/ui/ui-darkness.scss +1 -1
  577. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-anim_basic_16x16.gif +0 -0
  578. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  579. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  580. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-bg_flat_10_000000_40x100.png +0 -0
  581. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  582. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  583. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-bg_glass_65_ffffff_1x400.png +0 -0
  584. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  585. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  586. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  587. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-icons_222222_256x240.png +0 -0
  588. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-icons_228ef1_256x240.png +0 -0
  589. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-icons_ef8c08_256x240.png +0 -0
  590. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-icons_ffd27a_256x240.png +0 -0
  591. data/templates/{jrails → jquery}/jquery/ui/ui-lightness/ui-icons_ffffff_256x240.png +0 -0
  592. data/templates/{jrails → jquery}/jquery/ui/ui-lightness.scss +1 -1
  593. data/templates/{jrails → jquery}/jquery/ui/vader/ui-anim_basic_16x16.gif +0 -0
  594. data/templates/{jrails → jquery}/jquery/ui/vader/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  595. data/templates/{jrails → jquery}/jquery/ui/vader/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  596. data/templates/{jrails → jquery}/jquery/ui/vader/ui-bg_gloss-wave_16_121212_500x100.png +0 -0
  597. data/templates/{jrails → jquery}/jquery/ui/vader/ui-bg_highlight-hard_15_888888_1x100.png +0 -0
  598. data/templates/{jrails → jquery}/jquery/ui/vader/ui-bg_highlight-hard_55_555555_1x100.png +0 -0
  599. data/templates/{jrails → jquery}/jquery/ui/vader/ui-bg_highlight-soft_35_adadad_1x100.png +0 -0
  600. data/templates/{jrails → jquery}/jquery/ui/vader/ui-bg_highlight-soft_60_dddddd_1x100.png +0 -0
  601. data/templates/{jrails → jquery}/jquery/ui/vader/ui-bg_inset-soft_15_121212_1x100.png +0 -0
  602. data/templates/{jrails → jquery}/jquery/ui/vader/ui-icons_666666_256x240.png +0 -0
  603. data/templates/{jrails → jquery}/jquery/ui/vader/ui-icons_aaaaaa_256x240.png +0 -0
  604. data/templates/{jrails → jquery}/jquery/ui/vader/ui-icons_bbbbbb_256x240.png +0 -0
  605. data/templates/{jrails → jquery}/jquery/ui/vader/ui-icons_c98000_256x240.png +0 -0
  606. data/templates/{jrails → jquery}/jquery/ui/vader/ui-icons_cccccc_256x240.png +0 -0
  607. data/templates/{jrails → jquery}/jquery/ui/vader/ui-icons_cd0a0a_256x240.png +0 -0
  608. data/templates/{jrails → jquery}/jquery/ui/vader/ui-icons_f29a00_256x240.png +0 -0
  609. data/templates/{jrails → jquery}/jquery/ui/vader.scss +1 -1
  610. data/templates/{jrails → jquery}/jquery-ui.js +518 -342
  611. data/templates/jquery/jquery-ui.min.js +830 -0
  612. data/templates/{jrails → jquery}/jquery.bgiframe.js +0 -0
  613. data/templates/{jrails → jquery}/jquery.bgiframe.min.js +0 -0
  614. data/templates/{jrails → jquery}/jquery.compat-1.3.js +0 -0
  615. data/templates/{jrails → jquery}/jquery.compat-1.3.min.js +0 -0
  616. data/templates/{jrails → jquery}/jquery.contextMenu.js +8 -8
  617. data/templates/{jrails → jquery}/jquery.contextMenu.min.js +4 -4
  618. data/templates/{jrails → jquery}/jquery.cookie.js +0 -0
  619. data/templates/{jrails → jquery}/jquery.cookie.min.js +0 -0
  620. data/templates/{jrails → jquery}/jquery.farbtastic.js +0 -0
  621. data/templates/{jrails → jquery}/jquery.farbtastic.min.js +0 -0
  622. data/templates/{jrails → jquery}/jquery.flash_messages.js +0 -0
  623. data/templates/{jrails → jquery}/jquery.flash_messages.min.js +0 -0
  624. data/templates/{jrails → jquery}/jquery.form.js +0 -0
  625. data/templates/{jrails → jquery}/jquery.form.min.js +0 -0
  626. data/templates/{jrails → jquery}/jquery.haml.js +0 -0
  627. data/templates/{jrails → jquery}/jquery.haml.min.js +0 -0
  628. data/templates/jquery/jquery.history.js +194 -0
  629. data/templates/jquery/jquery.history.min.js +5 -0
  630. data/templates/{jrails → jquery}/jquery.hotkeys.js +0 -0
  631. data/templates/{jrails → jquery}/jquery.hotkeys.min.js +0 -0
  632. data/templates/{jrails → jquery}/jquery.js +0 -0
  633. data/templates/{jrails → jquery}/jquery.layout.js +0 -0
  634. data/templates/{jrails → jquery}/jquery.layout.min.js +0 -0
  635. data/templates/{jrails → jquery}/jquery.metadata.js +0 -0
  636. data/templates/{jrails → jquery}/jquery.metadata.min.js +0 -0
  637. data/templates/{jrails → jquery}/jquery.min.js +0 -0
  638. data/templates/{jrails → jquery}/jquery.pngFix.js +0 -0
  639. data/templates/{jrails → jquery}/jquery.pngFix.min.js +0 -0
  640. data/templates/{jrails → jquery}/jquery.sparkline.js +609 -388
  641. data/templates/jquery/jquery.sparkline.min.js +36 -0
  642. data/templates/{jrails → jquery}/jquery.themeswitchertool.js +0 -0
  643. data/templates/{jrails → jquery}/jquery.themeswitchertool.min.js +0 -0
  644. data/templates/{jrails → jquery}/jquery.tmpl.js +0 -0
  645. data/templates/{jrails → jquery}/jquery.tmpl.min.js +0 -0
  646. data/templates/{jrails → jquery}/jquery.tmplPlus.js +0 -0
  647. data/templates/{jrails → jquery}/jquery.tmplPlus.min.js +0 -0
  648. data/templates/{jrails → jquery}/jrails.js +0 -0
  649. data/templates/{jrails → jquery}/jrails.min.js +0 -0
  650. data/templates/{jrails → jquery}/lib/tasks/haml.rake +0 -0
  651. data/templates/{jrails → jquery}/manifest.rb +8 -3
  652. data/templates/{jrails → jquery}/partials/_flash_messages.scss +0 -0
  653. data/templates/mobile/jquery/mobile/_base.scss +1069 -934
  654. data/templates/mobile/jquery/mobile/default.scss +119 -91
  655. data/templates/mobile/jquery/mobile/valencia.scss +3 -1
  656. data/templates/mobile/jquery.mobile.js +692 -365
  657. data/templates/mobile/jquery.mobile.min.js +2 -2
  658. metadata +703 -834
  659. data/.document +0 -3
  660. data/.loadpath +0 -5
  661. data/.project +0 -18
  662. data/gem_tasks/dynatree.rake +0 -77
  663. data/gem_tasks/emulators.rake +0 -57
  664. data/gem_tasks/ical.rake +0 -85
  665. data/gem_tasks/jqgrid.rake +0 -119
  666. data/gem_tasks/jqtouch.rake +0 -167
  667. data/gem_tasks/jrails.rake +0 -366
  668. data/gem_tasks/jstree.rake +0 -98
  669. data/gem_tasks/mobile.rake +0 -156
  670. data/gem_tasks/ribbon.rake +0 -78
  671. data/gem_tasks/rubygems.rake +0 -18
  672. data/gem_tasks/secret_sauce.rake +0 -64
  673. data/gem_tasks/tools.rake +0 -66
  674. data/lib/google-compiler-20100917.jar +0 -0
  675. data/lib/js.jar +0 -0
  676. data/lib/jslint-check.js +0 -36
  677. data/lib/jslint.js +0 -5500
  678. data/lib/yuicompressor-2.4.2.jar +0 -0
  679. data/spec/compass-jquery-plugin_spec.rb +0 -7
  680. data/spec/spec.opts +0 -1
  681. data/spec/spec_helper.rb +0 -9
  682. data/templates/dynatree/jquery/dynatree/aero/cbChecked.png +0 -0
  683. data/templates/dynatree/jquery/dynatree/aero/cbChecked_hover.png +0 -0
  684. data/templates/dynatree/jquery/dynatree/aero/cbIntermediate.png +0 -0
  685. data/templates/dynatree/jquery/dynatree/aero/cbIntermediate_hover.png +0 -0
  686. data/templates/dynatree/jquery/dynatree/aero/cbUnchecked.png +0 -0
  687. data/templates/dynatree/jquery/dynatree/aero/cbUnchecked_hover.png +0 -0
  688. data/templates/dynatree/jquery/dynatree/aero/collapsed.png +0 -0
  689. data/templates/dynatree/jquery/dynatree/aero/collapsed_hover.png +0 -0
  690. data/templates/dynatree/jquery/dynatree/aero/copy_here.png +0 -0
  691. data/templates/dynatree/jquery/dynatree/aero/customDoc1.png +0 -0
  692. data/templates/dynatree/jquery/dynatree/aero/customFolder1.png +0 -0
  693. data/templates/dynatree/jquery/dynatree/aero/doc_with_children.png +0 -0
  694. data/templates/dynatree/jquery/dynatree/aero/document.png +0 -0
  695. data/templates/dynatree/jquery/dynatree/aero/drop_accept.png +0 -0
  696. data/templates/dynatree/jquery/dynatree/aero/drop_here.png +0 -0
  697. data/templates/dynatree/jquery/dynatree/aero/drop_reject.png +0 -0
  698. data/templates/dynatree/jquery/dynatree/aero/drop_sibling_here.png +0 -0
  699. data/templates/dynatree/jquery/dynatree/aero/empty.png +0 -0
  700. data/templates/dynatree/jquery/dynatree/aero/expanded.png +0 -0
  701. data/templates/dynatree/jquery/dynatree/aero/expanded_hover.png +0 -0
  702. data/templates/dynatree/jquery/dynatree/aero/folder.png +0 -0
  703. data/templates/dynatree/jquery/dynatree/aero/folder_docs.png +0 -0
  704. data/templates/dynatree/jquery/dynatree/aero/folder_images.png +0 -0
  705. data/templates/dynatree/jquery/dynatree/aero/folder_page.png +0 -0
  706. data/templates/dynatree/jquery/dynatree/aero/ltDoc.png +0 -0
  707. data/templates/dynatree/jquery/dynatree/aero/ltError.png +0 -0
  708. data/templates/dynatree/jquery/dynatree/aero/move_here.png +0 -0
  709. data/templates/dynatree/jquery/dynatree/aero/rbChecked.png +0 -0
  710. data/templates/dynatree/jquery/dynatree/aero/rbChecked_hover.png +0 -0
  711. data/templates/dynatree/jquery/dynatree/aero/rbIntermediate.png +0 -0
  712. data/templates/dynatree/jquery/dynatree/aero/rbIntermediate_hover.png +0 -0
  713. data/templates/dynatree/jquery/dynatree/aero/rbUnchecked.png +0 -0
  714. data/templates/dynatree/jquery/dynatree/aero/rbUnchecked_hover.png +0 -0
  715. data/templates/dynatree/jquery/dynatree/aqua/cbChecked.png +0 -0
  716. data/templates/dynatree/jquery/dynatree/aqua/cbChecked_hover.png +0 -0
  717. data/templates/dynatree/jquery/dynatree/aqua/cbIntermediate.png +0 -0
  718. data/templates/dynatree/jquery/dynatree/aqua/cbIntermediate_hover.png +0 -0
  719. data/templates/dynatree/jquery/dynatree/aqua/cbUnchecked.png +0 -0
  720. data/templates/dynatree/jquery/dynatree/aqua/cbUnchecked_hover.png +0 -0
  721. data/templates/dynatree/jquery/dynatree/aqua/collapsed.png +0 -0
  722. data/templates/dynatree/jquery/dynatree/aqua/collapsed_hover.png +0 -0
  723. data/templates/dynatree/jquery/dynatree/aqua/copy_here.png +0 -0
  724. data/templates/dynatree/jquery/dynatree/aqua/customDoc1.png +0 -0
  725. data/templates/dynatree/jquery/dynatree/aqua/customFolder1.png +0 -0
  726. data/templates/dynatree/jquery/dynatree/aqua/doc_with_children.png +0 -0
  727. data/templates/dynatree/jquery/dynatree/aqua/document.png +0 -0
  728. data/templates/dynatree/jquery/dynatree/aqua/drop_accept.png +0 -0
  729. data/templates/dynatree/jquery/dynatree/aqua/drop_here.png +0 -0
  730. data/templates/dynatree/jquery/dynatree/aqua/drop_reject.png +0 -0
  731. data/templates/dynatree/jquery/dynatree/aqua/drop_sibling_here.png +0 -0
  732. data/templates/dynatree/jquery/dynatree/aqua/empty.png +0 -0
  733. data/templates/dynatree/jquery/dynatree/aqua/expanded.png +0 -0
  734. data/templates/dynatree/jquery/dynatree/aqua/expanded_hover.png +0 -0
  735. data/templates/dynatree/jquery/dynatree/aqua/folder.png +0 -0
  736. data/templates/dynatree/jquery/dynatree/aqua/folder_docs.png +0 -0
  737. data/templates/dynatree/jquery/dynatree/aqua/folder_images.png +0 -0
  738. data/templates/dynatree/jquery/dynatree/aqua/folder_open.png +0 -0
  739. data/templates/dynatree/jquery/dynatree/aqua/folder_page.png +0 -0
  740. data/templates/dynatree/jquery/dynatree/aqua/ltDoc.png +0 -0
  741. data/templates/dynatree/jquery/dynatree/aqua/ltError.png +0 -0
  742. data/templates/dynatree/jquery/dynatree/aqua/move_here.png +0 -0
  743. data/templates/dynatree/jquery/dynatree/aqua/rbChecked.png +0 -0
  744. data/templates/dynatree/jquery/dynatree/aqua/rbChecked_hover.png +0 -0
  745. data/templates/dynatree/jquery/dynatree/aqua/rbIntermediate.png +0 -0
  746. data/templates/dynatree/jquery/dynatree/aqua/rbIntermediate_hover.png +0 -0
  747. data/templates/dynatree/jquery/dynatree/aqua/rbUnchecked.png +0 -0
  748. data/templates/dynatree/jquery/dynatree/aqua/rbUnchecked_hover.png +0 -0
  749. data/templates/dynatree/jquery/dynatree/crystal/cbChecked.png +0 -0
  750. data/templates/dynatree/jquery/dynatree/crystal/cbChecked_hover.png +0 -0
  751. data/templates/dynatree/jquery/dynatree/crystal/cbIntermediate.png +0 -0
  752. data/templates/dynatree/jquery/dynatree/crystal/cbIntermediate_hover.png +0 -0
  753. data/templates/dynatree/jquery/dynatree/crystal/cbUnchecked.png +0 -0
  754. data/templates/dynatree/jquery/dynatree/crystal/cbUnchecked_hover.png +0 -0
  755. data/templates/dynatree/jquery/dynatree/crystal/collapsed.png +0 -0
  756. data/templates/dynatree/jquery/dynatree/crystal/collapsed_hover.png +0 -0
  757. data/templates/dynatree/jquery/dynatree/crystal/copy_here.png +0 -0
  758. data/templates/dynatree/jquery/dynatree/crystal/customDoc1.png +0 -0
  759. data/templates/dynatree/jquery/dynatree/crystal/customFolder1.png +0 -0
  760. data/templates/dynatree/jquery/dynatree/crystal/doc_with_children.png +0 -0
  761. data/templates/dynatree/jquery/dynatree/crystal/document.png +0 -0
  762. data/templates/dynatree/jquery/dynatree/crystal/drop_accept.png +0 -0
  763. data/templates/dynatree/jquery/dynatree/crystal/drop_here.png +0 -0
  764. data/templates/dynatree/jquery/dynatree/crystal/drop_reject.png +0 -0
  765. data/templates/dynatree/jquery/dynatree/crystal/drop_sibling_here.png +0 -0
  766. data/templates/dynatree/jquery/dynatree/crystal/empty.png +0 -0
  767. data/templates/dynatree/jquery/dynatree/crystal/expanded.png +0 -0
  768. data/templates/dynatree/jquery/dynatree/crystal/expanded_hover.png +0 -0
  769. data/templates/dynatree/jquery/dynatree/crystal/folder.png +0 -0
  770. data/templates/dynatree/jquery/dynatree/crystal/folder_docs.png +0 -0
  771. data/templates/dynatree/jquery/dynatree/crystal/folder_images.png +0 -0
  772. data/templates/dynatree/jquery/dynatree/crystal/folder_open.png +0 -0
  773. data/templates/dynatree/jquery/dynatree/crystal/folder_page.png +0 -0
  774. data/templates/dynatree/jquery/dynatree/crystal/ltDoc.png +0 -0
  775. data/templates/dynatree/jquery/dynatree/crystal/ltError.png +0 -0
  776. data/templates/dynatree/jquery/dynatree/crystal/move_here.png +0 -0
  777. data/templates/dynatree/jquery/dynatree/crystal/rbChecked.png +0 -0
  778. data/templates/dynatree/jquery/dynatree/crystal/rbChecked_hover.png +0 -0
  779. data/templates/dynatree/jquery/dynatree/crystal/rbIntermediate.png +0 -0
  780. data/templates/dynatree/jquery/dynatree/crystal/rbIntermediate_hover.png +0 -0
  781. data/templates/dynatree/jquery/dynatree/crystal/rbUnchecked.png +0 -0
  782. data/templates/dynatree/jquery/dynatree/crystal/rbUnchecked_hover.png +0 -0
  783. data/templates/dynatree/jquery/dynatree/xp/cbChecked.png +0 -0
  784. data/templates/dynatree/jquery/dynatree/xp/cbChecked_hover.png +0 -0
  785. data/templates/dynatree/jquery/dynatree/xp/cbIntermediate.png +0 -0
  786. data/templates/dynatree/jquery/dynatree/xp/cbIntermediate_hover.png +0 -0
  787. data/templates/dynatree/jquery/dynatree/xp/cbUnchecked.png +0 -0
  788. data/templates/dynatree/jquery/dynatree/xp/cbUnchecked_hover.png +0 -0
  789. data/templates/dynatree/jquery/dynatree/xp/copy_here.png +0 -0
  790. data/templates/dynatree/jquery/dynatree/xp/customDoc1.png +0 -0
  791. data/templates/dynatree/jquery/dynatree/xp/customFolder1.png +0 -0
  792. data/templates/dynatree/jquery/dynatree/xp/drop_accept.png +0 -0
  793. data/templates/dynatree/jquery/dynatree/xp/drop_here.png +0 -0
  794. data/templates/dynatree/jquery/dynatree/xp/drop_reject.png +0 -0
  795. data/templates/dynatree/jquery/dynatree/xp/drop_sibling_here.png +0 -0
  796. data/templates/dynatree/jquery/dynatree/xp/ltD_ne.png +0 -0
  797. data/templates/dynatree/jquery/dynatree/xp/ltD_nes.png +0 -0
  798. data/templates/dynatree/jquery/dynatree/xp/ltDoc.png +0 -0
  799. data/templates/dynatree/jquery/dynatree/xp/ltError.png +0 -0
  800. data/templates/dynatree/jquery/dynatree/xp/ltFld.png +0 -0
  801. data/templates/dynatree/jquery/dynatree/xp/ltFld_o.png +0 -0
  802. data/templates/dynatree/jquery/dynatree/xp/ltL_.png +0 -0
  803. data/templates/dynatree/jquery/dynatree/xp/ltL_ne.png +0 -0
  804. data/templates/dynatree/jquery/dynatree/xp/ltL_nes.png +0 -0
  805. data/templates/dynatree/jquery/dynatree/xp/ltL_ns.png +0 -0
  806. data/templates/dynatree/jquery/dynatree/xp/ltM_ne.png +0 -0
  807. data/templates/dynatree/jquery/dynatree/xp/ltM_nes.png +0 -0
  808. data/templates/dynatree/jquery/dynatree/xp/ltP_ne.png +0 -0
  809. data/templates/dynatree/jquery/dynatree/xp/ltP_nes.png +0 -0
  810. data/templates/dynatree/jquery/dynatree/xp/move_here.png +0 -0
  811. data/templates/dynatree/jquery/dynatree/xp/rbChecked.png +0 -0
  812. data/templates/dynatree/jquery/dynatree/xp/rbChecked_hover.png +0 -0
  813. data/templates/dynatree/jquery/dynatree/xp/rbIntermediate.png +0 -0
  814. data/templates/dynatree/jquery/dynatree/xp/rbIntermediate_hover.png +0 -0
  815. data/templates/dynatree/jquery/dynatree/xp/rbUnchecked.png +0 -0
  816. data/templates/dynatree/jquery/dynatree/xp/rbUnchecked_hover.png +0 -0
  817. data/templates/jrails/i18n/jquery.ui/datepicker-ar.min.js +0 -2
  818. data/templates/jrails/i18n/jquery.ui/datepicker-fr.js +0 -23
  819. data/templates/jrails/i18n/jquery.ui/datepicker-fr.min.js +0 -2
  820. data/templates/jrails/jquery-ui.min.js +0 -825
  821. data/templates/jrails/jquery.sparkline.min.js +0 -31
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery UI 1.8.6
2
+ * jQuery UI 1.8.7
3
3
  *
4
4
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5
5
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -18,7 +18,7 @@ if ( $.ui.version ) {
18
18
  }
19
19
 
20
20
  $.extend( $.ui, {
21
- version: "1.8.6",
21
+ version: "1.8.7",
22
22
 
23
23
  keyCode: {
24
24
  ALT: 18,
@@ -307,7 +307,7 @@ $.extend( $.ui, {
307
307
 
308
308
  })( jQuery );
309
309
  /*!
310
- * jQuery UI Widget 1.8.6
310
+ * jQuery UI Widget 1.8.7
311
311
  *
312
312
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
313
313
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -569,7 +569,7 @@ $.Widget.prototype = {
569
569
 
570
570
  })( jQuery );
571
571
  /*!
572
- * jQuery UI Mouse 1.8.6
572
+ * jQuery UI Mouse 1.8.7
573
573
  *
574
574
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
575
575
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -596,8 +596,8 @@ $.widget("ui.mouse", {
596
596
  return self._mouseDown(event);
597
597
  })
598
598
  .bind('click.'+this.widgetName, function(event) {
599
- if(self._preventClickEvent) {
600
- self._preventClickEvent = false;
599
+ if (true === $.data(event.target, self.widgetName + '.preventClickEvent')) {
600
+ $.removeData(event.target, self.widgetName + '.preventClickEvent');
601
601
  event.stopImmediatePropagation();
602
602
  return false;
603
603
  }
@@ -688,7 +688,11 @@ $.widget("ui.mouse", {
688
688
 
689
689
  if (this._mouseStarted) {
690
690
  this._mouseStarted = false;
691
- this._preventClickEvent = (event.target == this._mouseDownEvent.target);
691
+
692
+ if (event.target == this._mouseDownEvent.target) {
693
+ $.data(event.target, this.widgetName + '.preventClickEvent', true);
694
+ }
695
+
692
696
  this._mouseStop(event);
693
697
  }
694
698
 
@@ -716,7 +720,7 @@ $.widget("ui.mouse", {
716
720
 
717
721
  })(jQuery);
718
722
  /*
719
- * jQuery UI Draggable 1.8.6
723
+ * jQuery UI Draggable 1.8.7
720
724
  *
721
725
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
722
726
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -1050,10 +1054,10 @@ $.widget("ui.draggable", $.ui.mouse, {
1050
1054
  var o = this.options;
1051
1055
  if(o.containment == 'parent') o.containment = this.helper[0].parentNode;
1052
1056
  if(o.containment == 'document' || o.containment == 'window') this.containment = [
1053
- 0 - this.offset.relative.left - this.offset.parent.left,
1054
- 0 - this.offset.relative.top - this.offset.parent.top,
1055
- $(o.containment == 'document' ? document : window).width() - this.helperProportions.width - this.margins.left,
1056
- ($(o.containment == 'document' ? document : window).height() || document.body.parentNode.scrollHeight) - this.helperProportions.height - this.margins.top
1057
+ (o.containment == 'document' ? 0 : $(window).scrollLeft()) - this.offset.relative.left - this.offset.parent.left,
1058
+ (o.containment == 'document' ? 0 : $(window).scrollTop()) - this.offset.relative.top - this.offset.parent.top,
1059
+ (o.containment == 'document' ? 0 : $(window).scrollLeft()) + $(o.containment == 'document' ? document : window).width() - this.helperProportions.width - this.margins.left,
1060
+ (o.containment == 'document' ? 0 : $(window).scrollTop()) + ($(o.containment == 'document' ? document : window).height() || document.body.parentNode.scrollHeight) - this.helperProportions.height - this.margins.top
1057
1061
  ];
1058
1062
 
1059
1063
  if(!(/^(document|window|parent)$/).test(o.containment) && o.containment.constructor != Array) {
@@ -1176,7 +1180,7 @@ $.widget("ui.draggable", $.ui.mouse, {
1176
1180
  });
1177
1181
 
1178
1182
  $.extend($.ui.draggable, {
1179
- version: "1.8.6"
1183
+ version: "1.8.7"
1180
1184
  });
1181
1185
 
1182
1186
  $.ui.plugin.add("draggable", "connectToSortable", {
@@ -1513,7 +1517,7 @@ $.ui.plugin.add("draggable", "zIndex", {
1513
1517
 
1514
1518
  })(jQuery);
1515
1519
  /*
1516
- * jQuery UI Droppable 1.8.6
1520
+ * jQuery UI Droppable 1.8.7
1517
1521
  *
1518
1522
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1519
1523
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -1661,7 +1665,7 @@ $.widget("ui.droppable", {
1661
1665
  });
1662
1666
 
1663
1667
  $.extend($.ui.droppable, {
1664
- version: "1.8.6"
1668
+ version: "1.8.7"
1665
1669
  });
1666
1670
 
1667
1671
  $.ui.intersect = function(draggable, droppable, toleranceMode) {
@@ -1798,7 +1802,7 @@ $.ui.ddmanager = {
1798
1802
 
1799
1803
  })(jQuery);
1800
1804
  /*
1801
- * jQuery UI Resizable 1.8.6
1805
+ * jQuery UI Resizable 1.8.7
1802
1806
  *
1803
1807
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1804
1808
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -2318,7 +2322,7 @@ $.widget("ui.resizable", $.ui.mouse, {
2318
2322
  });
2319
2323
 
2320
2324
  $.extend($.ui.resizable, {
2321
- version: "1.8.6"
2325
+ version: "1.8.7"
2322
2326
  });
2323
2327
 
2324
2328
  /*
@@ -2610,7 +2614,7 @@ var isNumber = function(value) {
2610
2614
 
2611
2615
  })(jQuery);
2612
2616
  /*
2613
- * jQuery UI Selectable 1.8.6
2617
+ * jQuery UI Selectable 1.8.7
2614
2618
  *
2615
2619
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
2616
2620
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -2871,12 +2875,12 @@ $.widget("ui.selectable", $.ui.mouse, {
2871
2875
  });
2872
2876
 
2873
2877
  $.extend($.ui.selectable, {
2874
- version: "1.8.6"
2878
+ version: "1.8.7"
2875
2879
  });
2876
2880
 
2877
2881
  })(jQuery);
2878
2882
  /*
2879
- * jQuery UI Sortable 1.8.6
2883
+ * jQuery UI Sortable 1.8.7
2880
2884
  *
2881
2885
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
2882
2886
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -3942,12 +3946,12 @@ $.widget("ui.sortable", $.ui.mouse, {
3942
3946
  });
3943
3947
 
3944
3948
  $.extend($.ui.sortable, {
3945
- version: "1.8.6"
3949
+ version: "1.8.7"
3946
3950
  });
3947
3951
 
3948
3952
  })(jQuery);
3949
3953
  /*
3950
- * jQuery UI Effects 1.8.6
3954
+ * jQuery UI Effects 1.8.7
3951
3955
  *
3952
3956
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
3953
3957
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -4180,33 +4184,41 @@ $.effects.animateClass = function(value, duration, easing, callback) {
4180
4184
  }
4181
4185
 
4182
4186
  return this.each(function() {
4187
+ $.queue(this, 'fx', function() {
4188
+ var that = $(this),
4189
+ originalStyleAttr = that.attr('style') || ' ',
4190
+ originalStyle = filterStyles(getElementStyles.call(this)),
4191
+ newStyle,
4192
+ className = that.attr('className');
4183
4193
 
4184
- var that = $(this),
4185
- originalStyleAttr = that.attr('style') || ' ',
4186
- originalStyle = filterStyles(getElementStyles.call(this)),
4187
- newStyle,
4188
- className = that.attr('className');
4189
-
4190
- $.each(classAnimationActions, function(i, action) {
4191
- if (value[action]) {
4192
- that[action + 'Class'](value[action]);
4193
- }
4194
- });
4195
- newStyle = filterStyles(getElementStyles.call(this));
4196
- that.attr('className', className);
4197
-
4198
- that.animate(styleDifference(originalStyle, newStyle), duration, easing, function() {
4199
4194
  $.each(classAnimationActions, function(i, action) {
4200
- if (value[action]) { that[action + 'Class'](value[action]); }
4195
+ if (value[action]) {
4196
+ that[action + 'Class'](value[action]);
4197
+ }
4201
4198
  });
4202
- // work around bug in IE by clearing the cssText before setting it
4203
- if (typeof that.attr('style') == 'object') {
4204
- that.attr('style').cssText = '';
4205
- that.attr('style').cssText = originalStyleAttr;
4206
- } else {
4207
- that.attr('style', originalStyleAttr);
4208
- }
4209
- if (callback) { callback.apply(this, arguments); }
4199
+ newStyle = filterStyles(getElementStyles.call(this));
4200
+ that.attr('className', className);
4201
+
4202
+ that.animate(styleDifference(originalStyle, newStyle), duration, easing, function() {
4203
+ $.each(classAnimationActions, function(i, action) {
4204
+ if (value[action]) { that[action + 'Class'](value[action]); }
4205
+ });
4206
+ // work around bug in IE by clearing the cssText before setting it
4207
+ if (typeof that.attr('style') == 'object') {
4208
+ that.attr('style').cssText = '';
4209
+ that.attr('style').cssText = originalStyleAttr;
4210
+ } else {
4211
+ that.attr('style', originalStyleAttr);
4212
+ }
4213
+ if (callback) { callback.apply(this, arguments); }
4214
+ });
4215
+
4216
+ // $.animate adds a function to the end of the queue
4217
+ // but we want it at the front
4218
+ var queue = $.queue(this),
4219
+ anim = queue.splice(queue.length - 1, 1)[0];
4220
+ queue.splice(1, 0, anim);
4221
+ $.dequeue(this);
4210
4222
  });
4211
4223
  });
4212
4224
  };
@@ -4249,7 +4261,7 @@ $.fn.extend({
4249
4261
  /******************************************************************************/
4250
4262
 
4251
4263
  $.extend($.effects, {
4252
- version: "1.8.6",
4264
+ version: "1.8.7",
4253
4265
 
4254
4266
  // Saves a set of properties in a data storage
4255
4267
  save: function(element, set) {
@@ -4380,7 +4392,7 @@ function _normalizeArguments(effect, options, speed, callback) {
4380
4392
 
4381
4393
  speed = speed || options.duration;
4382
4394
  speed = $.fx.off ? 0 : typeof speed == 'number'
4383
- ? speed : $.fx.speeds[speed] || $.fx.speeds._default;
4395
+ ? speed : speed in $.fx.speeds ? $.fx.speeds[speed] : $.fx.speeds._default;
4384
4396
 
4385
4397
  callback = callback || options.complete;
4386
4398
 
@@ -4688,7 +4700,7 @@ $.extend($.easing,
4688
4700
 
4689
4701
  })(jQuery);
4690
4702
  /*
4691
- * jQuery UI Effects Blind 1.8.6
4703
+ * jQuery UI Effects Blind 1.8.7
4692
4704
  *
4693
4705
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4694
4706
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -4737,7 +4749,7 @@ $.effects.blind = function(o) {
4737
4749
 
4738
4750
  })(jQuery);
4739
4751
  /*
4740
- * jQuery UI Effects Bounce 1.8.6
4752
+ * jQuery UI Effects Bounce 1.8.7
4741
4753
  *
4742
4754
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4743
4755
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -4815,7 +4827,7 @@ $.effects.bounce = function(o) {
4815
4827
 
4816
4828
  })(jQuery);
4817
4829
  /*
4818
- * jQuery UI Effects Clip 1.8.6
4830
+ * jQuery UI Effects Clip 1.8.7
4819
4831
  *
4820
4832
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4821
4833
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -4869,7 +4881,7 @@ $.effects.clip = function(o) {
4869
4881
 
4870
4882
  })(jQuery);
4871
4883
  /*
4872
- * jQuery UI Effects Drop 1.8.6
4884
+ * jQuery UI Effects Drop 1.8.7
4873
4885
  *
4874
4886
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4875
4887
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -4919,7 +4931,7 @@ $.effects.drop = function(o) {
4919
4931
 
4920
4932
  })(jQuery);
4921
4933
  /*
4922
- * jQuery UI Effects Explode 1.8.6
4934
+ * jQuery UI Effects Explode 1.8.7
4923
4935
  *
4924
4936
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
4925
4937
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -4998,7 +5010,7 @@ $.effects.explode = function(o) {
4998
5010
 
4999
5011
  })(jQuery);
5000
5012
  /*
5001
- * jQuery UI Effects Fade 1.8.6
5013
+ * jQuery UI Effects Fade 1.8.7
5002
5014
  *
5003
5015
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5004
5016
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -5030,7 +5042,7 @@ $.effects.fade = function(o) {
5030
5042
 
5031
5043
  })(jQuery);
5032
5044
  /*
5033
- * jQuery UI Effects Fold 1.8.6
5045
+ * jQuery UI Effects Fold 1.8.7
5034
5046
  *
5035
5047
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5036
5048
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -5086,7 +5098,7 @@ $.effects.fold = function(o) {
5086
5098
 
5087
5099
  })(jQuery);
5088
5100
  /*
5089
- * jQuery UI Effects Highlight 1.8.6
5101
+ * jQuery UI Effects Highlight 1.8.7
5090
5102
  *
5091
5103
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5092
5104
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -5136,7 +5148,7 @@ $.effects.highlight = function(o) {
5136
5148
 
5137
5149
  })(jQuery);
5138
5150
  /*
5139
- * jQuery UI Effects Pulsate 1.8.6
5151
+ * jQuery UI Effects Pulsate 1.8.7
5140
5152
  *
5141
5153
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5142
5154
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -5187,7 +5199,7 @@ $.effects.pulsate = function(o) {
5187
5199
 
5188
5200
  })(jQuery);
5189
5201
  /*
5190
- * jQuery UI Effects Scale 1.8.6
5202
+ * jQuery UI Effects Scale 1.8.7
5191
5203
  *
5192
5204
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5193
5205
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -5365,7 +5377,7 @@ $.effects.size = function(o) {
5365
5377
 
5366
5378
  })(jQuery);
5367
5379
  /*
5368
- * jQuery UI Effects Shake 1.8.6
5380
+ * jQuery UI Effects Shake 1.8.7
5369
5381
  *
5370
5382
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5371
5383
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -5422,7 +5434,7 @@ $.effects.shake = function(o) {
5422
5434
 
5423
5435
  })(jQuery);
5424
5436
  /*
5425
- * jQuery UI Effects Slide 1.8.6
5437
+ * jQuery UI Effects Slide 1.8.7
5426
5438
  *
5427
5439
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5428
5440
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -5452,7 +5464,7 @@ $.effects.slide = function(o) {
5452
5464
  var ref = (direction == 'up' || direction == 'down') ? 'top' : 'left';
5453
5465
  var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg';
5454
5466
  var distance = o.options.distance || (ref == 'top' ? el.outerHeight({margin:true}) : el.outerWidth({margin:true}));
5455
- if (mode == 'show') el.css(ref, motion == 'pos' ? -distance : distance); // Shift
5467
+ if (mode == 'show') el.css(ref, motion == 'pos' ? (isNaN(distance) ? "-" + distance : -distance) : distance); // Shift
5456
5468
 
5457
5469
  // Animation
5458
5470
  var animation = {};
@@ -5472,7 +5484,7 @@ $.effects.slide = function(o) {
5472
5484
 
5473
5485
  })(jQuery);
5474
5486
  /*
5475
- * jQuery UI Effects Transfer 1.8.6
5487
+ * jQuery UI Effects Transfer 1.8.7
5476
5488
  *
5477
5489
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5478
5490
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -5517,7 +5529,7 @@ $.effects.transfer = function(o) {
5517
5529
 
5518
5530
  })(jQuery);
5519
5531
  /*
5520
- * jQuery UI Accordion 1.8.6
5532
+ * jQuery UI Accordion 1.8.7
5521
5533
  *
5522
5534
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5523
5535
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -6024,7 +6036,7 @@ $.widget( "ui.accordion", {
6024
6036
  });
6025
6037
 
6026
6038
  $.extend( $.ui.accordion, {
6027
- version: "1.8.6",
6039
+ version: "1.8.7",
6028
6040
  animations: {
6029
6041
  slide: function( options, additions ) {
6030
6042
  options = $.extend({
@@ -6116,7 +6128,7 @@ $.extend( $.ui.accordion, {
6116
6128
 
6117
6129
  })( jQuery );
6118
6130
  /*
6119
- * jQuery UI Autocomplete 1.8.6
6131
+ * jQuery UI Autocomplete 1.8.7
6120
6132
  *
6121
6133
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
6122
6134
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -6294,6 +6306,7 @@ $.widget( "ui.autocomplete", {
6294
6306
  // term synchronously and asynchronously :-(
6295
6307
  setTimeout(function() {
6296
6308
  self.previous = previous;
6309
+ self.selectedItem = item;
6297
6310
  }, 1);
6298
6311
  }
6299
6312
 
@@ -6362,11 +6375,22 @@ $.widget( "ui.autocomplete", {
6362
6375
  if (self.xhr) {
6363
6376
  self.xhr.abort();
6364
6377
  }
6365
- self.xhr = $.getJSON( url, request, function( data, status, xhr ) {
6366
- if ( xhr === self.xhr ) {
6367
- response( data );
6378
+ self.xhr = $.ajax({
6379
+ url: url,
6380
+ data: request,
6381
+ dataType: "json",
6382
+ success: function( data, status, xhr ) {
6383
+ if ( xhr === self.xhr ) {
6384
+ response( data );
6385
+ }
6386
+ self.xhr = null;
6387
+ },
6388
+ error: function( xhr ) {
6389
+ if ( xhr === self.xhr ) {
6390
+ response( [] );
6391
+ }
6392
+ self.xhr = null;
6368
6393
  }
6369
- self.xhr = null;
6370
6394
  });
6371
6395
  };
6372
6396
  } else {
@@ -6412,9 +6436,9 @@ $.widget( "ui.autocomplete", {
6412
6436
  close: function( event ) {
6413
6437
  clearTimeout( this.closing );
6414
6438
  if ( this.menu.element.is(":visible") ) {
6415
- this._trigger( "close", event );
6416
6439
  this.menu.element.hide();
6417
6440
  this.menu.deactivate();
6441
+ this._trigger( "close", event );
6418
6442
  }
6419
6443
  },
6420
6444
 
@@ -6451,11 +6475,13 @@ $.widget( "ui.autocomplete", {
6451
6475
  // TODO refresh should check if the active item is still in the dom, removing the need for a manual deactivate
6452
6476
  this.menu.deactivate();
6453
6477
  this.menu.refresh();
6454
- this.menu.element.show().position( $.extend({
6455
- of: this.element
6456
- }, this.options.position ));
6457
6478
 
6479
+ // size and position menu
6480
+ ul.show();
6458
6481
  this._resizeMenu();
6482
+ ul.position( $.extend({
6483
+ of: this.element
6484
+ }, this.options.position ));
6459
6485
  },
6460
6486
 
6461
6487
  _resizeMenu: function() {
@@ -6697,7 +6723,7 @@ $.widget("ui.menu", {
6697
6723
 
6698
6724
  }(jQuery));
6699
6725
  /*
6700
- * jQuery UI Button 1.8.6
6726
+ * jQuery UI Button 1.8.7
6701
6727
  *
6702
6728
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
6703
6729
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -7013,6 +7039,10 @@ $.widget( "ui.button", {
7013
7039
  });
7014
7040
 
7015
7041
  $.widget( "ui.buttonset", {
7042
+ options: {
7043
+ items: ":button, :submit, :reset, :checkbox, :radio, a, :data(button)"
7044
+ },
7045
+
7016
7046
  _create: function() {
7017
7047
  this.element.addClass( "ui-buttonset" );
7018
7048
  },
@@ -7030,7 +7060,7 @@ $.widget( "ui.buttonset", {
7030
7060
  },
7031
7061
 
7032
7062
  refresh: function() {
7033
- this.buttons = this.element.find( ":button, :submit, :reset, :checkbox, :radio, a, :data(button)" )
7063
+ this.buttons = this.element.find( this.options.items )
7034
7064
  .filter( ":ui-button" )
7035
7065
  .button( "refresh" )
7036
7066
  .end()
@@ -7041,13 +7071,11 @@ $.widget( "ui.buttonset", {
7041
7071
  return $( this ).button( "widget" )[ 0 ];
7042
7072
  })
7043
7073
  .removeClass( "ui-corner-all ui-corner-left ui-corner-right" )
7044
- .filter( ":visible" )
7045
- .filter( ":first" )
7046
- .addClass( "ui-corner-left" )
7047
- .end()
7048
- .filter( ":last" )
7049
- .addClass( "ui-corner-right" )
7050
- .end()
7074
+ .filter( ":first" )
7075
+ .addClass( "ui-corner-left" )
7076
+ .end()
7077
+ .filter( ":last" )
7078
+ .addClass( "ui-corner-right" )
7051
7079
  .end()
7052
7080
  .end();
7053
7081
  },
@@ -7068,7 +7096,7 @@ $.widget( "ui.buttonset", {
7068
7096
 
7069
7097
  }( jQuery ) );
7070
7098
  /*
7071
- * jQuery UI Datepicker 1.8.6
7099
+ * jQuery UI Datepicker 1.8.7
7072
7100
  *
7073
7101
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
7074
7102
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -7081,7 +7109,7 @@ $.widget( "ui.buttonset", {
7081
7109
  */
7082
7110
  (function( $, undefined ) {
7083
7111
 
7084
- $.extend($.ui, { datepicker: { version: "1.8.6" } });
7112
+ $.extend($.ui, { datepicker: { version: "1.8.7" } });
7085
7113
 
7086
7114
  var PROP_NAME = 'datepicker';
7087
7115
  var dpuuid = new Date().getTime();
@@ -7176,7 +7204,7 @@ function Datepicker() {
7176
7204
  autoSize: false // True to size the input for the date format, false to leave as is
7177
7205
  };
7178
7206
  $.extend(this._defaults, this.regional['']);
7179
- this.dpDiv = $('<div id="' + this._mainDivId + '" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible"></div>');
7207
+ this.dpDiv = $('<div id="' + this._mainDivId + '" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>');
7180
7208
  }
7181
7209
 
7182
7210
  $.extend(Datepicker.prototype, {
@@ -7341,6 +7369,7 @@ $.extend(Datepicker.prototype, {
7341
7369
  this._setDate(inst, this._getDefaultDate(inst), true);
7342
7370
  this._updateDatepicker(inst);
7343
7371
  this._updateAlternate(inst);
7372
+ inst.dpDiv.show();
7344
7373
  },
7345
7374
 
7346
7375
  /* Pop-up the date picker in a "dialog" box.
@@ -7568,8 +7597,8 @@ $.extend(Datepicker.prototype, {
7568
7597
  case 9: $.datepicker._hideDatepicker();
7569
7598
  handled = false;
7570
7599
  break; // hide on tab out
7571
- case 13: var sel = $('td.' + $.datepicker._dayOverClass, inst.dpDiv).
7572
- add($('td.' + $.datepicker._currentClass, inst.dpDiv));
7600
+ case 13: var sel = $('td.' + $.datepicker._dayOverClass + ':not(.' +
7601
+ $.datepicker._currentClass + ')', inst.dpDiv);
7573
7602
  if (sel[0])
7574
7603
  $.datepicker._selectDay(event.target, inst.selectedMonth, inst.selectedYear, sel[0]);
7575
7604
  else
@@ -7633,7 +7662,7 @@ $.extend(Datepicker.prototype, {
7633
7662
  if ($.datepicker._get(inst, 'constrainInput')) {
7634
7663
  var chars = $.datepicker._possibleChars($.datepicker._get(inst, 'dateFormat'));
7635
7664
  var chr = String.fromCharCode(event.charCode == undefined ? event.keyCode : event.charCode);
7636
- return event.ctrlKey || (chr < ' ' || !chars || chars.indexOf(chr) > -1);
7665
+ return event.ctrlKey || event.metaKey || (chr < ' ' || !chars || chars.indexOf(chr) > -1);
7637
7666
  }
7638
7667
  },
7639
7668
 
@@ -7693,6 +7722,8 @@ $.extend(Datepicker.prototype, {
7693
7722
  }
7694
7723
  var offset = {left: $.datepicker._pos[0], top: $.datepicker._pos[1]};
7695
7724
  $.datepicker._pos = null;
7725
+ //to avoid flashes on Firefox
7726
+ inst.dpDiv.empty();
7696
7727
  // determine sizing offscreen
7697
7728
  inst.dpDiv.css({position: 'absolute', display: 'block', top: '-1000px'});
7698
7729
  $.datepicker._updateDatepicker(inst);
@@ -7707,10 +7738,12 @@ $.extend(Datepicker.prototype, {
7707
7738
  var duration = $.datepicker._get(inst, 'duration');
7708
7739
  var postProcess = function() {
7709
7740
  $.datepicker._datepickerShowing = true;
7710
- var borders = $.datepicker._getBorders(inst.dpDiv);
7711
- inst.dpDiv.find('iframe.ui-datepicker-cover'). // IE6- only
7712
- css({left: -borders[0], top: -borders[1],
7741
+ var cover = inst.dpDiv.find('iframe.ui-datepicker-cover'); // IE6- only
7742
+ if( !! cover.length ){
7743
+ var borders = $.datepicker._getBorders(inst.dpDiv);
7744
+ cover.css({left: -borders[0], top: -borders[1],
7713
7745
  width: inst.dpDiv.outerWidth(), height: inst.dpDiv.outerHeight()});
7746
+ }
7714
7747
  };
7715
7748
  inst.dpDiv.zIndex($(input).zIndex()+1);
7716
7749
  if ($.effects && $.effects[showAnim])
@@ -7729,12 +7762,12 @@ $.extend(Datepicker.prototype, {
7729
7762
  _updateDatepicker: function(inst) {
7730
7763
  var self = this;
7731
7764
  var borders = $.datepicker._getBorders(inst.dpDiv);
7732
- inst.dpDiv.empty().append(this._generateHTML(inst))
7733
- .find('iframe.ui-datepicker-cover') // IE6- only
7734
- .css({left: -borders[0], top: -borders[1],
7735
- width: inst.dpDiv.outerWidth(), height: inst.dpDiv.outerHeight()})
7736
- .end()
7737
- .find('button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a')
7765
+ inst.dpDiv.empty().append(this._generateHTML(inst));
7766
+ var cover = inst.dpDiv.find('iframe.ui-datepicker-cover'); // IE6- only
7767
+ if( !!cover.length ){ //avoid call to outerXXXX() when not in IE6
7768
+ cover.css({left: -borders[0], top: -borders[1], width: inst.dpDiv.outerWidth(), height: inst.dpDiv.outerHeight()})
7769
+ }
7770
+ inst.dpDiv.find('button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a')
7738
7771
  .bind('mouseout', function(){
7739
7772
  $(this).removeClass('ui-state-hover');
7740
7773
  if(this.className.indexOf('ui-datepicker-prev') != -1) $(this).removeClass('ui-datepicker-prev-hover');
@@ -7766,6 +7799,17 @@ $.extend(Datepicker.prototype, {
7766
7799
  if (inst == $.datepicker._curInst && $.datepicker._datepickerShowing && inst.input &&
7767
7800
  inst.input.is(':visible') && !inst.input.is(':disabled'))
7768
7801
  inst.input.focus();
7802
+ // deffered render of the years select (to avoid flashes on Firefox)
7803
+ if( inst.yearshtml ){
7804
+ var origyearshtml = inst.yearshtml;
7805
+ setTimeout(function(){
7806
+ //assure that inst.yearshtml didn't change.
7807
+ if( origyearshtml === inst.yearshtml ){
7808
+ inst.dpDiv.find('select.ui-datepicker-year:first').replaceWith(inst.yearshtml);
7809
+ }
7810
+ origyearshtml = inst.yearshtml = null;
7811
+ }, 0);
7812
+ }
7769
7813
  },
7770
7814
 
7771
7815
  /* Retrieve the size of left and top borders for an element.
@@ -8037,9 +8081,9 @@ $.extend(Datepicker.prototype, {
8037
8081
  };
8038
8082
  // Extract a number from the string value
8039
8083
  var getNumber = function(match) {
8040
- lookAhead(match);
8084
+ var isDoubled = lookAhead(match);
8041
8085
  var size = (match == '@' ? 14 : (match == '!' ? 20 :
8042
- (match == 'y' ? 4 : (match == 'o' ? 3 : 2))));
8086
+ (match == 'y' && isDoubled ? 4 : (match == 'o' ? 3 : 2))));
8043
8087
  var digits = new RegExp('^\\d{1,' + size + '}');
8044
8088
  var num = value.substring(iValue).match(digits);
8045
8089
  if (!num)
@@ -8369,16 +8413,16 @@ $.extend(Datepicker.prototype, {
8369
8413
  }
8370
8414
  return new Date(year, month, day);
8371
8415
  };
8372
- date = (date == null ? defaultDate : (typeof date == 'string' ? offsetString(date) :
8373
- (typeof date == 'number' ? (isNaN(date) ? defaultDate : offsetNumeric(date)) : date)));
8374
- date = (date && date.toString() == 'Invalid Date' ? defaultDate : date);
8375
- if (date) {
8376
- date.setHours(0);
8377
- date.setMinutes(0);
8378
- date.setSeconds(0);
8379
- date.setMilliseconds(0);
8416
+ var newDate = (date == null || date === '' ? defaultDate : (typeof date == 'string' ? offsetString(date) :
8417
+ (typeof date == 'number' ? (isNaN(date) ? defaultDate : offsetNumeric(date)) : new Date(date.getTime()))));
8418
+ newDate = (newDate && newDate.toString() == 'Invalid Date' ? defaultDate : newDate);
8419
+ if (newDate) {
8420
+ newDate.setHours(0);
8421
+ newDate.setMinutes(0);
8422
+ newDate.setSeconds(0);
8423
+ newDate.setMilliseconds(0);
8380
8424
  }
8381
- return this._daylightSavingAdjust(date);
8425
+ return this._daylightSavingAdjust(newDate);
8382
8426
  },
8383
8427
 
8384
8428
  /* Handle switch to/from daylight saving.
@@ -8395,13 +8439,13 @@ $.extend(Datepicker.prototype, {
8395
8439
 
8396
8440
  /* Set the date(s) directly. */
8397
8441
  _setDate: function(inst, date, noChange) {
8398
- var clear = !(date);
8442
+ var clear = !date;
8399
8443
  var origMonth = inst.selectedMonth;
8400
8444
  var origYear = inst.selectedYear;
8401
- date = this._restrictMinMax(inst, this._determineDate(inst, date, new Date()));
8402
- inst.selectedDay = inst.currentDay = date.getDate();
8403
- inst.drawMonth = inst.selectedMonth = inst.currentMonth = date.getMonth();
8404
- inst.drawYear = inst.selectedYear = inst.currentYear = date.getFullYear();
8445
+ var newDate = this._restrictMinMax(inst, this._determineDate(inst, date, new Date()));
8446
+ inst.selectedDay = inst.currentDay = newDate.getDate();
8447
+ inst.drawMonth = inst.selectedMonth = inst.currentMonth = newDate.getMonth();
8448
+ inst.drawYear = inst.selectedYear = inst.currentYear = newDate.getFullYear();
8405
8449
  if ((origMonth != inst.selectedMonth || origYear != inst.selectedYear) && !noChange)
8406
8450
  this._notifyChange(inst);
8407
8451
  this._adjustInstDate(inst);
@@ -8617,6 +8661,7 @@ $.extend(Datepicker.prototype, {
8617
8661
  if (!showMonthAfterYear)
8618
8662
  html += monthHtml + (secondary || !(changeMonth && changeYear) ? '&#xa0;' : '');
8619
8663
  // year selection
8664
+ inst.yearshtml = '';
8620
8665
  if (secondary || !changeYear)
8621
8666
  html += '<span class="ui-datepicker-year">' + drawYear + '</span>';
8622
8667
  else {
@@ -8633,16 +8678,24 @@ $.extend(Datepicker.prototype, {
8633
8678
  var endYear = Math.max(year, determineYear(years[1] || ''));
8634
8679
  year = (minDate ? Math.max(year, minDate.getFullYear()) : year);
8635
8680
  endYear = (maxDate ? Math.min(endYear, maxDate.getFullYear()) : endYear);
8636
- html += '<select class="ui-datepicker-year" ' +
8681
+ inst.yearshtml += '<select class="ui-datepicker-year" ' +
8637
8682
  'onchange="DP_jQuery_' + dpuuid + '.datepicker._selectMonthYear(\'#' + inst.id + '\', this, \'Y\');" ' +
8638
8683
  'onclick="DP_jQuery_' + dpuuid + '.datepicker._clickMonthYear(\'#' + inst.id + '\');"' +
8639
8684
  '>';
8640
8685
  for (; year <= endYear; year++) {
8641
- html += '<option value="' + year + '"' +
8686
+ inst.yearshtml += '<option value="' + year + '"' +
8642
8687
  (year == drawYear ? ' selected="selected"' : '') +
8643
8688
  '>' + year + '</option>';
8644
8689
  }
8645
- html += '</select>';
8690
+ inst.yearshtml += '</select>';
8691
+ //when showing there is no need for later update
8692
+ if( ! $.browser.mozilla ){
8693
+ html += inst.yearshtml;
8694
+ inst.yearshtml = null;
8695
+ } else {
8696
+ // will be replaced later with inst.yearshtml
8697
+ html += '<select class="ui-datepicker-year"><option value="' + drawYear + '" selected="selected">' + drawYear + '</option></select>';
8698
+ }
8646
8699
  }
8647
8700
  html += this._get(inst, 'yearSuffix');
8648
8701
  if (showMonthAfterYear)
@@ -8670,9 +8723,9 @@ $.extend(Datepicker.prototype, {
8670
8723
  _restrictMinMax: function(inst, date) {
8671
8724
  var minDate = this._getMinMaxDate(inst, 'min');
8672
8725
  var maxDate = this._getMinMaxDate(inst, 'max');
8673
- date = (minDate && date < minDate ? minDate : date);
8674
- date = (maxDate && date > maxDate ? maxDate : date);
8675
- return date;
8726
+ var newDate = (minDate && date < minDate ? minDate : date);
8727
+ newDate = (maxDate && newDate > maxDate ? maxDate : newDate);
8728
+ return newDate;
8676
8729
  },
8677
8730
 
8678
8731
  /* Notify change of month/year. */
@@ -8792,7 +8845,7 @@ $.fn.datepicker = function(options){
8792
8845
  $.datepicker = new Datepicker(); // singleton instance
8793
8846
  $.datepicker.initialized = false;
8794
8847
  $.datepicker.uuid = new Date().getTime();
8795
- $.datepicker.version = "1.8.6";
8848
+ $.datepicker.version = "1.8.7";
8796
8849
 
8797
8850
  // Workaround for #4055
8798
8851
  // Add another global to avoid noConflict issues with inline event handlers
@@ -8800,7 +8853,7 @@ window['DP_jQuery_' + dpuuid] = $;
8800
8853
 
8801
8854
  })(jQuery);
8802
8855
  /*
8803
- * jQuery UI Dialog 1.8.6
8856
+ * jQuery UI Dialog 1.8.7
8804
8857
  *
8805
8858
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
8806
8859
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -8858,7 +8911,6 @@ $.widget("ui.dialog", {
8858
8911
  position: {
8859
8912
  my: 'center',
8860
8913
  at: 'center',
8861
- of: window,
8862
8914
  collision: 'fit',
8863
8915
  // ensure that the titlebar is never outside the document
8864
8916
  using: function(pos) {
@@ -9029,7 +9081,7 @@ $.widget("ui.dialog", {
9029
9081
 
9030
9082
  close: function(event) {
9031
9083
  var self = this,
9032
- maxZ;
9084
+ maxZ, thisZ;
9033
9085
 
9034
9086
  if (false === self._trigger('beforeClose', event)) {
9035
9087
  return;
@@ -9058,7 +9110,10 @@ $.widget("ui.dialog", {
9058
9110
  maxZ = 0;
9059
9111
  $('.ui-dialog').each(function() {
9060
9112
  if (this !== self.uiDialog[0]) {
9061
- maxZ = Math.max(maxZ, $(this).css('z-index'));
9113
+ thisZ = $(this).css('z-index');
9114
+ if(!isNaN(thisZ)) {
9115
+ maxZ = Math.max(maxZ, thisZ);
9116
+ }
9062
9117
  }
9063
9118
  });
9064
9119
  $.ui.dialog.maxZ = maxZ;
@@ -9326,7 +9381,7 @@ $.widget("ui.dialog", {
9326
9381
  this.uiDialog
9327
9382
  // workaround for jQuery bug #5781 http://dev.jquery.com/ticket/5781
9328
9383
  .css({ top: 0, left: 0 })
9329
- .position(position);
9384
+ .position($.extend({ of: window }, position));
9330
9385
  if (!isVisible) {
9331
9386
  this.uiDialog.hide();
9332
9387
  }
@@ -9387,7 +9442,7 @@ $.widget("ui.dialog", {
9387
9442
  }
9388
9443
  break;
9389
9444
  case "draggable":
9390
- var isDraggable = uiDialog.is( ":data(draggable)" )
9445
+ var isDraggable = uiDialog.is( ":data(draggable)" );
9391
9446
  if ( isDraggable && !value ) {
9392
9447
  uiDialog.draggable( "destroy" );
9393
9448
  }
@@ -9401,7 +9456,7 @@ $.widget("ui.dialog", {
9401
9456
  break;
9402
9457
  case "resizable":
9403
9458
  // currently resizable, becoming non-resizable
9404
- var isResizable = uiDialog.is( ":data(resizable)" )
9459
+ var isResizable = uiDialog.is( ":data(resizable)" );
9405
9460
  if (isResizable && !value) {
9406
9461
  uiDialog.resizable('destroy');
9407
9462
  }
@@ -9431,7 +9486,8 @@ $.widget("ui.dialog", {
9431
9486
  */
9432
9487
  var options = this.options,
9433
9488
  nonContentHeight,
9434
- minContentHeight;
9489
+ minContentHeight,
9490
+ isVisible = this.uiDialog.is( ":visible" );
9435
9491
 
9436
9492
  // reset content sizing
9437
9493
  this.element.show().css({
@@ -9463,7 +9519,9 @@ $.widget("ui.dialog", {
9463
9519
  } else {
9464
9520
  this.uiDialog.show();
9465
9521
  var autoHeight = this.element.css( "height", "auto" ).height();
9466
- this.uiDialog.hide();
9522
+ if ( !isVisible ) {
9523
+ this.uiDialog.hide();
9524
+ }
9467
9525
  this.element.height( Math.max( autoHeight, minContentHeight ) );
9468
9526
  }
9469
9527
  } else {
@@ -9477,7 +9535,7 @@ $.widget("ui.dialog", {
9477
9535
  });
9478
9536
 
9479
9537
  $.extend($.ui.dialog, {
9480
- version: "1.8.6",
9538
+ version: "1.8.7",
9481
9539
 
9482
9540
  uuid: 0,
9483
9541
  maxZ: 0,
@@ -9551,7 +9609,10 @@ $.extend($.ui.dialog.overlay, {
9551
9609
  },
9552
9610
 
9553
9611
  destroy: function($el) {
9554
- this.oldInstances.push(this.instances.splice($.inArray($el, this.instances), 1)[0]);
9612
+ var indexOf = $.inArray($el, this.instances);
9613
+ if (indexOf != -1){
9614
+ this.oldInstances.push(this.instances.splice(indexOf, 1)[0]);
9615
+ }
9555
9616
 
9556
9617
  if (this.instances.length === 0) {
9557
9618
  $([document, window]).unbind('.dialog-overlay');
@@ -9649,7 +9710,7 @@ $.extend($.ui.dialog.overlay.prototype, {
9649
9710
 
9650
9711
  }(jQuery));
9651
9712
  /*
9652
- * jQuery UI Position 1.8.6
9713
+ * jQuery UI Position 1.8.7
9653
9714
  *
9654
9715
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
9655
9716
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -9772,8 +9833,8 @@ $.fn.position = function( options ) {
9772
9833
  }
9773
9834
 
9774
9835
  // prevent fractions (see #5280)
9775
- position.left = parseInt( position.left );
9776
- position.top = parseInt( position.top );
9836
+ position.left = Math.round( position.left );
9837
+ position.top = Math.round( position.top );
9777
9838
 
9778
9839
  collisionPosition = {
9779
9840
  left: position.left - marginLeft,
@@ -9901,7 +9962,7 @@ if ( !$.offset.setOffset ) {
9901
9962
 
9902
9963
  }( jQuery ));
9903
9964
  /*
9904
- * jQuery UI Progressbar 1.8.6
9965
+ * jQuery UI Progressbar 1.8.7
9905
9966
  *
9906
9967
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
9907
9968
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -9917,11 +9978,11 @@ if ( !$.offset.setOffset ) {
9917
9978
 
9918
9979
  $.widget( "ui.progressbar", {
9919
9980
  options: {
9920
- value: 0
9981
+ value: 0,
9982
+ max: 100
9921
9983
  },
9922
9984
 
9923
9985
  min: 0,
9924
- max: 100,
9925
9986
 
9926
9987
  _create: function() {
9927
9988
  this.element
@@ -9929,13 +9990,14 @@ $.widget( "ui.progressbar", {
9929
9990
  .attr({
9930
9991
  role: "progressbar",
9931
9992
  "aria-valuemin": this.min,
9932
- "aria-valuemax": this.max,
9993
+ "aria-valuemax": this.options.max,
9933
9994
  "aria-valuenow": this._value()
9934
9995
  });
9935
9996
 
9936
9997
  this.valueDiv = $( "<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>" )
9937
9998
  .appendTo( this.element );
9938
9999
 
10000
+ this.oldValue = this._value();
9939
10001
  this._refreshValue();
9940
10002
  },
9941
10003
 
@@ -9965,8 +10027,7 @@ $.widget( "ui.progressbar", {
9965
10027
  if ( key === "value" ) {
9966
10028
  this.options.value = value;
9967
10029
  this._refreshValue();
9968
- this._trigger( "change" );
9969
- if ( this._value() === this.max ) {
10030
+ if ( this._value() === this.options.max ) {
9970
10031
  this._trigger( "complete" );
9971
10032
  }
9972
10033
  }
@@ -9980,25 +10041,36 @@ $.widget( "ui.progressbar", {
9980
10041
  if ( typeof val !== "number" ) {
9981
10042
  val = 0;
9982
10043
  }
9983
- return Math.min( this.max, Math.max( this.min, val ) );
10044
+ return Math.min( this.options.max, Math.max( this.min, val ) );
10045
+ },
10046
+
10047
+ _percentage: function() {
10048
+ return 100 * this._value() / this.options.max;
9984
10049
  },
9985
10050
 
9986
10051
  _refreshValue: function() {
9987
10052
  var value = this.value();
10053
+ var percentage = this._percentage();
10054
+
10055
+ if ( this.oldValue !== value ) {
10056
+ this.oldValue = value;
10057
+ this._trigger( "change" );
10058
+ }
10059
+
9988
10060
  this.valueDiv
9989
- .toggleClass( "ui-corner-right", value === this.max )
9990
- .width( value + "%" );
10061
+ .toggleClass( "ui-corner-right", value === this.options.max )
10062
+ .width( percentage.toFixed(0) + "%" );
9991
10063
  this.element.attr( "aria-valuenow", value );
9992
10064
  }
9993
10065
  });
9994
10066
 
9995
10067
  $.extend( $.ui.progressbar, {
9996
- version: "1.8.6"
10068
+ version: "1.8.7"
9997
10069
  });
9998
10070
 
9999
10071
  })( jQuery );
10000
10072
  /*
10001
- * jQuery UI Slider 1.8.6
10073
+ * jQuery UI Slider 1.8.7
10002
10074
  *
10003
10075
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
10004
10076
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -10308,7 +10380,9 @@ $.widget( "ui.slider", $.ui.mouse, {
10308
10380
  ( parseInt( closestHandle.css("marginTop"), 10 ) || 0)
10309
10381
  };
10310
10382
 
10311
- this._slide( event, index, normValue );
10383
+ if ( !this.handles.hasClass( "ui-state-hover" ) ) {
10384
+ this._slide( event, index, normValue );
10385
+ }
10312
10386
  this._animateOff = true;
10313
10387
  return true;
10314
10388
  },
@@ -10582,14 +10656,14 @@ $.widget( "ui.slider", $.ui.mouse, {
10582
10656
 
10583
10657
  // returns the step-aligned value that val is closest to, between (inclusive) min and max
10584
10658
  _trimAlignValue: function( val ) {
10585
- if ( val < this._valueMin() ) {
10659
+ if ( val <= this._valueMin() ) {
10586
10660
  return this._valueMin();
10587
10661
  }
10588
- if ( val > this._valueMax() ) {
10662
+ if ( val >= this._valueMax() ) {
10589
10663
  return this._valueMax();
10590
10664
  }
10591
10665
  var step = ( this.options.step > 0 ) ? this.options.step : 1,
10592
- valModStep = val % step,
10666
+ valModStep = (val - this._valueMin()) % step;
10593
10667
  alignValue = val - valModStep;
10594
10668
 
10595
10669
  if ( Math.abs(valModStep) * 2 >= step ) {
@@ -10673,12 +10747,12 @@ $.widget( "ui.slider", $.ui.mouse, {
10673
10747
  });
10674
10748
 
10675
10749
  $.extend( $.ui.slider, {
10676
- version: "1.8.6"
10750
+ version: "1.8.7"
10677
10751
  });
10678
10752
 
10679
10753
  }(jQuery));
10680
10754
  /*
10681
- * jQuery UI Tabs 1.8.6
10755
+ * jQuery UI Tabs 1.8.7
10682
10756
  *
10683
10757
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
10684
10758
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -10805,7 +10879,7 @@ $.widget( "ui.tabs", {
10805
10879
 
10806
10880
  // inline tab
10807
10881
  if ( fragmentId.test( href ) ) {
10808
- self.panels = self.panels.add( self._sanitizeSelector( href ) );
10882
+ self.panels = self.panels.add( self.element.find( self._sanitizeSelector( href ) ) );
10809
10883
  // remote tab
10810
10884
  // prevent loading the page itself if href is just "#"
10811
10885
  } else if ( href && href !== "#" ) {
@@ -10818,7 +10892,7 @@ $.widget( "ui.tabs", {
10818
10892
 
10819
10893
  var id = self._tabId( a );
10820
10894
  a.href = "#" + id;
10821
- var $panel = $( "#" + id );
10895
+ var $panel = self.element.find( "#" + id );
10822
10896
  if ( !$panel.length ) {
10823
10897
  $panel = $( o.panelTemplate )
10824
10898
  .attr( "id", id )
@@ -10889,13 +10963,13 @@ $.widget( "ui.tabs", {
10889
10963
  this.lis.removeClass( "ui-tabs-selected ui-state-active" );
10890
10964
  // check for length avoids error when initializing empty list
10891
10965
  if ( o.selected >= 0 && this.anchors.length ) {
10892
- $( self._sanitizeSelector( self.anchors[ o.selected ].hash ) ).removeClass( "ui-tabs-hide" );
10966
+ self.element.find( self._sanitizeSelector( self.anchors[ o.selected ].hash ) ).removeClass( "ui-tabs-hide" );
10893
10967
  this.lis.eq( o.selected ).addClass( "ui-tabs-selected ui-state-active" );
10894
10968
 
10895
10969
  // seems to be expected behavior that the show callback is fired
10896
10970
  self.element.queue( "tabs", function() {
10897
10971
  self._trigger( "show", null,
10898
- self._ui( self.anchors[ o.selected ], $( self._sanitizeSelector( self.anchors[ o.selected ].hash ) ) ) );
10972
+ self._ui( self.anchors[ o.selected ], self.element.find( self._sanitizeSelector( self.anchors[ o.selected ].hash ) ) ) );
10899
10973
  });
10900
10974
 
10901
10975
  this.load( o.selected );
@@ -11016,7 +11090,7 @@ $.widget( "ui.tabs", {
11016
11090
  var el = this,
11017
11091
  $li = $(el).closest( "li" ),
11018
11092
  $hide = self.panels.filter( ":not(.ui-tabs-hide)" ),
11019
- $show = $( self._sanitizeSelector( el.hash ) );
11093
+ $show = self.element.find( self._sanitizeSelector( el.hash ) );
11020
11094
 
11021
11095
  // If tab is already selected and not collapsible or tab disabled or
11022
11096
  // or is already loading or click callback returns false stop here.
@@ -11175,7 +11249,7 @@ $.widget( "ui.tabs", {
11175
11249
  $li.addClass( "ui-state-default ui-corner-top" ).data( "destroy.tabs", true );
11176
11250
 
11177
11251
  // try to find an existing element before creating a new one
11178
- var $panel = $( "#" + id );
11252
+ var $panel = self.element.find( "#" + id );
11179
11253
  if ( !$panel.length ) {
11180
11254
  $panel = $( o.panelTemplate )
11181
11255
  .attr( "id", id )
@@ -11309,7 +11383,7 @@ $.widget( "ui.tabs", {
11309
11383
  this.xhr = $.ajax( $.extend( {}, o.ajaxOptions, {
11310
11384
  url: url,
11311
11385
  success: function( r, s ) {
11312
- $( self._sanitizeSelector( a.hash ) ).html( r );
11386
+ self.element.find( self._sanitizeSelector( a.hash ) ).html( r );
11313
11387
 
11314
11388
  // take care of tab labels
11315
11389
  self._cleanup();
@@ -11377,7 +11451,7 @@ $.widget( "ui.tabs", {
11377
11451
  });
11378
11452
 
11379
11453
  $.extend( $.ui.tabs, {
11380
- version: "1.8.6"
11454
+ version: "1.8.7"
11381
11455
  });
11382
11456
 
11383
11457
  /*
@@ -11438,7 +11512,7 @@ $.extend( $.ui.tabs.prototype, {
11438
11512
 
11439
11513
 
11440
11514
  /*
11441
- * jQuery UI Effects Blind 1.8.6
11515
+ * jQuery UI Effects Blind 1.8.7
11442
11516
  *
11443
11517
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
11444
11518
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -11489,7 +11563,7 @@ $.effects.blind = function(o) {
11489
11563
 
11490
11564
 
11491
11565
  /*
11492
- * jQuery UI Effects Bounce 1.8.6
11566
+ * jQuery UI Effects Bounce 1.8.7
11493
11567
  *
11494
11568
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
11495
11569
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -11569,7 +11643,7 @@ $.effects.bounce = function(o) {
11569
11643
 
11570
11644
 
11571
11645
  /*
11572
- * jQuery UI Effects Clip 1.8.6
11646
+ * jQuery UI Effects Clip 1.8.7
11573
11647
  *
11574
11648
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
11575
11649
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -11625,7 +11699,7 @@ $.effects.clip = function(o) {
11625
11699
 
11626
11700
 
11627
11701
  /*
11628
- * jQuery UI Effects 1.8.6
11702
+ * jQuery UI Effects 1.8.7
11629
11703
  *
11630
11704
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
11631
11705
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -11858,33 +11932,41 @@ $.effects.animateClass = function(value, duration, easing, callback) {
11858
11932
  }
11859
11933
 
11860
11934
  return this.each(function() {
11935
+ $.queue(this, 'fx', function() {
11936
+ var that = $(this),
11937
+ originalStyleAttr = that.attr('style') || ' ',
11938
+ originalStyle = filterStyles(getElementStyles.call(this)),
11939
+ newStyle,
11940
+ className = that.attr('className');
11861
11941
 
11862
- var that = $(this),
11863
- originalStyleAttr = that.attr('style') || ' ',
11864
- originalStyle = filterStyles(getElementStyles.call(this)),
11865
- newStyle,
11866
- className = that.attr('className');
11867
-
11868
- $.each(classAnimationActions, function(i, action) {
11869
- if (value[action]) {
11870
- that[action + 'Class'](value[action]);
11871
- }
11872
- });
11873
- newStyle = filterStyles(getElementStyles.call(this));
11874
- that.attr('className', className);
11875
-
11876
- that.animate(styleDifference(originalStyle, newStyle), duration, easing, function() {
11877
11942
  $.each(classAnimationActions, function(i, action) {
11878
- if (value[action]) { that[action + 'Class'](value[action]); }
11943
+ if (value[action]) {
11944
+ that[action + 'Class'](value[action]);
11945
+ }
11879
11946
  });
11880
- // work around bug in IE by clearing the cssText before setting it
11881
- if (typeof that.attr('style') == 'object') {
11882
- that.attr('style').cssText = '';
11883
- that.attr('style').cssText = originalStyleAttr;
11884
- } else {
11885
- that.attr('style', originalStyleAttr);
11886
- }
11887
- if (callback) { callback.apply(this, arguments); }
11947
+ newStyle = filterStyles(getElementStyles.call(this));
11948
+ that.attr('className', className);
11949
+
11950
+ that.animate(styleDifference(originalStyle, newStyle), duration, easing, function() {
11951
+ $.each(classAnimationActions, function(i, action) {
11952
+ if (value[action]) { that[action + 'Class'](value[action]); }
11953
+ });
11954
+ // work around bug in IE by clearing the cssText before setting it
11955
+ if (typeof that.attr('style') == 'object') {
11956
+ that.attr('style').cssText = '';
11957
+ that.attr('style').cssText = originalStyleAttr;
11958
+ } else {
11959
+ that.attr('style', originalStyleAttr);
11960
+ }
11961
+ if (callback) { callback.apply(this, arguments); }
11962
+ });
11963
+
11964
+ // $.animate adds a function to the end of the queue
11965
+ // but we want it at the front
11966
+ var queue = $.queue(this),
11967
+ anim = queue.splice(queue.length - 1, 1)[0];
11968
+ queue.splice(1, 0, anim);
11969
+ $.dequeue(this);
11888
11970
  });
11889
11971
  });
11890
11972
  };
@@ -11927,7 +12009,7 @@ $.fn.extend({
11927
12009
  /******************************************************************************/
11928
12010
 
11929
12011
  $.extend($.effects, {
11930
- version: "1.8.6",
12012
+ version: "1.8.7",
11931
12013
 
11932
12014
  // Saves a set of properties in a data storage
11933
12015
  save: function(element, set) {
@@ -12058,7 +12140,7 @@ function _normalizeArguments(effect, options, speed, callback) {
12058
12140
 
12059
12141
  speed = speed || options.duration;
12060
12142
  speed = $.fx.off ? 0 : typeof speed == 'number'
12061
- ? speed : $.fx.speeds[speed] || $.fx.speeds._default;
12143
+ ? speed : speed in $.fx.speeds ? $.fx.speeds[speed] : $.fx.speeds._default;
12062
12144
 
12063
12145
  callback = callback || options.complete;
12064
12146
 
@@ -12368,7 +12450,7 @@ $.extend($.easing,
12368
12450
 
12369
12451
 
12370
12452
  /*
12371
- * jQuery UI Effects Drop 1.8.6
12453
+ * jQuery UI Effects Drop 1.8.7
12372
12454
  *
12373
12455
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
12374
12456
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -12420,7 +12502,7 @@ $.effects.drop = function(o) {
12420
12502
 
12421
12503
 
12422
12504
  /*
12423
- * jQuery UI Effects Explode 1.8.6
12505
+ * jQuery UI Effects Explode 1.8.7
12424
12506
  *
12425
12507
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
12426
12508
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -12501,7 +12583,7 @@ $.effects.explode = function(o) {
12501
12583
 
12502
12584
 
12503
12585
  /*
12504
- * jQuery UI Effects Fade 1.8.6
12586
+ * jQuery UI Effects Fade 1.8.7
12505
12587
  *
12506
12588
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
12507
12589
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -12535,7 +12617,7 @@ $.effects.fade = function(o) {
12535
12617
 
12536
12618
 
12537
12619
  /*
12538
- * jQuery UI Effects Fold 1.8.6
12620
+ * jQuery UI Effects Fold 1.8.7
12539
12621
  *
12540
12622
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
12541
12623
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -12593,7 +12675,7 @@ $.effects.fold = function(o) {
12593
12675
 
12594
12676
 
12595
12677
  /*
12596
- * jQuery UI Effects Highlight 1.8.6
12678
+ * jQuery UI Effects Highlight 1.8.7
12597
12679
  *
12598
12680
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
12599
12681
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -12645,7 +12727,7 @@ $.effects.highlight = function(o) {
12645
12727
 
12646
12728
 
12647
12729
  /*
12648
- * jQuery UI Effects Pulsate 1.8.6
12730
+ * jQuery UI Effects Pulsate 1.8.7
12649
12731
  *
12650
12732
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
12651
12733
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -12698,7 +12780,7 @@ $.effects.pulsate = function(o) {
12698
12780
 
12699
12781
 
12700
12782
  /*
12701
- * jQuery UI Effects Scale 1.8.6
12783
+ * jQuery UI Effects Scale 1.8.7
12702
12784
  *
12703
12785
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
12704
12786
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -12878,7 +12960,7 @@ $.effects.size = function(o) {
12878
12960
 
12879
12961
 
12880
12962
  /*
12881
- * jQuery UI Effects Shake 1.8.6
12963
+ * jQuery UI Effects Shake 1.8.7
12882
12964
  *
12883
12965
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
12884
12966
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -12937,7 +13019,7 @@ $.effects.shake = function(o) {
12937
13019
 
12938
13020
 
12939
13021
  /*
12940
- * jQuery UI Effects Slide 1.8.6
13022
+ * jQuery UI Effects Slide 1.8.7
12941
13023
  *
12942
13024
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
12943
13025
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -12967,7 +13049,7 @@ $.effects.slide = function(o) {
12967
13049
  var ref = (direction == 'up' || direction == 'down') ? 'top' : 'left';
12968
13050
  var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg';
12969
13051
  var distance = o.options.distance || (ref == 'top' ? el.outerHeight({margin:true}) : el.outerWidth({margin:true}));
12970
- if (mode == 'show') el.css(ref, motion == 'pos' ? -distance : distance); // Shift
13052
+ if (mode == 'show') el.css(ref, motion == 'pos' ? (isNaN(distance) ? "-" + distance : -distance) : distance); // Shift
12971
13053
 
12972
13054
  // Animation
12973
13055
  var animation = {};
@@ -12989,7 +13071,7 @@ $.effects.slide = function(o) {
12989
13071
 
12990
13072
 
12991
13073
  /*
12992
- * jQuery UI Effects Transfer 1.8.6
13074
+ * jQuery UI Effects Transfer 1.8.7
12993
13075
  *
12994
13076
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
12995
13077
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -13036,7 +13118,7 @@ $.effects.transfer = function(o) {
13036
13118
 
13037
13119
 
13038
13120
  /*
13039
- * jQuery UI Accordion 1.8.6
13121
+ * jQuery UI Accordion 1.8.7
13040
13122
  *
13041
13123
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
13042
13124
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -13543,7 +13625,7 @@ $.widget( "ui.accordion", {
13543
13625
  });
13544
13626
 
13545
13627
  $.extend( $.ui.accordion, {
13546
- version: "1.8.6",
13628
+ version: "1.8.7",
13547
13629
  animations: {
13548
13630
  slide: function( options, additions ) {
13549
13631
  options = $.extend({
@@ -13637,7 +13719,7 @@ $.extend( $.ui.accordion, {
13637
13719
 
13638
13720
 
13639
13721
  /*
13640
- * jQuery UI Autocomplete 1.8.6
13722
+ * jQuery UI Autocomplete 1.8.7
13641
13723
  *
13642
13724
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
13643
13725
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -13815,6 +13897,7 @@ $.widget( "ui.autocomplete", {
13815
13897
  // term synchronously and asynchronously :-(
13816
13898
  setTimeout(function() {
13817
13899
  self.previous = previous;
13900
+ self.selectedItem = item;
13818
13901
  }, 1);
13819
13902
  }
13820
13903
 
@@ -13883,11 +13966,22 @@ $.widget( "ui.autocomplete", {
13883
13966
  if (self.xhr) {
13884
13967
  self.xhr.abort();
13885
13968
  }
13886
- self.xhr = $.getJSON( url, request, function( data, status, xhr ) {
13887
- if ( xhr === self.xhr ) {
13888
- response( data );
13969
+ self.xhr = $.ajax({
13970
+ url: url,
13971
+ data: request,
13972
+ dataType: "json",
13973
+ success: function( data, status, xhr ) {
13974
+ if ( xhr === self.xhr ) {
13975
+ response( data );
13976
+ }
13977
+ self.xhr = null;
13978
+ },
13979
+ error: function( xhr ) {
13980
+ if ( xhr === self.xhr ) {
13981
+ response( [] );
13982
+ }
13983
+ self.xhr = null;
13889
13984
  }
13890
- self.xhr = null;
13891
13985
  });
13892
13986
  };
13893
13987
  } else {
@@ -13933,9 +14027,9 @@ $.widget( "ui.autocomplete", {
13933
14027
  close: function( event ) {
13934
14028
  clearTimeout( this.closing );
13935
14029
  if ( this.menu.element.is(":visible") ) {
13936
- this._trigger( "close", event );
13937
14030
  this.menu.element.hide();
13938
14031
  this.menu.deactivate();
14032
+ this._trigger( "close", event );
13939
14033
  }
13940
14034
  },
13941
14035
 
@@ -13972,11 +14066,13 @@ $.widget( "ui.autocomplete", {
13972
14066
  // TODO refresh should check if the active item is still in the dom, removing the need for a manual deactivate
13973
14067
  this.menu.deactivate();
13974
14068
  this.menu.refresh();
13975
- this.menu.element.show().position( $.extend({
13976
- of: this.element
13977
- }, this.options.position ));
13978
14069
 
14070
+ // size and position menu
14071
+ ul.show();
13979
14072
  this._resizeMenu();
14073
+ ul.position( $.extend({
14074
+ of: this.element
14075
+ }, this.options.position ));
13980
14076
  },
13981
14077
 
13982
14078
  _resizeMenu: function() {
@@ -14220,7 +14316,7 @@ $.widget("ui.menu", {
14220
14316
 
14221
14317
 
14222
14318
  /*
14223
- * jQuery UI Button 1.8.6
14319
+ * jQuery UI Button 1.8.7
14224
14320
  *
14225
14321
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
14226
14322
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -14536,6 +14632,10 @@ $.widget( "ui.button", {
14536
14632
  });
14537
14633
 
14538
14634
  $.widget( "ui.buttonset", {
14635
+ options: {
14636
+ items: ":button, :submit, :reset, :checkbox, :radio, a, :data(button)"
14637
+ },
14638
+
14539
14639
  _create: function() {
14540
14640
  this.element.addClass( "ui-buttonset" );
14541
14641
  },
@@ -14553,7 +14653,7 @@ $.widget( "ui.buttonset", {
14553
14653
  },
14554
14654
 
14555
14655
  refresh: function() {
14556
- this.buttons = this.element.find( ":button, :submit, :reset, :checkbox, :radio, a, :data(button)" )
14656
+ this.buttons = this.element.find( this.options.items )
14557
14657
  .filter( ":ui-button" )
14558
14658
  .button( "refresh" )
14559
14659
  .end()
@@ -14564,13 +14664,11 @@ $.widget( "ui.buttonset", {
14564
14664
  return $( this ).button( "widget" )[ 0 ];
14565
14665
  })
14566
14666
  .removeClass( "ui-corner-all ui-corner-left ui-corner-right" )
14567
- .filter( ":visible" )
14568
- .filter( ":first" )
14569
- .addClass( "ui-corner-left" )
14570
- .end()
14571
- .filter( ":last" )
14572
- .addClass( "ui-corner-right" )
14573
- .end()
14667
+ .filter( ":first" )
14668
+ .addClass( "ui-corner-left" )
14669
+ .end()
14670
+ .filter( ":last" )
14671
+ .addClass( "ui-corner-right" )
14574
14672
  .end()
14575
14673
  .end();
14576
14674
  },
@@ -14593,7 +14691,7 @@ $.widget( "ui.buttonset", {
14593
14691
 
14594
14692
 
14595
14693
  /*!
14596
- * jQuery UI 1.8.6
14694
+ * jQuery UI 1.8.7
14597
14695
  *
14598
14696
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
14599
14697
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -14612,7 +14710,7 @@ if ( $.ui.version ) {
14612
14710
  }
14613
14711
 
14614
14712
  $.extend( $.ui, {
14615
- version: "1.8.6",
14713
+ version: "1.8.7",
14616
14714
 
14617
14715
  keyCode: {
14618
14716
  ALT: 18,
@@ -14903,7 +15001,7 @@ $.extend( $.ui, {
14903
15001
 
14904
15002
 
14905
15003
  /*
14906
- * jQuery UI Datepicker 1.8.6
15004
+ * jQuery UI Datepicker 1.8.7
14907
15005
  *
14908
15006
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
14909
15007
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -14916,7 +15014,7 @@ $.extend( $.ui, {
14916
15014
  */
14917
15015
  (function( $, undefined ) {
14918
15016
 
14919
- $.extend($.ui, { datepicker: { version: "1.8.6" } });
15017
+ $.extend($.ui, { datepicker: { version: "1.8.7" } });
14920
15018
 
14921
15019
  var PROP_NAME = 'datepicker';
14922
15020
  var dpuuid = new Date().getTime();
@@ -15011,7 +15109,7 @@ function Datepicker() {
15011
15109
  autoSize: false // True to size the input for the date format, false to leave as is
15012
15110
  };
15013
15111
  $.extend(this._defaults, this.regional['']);
15014
- this.dpDiv = $('<div id="' + this._mainDivId + '" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible"></div>');
15112
+ this.dpDiv = $('<div id="' + this._mainDivId + '" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>');
15015
15113
  }
15016
15114
 
15017
15115
  $.extend(Datepicker.prototype, {
@@ -15176,6 +15274,7 @@ $.extend(Datepicker.prototype, {
15176
15274
  this._setDate(inst, this._getDefaultDate(inst), true);
15177
15275
  this._updateDatepicker(inst);
15178
15276
  this._updateAlternate(inst);
15277
+ inst.dpDiv.show();
15179
15278
  },
15180
15279
 
15181
15280
  /* Pop-up the date picker in a "dialog" box.
@@ -15403,8 +15502,8 @@ $.extend(Datepicker.prototype, {
15403
15502
  case 9: $.datepicker._hideDatepicker();
15404
15503
  handled = false;
15405
15504
  break; // hide on tab out
15406
- case 13: var sel = $('td.' + $.datepicker._dayOverClass, inst.dpDiv).
15407
- add($('td.' + $.datepicker._currentClass, inst.dpDiv));
15505
+ case 13: var sel = $('td.' + $.datepicker._dayOverClass + ':not(.' +
15506
+ $.datepicker._currentClass + ')', inst.dpDiv);
15408
15507
  if (sel[0])
15409
15508
  $.datepicker._selectDay(event.target, inst.selectedMonth, inst.selectedYear, sel[0]);
15410
15509
  else
@@ -15468,7 +15567,7 @@ $.extend(Datepicker.prototype, {
15468
15567
  if ($.datepicker._get(inst, 'constrainInput')) {
15469
15568
  var chars = $.datepicker._possibleChars($.datepicker._get(inst, 'dateFormat'));
15470
15569
  var chr = String.fromCharCode(event.charCode == undefined ? event.keyCode : event.charCode);
15471
- return event.ctrlKey || (chr < ' ' || !chars || chars.indexOf(chr) > -1);
15570
+ return event.ctrlKey || event.metaKey || (chr < ' ' || !chars || chars.indexOf(chr) > -1);
15472
15571
  }
15473
15572
  },
15474
15573
 
@@ -15528,6 +15627,8 @@ $.extend(Datepicker.prototype, {
15528
15627
  }
15529
15628
  var offset = {left: $.datepicker._pos[0], top: $.datepicker._pos[1]};
15530
15629
  $.datepicker._pos = null;
15630
+ //to avoid flashes on Firefox
15631
+ inst.dpDiv.empty();
15531
15632
  // determine sizing offscreen
15532
15633
  inst.dpDiv.css({position: 'absolute', display: 'block', top: '-1000px'});
15533
15634
  $.datepicker._updateDatepicker(inst);
@@ -15542,10 +15643,12 @@ $.extend(Datepicker.prototype, {
15542
15643
  var duration = $.datepicker._get(inst, 'duration');
15543
15644
  var postProcess = function() {
15544
15645
  $.datepicker._datepickerShowing = true;
15545
- var borders = $.datepicker._getBorders(inst.dpDiv);
15546
- inst.dpDiv.find('iframe.ui-datepicker-cover'). // IE6- only
15547
- css({left: -borders[0], top: -borders[1],
15646
+ var cover = inst.dpDiv.find('iframe.ui-datepicker-cover'); // IE6- only
15647
+ if( !! cover.length ){
15648
+ var borders = $.datepicker._getBorders(inst.dpDiv);
15649
+ cover.css({left: -borders[0], top: -borders[1],
15548
15650
  width: inst.dpDiv.outerWidth(), height: inst.dpDiv.outerHeight()});
15651
+ }
15549
15652
  };
15550
15653
  inst.dpDiv.zIndex($(input).zIndex()+1);
15551
15654
  if ($.effects && $.effects[showAnim])
@@ -15564,12 +15667,12 @@ $.extend(Datepicker.prototype, {
15564
15667
  _updateDatepicker: function(inst) {
15565
15668
  var self = this;
15566
15669
  var borders = $.datepicker._getBorders(inst.dpDiv);
15567
- inst.dpDiv.empty().append(this._generateHTML(inst))
15568
- .find('iframe.ui-datepicker-cover') // IE6- only
15569
- .css({left: -borders[0], top: -borders[1],
15570
- width: inst.dpDiv.outerWidth(), height: inst.dpDiv.outerHeight()})
15571
- .end()
15572
- .find('button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a')
15670
+ inst.dpDiv.empty().append(this._generateHTML(inst));
15671
+ var cover = inst.dpDiv.find('iframe.ui-datepicker-cover'); // IE6- only
15672
+ if( !!cover.length ){ //avoid call to outerXXXX() when not in IE6
15673
+ cover.css({left: -borders[0], top: -borders[1], width: inst.dpDiv.outerWidth(), height: inst.dpDiv.outerHeight()})
15674
+ }
15675
+ inst.dpDiv.find('button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a')
15573
15676
  .bind('mouseout', function(){
15574
15677
  $(this).removeClass('ui-state-hover');
15575
15678
  if(this.className.indexOf('ui-datepicker-prev') != -1) $(this).removeClass('ui-datepicker-prev-hover');
@@ -15601,6 +15704,17 @@ $.extend(Datepicker.prototype, {
15601
15704
  if (inst == $.datepicker._curInst && $.datepicker._datepickerShowing && inst.input &&
15602
15705
  inst.input.is(':visible') && !inst.input.is(':disabled'))
15603
15706
  inst.input.focus();
15707
+ // deffered render of the years select (to avoid flashes on Firefox)
15708
+ if( inst.yearshtml ){
15709
+ var origyearshtml = inst.yearshtml;
15710
+ setTimeout(function(){
15711
+ //assure that inst.yearshtml didn't change.
15712
+ if( origyearshtml === inst.yearshtml ){
15713
+ inst.dpDiv.find('select.ui-datepicker-year:first').replaceWith(inst.yearshtml);
15714
+ }
15715
+ origyearshtml = inst.yearshtml = null;
15716
+ }, 0);
15717
+ }
15604
15718
  },
15605
15719
 
15606
15720
  /* Retrieve the size of left and top borders for an element.
@@ -15872,9 +15986,9 @@ $.extend(Datepicker.prototype, {
15872
15986
  };
15873
15987
  // Extract a number from the string value
15874
15988
  var getNumber = function(match) {
15875
- lookAhead(match);
15989
+ var isDoubled = lookAhead(match);
15876
15990
  var size = (match == '@' ? 14 : (match == '!' ? 20 :
15877
- (match == 'y' ? 4 : (match == 'o' ? 3 : 2))));
15991
+ (match == 'y' && isDoubled ? 4 : (match == 'o' ? 3 : 2))));
15878
15992
  var digits = new RegExp('^\\d{1,' + size + '}');
15879
15993
  var num = value.substring(iValue).match(digits);
15880
15994
  if (!num)
@@ -16204,16 +16318,16 @@ $.extend(Datepicker.prototype, {
16204
16318
  }
16205
16319
  return new Date(year, month, day);
16206
16320
  };
16207
- date = (date == null ? defaultDate : (typeof date == 'string' ? offsetString(date) :
16208
- (typeof date == 'number' ? (isNaN(date) ? defaultDate : offsetNumeric(date)) : date)));
16209
- date = (date && date.toString() == 'Invalid Date' ? defaultDate : date);
16210
- if (date) {
16211
- date.setHours(0);
16212
- date.setMinutes(0);
16213
- date.setSeconds(0);
16214
- date.setMilliseconds(0);
16321
+ var newDate = (date == null || date === '' ? defaultDate : (typeof date == 'string' ? offsetString(date) :
16322
+ (typeof date == 'number' ? (isNaN(date) ? defaultDate : offsetNumeric(date)) : new Date(date.getTime()))));
16323
+ newDate = (newDate && newDate.toString() == 'Invalid Date' ? defaultDate : newDate);
16324
+ if (newDate) {
16325
+ newDate.setHours(0);
16326
+ newDate.setMinutes(0);
16327
+ newDate.setSeconds(0);
16328
+ newDate.setMilliseconds(0);
16215
16329
  }
16216
- return this._daylightSavingAdjust(date);
16330
+ return this._daylightSavingAdjust(newDate);
16217
16331
  },
16218
16332
 
16219
16333
  /* Handle switch to/from daylight saving.
@@ -16230,13 +16344,13 @@ $.extend(Datepicker.prototype, {
16230
16344
 
16231
16345
  /* Set the date(s) directly. */
16232
16346
  _setDate: function(inst, date, noChange) {
16233
- var clear = !(date);
16347
+ var clear = !date;
16234
16348
  var origMonth = inst.selectedMonth;
16235
16349
  var origYear = inst.selectedYear;
16236
- date = this._restrictMinMax(inst, this._determineDate(inst, date, new Date()));
16237
- inst.selectedDay = inst.currentDay = date.getDate();
16238
- inst.drawMonth = inst.selectedMonth = inst.currentMonth = date.getMonth();
16239
- inst.drawYear = inst.selectedYear = inst.currentYear = date.getFullYear();
16350
+ var newDate = this._restrictMinMax(inst, this._determineDate(inst, date, new Date()));
16351
+ inst.selectedDay = inst.currentDay = newDate.getDate();
16352
+ inst.drawMonth = inst.selectedMonth = inst.currentMonth = newDate.getMonth();
16353
+ inst.drawYear = inst.selectedYear = inst.currentYear = newDate.getFullYear();
16240
16354
  if ((origMonth != inst.selectedMonth || origYear != inst.selectedYear) && !noChange)
16241
16355
  this._notifyChange(inst);
16242
16356
  this._adjustInstDate(inst);
@@ -16452,6 +16566,7 @@ $.extend(Datepicker.prototype, {
16452
16566
  if (!showMonthAfterYear)
16453
16567
  html += monthHtml + (secondary || !(changeMonth && changeYear) ? '&#xa0;' : '');
16454
16568
  // year selection
16569
+ inst.yearshtml = '';
16455
16570
  if (secondary || !changeYear)
16456
16571
  html += '<span class="ui-datepicker-year">' + drawYear + '</span>';
16457
16572
  else {
@@ -16468,16 +16583,24 @@ $.extend(Datepicker.prototype, {
16468
16583
  var endYear = Math.max(year, determineYear(years[1] || ''));
16469
16584
  year = (minDate ? Math.max(year, minDate.getFullYear()) : year);
16470
16585
  endYear = (maxDate ? Math.min(endYear, maxDate.getFullYear()) : endYear);
16471
- html += '<select class="ui-datepicker-year" ' +
16586
+ inst.yearshtml += '<select class="ui-datepicker-year" ' +
16472
16587
  'onchange="DP_jQuery_' + dpuuid + '.datepicker._selectMonthYear(\'#' + inst.id + '\', this, \'Y\');" ' +
16473
16588
  'onclick="DP_jQuery_' + dpuuid + '.datepicker._clickMonthYear(\'#' + inst.id + '\');"' +
16474
16589
  '>';
16475
16590
  for (; year <= endYear; year++) {
16476
- html += '<option value="' + year + '"' +
16591
+ inst.yearshtml += '<option value="' + year + '"' +
16477
16592
  (year == drawYear ? ' selected="selected"' : '') +
16478
16593
  '>' + year + '</option>';
16479
16594
  }
16480
- html += '</select>';
16595
+ inst.yearshtml += '</select>';
16596
+ //when showing there is no need for later update
16597
+ if( ! $.browser.mozilla ){
16598
+ html += inst.yearshtml;
16599
+ inst.yearshtml = null;
16600
+ } else {
16601
+ // will be replaced later with inst.yearshtml
16602
+ html += '<select class="ui-datepicker-year"><option value="' + drawYear + '" selected="selected">' + drawYear + '</option></select>';
16603
+ }
16481
16604
  }
16482
16605
  html += this._get(inst, 'yearSuffix');
16483
16606
  if (showMonthAfterYear)
@@ -16505,9 +16628,9 @@ $.extend(Datepicker.prototype, {
16505
16628
  _restrictMinMax: function(inst, date) {
16506
16629
  var minDate = this._getMinMaxDate(inst, 'min');
16507
16630
  var maxDate = this._getMinMaxDate(inst, 'max');
16508
- date = (minDate && date < minDate ? minDate : date);
16509
- date = (maxDate && date > maxDate ? maxDate : date);
16510
- return date;
16631
+ var newDate = (minDate && date < minDate ? minDate : date);
16632
+ newDate = (maxDate && newDate > maxDate ? maxDate : newDate);
16633
+ return newDate;
16511
16634
  },
16512
16635
 
16513
16636
  /* Notify change of month/year. */
@@ -16627,7 +16750,7 @@ $.fn.datepicker = function(options){
16627
16750
  $.datepicker = new Datepicker(); // singleton instance
16628
16751
  $.datepicker.initialized = false;
16629
16752
  $.datepicker.uuid = new Date().getTime();
16630
- $.datepicker.version = "1.8.6";
16753
+ $.datepicker.version = "1.8.7";
16631
16754
 
16632
16755
  // Workaround for #4055
16633
16756
  // Add another global to avoid noConflict issues with inline event handlers
@@ -16637,7 +16760,7 @@ window['DP_jQuery_' + dpuuid] = $;
16637
16760
 
16638
16761
 
16639
16762
  /*
16640
- * jQuery UI Dialog 1.8.6
16763
+ * jQuery UI Dialog 1.8.7
16641
16764
  *
16642
16765
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
16643
16766
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -16695,7 +16818,6 @@ $.widget("ui.dialog", {
16695
16818
  position: {
16696
16819
  my: 'center',
16697
16820
  at: 'center',
16698
- of: window,
16699
16821
  collision: 'fit',
16700
16822
  // ensure that the titlebar is never outside the document
16701
16823
  using: function(pos) {
@@ -16866,7 +16988,7 @@ $.widget("ui.dialog", {
16866
16988
 
16867
16989
  close: function(event) {
16868
16990
  var self = this,
16869
- maxZ;
16991
+ maxZ, thisZ;
16870
16992
 
16871
16993
  if (false === self._trigger('beforeClose', event)) {
16872
16994
  return;
@@ -16895,7 +17017,10 @@ $.widget("ui.dialog", {
16895
17017
  maxZ = 0;
16896
17018
  $('.ui-dialog').each(function() {
16897
17019
  if (this !== self.uiDialog[0]) {
16898
- maxZ = Math.max(maxZ, $(this).css('z-index'));
17020
+ thisZ = $(this).css('z-index');
17021
+ if(!isNaN(thisZ)) {
17022
+ maxZ = Math.max(maxZ, thisZ);
17023
+ }
16899
17024
  }
16900
17025
  });
16901
17026
  $.ui.dialog.maxZ = maxZ;
@@ -17163,7 +17288,7 @@ $.widget("ui.dialog", {
17163
17288
  this.uiDialog
17164
17289
  // workaround for jQuery bug #5781 http://dev.jquery.com/ticket/5781
17165
17290
  .css({ top: 0, left: 0 })
17166
- .position(position);
17291
+ .position($.extend({ of: window }, position));
17167
17292
  if (!isVisible) {
17168
17293
  this.uiDialog.hide();
17169
17294
  }
@@ -17224,7 +17349,7 @@ $.widget("ui.dialog", {
17224
17349
  }
17225
17350
  break;
17226
17351
  case "draggable":
17227
- var isDraggable = uiDialog.is( ":data(draggable)" )
17352
+ var isDraggable = uiDialog.is( ":data(draggable)" );
17228
17353
  if ( isDraggable && !value ) {
17229
17354
  uiDialog.draggable( "destroy" );
17230
17355
  }
@@ -17238,7 +17363,7 @@ $.widget("ui.dialog", {
17238
17363
  break;
17239
17364
  case "resizable":
17240
17365
  // currently resizable, becoming non-resizable
17241
- var isResizable = uiDialog.is( ":data(resizable)" )
17366
+ var isResizable = uiDialog.is( ":data(resizable)" );
17242
17367
  if (isResizable && !value) {
17243
17368
  uiDialog.resizable('destroy');
17244
17369
  }
@@ -17268,7 +17393,8 @@ $.widget("ui.dialog", {
17268
17393
  */
17269
17394
  var options = this.options,
17270
17395
  nonContentHeight,
17271
- minContentHeight;
17396
+ minContentHeight,
17397
+ isVisible = this.uiDialog.is( ":visible" );
17272
17398
 
17273
17399
  // reset content sizing
17274
17400
  this.element.show().css({
@@ -17300,7 +17426,9 @@ $.widget("ui.dialog", {
17300
17426
  } else {
17301
17427
  this.uiDialog.show();
17302
17428
  var autoHeight = this.element.css( "height", "auto" ).height();
17303
- this.uiDialog.hide();
17429
+ if ( !isVisible ) {
17430
+ this.uiDialog.hide();
17431
+ }
17304
17432
  this.element.height( Math.max( autoHeight, minContentHeight ) );
17305
17433
  }
17306
17434
  } else {
@@ -17314,7 +17442,7 @@ $.widget("ui.dialog", {
17314
17442
  });
17315
17443
 
17316
17444
  $.extend($.ui.dialog, {
17317
- version: "1.8.6",
17445
+ version: "1.8.7",
17318
17446
 
17319
17447
  uuid: 0,
17320
17448
  maxZ: 0,
@@ -17388,7 +17516,10 @@ $.extend($.ui.dialog.overlay, {
17388
17516
  },
17389
17517
 
17390
17518
  destroy: function($el) {
17391
- this.oldInstances.push(this.instances.splice($.inArray($el, this.instances), 1)[0]);
17519
+ var indexOf = $.inArray($el, this.instances);
17520
+ if (indexOf != -1){
17521
+ this.oldInstances.push(this.instances.splice(indexOf, 1)[0]);
17522
+ }
17392
17523
 
17393
17524
  if (this.instances.length === 0) {
17394
17525
  $([document, window]).unbind('.dialog-overlay');
@@ -17488,7 +17619,7 @@ $.extend($.ui.dialog.overlay.prototype, {
17488
17619
 
17489
17620
 
17490
17621
  /*
17491
- * jQuery UI Draggable 1.8.6
17622
+ * jQuery UI Draggable 1.8.7
17492
17623
  *
17493
17624
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
17494
17625
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -17822,10 +17953,10 @@ $.widget("ui.draggable", $.ui.mouse, {
17822
17953
  var o = this.options;
17823
17954
  if(o.containment == 'parent') o.containment = this.helper[0].parentNode;
17824
17955
  if(o.containment == 'document' || o.containment == 'window') this.containment = [
17825
- 0 - this.offset.relative.left - this.offset.parent.left,
17826
- 0 - this.offset.relative.top - this.offset.parent.top,
17827
- $(o.containment == 'document' ? document : window).width() - this.helperProportions.width - this.margins.left,
17828
- ($(o.containment == 'document' ? document : window).height() || document.body.parentNode.scrollHeight) - this.helperProportions.height - this.margins.top
17956
+ (o.containment == 'document' ? 0 : $(window).scrollLeft()) - this.offset.relative.left - this.offset.parent.left,
17957
+ (o.containment == 'document' ? 0 : $(window).scrollTop()) - this.offset.relative.top - this.offset.parent.top,
17958
+ (o.containment == 'document' ? 0 : $(window).scrollLeft()) + $(o.containment == 'document' ? document : window).width() - this.helperProportions.width - this.margins.left,
17959
+ (o.containment == 'document' ? 0 : $(window).scrollTop()) + ($(o.containment == 'document' ? document : window).height() || document.body.parentNode.scrollHeight) - this.helperProportions.height - this.margins.top
17829
17960
  ];
17830
17961
 
17831
17962
  if(!(/^(document|window|parent)$/).test(o.containment) && o.containment.constructor != Array) {
@@ -17948,7 +18079,7 @@ $.widget("ui.draggable", $.ui.mouse, {
17948
18079
  });
17949
18080
 
17950
18081
  $.extend($.ui.draggable, {
17951
- version: "1.8.6"
18082
+ version: "1.8.7"
17952
18083
  });
17953
18084
 
17954
18085
  $.ui.plugin.add("draggable", "connectToSortable", {
@@ -18287,7 +18418,7 @@ $.ui.plugin.add("draggable", "zIndex", {
18287
18418
 
18288
18419
 
18289
18420
  /*
18290
- * jQuery UI Droppable 1.8.6
18421
+ * jQuery UI Droppable 1.8.7
18291
18422
  *
18292
18423
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
18293
18424
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -18435,7 +18566,7 @@ $.widget("ui.droppable", {
18435
18566
  });
18436
18567
 
18437
18568
  $.extend($.ui.droppable, {
18438
- version: "1.8.6"
18569
+ version: "1.8.7"
18439
18570
  });
18440
18571
 
18441
18572
  $.ui.intersect = function(draggable, droppable, toleranceMode) {
@@ -18574,7 +18705,7 @@ $.ui.ddmanager = {
18574
18705
 
18575
18706
 
18576
18707
  /*!
18577
- * jQuery UI Mouse 1.8.6
18708
+ * jQuery UI Mouse 1.8.7
18578
18709
  *
18579
18710
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
18580
18711
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -18601,8 +18732,8 @@ $.widget("ui.mouse", {
18601
18732
  return self._mouseDown(event);
18602
18733
  })
18603
18734
  .bind('click.'+this.widgetName, function(event) {
18604
- if(self._preventClickEvent) {
18605
- self._preventClickEvent = false;
18735
+ if (true === $.data(event.target, self.widgetName + '.preventClickEvent')) {
18736
+ $.removeData(event.target, self.widgetName + '.preventClickEvent');
18606
18737
  event.stopImmediatePropagation();
18607
18738
  return false;
18608
18739
  }
@@ -18693,7 +18824,11 @@ $.widget("ui.mouse", {
18693
18824
 
18694
18825
  if (this._mouseStarted) {
18695
18826
  this._mouseStarted = false;
18696
- this._preventClickEvent = (event.target == this._mouseDownEvent.target);
18827
+
18828
+ if (event.target == this._mouseDownEvent.target) {
18829
+ $.data(event.target, this.widgetName + '.preventClickEvent', true);
18830
+ }
18831
+
18697
18832
  this._mouseStop(event);
18698
18833
  }
18699
18834
 
@@ -19135,7 +19270,7 @@ $.widget("ui.mouse", {
19135
19270
 
19136
19271
 
19137
19272
  /*
19138
- * jQuery UI Position 1.8.6
19273
+ * jQuery UI Position 1.8.7
19139
19274
  *
19140
19275
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
19141
19276
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -19258,8 +19393,8 @@ $.fn.position = function( options ) {
19258
19393
  }
19259
19394
 
19260
19395
  // prevent fractions (see #5280)
19261
- position.left = parseInt( position.left );
19262
- position.top = parseInt( position.top );
19396
+ position.left = Math.round( position.left );
19397
+ position.top = Math.round( position.top );
19263
19398
 
19264
19399
  collisionPosition = {
19265
19400
  left: position.left - marginLeft,
@@ -19389,7 +19524,7 @@ if ( !$.offset.setOffset ) {
19389
19524
 
19390
19525
 
19391
19526
  /*
19392
- * jQuery UI Progressbar 1.8.6
19527
+ * jQuery UI Progressbar 1.8.7
19393
19528
  *
19394
19529
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
19395
19530
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -19405,11 +19540,11 @@ if ( !$.offset.setOffset ) {
19405
19540
 
19406
19541
  $.widget( "ui.progressbar", {
19407
19542
  options: {
19408
- value: 0
19543
+ value: 0,
19544
+ max: 100
19409
19545
  },
19410
19546
 
19411
19547
  min: 0,
19412
- max: 100,
19413
19548
 
19414
19549
  _create: function() {
19415
19550
  this.element
@@ -19417,13 +19552,14 @@ $.widget( "ui.progressbar", {
19417
19552
  .attr({
19418
19553
  role: "progressbar",
19419
19554
  "aria-valuemin": this.min,
19420
- "aria-valuemax": this.max,
19555
+ "aria-valuemax": this.options.max,
19421
19556
  "aria-valuenow": this._value()
19422
19557
  });
19423
19558
 
19424
19559
  this.valueDiv = $( "<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>" )
19425
19560
  .appendTo( this.element );
19426
19561
 
19562
+ this.oldValue = this._value();
19427
19563
  this._refreshValue();
19428
19564
  },
19429
19565
 
@@ -19453,8 +19589,7 @@ $.widget( "ui.progressbar", {
19453
19589
  if ( key === "value" ) {
19454
19590
  this.options.value = value;
19455
19591
  this._refreshValue();
19456
- this._trigger( "change" );
19457
- if ( this._value() === this.max ) {
19592
+ if ( this._value() === this.options.max ) {
19458
19593
  this._trigger( "complete" );
19459
19594
  }
19460
19595
  }
@@ -19468,27 +19603,38 @@ $.widget( "ui.progressbar", {
19468
19603
  if ( typeof val !== "number" ) {
19469
19604
  val = 0;
19470
19605
  }
19471
- return Math.min( this.max, Math.max( this.min, val ) );
19606
+ return Math.min( this.options.max, Math.max( this.min, val ) );
19607
+ },
19608
+
19609
+ _percentage: function() {
19610
+ return 100 * this._value() / this.options.max;
19472
19611
  },
19473
19612
 
19474
19613
  _refreshValue: function() {
19475
19614
  var value = this.value();
19615
+ var percentage = this._percentage();
19616
+
19617
+ if ( this.oldValue !== value ) {
19618
+ this.oldValue = value;
19619
+ this._trigger( "change" );
19620
+ }
19621
+
19476
19622
  this.valueDiv
19477
- .toggleClass( "ui-corner-right", value === this.max )
19478
- .width( value + "%" );
19623
+ .toggleClass( "ui-corner-right", value === this.options.max )
19624
+ .width( percentage.toFixed(0) + "%" );
19479
19625
  this.element.attr( "aria-valuenow", value );
19480
19626
  }
19481
19627
  });
19482
19628
 
19483
19629
  $.extend( $.ui.progressbar, {
19484
- version: "1.8.6"
19630
+ version: "1.8.7"
19485
19631
  });
19486
19632
 
19487
19633
  })( jQuery );
19488
19634
 
19489
19635
 
19490
19636
  /*
19491
- * jQuery UI Resizable 1.8.6
19637
+ * jQuery UI Resizable 1.8.7
19492
19638
  *
19493
19639
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
19494
19640
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -20008,7 +20154,7 @@ $.widget("ui.resizable", $.ui.mouse, {
20008
20154
  });
20009
20155
 
20010
20156
  $.extend($.ui.resizable, {
20011
- version: "1.8.6"
20157
+ version: "1.8.7"
20012
20158
  });
20013
20159
 
20014
20160
  /*
@@ -20302,7 +20448,7 @@ var isNumber = function(value) {
20302
20448
 
20303
20449
 
20304
20450
  /*
20305
- * jQuery UI Selectable 1.8.6
20451
+ * jQuery UI Selectable 1.8.7
20306
20452
  *
20307
20453
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
20308
20454
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -20563,7 +20709,7 @@ $.widget("ui.selectable", $.ui.mouse, {
20563
20709
  });
20564
20710
 
20565
20711
  $.extend($.ui.selectable, {
20566
- version: "1.8.6"
20712
+ version: "1.8.7"
20567
20713
  });
20568
20714
 
20569
20715
  })(jQuery);
@@ -20595,11 +20741,12 @@ $.widget("ui.selectmenu", {
20595
20741
  },
20596
20742
  width: null,
20597
20743
  menuWidth: null,
20598
- handleWidth: 26,
20744
+ handleWidth: 26,
20599
20745
  maxHeight: null,
20600
20746
  icons: null,
20601
20747
  format: null,
20602
- bgImage: function() {}
20748
+ bgImage: function() {},
20749
+ wrapperElement: ""
20603
20750
  },
20604
20751
 
20605
20752
  _create: function() {
@@ -20615,9 +20762,10 @@ $.widget("ui.selectmenu", {
20615
20762
  this._safemouseup = true;
20616
20763
 
20617
20764
  //create menu button wrapper
20618
- this.newelement = $('<a class="'+ this.widgetBaseClass +' ui-widget ui-state-default ui-corner-all" id="'+this.ids[0]+'" role="button" href="#" aria-haspopup="true" aria-owns="'+this.ids[1]+'"></a>')
20765
+ this.newelement = $('<a class="'+ this.widgetBaseClass +' ui-widget ui-state-default ui-corner-all" id="'+this.ids[0]+'" role="button" href="#" tabindex="0" aria-haspopup="true" aria-owns="'+this.ids[1]+'"></a>')
20619
20766
  .insertAfter(this.element);
20620
-
20767
+ //
20768
+ this.newelement.wrap(o.wrapperElement);
20621
20769
  //transfer tabindex
20622
20770
  var tabindex = this.element.attr('tabindex');
20623
20771
  if(tabindex){ this.newelement.attr('tabindex', tabindex); }
@@ -20642,7 +20790,7 @@ $.widget("ui.selectmenu", {
20642
20790
  //click toggle for menu visibility
20643
20791
  this.newelement
20644
20792
  .bind('mousedown', function(event){
20645
- self._toggle(event);
20793
+ self._toggle(event, true);
20646
20794
  //make sure a click won't open/close instantly
20647
20795
  if(o.style == "popup"){
20648
20796
  self._safemouseup = false;
@@ -20704,6 +20852,7 @@ $.widget("ui.selectmenu", {
20704
20852
  //create menu portion, append to body
20705
20853
  var cornerClass = (o.style == "dropdown")? " ui-corner-bottom" : " ui-corner-all";
20706
20854
  this.list = $('<ul class="' + self.widgetBaseClass + '-menu ui-widget ui-widget-content'+cornerClass+'" aria-hidden="true" role="listbox" aria-labelledby="'+this.ids[0]+'" id="'+this.ids[1]+'"></ul>').appendTo('body');
20855
+ this.list.wrap(o.wrapperElement);
20707
20856
 
20708
20857
  //serialize selectmenu element options
20709
20858
  var selectOptionData = [];
@@ -20732,7 +20881,7 @@ $.widget("ui.selectmenu", {
20732
20881
  .mouseup(function(event){
20733
20882
  if(self._safemouseup){
20734
20883
  var changed = $(this).data('index') != self._selectedIndex();
20735
- self.value($(this).data('index'));
20884
+ self.index($(this).data('index'));
20736
20885
  self.select(event);
20737
20886
  if(changed){ self.change(event); }
20738
20887
  self.close(event,true);
@@ -20898,7 +21047,12 @@ $.widget("ui.selectmenu", {
20898
21047
  if(this.element.attr('disabled') == true){ this.disable(); }
20899
21048
 
20900
21049
  //update value
20901
- this.value(this._selectedIndex());
21050
+ this.index(this._selectedIndex());
21051
+
21052
+ // needed when selectmenu is placed at the very bottom / top of the page
21053
+ window.setTimeout(function() {
21054
+ self._refreshPosition();
21055
+ }, 200);
20902
21056
 
20903
21057
  // needed when window is resized
20904
21058
  $(window).resize(function(){
@@ -20916,6 +21070,7 @@ $.widget("ui.selectmenu", {
20916
21070
  .attr('for',this.element.attr('id'))
20917
21071
  .unbind('click');
20918
21072
  this.newelement.remove();
21073
+ // FIXME option.wrapper needs
20919
21074
  this.list.remove();
20920
21075
  this.element.show();
20921
21076
 
@@ -20948,7 +21103,7 @@ $.widget("ui.selectmenu", {
20948
21103
  this._prevChar[0] = C;
20949
21104
  },
20950
21105
  _uiHash: function(){
20951
- var index = this.value();
21106
+ var index = this.index();
20952
21107
  return {
20953
21108
  index: index,
20954
21109
  option: $("option", this.element).get(index),
@@ -20963,10 +21118,12 @@ $.widget("ui.selectmenu", {
20963
21118
  this._closeOthers(event);
20964
21119
  this.newelement
20965
21120
  .addClass('ui-state-active');
20966
-
20967
- this.list
20968
- .appendTo('body')
20969
- .addClass(self.widgetBaseClass + '-open')
21121
+ if (self.options.wrapperElement) {
21122
+ this.list.parent().appendTo('body');
21123
+ } else {
21124
+ this.list.appendTo('body');
21125
+ }
21126
+ this.list.addClass(self.widgetBaseClass + '-open')
20970
21127
  .attr('aria-hidden', false)
20971
21128
  .find('li:not(.'+ self.widgetBaseClass +'-group):eq('+ this._selectedIndex() +') a')[0].focus();
20972
21129
  if(this.options.style == "dropdown"){ this.newelement.removeClass('ui-corner-all').addClass('ui-corner-top'); }
@@ -20982,7 +21139,7 @@ $.widget("ui.selectmenu", {
20982
21139
  .attr('aria-hidden', true)
20983
21140
  .removeClass(this.widgetBaseClass+'-open');
20984
21141
  if(this.options.style == "dropdown"){ this.newelement.removeClass('ui-corner-top').addClass('ui-corner-all'); }
20985
- if(retainFocus){this.newelement[0].focus();}
21142
+ if(retainFocus){this.newelement.focus();}
20986
21143
  this._trigger("close", event, this._uiHash());
20987
21144
  }
20988
21145
  },
@@ -21055,13 +21212,26 @@ $.widget("ui.selectmenu", {
21055
21212
  .attr("aria-disabled", value);
21056
21213
  }
21057
21214
  },
21058
- value: function(newValue) {
21215
+ index: function(newValue) {
21059
21216
  if (arguments.length) {
21060
21217
  this.element[0].selectedIndex = newValue;
21061
21218
  this._refreshValue();
21062
- this._refreshPosition();
21219
+ } else {
21220
+ return this._selectedIndex();
21221
+ }
21222
+ },
21223
+ value: function(newValue) {
21224
+ if (arguments.length) {
21225
+ // FIXME test for number is a kind of legacy support, could be removed at any time (Dez. 2010)
21226
+ if (typeof newValue == "number") {
21227
+ this.index(newValue);
21228
+ } else if (typeof newValue == "string") {
21229
+ this.element[0].value = newValue;
21230
+ this._refreshValue();
21231
+ }
21232
+ } else {
21233
+ return this.element[0].value;
21063
21234
  }
21064
- return this.element[0].selectedIndex;
21065
21235
  },
21066
21236
  _refreshValue: function() {
21067
21237
  var activeClass = (this.options.style == "popup") ? " ui-state-active" : "";
@@ -21097,26 +21267,30 @@ $.widget("ui.selectmenu", {
21097
21267
  this.list.attr('aria-activedescendant', activeID);
21098
21268
  },
21099
21269
  _refreshPosition: function(){
21100
- var o = this.options;
21270
+ var o = this.options;
21101
21271
  // if its a native pop-up we need to calculate the position of the selected li
21102
21272
  if (o.style == "popup" && !o.positionOptions.offset) {
21103
21273
  var selected = this.list.find('li:not(.ui-selectmenu-group):eq('+this._selectedIndex()+')');
21104
21274
  // var _offset = "0 -" + (selected.outerHeight() + selected.offset().top - this.list.offset().top);
21105
21275
  var _offset = "0 -" + (selected.outerHeight() + selected.offset().top - this.list.offset().top);
21106
21276
  }
21107
- this.list.position({
21108
- // set options for position plugin
21109
- of: o.positionOptions.of || this.newelement,
21110
- my: o.positionOptions.my,
21111
- at: o.positionOptions.at,
21112
- offset: o.positionOptions.offset || _offset
21113
- });
21277
+ this.list
21278
+ .css({
21279
+ zIndex: this.element.zIndex()
21280
+ })
21281
+ .position({
21282
+ // set options for position plugin
21283
+ of: o.positionOptions.of || this.newelement,
21284
+ my: o.positionOptions.my,
21285
+ at: o.positionOptions.at,
21286
+ offset: o.positionOptions.offset || _offset
21287
+ });
21114
21288
  }
21115
21289
  });
21116
21290
  })(jQuery);
21117
21291
 
21118
21292
  /*
21119
- * jQuery UI Slider 1.8.6
21293
+ * jQuery UI Slider 1.8.7
21120
21294
  *
21121
21295
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
21122
21296
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -21426,7 +21600,9 @@ $.widget( "ui.slider", $.ui.mouse, {
21426
21600
  ( parseInt( closestHandle.css("marginTop"), 10 ) || 0)
21427
21601
  };
21428
21602
 
21429
- this._slide( event, index, normValue );
21603
+ if ( !this.handles.hasClass( "ui-state-hover" ) ) {
21604
+ this._slide( event, index, normValue );
21605
+ }
21430
21606
  this._animateOff = true;
21431
21607
  return true;
21432
21608
  },
@@ -21700,14 +21876,14 @@ $.widget( "ui.slider", $.ui.mouse, {
21700
21876
 
21701
21877
  // returns the step-aligned value that val is closest to, between (inclusive) min and max
21702
21878
  _trimAlignValue: function( val ) {
21703
- if ( val < this._valueMin() ) {
21879
+ if ( val <= this._valueMin() ) {
21704
21880
  return this._valueMin();
21705
21881
  }
21706
- if ( val > this._valueMax() ) {
21882
+ if ( val >= this._valueMax() ) {
21707
21883
  return this._valueMax();
21708
21884
  }
21709
21885
  var step = ( this.options.step > 0 ) ? this.options.step : 1,
21710
- valModStep = val % step,
21886
+ valModStep = (val - this._valueMin()) % step;
21711
21887
  alignValue = val - valModStep;
21712
21888
 
21713
21889
  if ( Math.abs(valModStep) * 2 >= step ) {
@@ -21791,14 +21967,14 @@ $.widget( "ui.slider", $.ui.mouse, {
21791
21967
  });
21792
21968
 
21793
21969
  $.extend( $.ui.slider, {
21794
- version: "1.8.6"
21970
+ version: "1.8.7"
21795
21971
  });
21796
21972
 
21797
21973
  }(jQuery));
21798
21974
 
21799
21975
 
21800
21976
  /*
21801
- * jQuery UI Sortable 1.8.6
21977
+ * jQuery UI Sortable 1.8.7
21802
21978
  *
21803
21979
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
21804
21980
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -22864,14 +23040,14 @@ $.widget("ui.sortable", $.ui.mouse, {
22864
23040
  });
22865
23041
 
22866
23042
  $.extend($.ui.sortable, {
22867
- version: "1.8.6"
23043
+ version: "1.8.7"
22868
23044
  });
22869
23045
 
22870
23046
  })(jQuery);
22871
23047
 
22872
23048
 
22873
23049
  /*
22874
- * jQuery UI Tabs 1.8.6
23050
+ * jQuery UI Tabs 1.8.7
22875
23051
  *
22876
23052
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
22877
23053
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -22998,7 +23174,7 @@ $.widget( "ui.tabs", {
22998
23174
 
22999
23175
  // inline tab
23000
23176
  if ( fragmentId.test( href ) ) {
23001
- self.panels = self.panels.add( self._sanitizeSelector( href ) );
23177
+ self.panels = self.panels.add( self.element.find( self._sanitizeSelector( href ) ) );
23002
23178
  // remote tab
23003
23179
  // prevent loading the page itself if href is just "#"
23004
23180
  } else if ( href && href !== "#" ) {
@@ -23011,7 +23187,7 @@ $.widget( "ui.tabs", {
23011
23187
 
23012
23188
  var id = self._tabId( a );
23013
23189
  a.href = "#" + id;
23014
- var $panel = $( "#" + id );
23190
+ var $panel = self.element.find( "#" + id );
23015
23191
  if ( !$panel.length ) {
23016
23192
  $panel = $( o.panelTemplate )
23017
23193
  .attr( "id", id )
@@ -23082,13 +23258,13 @@ $.widget( "ui.tabs", {
23082
23258
  this.lis.removeClass( "ui-tabs-selected ui-state-active" );
23083
23259
  // check for length avoids error when initializing empty list
23084
23260
  if ( o.selected >= 0 && this.anchors.length ) {
23085
- $( self._sanitizeSelector( self.anchors[ o.selected ].hash ) ).removeClass( "ui-tabs-hide" );
23261
+ self.element.find( self._sanitizeSelector( self.anchors[ o.selected ].hash ) ).removeClass( "ui-tabs-hide" );
23086
23262
  this.lis.eq( o.selected ).addClass( "ui-tabs-selected ui-state-active" );
23087
23263
 
23088
23264
  // seems to be expected behavior that the show callback is fired
23089
23265
  self.element.queue( "tabs", function() {
23090
23266
  self._trigger( "show", null,
23091
- self._ui( self.anchors[ o.selected ], $( self._sanitizeSelector( self.anchors[ o.selected ].hash ) ) ) );
23267
+ self._ui( self.anchors[ o.selected ], self.element.find( self._sanitizeSelector( self.anchors[ o.selected ].hash ) ) ) );
23092
23268
  });
23093
23269
 
23094
23270
  this.load( o.selected );
@@ -23209,7 +23385,7 @@ $.widget( "ui.tabs", {
23209
23385
  var el = this,
23210
23386
  $li = $(el).closest( "li" ),
23211
23387
  $hide = self.panels.filter( ":not(.ui-tabs-hide)" ),
23212
- $show = $( self._sanitizeSelector( el.hash ) );
23388
+ $show = self.element.find( self._sanitizeSelector( el.hash ) );
23213
23389
 
23214
23390
  // If tab is already selected and not collapsible or tab disabled or
23215
23391
  // or is already loading or click callback returns false stop here.
@@ -23368,7 +23544,7 @@ $.widget( "ui.tabs", {
23368
23544
  $li.addClass( "ui-state-default ui-corner-top" ).data( "destroy.tabs", true );
23369
23545
 
23370
23546
  // try to find an existing element before creating a new one
23371
- var $panel = $( "#" + id );
23547
+ var $panel = self.element.find( "#" + id );
23372
23548
  if ( !$panel.length ) {
23373
23549
  $panel = $( o.panelTemplate )
23374
23550
  .attr( "id", id )
@@ -23502,7 +23678,7 @@ $.widget( "ui.tabs", {
23502
23678
  this.xhr = $.ajax( $.extend( {}, o.ajaxOptions, {
23503
23679
  url: url,
23504
23680
  success: function( r, s ) {
23505
- $( self._sanitizeSelector( a.hash ) ).html( r );
23681
+ self.element.find( self._sanitizeSelector( a.hash ) ).html( r );
23506
23682
 
23507
23683
  // take care of tab labels
23508
23684
  self._cleanup();
@@ -23570,7 +23746,7 @@ $.widget( "ui.tabs", {
23570
23746
  });
23571
23747
 
23572
23748
  $.extend( $.ui.tabs, {
23573
- version: "1.8.6"
23749
+ version: "1.8.7"
23574
23750
  });
23575
23751
 
23576
23752
  /*
@@ -23631,7 +23807,7 @@ $.extend( $.ui.tabs.prototype, {
23631
23807
 
23632
23808
 
23633
23809
  /*!
23634
- * jQuery UI Widget 1.8.6
23810
+ * jQuery UI Widget 1.8.7
23635
23811
  *
23636
23812
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
23637
23813
  * Dual licensed under the MIT or GPL Version 2 licenses.