compass-jquery-plugin 0.3.2.7 → 0.3.2.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (317) hide show
  1. data/README.md +17 -11
  2. data/VERSION.yml +2 -2
  3. data/lib/handle_js_files.rb +1 -1
  4. data/lib/jquery/emulators.rb +13 -0
  5. data/templates/dynatree/jquery.dynatree.min.js +79 -81
  6. data/templates/emulators/config/initializers/emulators.rb +0 -9
  7. data/templates/emulators/emulators/{blackberry.landscape.scss → blackberry.torch.landscape.scss} +6 -2
  8. data/templates/emulators/emulators/{blackberry.portrait.scss → blackberry.torch.portrait.scss} +6 -1
  9. data/templates/emulators/emulators/galaxy.s.landscape.png +0 -0
  10. data/templates/emulators/emulators/galaxy.s.landscape.scss +20 -0
  11. data/templates/emulators/emulators/galaxy.s.portrait.png +0 -0
  12. data/templates/emulators/emulators/galaxy.s.portrait.scss +20 -0
  13. data/templates/emulators/emulators/galaxy.s2.landscape.png +0 -0
  14. data/templates/emulators/emulators/galaxy.s2.landscape.scss +20 -0
  15. data/templates/emulators/emulators/galaxy.s2.portrait.png +0 -0
  16. data/templates/emulators/emulators/galaxy.s2.portrait.scss +20 -0
  17. data/templates/emulators/emulators/galaxy.tab.10.1.landscape.png +0 -0
  18. data/templates/emulators/emulators/galaxy.tab.10.1.landscape.scss +20 -0
  19. data/templates/emulators/emulators/galaxy.tab.10.1.portrait.png +0 -0
  20. data/templates/emulators/emulators/galaxy.tab.10.1.portrait.scss +20 -0
  21. data/templates/emulators/emulators/galaxy.tab.7.landscape.png +0 -0
  22. data/templates/emulators/emulators/galaxy.tab.7.landscape.scss +20 -0
  23. data/templates/emulators/emulators/galaxy.tab.7.portrait.png +0 -0
  24. data/templates/emulators/emulators/galaxy.tab.7.portrait.scss +20 -0
  25. data/templates/emulators/emulators/galaxy.tab.8.9.landscape.png +0 -0
  26. data/templates/emulators/emulators/galaxy.tab.8.9.landscape.scss +20 -0
  27. data/templates/emulators/emulators/galaxy.tab.8.9.portrait.png +0 -0
  28. data/templates/emulators/emulators/galaxy.tab.8.9.portrait.scss +20 -0
  29. data/templates/emulators/emulators/ipad.landscape.png +0 -0
  30. data/templates/emulators/emulators/ipad.landscape.scss +9 -4
  31. data/templates/emulators/emulators/ipad.portrait.png +0 -0
  32. data/templates/emulators/emulators/ipad.portrait.scss +9 -4
  33. data/templates/emulators/emulators/{iphone.landscape.png → iphone.3.landscape.png} +0 -0
  34. data/templates/emulators/emulators/{iphone.landscape.scss → iphone.3.landscape.scss} +7 -3
  35. data/templates/emulators/emulators/{iphone.portrait.png → iphone.3.portrait.png} +0 -0
  36. data/templates/emulators/emulators/{iphone.portrait.scss → iphone.3.portrait.scss} +7 -3
  37. data/templates/emulators/emulators/iphone.4.landscape .scss +20 -0
  38. data/templates/emulators/emulators/iphone.4.landscape.png +0 -0
  39. data/templates/emulators/emulators/iphone.4.portrait.png +0 -0
  40. data/templates/emulators/emulators/iphone.4.portrait.scss +20 -0
  41. data/templates/emulators/emulators/{palm.pre.landscape.png → palm.pre.2.landscape.png} +0 -0
  42. data/templates/emulators/emulators/{palm.landscape.scss → palm.pre.2.landscape.scss} +7 -3
  43. data/templates/emulators/emulators/{palm.pre.portrait.png → palm.pre.2.portrait.png} +0 -0
  44. data/templates/emulators/emulators/{palm.portrait.scss → palm.pre.2.portrait.scss} +7 -3
  45. data/templates/emulators/manifest.rb +34 -10
  46. data/templates/graphics/config/initializers/graphics.rb +8 -0
  47. data/templates/graphics/highcharts/dark-blue.js +170 -0
  48. data/templates/graphics/highcharts/dark-blue.min.js +4 -0
  49. data/templates/graphics/highcharts/dark-green.js +170 -0
  50. data/templates/graphics/highcharts/dark-green.min.js +4 -0
  51. data/templates/graphics/highcharts/gray.js +164 -0
  52. data/templates/graphics/highcharts/gray.min.js +4 -0
  53. data/templates/graphics/highcharts/grid.js +97 -0
  54. data/templates/graphics/highcharts/grid.min.js +3 -0
  55. data/templates/graphics/highcharts/highslide-config.js +12 -0
  56. data/templates/graphics/highcharts/highslide-config.min.js +1 -0
  57. data/templates/graphics/highcharts/highslide-full.js +3391 -0
  58. data/templates/graphics/highcharts/highslide-full.min.js +132 -0
  59. data/templates/graphics/highcharts/skies.js +89 -0
  60. data/templates/graphics/highcharts/skies.min.js +3 -0
  61. data/templates/graphics/jquery.ganttView.js +1 -1
  62. data/templates/graphics/jquery.ganttView.min.js +61 -61
  63. data/templates/graphics/jquery.highcharts.js +11342 -0
  64. data/templates/graphics/jquery.highcharts.min.js +176 -0
  65. data/templates/graphics/jquery.sparkline.min.js +35 -36
  66. data/templates/graphics/jquery/highcharts/graphics/close.png +0 -0
  67. data/templates/graphics/jquery/highcharts/graphics/closeX.png +0 -0
  68. data/templates/graphics/jquery/highcharts/graphics/controlbar-black-border.gif +0 -0
  69. data/templates/graphics/jquery/highcharts/graphics/controlbar-text-buttons.png +0 -0
  70. data/templates/graphics/jquery/highcharts/graphics/controlbar-white-small.gif +0 -0
  71. data/templates/graphics/jquery/highcharts/graphics/controlbar-white.gif +0 -0
  72. data/templates/graphics/jquery/highcharts/graphics/controlbar2.gif +0 -0
  73. data/templates/graphics/jquery/highcharts/graphics/controlbar3.gif +0 -0
  74. data/templates/graphics/jquery/highcharts/graphics/controlbar4-hover.gif +0 -0
  75. data/templates/graphics/jquery/highcharts/graphics/controlbar4.gif +0 -0
  76. data/templates/graphics/jquery/highcharts/graphics/fullexpand.gif +0 -0
  77. data/templates/graphics/jquery/highcharts/graphics/geckodimmer.png +0 -0
  78. data/templates/graphics/jquery/highcharts/graphics/icon.gif +0 -0
  79. data/templates/graphics/jquery/highcharts/graphics/loader.gif +0 -0
  80. data/templates/graphics/jquery/highcharts/graphics/loader.white.gif +0 -0
  81. data/templates/graphics/jquery/highcharts/graphics/outlines/beveled.png +0 -0
  82. data/templates/graphics/jquery/highcharts/graphics/outlines/drop-shadow.png +0 -0
  83. data/templates/graphics/jquery/highcharts/graphics/outlines/glossy-dark.png +0 -0
  84. data/templates/graphics/jquery/highcharts/graphics/outlines/outer-glow.png +0 -0
  85. data/templates/graphics/jquery/highcharts/graphics/outlines/rounded-black.png +0 -0
  86. data/templates/graphics/jquery/highcharts/graphics/outlines/rounded-white.png +0 -0
  87. data/templates/graphics/jquery/highcharts/graphics/resize.gif +0 -0
  88. data/templates/graphics/jquery/highcharts/graphics/scrollarrows.png +0 -0
  89. data/templates/graphics/jquery/highcharts/graphics/zoomin.cur +0 -0
  90. data/templates/graphics/jquery/highcharts/graphics/zoomout.cur +0 -0
  91. data/templates/graphics/jquery/highcharts/skies.jpg +0 -0
  92. data/templates/graphics/jquery/highslide.scss +763 -0
  93. data/templates/graphics/manifest.rb +43 -0
  94. data/templates/ical/config/initializers/ical.rb +1 -0
  95. data/templates/ical/jquery.ical.js +8401 -8209
  96. data/templates/ical/jquery.ical.min.js +206 -208
  97. data/templates/ical/jquery/ical.print.scss +48 -0
  98. data/templates/ical/jquery/ical.scss +372 -343
  99. data/templates/ical/manifest.rb +1 -0
  100. data/templates/jqgrid/i18n/jqgrid/locale-ar.min.js +2 -2
  101. data/templates/jqgrid/i18n/jqgrid/locale-bg.min.js +1 -1
  102. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js +1 -1
  103. data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +1 -1
  104. data/templates/jqgrid/i18n/jqgrid/locale-cn.min.js +1 -1
  105. data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +1 -1
  106. data/templates/jqgrid/i18n/jqgrid/locale-da.min.js +1 -1
  107. data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +1 -1
  108. data/templates/jqgrid/i18n/jqgrid/locale-el.min.js +2 -2
  109. data/templates/jqgrid/i18n/jqgrid/locale-en.min.js +1 -1
  110. data/templates/jqgrid/i18n/jqgrid/locale-es.min.js +2 -2
  111. data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +1 -1
  112. data/templates/jqgrid/i18n/jqgrid/locale-fi.min.js +1 -1
  113. data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +2 -2
  114. data/templates/jqgrid/i18n/jqgrid/locale-gl.min.js +2 -2
  115. data/templates/jqgrid/i18n/jqgrid/locale-he.min.js +1 -1
  116. data/templates/jqgrid/i18n/jqgrid/locale-hu.min.js +1 -1
  117. data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +1 -1
  118. data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +2 -2
  119. data/templates/jqgrid/i18n/jqgrid/locale-ja.min.js +1 -1
  120. data/templates/jqgrid/i18n/jqgrid/locale-lt.min.js +2 -2
  121. data/templates/jqgrid/i18n/jqgrid/locale-nl.min.js +1 -1
  122. data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +1 -1
  123. data/templates/jqgrid/i18n/jqgrid/locale-pl.min.js +1 -1
  124. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +1 -1
  125. data/templates/jqgrid/i18n/jqgrid/locale-pt.min.js +1 -1
  126. data/templates/jqgrid/i18n/jqgrid/locale-ro.min.js +1 -1
  127. data/templates/jqgrid/i18n/jqgrid/locale-ru.min.js +2 -2
  128. data/templates/jqgrid/i18n/jqgrid/locale-sk.min.js +1 -1
  129. data/templates/jqgrid/i18n/jqgrid/locale-sr.min.js +1 -1
  130. data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +1 -1
  131. data/templates/jqgrid/i18n/jqgrid/locale-tr.min.js +1 -1
  132. data/templates/jqgrid/i18n/jqgrid/locale-ua.min.js +2 -2
  133. data/templates/jqgrid/jquery.jqGrid.js +162 -850
  134. data/templates/jqgrid/jquery.jqGrid.min.js +476 -497
  135. data/templates/jqgrid/jquery/jqGrid.scss +0 -19
  136. data/templates/jquery/amplify.store.js +248 -0
  137. data/templates/jquery/amplify.store.min.js +6 -0
  138. data/templates/jquery/config/initializers/jquery.rb +5 -1
  139. data/templates/jquery/history.adapter.jquery.js +37 -43
  140. data/templates/jquery/history.adapter.jquery.min.js +1 -1
  141. data/templates/jquery/history.html4.js +596 -587
  142. data/templates/jquery/history.html4.min.js +8 -8
  143. data/templates/jquery/history.js +1839 -1669
  144. data/templates/jquery/history.min.js +27 -25
  145. data/templates/jquery/i18n/jquery.ui/datepicker-af.min.js +1 -1
  146. data/templates/jquery/i18n/jquery.ui/datepicker-ar-DZ.min.js +1 -1
  147. data/templates/jquery/i18n/jquery.ui/datepicker-ar.min.js +1 -1
  148. data/templates/jquery/i18n/jquery.ui/datepicker-az.min.js +1 -1
  149. data/templates/jquery/i18n/jquery.ui/datepicker-bg.min.js +1 -1
  150. data/templates/jquery/i18n/jquery.ui/datepicker-bs.min.js +1 -1
  151. data/templates/jquery/i18n/jquery.ui/datepicker-ca.min.js +1 -1
  152. data/templates/jquery/i18n/jquery.ui/datepicker-cs.min.js +1 -1
  153. data/templates/jquery/i18n/jquery.ui/datepicker-da.min.js +1 -1
  154. data/templates/jquery/i18n/jquery.ui/datepicker-de.min.js +1 -1
  155. data/templates/jquery/i18n/jquery.ui/datepicker-el.min.js +1 -1
  156. data/templates/jquery/i18n/jquery.ui/datepicker-en-AU.min.js +1 -1
  157. data/templates/jquery/i18n/jquery.ui/datepicker-en-GB.min.js +1 -1
  158. data/templates/jquery/i18n/jquery.ui/datepicker-en-NZ.min.js +1 -1
  159. data/templates/jquery/i18n/jquery.ui/datepicker-eo.min.js +1 -1
  160. data/templates/jquery/i18n/jquery.ui/datepicker-es.min.js +1 -1
  161. data/templates/jquery/i18n/jquery.ui/datepicker-et.min.js +1 -1
  162. data/templates/jquery/i18n/jquery.ui/datepicker-eu.min.js +1 -1
  163. data/templates/jquery/i18n/jquery.ui/datepicker-fa.min.js +2 -2
  164. data/templates/jquery/i18n/jquery.ui/datepicker-fi.min.js +1 -1
  165. data/templates/jquery/i18n/jquery.ui/datepicker-fo.min.js +1 -1
  166. data/templates/jquery/i18n/jquery.ui/datepicker-fr-CH.min.js +1 -1
  167. data/templates/jquery/i18n/jquery.ui/datepicker-fr.min.js +1 -1
  168. data/templates/jquery/i18n/jquery.ui/datepicker-gl.min.js +1 -1
  169. data/templates/jquery/i18n/jquery.ui/datepicker-he.min.js +1 -1
  170. data/templates/jquery/i18n/jquery.ui/datepicker-hr.min.js +1 -1
  171. data/templates/jquery/i18n/jquery.ui/datepicker-hu.min.js +1 -1
  172. data/templates/jquery/i18n/jquery.ui/datepicker-hy.min.js +1 -1
  173. data/templates/jquery/i18n/jquery.ui/datepicker-id.min.js +1 -1
  174. data/templates/jquery/i18n/jquery.ui/datepicker-is.min.js +1 -1
  175. data/templates/jquery/i18n/jquery.ui/datepicker-it.min.js +1 -1
  176. data/templates/jquery/i18n/jquery.ui/datepicker-ja.min.js +1 -1
  177. data/templates/jquery/i18n/jquery.ui/datepicker-ko.min.js +1 -1
  178. data/templates/jquery/i18n/jquery.ui/datepicker-kz.min.js +1 -1
  179. data/templates/jquery/i18n/jquery.ui/datepicker-lt.min.js +1 -1
  180. data/templates/jquery/i18n/jquery.ui/datepicker-lv.min.js +1 -1
  181. data/templates/jquery/i18n/jquery.ui/datepicker-ml.min.js +2 -2
  182. data/templates/jquery/i18n/jquery.ui/datepicker-ms.min.js +1 -1
  183. data/templates/jquery/i18n/jquery.ui/datepicker-nl.min.js +1 -1
  184. data/templates/jquery/i18n/jquery.ui/datepicker-no.min.js +1 -1
  185. data/templates/jquery/i18n/jquery.ui/datepicker-pl.min.js +1 -1
  186. data/templates/jquery/i18n/jquery.ui/datepicker-pt-BR.min.js +1 -1
  187. data/templates/jquery/i18n/jquery.ui/datepicker-pt.min.js +1 -1
  188. data/templates/jquery/i18n/jquery.ui/datepicker-rm.min.js +1 -1
  189. data/templates/jquery/i18n/jquery.ui/datepicker-ro.min.js +1 -1
  190. data/templates/jquery/i18n/jquery.ui/datepicker-ru.min.js +1 -1
  191. data/templates/jquery/i18n/jquery.ui/datepicker-sk.min.js +1 -1
  192. data/templates/jquery/i18n/jquery.ui/datepicker-sl.min.js +1 -1
  193. data/templates/jquery/i18n/jquery.ui/datepicker-sq.min.js +1 -1
  194. data/templates/jquery/i18n/jquery.ui/datepicker-sr-SR.min.js +1 -1
  195. data/templates/jquery/i18n/jquery.ui/datepicker-sr.min.js +1 -1
  196. data/templates/jquery/i18n/jquery.ui/datepicker-sv.min.js +1 -1
  197. data/templates/jquery/i18n/jquery.ui/datepicker-ta.min.js +1 -1
  198. data/templates/jquery/i18n/jquery.ui/datepicker-th.min.js +1 -1
  199. data/templates/jquery/i18n/jquery.ui/datepicker-tj.min.js +1 -1
  200. data/templates/jquery/i18n/jquery.ui/datepicker-tr.min.js +1 -1
  201. data/templates/jquery/i18n/jquery.ui/datepicker-uk.min.js +1 -1
  202. data/templates/jquery/i18n/jquery.ui/datepicker-vi.min.js +1 -1
  203. data/templates/jquery/i18n/jquery.ui/datepicker-zh-CN.min.js +1 -1
  204. data/templates/jquery/i18n/jquery.ui/datepicker-zh-HK.min.js +1 -1
  205. data/templates/jquery/i18n/jquery.ui/datepicker-zh-TW.min.js +1 -1
  206. data/templates/jquery/jquery-ui.js +217 -104
  207. data/templates/jquery/jquery-ui.min.js +437 -436
  208. data/templates/jquery/jquery.bgiframe.min.js +1 -1
  209. data/templates/jquery/jquery.contextMenu.min.js +7 -7
  210. data/templates/jquery/jquery.cookie.js +60 -58
  211. data/templates/jquery/jquery.cookie.min.js +1 -1
  212. data/templates/jquery/jquery.dotimeout.min.js +2 -2
  213. data/templates/jquery/jquery.dst.min.js +4 -4
  214. data/templates/jquery/jquery.farbtastic.min.js +10 -10
  215. data/templates/jquery/jquery.form.js +15 -5
  216. data/templates/jquery/jquery.form.min.js +20 -20
  217. data/templates/jquery/jquery.haml.min.js +5 -5
  218. data/templates/jquery/jquery.hotkeys.min.js +3 -3
  219. data/templates/jquery/jquery.js +8205 -8170
  220. data/templates/jquery/jquery.layout.min.js +48 -50
  221. data/templates/jquery/jquery.min.js +166 -167
  222. data/templates/jquery/jquery.mousewheel.min.js +2 -2
  223. data/templates/jquery/jquery.offline.min.js +4 -4
  224. data/templates/jquery/jquery.pngFix.js +28 -30
  225. data/templates/jquery/jquery.pngFix.min.js +5 -5
  226. data/templates/jquery/jquery.rails.js +166 -0
  227. data/templates/jquery/jquery.rails.min.js +6 -0
  228. data/templates/jquery/jquery.replacetext.min.js +1 -1
  229. data/templates/jquery/jquery.themeswitchertool.min.js +4 -4
  230. data/templates/jquery/jquery.tmpl.js +14 -12
  231. data/templates/jquery/jquery.tmpl.min.js +12 -12
  232. data/templates/jquery/jquery.tmplPlus.js +2 -2
  233. data/templates/jquery/jquery.tmplPlus.min.js +3 -3
  234. data/templates/jquery/jquery.tokeninput.js +729 -0
  235. data/templates/jquery/jquery.tokeninput.min.js +14 -0
  236. data/templates/jquery/jquery/ui/_theme.scss +23 -16
  237. data/templates/jquery/jquery/ui/black-tie/ui-icons_4ca300_256x240.png +0 -0
  238. data/templates/jquery/jquery/ui/black-tie/ui-icons_bbbbbb_256x240.png +0 -0
  239. data/templates/jquery/jquery/ui/black-tie/ui-icons_ededed_256x240.png +0 -0
  240. data/templates/jquery/jquery/ui/black-tie/ui-icons_ffcf29_256x240.png +0 -0
  241. data/templates/jquery/jquery/ui/tokeninput.facebook.scss +95 -0
  242. data/templates/jquery/jquery/ui/tokeninput.mac.scss +164 -0
  243. data/templates/jquery/jquery/ui/tokeninput.scss +85 -0
  244. data/templates/jquery/jquery/ui/vader/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  245. data/templates/jquery/jquery/ui/vader/ui-icons_bbbbbb_256x240.png +0 -0
  246. data/templates/jquery/jquery/ui/vader/ui-icons_c98000_256x240.png +0 -0
  247. data/templates/jquery/jquery/ui/vader/ui-icons_f29a00_256x240.png +0 -0
  248. data/templates/jquery/json.min.js +6 -6
  249. data/templates/jquery/json2.js +214 -214
  250. data/templates/jquery/json2.min.js +5 -6
  251. data/templates/jquery/manifest.rb +9 -2
  252. data/templates/jstree/jquery.jstree.min.js +222 -224
  253. data/templates/mobile/config/initializers/mobile.rb +1 -1
  254. data/templates/mobile/jquery.mobile.js +887 -404
  255. data/templates/mobile/jquery.mobile.min.js +4 -4
  256. data/templates/mobile/jquery/mobile/_base.scss +50 -26
  257. data/templates/mobile/jquery/mobile/default.scss +59 -63
  258. data/templates/mobile/jquery/mobile/valencia.scss +44 -42
  259. data/templates/ribbon/jquery.ribbon.min.js +14 -14
  260. data/templates/tiny_mce/manifest.rb +4 -0
  261. data/templates/tiny_mce/tiny_mce/langs/de.js +1 -1
  262. data/templates/tiny_mce/tiny_mce/langs/en.js +1 -1
  263. data/templates/tiny_mce/tiny_mce/plugins/advimage/js/image.js +1 -1
  264. data/templates/tiny_mce/tiny_mce/plugins/advimage/langs/de_dlg.js +1 -1
  265. data/templates/tiny_mce/tiny_mce/plugins/advlink/js/advlink.js +1 -1
  266. data/templates/tiny_mce/tiny_mce/plugins/advlink/langs/en_dlg.js +1 -1
  267. data/templates/tiny_mce/tiny_mce/plugins/advlink/link.htm +1 -1
  268. data/templates/tiny_mce/tiny_mce/plugins/advlist/editor_plugin.js +1 -1
  269. data/templates/tiny_mce/tiny_mce/plugins/advlist/editor_plugin_src.js +1 -1
  270. data/templates/tiny_mce/tiny_mce/plugins/autolink/editor_plugin.js +1 -0
  271. data/templates/tiny_mce/tiny_mce/plugins/autolink/editor_plugin_src.js +1 -0
  272. data/templates/tiny_mce/tiny_mce/plugins/autoresize/editor_plugin.js +1 -1
  273. data/templates/tiny_mce/tiny_mce/plugins/autoresize/editor_plugin_src.js +1 -1
  274. data/templates/tiny_mce/tiny_mce/plugins/contextmenu/editor_plugin.js +1 -1
  275. data/templates/tiny_mce/tiny_mce/plugins/contextmenu/editor_plugin_src.js +1 -1
  276. data/templates/tiny_mce/tiny_mce/plugins/fullpage/css/fullpage.css +1 -1
  277. data/templates/tiny_mce/tiny_mce/plugins/fullpage/editor_plugin.js +1 -1
  278. data/templates/tiny_mce/tiny_mce/plugins/fullpage/editor_plugin_src.js +1 -1
  279. data/templates/tiny_mce/tiny_mce/plugins/fullpage/fullpage.htm +1 -1
  280. data/templates/tiny_mce/tiny_mce/plugins/fullpage/js/fullpage.js +1 -1
  281. data/templates/tiny_mce/tiny_mce/plugins/legacyoutput/editor_plugin.js +1 -1
  282. data/templates/tiny_mce/tiny_mce/plugins/legacyoutput/editor_plugin_src.js +1 -1
  283. data/templates/tiny_mce/tiny_mce/plugins/lists/editor_plugin.js +1 -0
  284. data/templates/tiny_mce/tiny_mce/plugins/lists/editor_plugin_src.js +1 -0
  285. data/templates/tiny_mce/tiny_mce/plugins/media/js/media.js +1 -1
  286. data/templates/tiny_mce/tiny_mce/plugins/media/media.htm +1 -1
  287. data/templates/tiny_mce/tiny_mce/plugins/noneditable/editor_plugin.js +1 -1
  288. data/templates/tiny_mce/tiny_mce/plugins/noneditable/editor_plugin_src.js +1 -1
  289. data/templates/tiny_mce/tiny_mce/plugins/paste/editor_plugin.js +1 -1
  290. data/templates/tiny_mce/tiny_mce/plugins/paste/editor_plugin_src.js +1 -1
  291. data/templates/tiny_mce/tiny_mce/plugins/searchreplace/js/searchreplace.js +1 -1
  292. data/templates/tiny_mce/tiny_mce/plugins/spellchecker/editor_plugin.js +1 -1
  293. data/templates/tiny_mce/tiny_mce/plugins/spellchecker/editor_plugin_src.js +1 -1
  294. data/templates/tiny_mce/tiny_mce/plugins/table/editor_plugin.js +1 -1
  295. data/templates/tiny_mce/tiny_mce/plugins/table/editor_plugin_src.js +1 -1
  296. data/templates/tiny_mce/tiny_mce/plugins/xhtmlxtras/editor_plugin.js +1 -1
  297. data/templates/tiny_mce/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js +1 -1
  298. data/templates/tiny_mce/tiny_mce/plugins/xhtmlxtras/js/attributes.js +1 -1
  299. data/templates/tiny_mce/tiny_mce/themes/advanced/editor_template.js +1 -1
  300. data/templates/tiny_mce/tiny_mce/themes/advanced/editor_template_src.js +1 -1
  301. data/templates/tiny_mce/tiny_mce/themes/advanced/js/charmap.js +1 -1
  302. data/templates/tiny_mce/tiny_mce/themes/advanced/langs/de_dlg.js +1 -1
  303. data/templates/tiny_mce/tiny_mce/themes/advanced/langs/en_dlg.js +1 -1
  304. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/default/ui.css +1 -1
  305. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/dialog.css +1 -1
  306. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/ui.css +1 -1
  307. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/ui_black.css +1 -1
  308. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css +1 -1
  309. data/templates/tiny_mce/tiny_mce/tiny_mce.js +1 -1
  310. data/templates/tiny_mce/tiny_mce/utils/form_utils.js +1 -1
  311. data/templates/tiny_mce/tiny_mce/utils/validate.js +1 -1
  312. data/templates/tools/flowplayer.min.js +29 -30
  313. data/templates/tools/jquery.tools.min.js +96 -96
  314. data/templates/tools/swfobject.min.js +18 -19
  315. metadata +95 -16
  316. data/templates/jquery/jrails.js +0 -200
  317. data/templates/jquery/jrails.min.js +0 -8
@@ -0,0 +1,20 @@
1
+ // Generated by compass-jquery-plugin/gem-tasks/emulators.rake
2
+
3
+ .emulator {
4
+ background: image_url("emulators/galaxy.tab.10.1.portrait.png") no-repeat;
5
+ width: 998px;
6
+ height: 1438px;
7
+ -moz-transform-origin: 0 0;
8
+ -o-transform-origin: 0 0;
9
+ -webkit-transform-origin: 0 0;
10
+ .actions {
11
+ position: absolute; }
12
+ .display-area {
13
+ position: relative;
14
+ top: 128px;
15
+ width: 800px;
16
+ height: 1188px;
17
+ max-height: 1188px;
18
+ color: #ffffff;
19
+ a {
20
+ color: #ff5500; } } }
@@ -0,0 +1,20 @@
1
+ // Generated by compass-jquery-plugin/gem-tasks/emulators.rake
2
+
3
+ .emulator {
4
+ background: image_url("emulators/galaxy.tab.7.landscape.png") no-repeat;
5
+ width: 1280px;
6
+ height: 801px;
7
+ -moz-transform-origin: 0 0;
8
+ -o-transform-origin: 0 0;
9
+ -webkit-transform-origin: 0 0;
10
+ .actions {
11
+ position: absolute; }
12
+ .display-area {
13
+ position: relative;
14
+ top: 126px;
15
+ width: 1024px;
16
+ height: 575px;
17
+ max-height: 575px;
18
+ color: #ffffff;
19
+ a {
20
+ color: #ff5500; } } }
@@ -0,0 +1,20 @@
1
+ // Generated by compass-jquery-plugin/gem-tasks/emulators.rake
2
+
3
+ .emulator {
4
+ background: image_url("emulators/galaxy.tab.7.portrait.png") no-repeat;
5
+ width: 801px;
6
+ height: 1243px;
7
+ -moz-transform-origin: 0 0;
8
+ -o-transform-origin: 0 0;
9
+ -webkit-transform-origin: 0 0;
10
+ .actions {
11
+ position: absolute; }
12
+ .display-area {
13
+ position: relative;
14
+ top: 120px;
15
+ width: 600px;
16
+ height: 999px;
17
+ max-height: 999px;
18
+ color: #ffffff;
19
+ a {
20
+ color: #ff5500; } } }
@@ -0,0 +1,20 @@
1
+ // Generated by compass-jquery-plugin/gem-tasks/emulators.rake
2
+
3
+ .emulator {
4
+ background: image_url("emulators/galaxy.tab.8.9.landscape.png") no-repeat;
5
+ width: 1540px;
6
+ height: 1060px;
7
+ -moz-transform-origin: 0 0;
8
+ -o-transform-origin: 0 0;
9
+ -webkit-transform-origin: 0 0;
10
+ .actions {
11
+ position: absolute; }
12
+ .display-area {
13
+ position: relative;
14
+ top: 182px;
15
+ width: 1280px;
16
+ height: 708px;
17
+ max-height: 708px;
18
+ color: #ffffff;
19
+ a {
20
+ color: #ff5500; } } }
@@ -0,0 +1,20 @@
1
+ // Generated by compass-jquery-plugin/gem-tasks/emulators.rake
2
+
3
+ .emulator {
4
+ background: image_url("emulators/galaxy.tab.8.9.portrait.png") no-repeat;
5
+ width: 1060px;
6
+ height: 1540px;
7
+ -moz-transform-origin: 0 0;
8
+ -o-transform-origin: 0 0;
9
+ -webkit-transform-origin: 0 0;
10
+ .actions {
11
+ position: absolute; }
12
+ .display-area {
13
+ position: relative;
14
+ top: 190px;
15
+ width: 800px;
16
+ height: 1188px;
17
+ max-height: 1188px;
18
+ color: #ffffff;
19
+ a {
20
+ color: #ff5500; } } }
@@ -1,12 +1,17 @@
1
1
  // Generated by compass-jquery-plugin/gem-tasks/emulators.rake
2
2
 
3
- .ipad .emulator {
3
+ .emulator {
4
4
  background: image_url("emulators/ipad.landscape.png") no-repeat;
5
- width: 1108px;
6
- height: 852px;
5
+ width: 1280px;
6
+ height: 1000px;
7
+ -moz-transform-origin: 0 0;
8
+ -o-transform-origin: 0 0;
9
+ -webkit-transform-origin: 0 0;
10
+ .actions {
11
+ position: absolute; }
7
12
  .display-area {
8
13
  position: relative;
9
- top: 61px;
14
+ top: 150px;
10
15
  width: 1024px;
11
16
  height: 748px;
12
17
  max-height: 748px;
@@ -1,12 +1,17 @@
1
1
  // Generated by compass-jquery-plugin/gem-tasks/emulators.rake
2
2
 
3
- .ipad .emulator {
3
+ .emulator {
4
4
  background: image_url("emulators/ipad.portrait.png") no-repeat;
5
- width: 852px;
6
- height: 1108px;
5
+ width: 1000px;
6
+ height: 1280px;
7
+ -moz-transform-origin: 0 0;
8
+ -o-transform-origin: 0 0;
9
+ -webkit-transform-origin: 0 0;
10
+ .actions {
11
+ position: absolute; }
7
12
  .display-area {
8
13
  position: relative;
9
- top: 61px;
14
+ top: 149px;
10
15
  width: 768px;
11
16
  height: 1004px;
12
17
  max-height: 1004px;
@@ -1,10 +1,14 @@
1
1
  // Generated by compass-jquery-plugin/gem-tasks/emulators.rake
2
2
 
3
- .iphone .emulator {
4
- margin-top: 160px;
5
- background: image_url("emulators/iphone.landscape.png") no-repeat;
3
+ .emulator {
4
+ background: image_url("emulators/iphone.3.landscape.png") no-repeat;
6
5
  width: 740px;
7
6
  height: 420px;
7
+ -moz-transform-origin: 0 0;
8
+ -o-transform-origin: 0 0;
9
+ -webkit-transform-origin: 0 0;
10
+ .actions {
11
+ position: absolute; }
8
12
  .display-area {
9
13
  position: relative;
10
14
  top: 70px;
@@ -1,10 +1,14 @@
1
1
  // Generated by compass-jquery-plugin/gem-tasks/emulators.rake
2
2
 
3
- .iphone .emulator {
4
- margin-top: 56px;
5
- background: image_url("emulators/iphone.portrait.png") no-repeat;
3
+ .emulator {
4
+ background: image_url("emulators/iphone.3.portrait.png") no-repeat;
6
5
  width: 390px;
7
6
  height: 740px;
7
+ -moz-transform-origin: 0 0;
8
+ -o-transform-origin: 0 0;
9
+ -webkit-transform-origin: 0 0;
10
+ .actions {
11
+ position: absolute; }
8
12
  .display-area {
9
13
  position: relative;
10
14
  top: 138px;
@@ -0,0 +1,20 @@
1
+ // Generated by compass-jquery-plugin/gem-tasks/emulators.rake
2
+
3
+ .emulator {
4
+ background: image_url("emulators/iphone.4.landscape.png") no-repeat;
5
+ width: 1506px;
6
+ height: 787px;
7
+ -moz-transform-origin: 0 0;
8
+ -o-transform-origin: 0 0;
9
+ -webkit-transform-origin: 0 0;
10
+ .actions {
11
+ position: absolute; }
12
+ .display-area {
13
+ position: relative;
14
+ top: 110px;
15
+ width: 960px;
16
+ height: 601px;
17
+ max-height: 601px;
18
+ color: #ffffff;
19
+ a {
20
+ color: #ff5500; } } }
@@ -0,0 +1,20 @@
1
+ // Generated by compass-jquery-plugin/gem-tasks/emulators.rake
2
+
3
+ .emulator {
4
+ background: image_url("emulators/iphone.4.portrait.png") no-repeat;
5
+ width: 787px;
6
+ height: 1506px;
7
+ -moz-transform-origin: 0 0;
8
+ -o-transform-origin: 0 0;
9
+ -webkit-transform-origin: 0 0;
10
+ .actions {
11
+ position: absolute; }
12
+ .display-area {
13
+ position: relative;
14
+ top: 310px;
15
+ width: 640px;
16
+ height: 921px;
17
+ max-height: 921px;
18
+ color: #ffffff;
19
+ a {
20
+ color: #ff5500; } } }
@@ -1,10 +1,14 @@
1
1
  // Generated by compass-jquery-plugin/gem-tasks/emulators.rake
2
2
 
3
- .palm .emulator {
4
- margin-top: 160px;
5
- background: image_url("emulators/palm.pre.landscape.png") no-repeat;
3
+ .emulator {
4
+ background: image_url("emulators/palm.pre.2.landscape.png") no-repeat;
6
5
  width: 800px;
7
6
  height: 442px;
7
+ -moz-transform-origin: 0 0;
8
+ -o-transform-origin: 0 0;
9
+ -webkit-transform-origin: 0 0;
10
+ .actions {
11
+ position: absolute; }
8
12
  .display-area {
9
13
  position: relative;
10
14
  top: 85px;
@@ -1,10 +1,14 @@
1
1
  // Generated by compass-jquery-plugin/gem-tasks/emulators.rake
2
2
 
3
- .palm .emulator {
4
- margin-top: 56px;
5
- background: image_url("emulators/palm.pre.portrait.png") no-repeat;
3
+ .emulator {
4
+ background: image_url("emulators/palm.pre.2.portrait.png") no-repeat;
6
5
  width: 416px;
7
6
  height: 740px;
7
+ -moz-transform-origin: 0 0;
8
+ -o-transform-origin: 0 0;
9
+ -webkit-transform-origin: 0 0;
10
+ .actions {
11
+ position: absolute; }
8
12
  .display-area {
9
13
  position: relative;
10
14
  top: 126px;
@@ -2,19 +2,43 @@
2
2
  # Install with: compass install jquery/emulators
3
3
 
4
4
  file 'config/initializers/emulators.rb'
5
- stylesheet 'emulators/blackberry.landscape.scss'
6
- stylesheet 'emulators/blackberry.portrait.scss'
5
+ stylesheet 'emulators/blackberry.torch.landscape.scss'
6
+ stylesheet 'emulators/blackberry.torch.portrait.scss'
7
+ stylesheet 'emulators/galaxy.s.landscape.scss'
8
+ stylesheet 'emulators/galaxy.s.portrait.scss'
9
+ stylesheet 'emulators/galaxy.s2.landscape.scss'
10
+ stylesheet 'emulators/galaxy.s2.portrait.scss'
11
+ stylesheet 'emulators/galaxy.tab.10.1.landscape.scss'
12
+ stylesheet 'emulators/galaxy.tab.10.1.portrait.scss'
13
+ stylesheet 'emulators/galaxy.tab.7.landscape.scss'
14
+ stylesheet 'emulators/galaxy.tab.7.portrait.scss'
15
+ stylesheet 'emulators/galaxy.tab.8.9.landscape.scss'
16
+ stylesheet 'emulators/galaxy.tab.8.9.portrait.scss'
7
17
  stylesheet 'emulators/ipad.landscape.scss'
8
18
  stylesheet 'emulators/ipad.portrait.scss'
9
- stylesheet 'emulators/iphone.landscape.scss'
10
- stylesheet 'emulators/iphone.portrait.scss'
11
- stylesheet 'emulators/palm.landscape.scss'
12
- stylesheet 'emulators/palm.portrait.scss'
19
+ stylesheet 'emulators/iphone.3.landscape.scss'
20
+ stylesheet 'emulators/iphone.3.portrait.scss'
21
+ stylesheet 'emulators/iphone.4.landscape .scss'
22
+ stylesheet 'emulators/iphone.4.portrait.scss'
23
+ stylesheet 'emulators/palm.pre.2.landscape.scss'
24
+ stylesheet 'emulators/palm.pre.2.portrait.scss'
13
25
  image 'emulators/blackberry.torch.landscape.png'
14
26
  image 'emulators/blackberry.torch.portrait.png'
27
+ image 'emulators/galaxy.s.landscape.png'
28
+ image 'emulators/galaxy.s.portrait.png'
29
+ image 'emulators/galaxy.s2.landscape.png'
30
+ image 'emulators/galaxy.s2.portrait.png'
31
+ image 'emulators/galaxy.tab.10.1.landscape.png'
32
+ image 'emulators/galaxy.tab.10.1.portrait.png'
33
+ image 'emulators/galaxy.tab.7.landscape.png'
34
+ image 'emulators/galaxy.tab.7.portrait.png'
35
+ image 'emulators/galaxy.tab.8.9.landscape.png'
36
+ image 'emulators/galaxy.tab.8.9.portrait.png'
15
37
  image 'emulators/ipad.landscape.png'
16
38
  image 'emulators/ipad.portrait.png'
17
- image 'emulators/iphone.landscape.png'
18
- image 'emulators/iphone.portrait.png'
19
- image 'emulators/palm.pre.landscape.png'
20
- image 'emulators/palm.pre.portrait.png'
39
+ image 'emulators/iphone.3.landscape.png'
40
+ image 'emulators/iphone.3.portrait.png'
41
+ image 'emulators/iphone.4.landscape.png'
42
+ image 'emulators/iphone.4.portrait.png'
43
+ image 'emulators/palm.pre.2.landscape.png'
44
+ image 'emulators/palm.pre.2.portrait.png'
@@ -3,3 +3,11 @@ require 'jquery/graphics'
3
3
  ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :ganttView => ['compiled/jquery/ganttView.css']
4
4
  ActionView::Helpers::AssetTagHelper.register_javascript_expansion :ganttView => ['jquery.ganttView.min']
5
5
  ActionView::Helpers::AssetTagHelper.register_javascript_expansion :sparklines => ['jquery.sparkline.min']
6
+ ActionView::Helpers::AssetTagHelper.register_javascript_expansion :highcharts => ['jquery.highcharts.min']
7
+ ActionView::Helpers::AssetTagHelper.register_javascript_expansion :highcharts_grid => ['highcharts/grid.min']
8
+ ActionView::Helpers::AssetTagHelper.register_javascript_expansion :highcharts_skies => ['highcharts/skies.min']
9
+ ActionView::Helpers::AssetTagHelper.register_javascript_expansion :highcharts_gray => ['highcharts/gray.min']
10
+ ActionView::Helpers::AssetTagHelper.register_javascript_expansion :highcharts_blue => ['highcharts/dark-blue.min']
11
+ ActionView::Helpers::AssetTagHelper.register_javascript_expansion :highcharts_green => ['highcharts/dark-green.min']
12
+ ActionView::Helpers::AssetTagHelper.register_stylesheet_expansion :highslide => ['compiled/jquery/highslide.css']
13
+ ActionView::Helpers::AssetTagHelper.register_javascript_expansion :highslide => ['highcharts/highslide-full.min', 'highcharts/highslide-config']
@@ -0,0 +1,170 @@
1
+ /**
2
+ * Dark blue theme for Highcharts JS
3
+ * @author Torstein Hønsi
4
+ */
5
+
6
+ Highcharts.theme = {
7
+ colors: ["#DDDF0D", "#55BF3B", "#DF5353", "#7798BF", "#aaeeee", "#ff0066", "#eeaaee",
8
+ "#55BF3B", "#DF5353", "#7798BF", "#aaeeee"],
9
+ chart: {
10
+ backgroundColor: {
11
+ linearGradient: [0, 0, 250, 500],
12
+ stops: [
13
+ [0, 'rgb(48, 48, 96)'],
14
+ [1, 'rgb(0, 0, 0)']
15
+ ]
16
+ },
17
+ borderColor: '#000000',
18
+ borderWidth: 2,
19
+ className: 'dark-container',
20
+ plotBackgroundColor: 'rgba(255, 255, 255, .1)',
21
+ plotBorderColor: '#CCCCCC',
22
+ plotBorderWidth: 1
23
+ },
24
+ title: {
25
+ style: {
26
+ color: '#C0C0C0',
27
+ font: 'bold 16px "Trebuchet MS", Verdana, sans-serif'
28
+ }
29
+ },
30
+ subtitle: {
31
+ style: {
32
+ color: '#666666',
33
+ font: 'bold 12px "Trebuchet MS", Verdana, sans-serif'
34
+ }
35
+ },
36
+ xAxis: {
37
+ gridLineColor: '#333333',
38
+ gridLineWidth: 1,
39
+ labels: {
40
+ style: {
41
+ color: '#A0A0A0'
42
+ }
43
+ },
44
+ lineColor: '#A0A0A0',
45
+ tickColor: '#A0A0A0',
46
+ title: {
47
+ style: {
48
+ color: '#CCC',
49
+ fontWeight: 'bold',
50
+ fontSize: '12px',
51
+ fontFamily: 'Trebuchet MS, Verdana, sans-serif'
52
+
53
+ }
54
+ }
55
+ },
56
+ yAxis: {
57
+ gridLineColor: '#333333',
58
+ labels: {
59
+ style: {
60
+ color: '#A0A0A0'
61
+ }
62
+ },
63
+ lineColor: '#A0A0A0',
64
+ minorTickInterval: null,
65
+ tickColor: '#A0A0A0',
66
+ tickWidth: 1,
67
+ title: {
68
+ style: {
69
+ color: '#CCC',
70
+ fontWeight: 'bold',
71
+ fontSize: '12px',
72
+ fontFamily: 'Trebuchet MS, Verdana, sans-serif'
73
+ }
74
+ }
75
+ },
76
+ legend: {
77
+ itemStyle: {
78
+ font: '9pt Trebuchet MS, Verdana, sans-serif',
79
+ color: '#A0A0A0'
80
+ }
81
+ },
82
+ tooltip: {
83
+ backgroundColor: 'rgba(0, 0, 0, 0.75)',
84
+ style: {
85
+ color: '#F0F0F0'
86
+ }
87
+ },
88
+ toolbar: {
89
+ itemStyle: {
90
+ color: 'silver'
91
+ }
92
+ },
93
+ plotOptions: {
94
+ line: {
95
+ dataLabels: {
96
+ color: '#CCC'
97
+ },
98
+ marker: {
99
+ lineColor: '#333'
100
+ }
101
+ },
102
+ spline: {
103
+ marker: {
104
+ lineColor: '#333'
105
+ }
106
+ },
107
+ scatter: {
108
+ marker: {
109
+ lineColor: '#333'
110
+ }
111
+ }
112
+ },
113
+ legend: {
114
+ itemStyle: {
115
+ color: '#CCC'
116
+ },
117
+ itemHoverStyle: {
118
+ color: '#FFF'
119
+ },
120
+ itemHiddenStyle: {
121
+ color: '#444'
122
+ }
123
+ },
124
+ credits: {
125
+ style: {
126
+ color: '#666'
127
+ }
128
+ },
129
+ labels: {
130
+ style: {
131
+ color: '#CCC'
132
+ }
133
+ },
134
+
135
+ navigation: {
136
+ buttonOptions: {
137
+ backgroundColor: {
138
+ linearGradient: [0, 0, 0, 20],
139
+ stops: [
140
+ [0.4, '#606060'],
141
+ [0.6, '#333333']
142
+ ]
143
+ },
144
+ borderColor: '#000000',
145
+ symbolStroke: '#C0C0C0',
146
+ hoverSymbolStroke: '#FFFFFF'
147
+ }
148
+ },
149
+
150
+ exporting: {
151
+ buttons: {
152
+ exportButton: {
153
+ symbolFill: '#55BE3B'
154
+ },
155
+ printButton: {
156
+ symbolFill: '#7797BE'
157
+ }
158
+ }
159
+ },
160
+
161
+ // special colors for some of the
162
+ legendBackgroundColor: 'rgba(0, 0, 0, 0.5)',
163
+ legendBackgroundColorSolid: 'rgb(35, 35, 70)',
164
+ dataLabelsColor: '#444',
165
+ textColor: '#C0C0C0',
166
+ maskColor: 'rgba(255,255,255,0.3)'
167
+ };
168
+
169
+ // Apply the theme
170
+ var highchartsOptions = Highcharts.setOptions(Highcharts.theme);