refinerycms 0.9.5.13 → 0.9.5.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (294) hide show
  1. data/Rakefile +6 -1
  2. data/app/controllers/admin/base_controller.rb +2 -2
  3. data/app/controllers/application.rb +1 -1
  4. data/app/controllers/application_controller.rb +2 -2
  5. data/app/helpers/application_helper.rb +2 -2
  6. data/config/environment.rb +6 -6
  7. data/config/environments/development.rb +1 -1
  8. data/config/initializers/inflections.rb +1 -1
  9. data/config/preinitializer.rb +3 -3
  10. data/config/routes.rb +5 -5
  11. data/db/migrate/20091109012126_add_missing_indexes.rb +4 -4
  12. data/db/schema.rb +1 -2
  13. data/db/seeds.rb +35 -35
  14. data/lib/refinery_initializer.rb +2 -2
  15. data/public/404.html +15 -15
  16. data/public/422.html +8 -8
  17. data/public/500.html +8 -8
  18. data/public/images/refinery/logo-large.png +0 -0
  19. data/public/images/refinery/logo-medium.png +0 -0
  20. data/public/images/refinery/logo-small-medium.png +0 -0
  21. data/public/images/refinery/logo-small.png +0 -0
  22. data/public/images/refinery/resolve_digital_footer_logo.png +0 -0
  23. data/public/javascripts/builder.js +97 -97
  24. data/public/javascripts/controls.js +655 -655
  25. data/public/javascripts/dragdrop.js +936 -936
  26. data/public/javascripts/effects.js +713 -713
  27. data/public/javascripts/jquery/GPL-LICENSE.txt +96 -96
  28. data/public/javascripts/jquery/jquery.js +168 -168
  29. data/public/javascripts/lightbox.js +397 -397
  30. data/public/javascripts/livepipe.js +146 -146
  31. data/public/javascripts/prototype.js +2996 -2996
  32. data/public/javascripts/refinery/admin.js +20 -20
  33. data/public/javascripts/refinery/boot_wym.js +110 -110
  34. data/public/javascripts/refinery/dialog.js +1 -1
  35. data/public/javascripts/refinery/parse_url.js +27 -27
  36. data/public/javascripts/refinery/prototype.enhancements.js +17 -17
  37. data/public/javascripts/refinery/tooltips.js +34 -34
  38. data/public/javascripts/scriptaculous.js +22 -22
  39. data/public/javascripts/slider.js +239 -239
  40. data/public/javascripts/tabs.js +130 -130
  41. data/public/javascripts/thickbox.js +23 -23
  42. data/public/javascripts/wymeditor/jquery.refinery.wymeditor.js +23 -23
  43. data/public/javascripts/wymeditor/lang/ca.js +42 -42
  44. data/public/javascripts/wymeditor/lang/cs.js +42 -42
  45. data/public/javascripts/wymeditor/lang/de.js +42 -42
  46. data/public/javascripts/wymeditor/lang/en.js +44 -44
  47. data/public/javascripts/wymeditor/lang/es.js +42 -42
  48. data/public/javascripts/wymeditor/lang/fa.js +42 -42
  49. data/public/javascripts/wymeditor/lang/fr.js +42 -42
  50. data/public/javascripts/wymeditor/lang/he.js +42 -42
  51. data/public/javascripts/wymeditor/lang/hu.js +42 -42
  52. data/public/javascripts/wymeditor/lang/it.js +42 -42
  53. data/public/javascripts/wymeditor/lang/nb.js +42 -42
  54. data/public/javascripts/wymeditor/lang/nl.js +42 -42
  55. data/public/javascripts/wymeditor/lang/nn.js +42 -42
  56. data/public/javascripts/wymeditor/lang/pl.js +42 -42
  57. data/public/javascripts/wymeditor/lang/pt-br.js +42 -42
  58. data/public/javascripts/wymeditor/lang/pt.js +42 -42
  59. data/public/javascripts/wymeditor/lang/ru.js +42 -42
  60. data/public/javascripts/wymeditor/lang/sv.js +42 -42
  61. data/public/javascripts/wymeditor/lang/tr.js +42 -42
  62. data/public/javascripts/wymeditor/lang/zh_cn.js +44 -44
  63. data/public/javascripts/wymeditor/skins/refinery/skin.js +31 -31
  64. data/public/stylesheets/application.css +3 -3
  65. data/public/stylesheets/formatting.css +3 -3
  66. data/public/stylesheets/home.css +2 -2
  67. data/public/stylesheets/lightbox.css +1 -1
  68. data/public/stylesheets/refinery/application.css +13 -13
  69. data/public/stylesheets/refinery/formatting.css +3 -3
  70. data/public/stylesheets/refinery/refinery.css +49 -44
  71. data/public/stylesheets/refinery/theme.css +1 -1
  72. data/public/stylesheets/refinery/thickbox.css +4 -4
  73. data/public/stylesheets/wymeditor/skins/refinery/skin.css +115 -115
  74. data/public/stylesheets/wymeditor/skins/refinery/wymiframe.css +66 -66
  75. data/public/wymeditor/GPL-license.txt +96 -96
  76. data/script/performance/benchmarker +3 -0
  77. data/vendor/plugins/acts_as_indexed/lib/acts_as_indexed.rb +12 -12
  78. data/vendor/plugins/acts_as_indexed/lib/search_atom.rb +7 -7
  79. data/vendor/plugins/acts_as_indexed/lib/search_index.rb +7 -7
  80. data/vendor/plugins/acts_as_indexed/lib/will_paginate_search.rb +1 -1
  81. data/vendor/plugins/acts_as_indexed/test/abstract_unit.rb +5 -5
  82. data/vendor/plugins/acts_as_indexed/test/acts_as_indexed_test.rb +2 -2
  83. data/vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb +140 -140
  84. data/vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb +18 -18
  85. data/vendor/plugins/attachment_fu/install.rb +1 -1
  86. data/vendor/plugins/attachment_fu/lib/geometry.rb +2 -2
  87. data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/cloud_file_backend.rb +3 -3
  88. data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/db_file_backend.rb +4 -4
  89. data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb +11 -11
  90. data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/s3_backend.rb +7 -7
  91. data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/core_image_processor.rb +5 -5
  92. data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/gd2_processor.rb +4 -4
  93. data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/image_science_processor.rb +1 -1
  94. data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/mini_magick_processor.rb +11 -11
  95. data/vendor/plugins/attachment_fu/test/backends/db_file_test.rb +2 -2
  96. data/vendor/plugins/attachment_fu/test/backends/file_system_test.rb +24 -24
  97. data/vendor/plugins/attachment_fu/test/backends/remote/cloudfiles_test.rb +14 -14
  98. data/vendor/plugins/attachment_fu/test/backends/remote/s3_test.rb +7 -7
  99. data/vendor/plugins/attachment_fu/test/base_attachment_tests.rb +10 -10
  100. data/vendor/plugins/attachment_fu/test/basic_test.rb +10 -10
  101. data/vendor/plugins/attachment_fu/test/extra_attachment_test.rb +9 -9
  102. data/vendor/plugins/attachment_fu/test/fixtures/attachment.rb +10 -10
  103. data/vendor/plugins/attachment_fu/test/geometry_test.rb +12 -12
  104. data/vendor/plugins/attachment_fu/test/processors/core_image_test.rb +6 -6
  105. data/vendor/plugins/attachment_fu/test/processors/gd2_test.rb +4 -4
  106. data/vendor/plugins/attachment_fu/test/processors/image_science_test.rb +4 -4
  107. data/vendor/plugins/attachment_fu/test/processors/mini_magick_test.rb +13 -13
  108. data/vendor/plugins/attachment_fu/test/processors/rmagick_test.rb +33 -33
  109. data/vendor/plugins/attachment_fu/test/schema.rb +14 -14
  110. data/vendor/plugins/attachment_fu/test/test_helper.rb +11 -11
  111. data/vendor/plugins/attachment_fu/test/validation_test.rb +7 -7
  112. data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/color.rb +7 -7
  113. data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/effects.rb +7 -7
  114. data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/perspective.rb +5 -5
  115. data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/quality.rb +7 -7
  116. data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/scale.rb +5 -5
  117. data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/watermark.rb +6 -6
  118. data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/processor.rb +16 -16
  119. data/vendor/plugins/authentication/app/controllers/admin/users_controller.rb +30 -30
  120. data/vendor/plugins/authentication/app/controllers/sessions_controller.rb +4 -4
  121. data/vendor/plugins/authentication/app/controllers/users_controller.rb +7 -7
  122. data/vendor/plugins/authentication/app/helpers/sessions_helper.rb +1 -1
  123. data/vendor/plugins/authentication/app/helpers/users_helper.rb +1 -1
  124. data/vendor/plugins/authentication/app/models/user.rb +56 -56
  125. data/vendor/plugins/authentication/app/models/user_mailer.rb +6 -6
  126. data/vendor/plugins/authentication/app/models/user_observer.rb +2 -2
  127. data/vendor/plugins/authentication/app/models/user_plugin.rb +4 -4
  128. data/vendor/plugins/authentication/app/views/admin/users/_form.html.erb +36 -36
  129. data/vendor/plugins/authentication/app/views/admin/users/edit.html.erb +1 -1
  130. data/vendor/plugins/authentication/app/views/admin/users/index.html.erb +1 -1
  131. data/vendor/plugins/authentication/app/views/admin/users/new.html.erb +1 -1
  132. data/vendor/plugins/authentication/app/views/sessions/new.html.erb +19 -19
  133. data/vendor/plugins/authentication/app/views/user_mailer/activation.html.erb +1 -1
  134. data/vendor/plugins/authentication/app/views/user_mailer/signup_notification.html.erb +1 -1
  135. data/vendor/plugins/authentication/app/views/users/new.html.erb +3 -3
  136. data/vendor/plugins/authentication/config/routes.rb +1 -1
  137. data/vendor/plugins/authentication/init.rb +5 -5
  138. data/vendor/plugins/authentication/lib/authenticated_system.rb +1 -1
  139. data/vendor/plugins/authentication/test/functional/sessions_controller_test.rb +2 -2
  140. data/vendor/plugins/authentication/test/functional/users_controller_test.rb +3 -3
  141. data/vendor/plugins/authentication/test/test_helper.rb +1 -1
  142. data/vendor/plugins/dashboard/app/controllers/admin/dashboard_controller.rb +1 -1
  143. data/vendor/plugins/dashboard/app/helpers/admin/dashboard_helper.rb +1 -1
  144. data/vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb +10 -10
  145. data/vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb +30 -30
  146. data/vendor/plugins/dashboard/config/routes.rb +2 -2
  147. data/vendor/plugins/dashboard/init.rb +6 -6
  148. data/vendor/plugins/images/app/controllers/admin/images_controller.rb +28 -28
  149. data/vendor/plugins/images/app/helpers/admin/images_helper.rb +14 -14
  150. data/vendor/plugins/images/app/models/image.rb +11 -11
  151. data/vendor/plugins/images/app/views/admin/images/_form.html.erb +21 -21
  152. data/vendor/plugins/images/app/views/admin/images/_grid_view.html.erb +13 -13
  153. data/vendor/plugins/images/app/views/admin/images/_list_view.html.erb +1 -1
  154. data/vendor/plugins/images/app/views/admin/images/_list_view_image.html.erb +2 -2
  155. data/vendor/plugins/images/app/views/admin/images/edit.html.erb +1 -1
  156. data/vendor/plugins/images/app/views/admin/images/index.html.erb +15 -15
  157. data/vendor/plugins/images/app/views/admin/images/insert.html.erb +91 -91
  158. data/vendor/plugins/images/app/views/admin/images/new.html.erb +1 -1
  159. data/vendor/plugins/images/config/routes.rb +2 -2
  160. data/vendor/plugins/images/init.rb +7 -7
  161. data/vendor/plugins/inquiries/app/controllers/admin/inquiries_controller.rb +4 -4
  162. data/vendor/plugins/inquiries/app/controllers/admin/inquiry_settings_controller.rb +5 -5
  163. data/vendor/plugins/inquiries/app/controllers/inquiries_controller.rb +3 -3
  164. data/vendor/plugins/inquiries/app/helpers/inquiries_helper.rb +3 -3
  165. data/vendor/plugins/inquiries/app/models/inquiry.rb +6 -6
  166. data/vendor/plugins/inquiries/app/models/inquiry_mailer.rb +1 -1
  167. data/vendor/plugins/inquiries/app/models/inquiry_setting.rb +3 -3
  168. data/vendor/plugins/inquiries/app/views/admin/inquiries/_inquiry.html.erb +19 -19
  169. data/vendor/plugins/inquiries/app/views/admin/inquiries/index.html.erb +27 -27
  170. data/vendor/plugins/inquiries/app/views/admin/inquiries/show.html.erb +59 -59
  171. data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_confirmation_email_form.html.erb +44 -44
  172. data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_notification_recipients_form.html.erb +15 -15
  173. data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/edit.html.erb +3 -3
  174. data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/index.html.erb +29 -29
  175. data/vendor/plugins/inquiries/app/views/inquiries/new.html.erb +32 -32
  176. data/vendor/plugins/inquiries/app/views/inquiries/thank_you.html.erb +8 -8
  177. data/vendor/plugins/inquiries/app/views/inquiry_mailer/confirmation.html.erb +1 -1
  178. data/vendor/plugins/inquiries/app/views/inquiry_mailer/notification.html.erb +1 -1
  179. data/vendor/plugins/inquiries/config/routes.rb +3 -3
  180. data/vendor/plugins/inquiries/init.rb +10 -10
  181. data/vendor/plugins/news/app/controllers/admin/news_items_controller.rb +3 -3
  182. data/vendor/plugins/news/app/controllers/news_items_controller.rb +2 -2
  183. data/vendor/plugins/news/app/models/news_item.rb +5 -5
  184. data/vendor/plugins/news/app/views/admin/news_items/_form.html.erb +16 -16
  185. data/vendor/plugins/news/app/views/admin/news_items/_news_item.html.erb +14 -14
  186. data/vendor/plugins/news/app/views/admin/news_items/edit.html.erb +1 -1
  187. data/vendor/plugins/news/app/views/admin/news_items/index.html.erb +25 -25
  188. data/vendor/plugins/news/app/views/admin/news_items/new.html.erb +1 -1
  189. data/vendor/plugins/news/app/views/news_items/_recent_posts.html.erb +6 -6
  190. data/vendor/plugins/news/app/views/news_items/index.html.erb +20 -20
  191. data/vendor/plugins/news/app/views/news_items/show.html.erb +16 -16
  192. data/vendor/plugins/news/config/routes.rb +3 -3
  193. data/vendor/plugins/news/init.rb +7 -7
  194. data/vendor/plugins/pages/app/controllers/admin/page_dialogs_controller.rb +10 -10
  195. data/vendor/plugins/pages/app/controllers/admin/page_parts_controller.rb +4 -4
  196. data/vendor/plugins/pages/app/controllers/admin/pages_controller.rb +4 -4
  197. data/vendor/plugins/pages/app/controllers/pages_controller.rb +3 -3
  198. data/vendor/plugins/pages/app/helpers/pages_helper.rb +1 -1
  199. data/vendor/plugins/pages/app/models/page.rb +95 -95
  200. data/vendor/plugins/pages/app/models/page_part.rb +5 -5
  201. data/vendor/plugins/pages/app/views/admin/page_dialogs/_page_link.html.erb +1 -1
  202. data/vendor/plugins/pages/app/views/admin/page_dialogs/link_to.html.erb +222 -222
  203. data/vendor/plugins/pages/app/views/admin/pages/_form.html.erb +232 -232
  204. data/vendor/plugins/pages/app/views/admin/pages/_list.html.erb +26 -26
  205. data/vendor/plugins/pages/app/views/admin/pages/_page_part_field.html.erb +3 -3
  206. data/vendor/plugins/pages/app/views/admin/pages/_sortable_list.html.erb +2 -2
  207. data/vendor/plugins/pages/app/views/admin/pages/edit.html.erb +1 -1
  208. data/vendor/plugins/pages/app/views/admin/pages/index.html.erb +37 -37
  209. data/vendor/plugins/pages/app/views/admin/pages/new.html.erb +1 -1
  210. data/vendor/plugins/pages/app/views/pages/home.html.erb +8 -8
  211. data/vendor/plugins/pages/app/views/pages/show.html.erb +11 -11
  212. data/vendor/plugins/pages/config/routes.rb +5 -5
  213. data/vendor/plugins/pages/init.rb +7 -7
  214. data/vendor/plugins/refinery/app/controllers/admin/refinery_core_controller.rb +7 -7
  215. data/vendor/plugins/refinery/app/views/admin/_head.html.erb +30 -30
  216. data/vendor/plugins/refinery/app/views/admin/_menu.html.erb +61 -61
  217. data/vendor/plugins/refinery/app/views/layouts/admin.html.erb +32 -32
  218. data/vendor/plugins/refinery/app/views/layouts/application.html.erb +28 -28
  219. data/vendor/plugins/refinery/app/views/shared/_footer.html.erb +4 -4
  220. data/vendor/plugins/refinery/app/views/shared/_google_analytics.html.erb +11 -11
  221. data/vendor/plugins/refinery/app/views/shared/_header.html.erb +3 -3
  222. data/vendor/plugins/refinery/app/views/shared/_ie6check.html.erb +1 -1
  223. data/vendor/plugins/refinery/app/views/shared/_menu.html.erb +14 -14
  224. data/vendor/plugins/refinery/app/views/shared/_menu_branch.html.erb +21 -21
  225. data/vendor/plugins/refinery/app/views/shared/_message.html.erb +8 -8
  226. data/vendor/plugins/refinery/app/views/shared/_submenu.html.erb +2 -2
  227. data/vendor/plugins/refinery/app/views/shared/_submenu_branch.html.erb +7 -7
  228. data/vendor/plugins/refinery/app/views/shared/admin/_continue_editing.html.erb +41 -41
  229. data/vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb +1 -1
  230. data/vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb +13 -13
  231. data/vendor/plugins/refinery/app/views/shared/admin/_image_picker.html.erb +31 -31
  232. data/vendor/plugins/refinery/app/views/shared/admin/_make_sortable.html.erb +65 -65
  233. data/vendor/plugins/refinery/app/views/shared/admin/_resource_picker.html.erb +16 -16
  234. data/vendor/plugins/refinery/app/views/shared/admin/_search.html.erb +5 -5
  235. data/vendor/plugins/refinery/app/views/shared/admin/_sortable_list.html.erb +8 -8
  236. data/vendor/plugins/refinery/app/views/welcome.html.erb +1 -1
  237. data/vendor/plugins/refinery/app/views/wymiframe.html.erb +6 -6
  238. data/vendor/plugins/refinery/config/routes.rb +5 -5
  239. data/vendor/plugins/refinery/init.rb +8 -8
  240. data/vendor/plugins/refinery/lib/crud.rb +17 -17
  241. data/vendor/plugins/refinery/lib/generators/refinery/install.rb +1 -1
  242. data/vendor/plugins/refinery/lib/generators/refinery/refinery_generator.rb +17 -17
  243. data/vendor/plugins/refinery/lib/generators/refinery/templates/config/routes.rb +3 -3
  244. data/vendor/plugins/refinery/lib/generators/refinery/templates/controller.rb +2 -2
  245. data/vendor/plugins/refinery/lib/generators/refinery/templates/init.rb +6 -6
  246. data/vendor/plugins/refinery/lib/generators/refinery/templates/migration.rb +22 -22
  247. data/vendor/plugins/refinery/lib/generators/refinery/templates/model.rb +4 -4
  248. data/vendor/plugins/refinery/lib/generators/refinery/templates/public_controller.rb +10 -10
  249. data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_form.html.erb +3 -3
  250. data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_singular_name.html.erb +15 -15
  251. data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_sortable_list.html.erb +1 -1
  252. data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/edit.html.erb +1 -1
  253. data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/index.html.erb +33 -33
  254. data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/new.html.erb +1 -1
  255. data/vendor/plugins/refinery/lib/generators/refinery/templates/views/index.html.erb +14 -14
  256. data/vendor/plugins/refinery/lib/generators/refinery/templates/views/show.html.erb +21 -21
  257. data/vendor/plugins/refinery/lib/indexer.rb +29 -29
  258. data/vendor/plugins/refinery/lib/refinery.rb +10 -10
  259. data/vendor/plugins/refinery/lib/refinery/activity.rb +5 -5
  260. data/vendor/plugins/refinery/lib/refinery/admin_base_controller.rb +15 -15
  261. data/vendor/plugins/refinery/lib/refinery/application_controller.rb +39 -39
  262. data/vendor/plugins/refinery/lib/refinery/application_helper.rb +69 -69
  263. data/vendor/plugins/refinery/lib/refinery/form_helpers.rb +18 -18
  264. data/vendor/plugins/refinery/lib/refinery/html_truncation_helper.rb +5 -5
  265. data/vendor/plugins/refinery/lib/refinery/initializer.rb +2 -2
  266. data/vendor/plugins/refinery/lib/refinery/link_renderer.rb +13 -13
  267. data/vendor/plugins/refinery/lib/refinery/plugin.rb +24 -24
  268. data/vendor/plugins/refinery/lib/refinery/plugins.rb +2 -2
  269. data/vendor/plugins/refinery_dialogs/app/controllers/admin/dialogs_controller.rb +8 -8
  270. data/vendor/plugins/refinery_dialogs/app/views/admin/dialogs/show.html.erb +19 -19
  271. data/vendor/plugins/refinery_dialogs/app/views/layouts/admin_dialog.html.erb +29 -29
  272. data/vendor/plugins/refinery_dialogs/config/routes.rb +2 -2
  273. data/vendor/plugins/refinery_dialogs/init.rb +7 -7
  274. data/vendor/plugins/refinery_settings/app/controllers/admin/refinery_settings_controller.rb +2 -2
  275. data/vendor/plugins/refinery_settings/app/models/refinery_setting.rb +52 -52
  276. data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_form.html.erb +11 -11
  277. data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_make_sortable.html.erb +3 -3
  278. data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_refinery_setting.html.erb +12 -12
  279. data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/edit.html.erb +2 -2
  280. data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/index.html.erb +19 -19
  281. data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/new.html.erb +1 -1
  282. data/vendor/plugins/refinery_settings/config/routes.rb +3 -3
  283. data/vendor/plugins/refinery_settings/init.rb +8 -8
  284. data/vendor/plugins/resources/app/controllers/admin/resources_controller.rb +48 -48
  285. data/vendor/plugins/resources/app/models/resource.rb +12 -12
  286. data/vendor/plugins/resources/app/views/admin/resources/_form.html.erb +21 -21
  287. data/vendor/plugins/resources/app/views/admin/resources/_resource.html.erb +15 -15
  288. data/vendor/plugins/resources/app/views/admin/resources/edit.html.erb +1 -1
  289. data/vendor/plugins/resources/app/views/admin/resources/index.html.erb +19 -19
  290. data/vendor/plugins/resources/app/views/admin/resources/insert.html.erb +86 -86
  291. data/vendor/plugins/resources/app/views/admin/resources/new.html.erb +1 -1
  292. data/vendor/plugins/resources/config/routes.rb +2 -2
  293. data/vendor/plugins/resources/init.rb +6 -6
  294. metadata +31 -23
@@ -1,82 +1,82 @@
1
- GNU GENERAL PUBLIC LICENSE
2
- Version 2, June 1991
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 2, June 1991
3
3
 
4
4
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
5
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6
6
  Everyone is permitted to copy and distribute verbatim copies
7
7
  of this license document, but changing it is not allowed.
8
8
 
9
- Preamble
9
+ Preamble
10
10
 
11
- The licenses for most software are designed to take away your
12
- freedom to share and change it. By contrast, the GNU General Public
11
+ The licenses for most software are designed to take away your
12
+ freedom to share and change it. By contrast, the GNU General Public
13
13
  License is intended to guarantee your freedom to share and change free
14
- software--to make sure the software is free for all its users. This
14
+ software--to make sure the software is free for all its users. This
15
15
  General Public License applies to most of the Free Software
16
16
  Foundation's software and to any other program whose authors commit to
17
- using it. (Some other Free Software Foundation software is covered by
18
- the GNU Lesser General Public License instead.) You can apply it to
17
+ using it. (Some other Free Software Foundation software is covered by
18
+ the GNU Lesser General Public License instead.) You can apply it to
19
19
  your programs, too.
20
20
 
21
- When we speak of free software, we are referring to freedom, not
22
- price. Our General Public Licenses are designed to make sure that you
21
+ When we speak of free software, we are referring to freedom, not
22
+ price. Our General Public Licenses are designed to make sure that you
23
23
  have the freedom to distribute copies of free software (and charge for
24
24
  this service if you wish), that you receive source code or can get it
25
25
  if you want it, that you can change the software or use pieces of it
26
26
  in new free programs; and that you know you can do these things.
27
27
 
28
- To protect your rights, we need to make restrictions that forbid
28
+ To protect your rights, we need to make restrictions that forbid
29
29
  anyone to deny you these rights or to ask you to surrender the rights.
30
30
  These restrictions translate to certain responsibilities for you if you
31
31
  distribute copies of the software, or if you modify it.
32
32
 
33
- For example, if you distribute copies of such a program, whether
33
+ For example, if you distribute copies of such a program, whether
34
34
  gratis or for a fee, you must give the recipients all the rights that
35
- you have. You must make sure that they, too, receive or can get the
36
- source code. And you must show them these terms so they know their
35
+ you have. You must make sure that they, too, receive or can get the
36
+ source code. And you must show them these terms so they know their
37
37
  rights.
38
38
 
39
- We protect your rights with two steps: (1) copyright the software, and
39
+ We protect your rights with two steps: (1) copyright the software, and
40
40
  (2) offer you this license which gives you legal permission to copy,
41
41
  distribute and/or modify the software.
42
42
 
43
- Also, for each author's protection and ours, we want to make certain
43
+ Also, for each author's protection and ours, we want to make certain
44
44
  that everyone understands that there is no warranty for this free
45
- software. If the software is modified by someone else and passed on, we
45
+ software. If the software is modified by someone else and passed on, we
46
46
  want its recipients to know that what they have is not the original, so
47
47
  that any problems introduced by others will not reflect on the original
48
48
  authors' reputations.
49
49
 
50
- Finally, any free program is threatened constantly by software
51
- patents. We wish to avoid the danger that redistributors of a free
50
+ Finally, any free program is threatened constantly by software
51
+ patents. We wish to avoid the danger that redistributors of a free
52
52
  program will individually obtain patent licenses, in effect making the
53
- program proprietary. To prevent this, we have made it clear that any
53
+ program proprietary. To prevent this, we have made it clear that any
54
54
  patent must be licensed for everyone's free use or not licensed at all.
55
55
 
56
- The precise terms and conditions for copying, distribution and
56
+ The precise terms and conditions for copying, distribution and
57
57
  modification follow.
58
58
 
59
- GNU GENERAL PUBLIC LICENSE
60
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
59
+ GNU GENERAL PUBLIC LICENSE
60
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61
61
 
62
- 0. This License applies to any program or other work which contains
62
+ 0. This License applies to any program or other work which contains
63
63
  a notice placed by the copyright holder saying it may be distributed
64
- under the terms of this General Public License. The "Program", below,
64
+ under the terms of this General Public License. The "Program", below,
65
65
  refers to any such program or work, and a "work based on the Program"
66
66
  means either the Program or any derivative work under copyright law:
67
67
  that is to say, a work containing the Program or a portion of it,
68
68
  either verbatim or with modifications and/or translated into another
69
- language. (Hereinafter, translation is included without limitation in
70
- the term "modification".) Each licensee is addressed as "you".
69
+ language. (Hereinafter, translation is included without limitation in
70
+ the term "modification".) Each licensee is addressed as "you".
71
71
 
72
72
  Activities other than copying, distribution and modification are not
73
- covered by this License; they are outside its scope. The act of
73
+ covered by this License; they are outside its scope. The act of
74
74
  running the Program is not restricted, and the output from the Program
75
75
  is covered only if its contents constitute a work based on the
76
76
  Program (independent of having been made by running the Program).
77
77
  Whether that is true depends on what the Program does.
78
78
 
79
- 1. You may copy and distribute verbatim copies of the Program's
79
+ 1. You may copy and distribute verbatim copies of the Program's
80
80
  source code as you receive it, in any medium, provided that you
81
81
  conspicuously and appropriately publish on each copy an appropriate
82
82
  copyright notice and disclaimer of warranty; keep intact all the
@@ -87,35 +87,35 @@ along with the Program.
87
87
  You may charge a fee for the physical act of transferring a copy, and
88
88
  you may at your option offer warranty protection in exchange for a fee.
89
89
 
90
- 2. You may modify your copy or copies of the Program or any portion
90
+ 2. You may modify your copy or copies of the Program or any portion
91
91
  of it, thus forming a work based on the Program, and copy and
92
92
  distribute such modifications or work under the terms of Section 1
93
93
  above, provided that you also meet all of these conditions:
94
94
 
95
- a) You must cause the modified files to carry prominent notices
96
- stating that you changed the files and the date of any change.
97
-
98
- b) You must cause any work that you distribute or publish, that in
99
- whole or in part contains or is derived from the Program or any
100
- part thereof, to be licensed as a whole at no charge to all third
101
- parties under the terms of this License.
102
-
103
- c) If the modified program normally reads commands interactively
104
- when run, you must cause it, when started running for such
105
- interactive use in the most ordinary way, to print or display an
106
- announcement including an appropriate copyright notice and a
107
- notice that there is no warranty (or else, saying that you provide
108
- a warranty) and that users may redistribute the program under
109
- these conditions, and telling the user how to view a copy of this
110
- License. (Exception: if the Program itself is interactive but
111
- does not normally print such an announcement, your work based on
112
- the Program is not required to print an announcement.)
113
-
114
- These requirements apply to the modified work as a whole. If
95
+ a) You must cause the modified files to carry prominent notices
96
+ stating that you changed the files and the date of any change.
97
+
98
+ b) You must cause any work that you distribute or publish, that in
99
+ whole or in part contains or is derived from the Program or any
100
+ part thereof, to be licensed as a whole at no charge to all third
101
+ parties under the terms of this License.
102
+
103
+ c) If the modified program normally reads commands interactively
104
+ when run, you must cause it, when started running for such
105
+ interactive use in the most ordinary way, to print or display an
106
+ announcement including an appropriate copyright notice and a
107
+ notice that there is no warranty (or else, saying that you provide
108
+ a warranty) and that users may redistribute the program under
109
+ these conditions, and telling the user how to view a copy of this
110
+ License. (Exception: if the Program itself is interactive but
111
+ does not normally print such an announcement, your work based on
112
+ the Program is not required to print an announcement.)
113
+
114
+ These requirements apply to the modified work as a whole. If
115
115
  identifiable sections of that work are not derived from the Program,
116
116
  and can be reasonably considered independent and separate works in
117
117
  themselves, then this License, and its terms, do not apply to those
118
- sections when you distribute them as separate works. But when you
118
+ sections when you distribute them as separate works. But when you
119
119
  distribute the same sections as part of a whole which is a work based
120
120
  on the Program, the distribution of the whole must be on the terms of
121
121
  this License, whose permissions for other licensees extend to the
@@ -131,32 +131,32 @@ with the Program (or with a work based on the Program) on a volume of
131
131
  a storage or distribution medium does not bring the other work under
132
132
  the scope of this License.
133
133
 
134
- 3. You may copy and distribute the Program (or a work based on it,
134
+ 3. You may copy and distribute the Program (or a work based on it,
135
135
  under Section 2) in object code or executable form under the terms of
136
136
  Sections 1 and 2 above provided that you also do one of the following:
137
137
 
138
- a) Accompany it with the complete corresponding machine-readable
139
- source code, which must be distributed under the terms of Sections
140
- 1 and 2 above on a medium customarily used for software interchange; or,
138
+ a) Accompany it with the complete corresponding machine-readable
139
+ source code, which must be distributed under the terms of Sections
140
+ 1 and 2 above on a medium customarily used for software interchange; or,
141
141
 
142
- b) Accompany it with a written offer, valid for at least three
143
- years, to give any third party, for a charge no more than your
144
- cost of physically performing source distribution, a complete
145
- machine-readable copy of the corresponding source code, to be
146
- distributed under the terms of Sections 1 and 2 above on a medium
147
- customarily used for software interchange; or,
142
+ b) Accompany it with a written offer, valid for at least three
143
+ years, to give any third party, for a charge no more than your
144
+ cost of physically performing source distribution, a complete
145
+ machine-readable copy of the corresponding source code, to be
146
+ distributed under the terms of Sections 1 and 2 above on a medium
147
+ customarily used for software interchange; or,
148
148
 
149
- c) Accompany it with the information you received as to the offer
150
- to distribute corresponding source code. (This alternative is
151
- allowed only for noncommercial distribution and only if you
152
- received the program in object code or executable form with such
153
- an offer, in accord with Subsection b above.)
149
+ c) Accompany it with the information you received as to the offer
150
+ to distribute corresponding source code. (This alternative is
151
+ allowed only for noncommercial distribution and only if you
152
+ received the program in object code or executable form with such
153
+ an offer, in accord with Subsection b above.)
154
154
 
155
155
  The source code for a work means the preferred form of the work for
156
- making modifications to it. For an executable work, complete source
156
+ making modifications to it. For an executable work, complete source
157
157
  code means all the source code for all modules it contains, plus any
158
158
  associated interface definition files, plus the scripts used to
159
- control compilation and installation of the executable. However, as a
159
+ control compilation and installation of the executable. However, as a
160
160
  special exception, the source code distributed need not include
161
161
  anything that is normally distributed (in either source or binary
162
162
  form) with the major components (compiler, kernel, and so on) of the
@@ -169,39 +169,39 @@ access to copy the source code from the same place counts as
169
169
  distribution of the source code, even though third parties are not
170
170
  compelled to copy the source along with the object code.
171
171
 
172
- 4. You may not copy, modify, sublicense, or distribute the Program
173
- except as expressly provided under this License. Any attempt
172
+ 4. You may not copy, modify, sublicense, or distribute the Program
173
+ except as expressly provided under this License. Any attempt
174
174
  otherwise to copy, modify, sublicense or distribute the Program is
175
175
  void, and will automatically terminate your rights under this License.
176
176
  However, parties who have received copies, or rights, from you under
177
177
  this License will not have their licenses terminated so long as such
178
178
  parties remain in full compliance.
179
179
 
180
- 5. You are not required to accept this License, since you have not
181
- signed it. However, nothing else grants you permission to modify or
182
- distribute the Program or its derivative works. These actions are
183
- prohibited by law if you do not accept this License. Therefore, by
180
+ 5. You are not required to accept this License, since you have not
181
+ signed it. However, nothing else grants you permission to modify or
182
+ distribute the Program or its derivative works. These actions are
183
+ prohibited by law if you do not accept this License. Therefore, by
184
184
  modifying or distributing the Program (or any work based on the
185
185
  Program), you indicate your acceptance of this License to do so, and
186
186
  all its terms and conditions for copying, distributing or modifying
187
187
  the Program or works based on it.
188
188
 
189
- 6. Each time you redistribute the Program (or any work based on the
189
+ 6. Each time you redistribute the Program (or any work based on the
190
190
  Program), the recipient automatically receives a license from the
191
191
  original licensor to copy, distribute or modify the Program subject to
192
- these terms and conditions. You may not impose any further
192
+ these terms and conditions. You may not impose any further
193
193
  restrictions on the recipients' exercise of the rights granted herein.
194
194
  You are not responsible for enforcing compliance by third parties to
195
195
  this License.
196
196
 
197
- 7. If, as a consequence of a court judgment or allegation of patent
197
+ 7. If, as a consequence of a court judgment or allegation of patent
198
198
  infringement or for any other reason (not limited to patent issues),
199
199
  conditions are imposed on you (whether by court order, agreement or
200
200
  otherwise) that contradict the conditions of this License, they do not
201
- excuse you from the conditions of this License. If you cannot
201
+ excuse you from the conditions of this License. If you cannot
202
202
  distribute so as to satisfy simultaneously your obligations under this
203
203
  License and any other pertinent obligations, then as a consequence you
204
- may not distribute the Program at all. For example, if a patent
204
+ may not distribute the Program at all. For example, if a patent
205
205
  license would not permit royalty-free redistribution of the Program by
206
206
  all those who receive copies directly or indirectly through you, then
207
207
  the only way you could satisfy both it and this License would be to
@@ -216,7 +216,7 @@ It is not the purpose of this section to induce you to infringe any
216
216
  patents or other property right claims or to contest validity of any
217
217
  such claims; this section has the sole purpose of protecting the
218
218
  integrity of the free software distribution system, which is
219
- implemented by public license practices. Many people have made
219
+ implemented by public license practices. Many people have made
220
220
  generous contributions to the wide range of software distributed
221
221
  through that system in reliance on consistent application of that
222
222
  system; it is up to the author/donor to decide if he or she is willing
@@ -226,48 +226,48 @@ impose that choice.
226
226
  This section is intended to make thoroughly clear what is believed to
227
227
  be a consequence of the rest of this License.
228
228
 
229
- 8. If the distribution and/or use of the Program is restricted in
229
+ 8. If the distribution and/or use of the Program is restricted in
230
230
  certain countries either by patents or by copyrighted interfaces, the
231
231
  original copyright holder who places the Program under this License
232
232
  may add an explicit geographical distribution limitation excluding
233
233
  those countries, so that distribution is permitted only in or among
234
- countries not thus excluded. In such case, this License incorporates
234
+ countries not thus excluded. In such case, this License incorporates
235
235
  the limitation as if written in the body of this License.
236
236
 
237
- 9. The Free Software Foundation may publish revised and/or new versions
238
- of the General Public License from time to time. Such new versions will
237
+ 9. The Free Software Foundation may publish revised and/or new versions
238
+ of the General Public License from time to time. Such new versions will
239
239
  be similar in spirit to the present version, but may differ in detail to
240
240
  address new problems or concerns.
241
241
 
242
- Each version is given a distinguishing version number. If the Program
242
+ Each version is given a distinguishing version number. If the Program
243
243
  specifies a version number of this License which applies to it and "any
244
244
  later version", you have the option of following the terms and conditions
245
245
  either of that version or of any later version published by the Free
246
- Software Foundation. If the Program does not specify a version number of
246
+ Software Foundation. If the Program does not specify a version number of
247
247
  this License, you may choose any version ever published by the Free Software
248
248
  Foundation.
249
249
 
250
- 10. If you wish to incorporate parts of the Program into other free
250
+ 10. If you wish to incorporate parts of the Program into other free
251
251
  programs whose distribution conditions are different, write to the author
252
- to ask for permission. For software which is copyrighted by the Free
252
+ to ask for permission. For software which is copyrighted by the Free
253
253
  Software Foundation, write to the Free Software Foundation; we sometimes
254
- make exceptions for this. Our decision will be guided by the two goals
254
+ make exceptions for this. Our decision will be guided by the two goals
255
255
  of preserving the free status of all derivatives of our free software and
256
256
  of promoting the sharing and reuse of software generally.
257
257
 
258
- NO WARRANTY
258
+ NO WARRANTY
259
259
 
260
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
- FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
260
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
262
262
  OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
263
  PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
264
  OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266
- TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
265
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
267
267
  PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
268
  REPAIR OR CORRECTION.
269
269
 
270
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
270
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
271
  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
272
  REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
273
  INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
@@ -656,7 +656,7 @@ jQuery.extend({
656
656
  else
657
657
  script.text = data;
658
658
 
659
- // Use insertBefore instead of appendChild to circumvent an IE6 bug.
659
+ // Use insertBefore instead of appendChild to circumvent an IE6 bug.
660
660
  // This arises when a base node is used (#2709).
661
661
  head.insertBefore( script, head.firstChild );
662
662
  head.removeChild( script );
@@ -1018,7 +1018,7 @@ jQuery.extend({
1018
1018
  return elem[ name ];
1019
1019
  }
1020
1020
 
1021
- if ( !jQuery.support.style && notxml && name == "style" )
1021
+ if ( !jQuery.support.style && notxml && name == "style" )
1022
1022
  return jQuery.attr( elem.style, "cssText", value );
1023
1023
 
1024
1024
  if ( set )
@@ -1266,155 +1266,155 @@ jQuery.each({
1266
1266
  function num(elem, prop) {
1267
1267
  return elem[0] && parseInt( jQuery.curCSS(elem[0], prop, true), 10 ) || 0;
1268
1268
  }
1269
- var expando = "jQuery" + now(), uuid = 0, windowData = {};
1270
-
1271
- jQuery.extend({
1272
- cache: {},
1273
-
1274
- data: function( elem, name, data ) {
1275
- elem = elem == window ?
1276
- windowData :
1277
- elem;
1278
-
1279
- var id = elem[ expando ];
1280
-
1281
- // Compute a unique ID for the element
1282
- if ( !id )
1283
- id = elem[ expando ] = ++uuid;
1284
-
1285
- // Only generate the data cache if we're
1286
- // trying to access or manipulate it
1287
- if ( name && !jQuery.cache[ id ] )
1288
- jQuery.cache[ id ] = {};
1289
-
1290
- // Prevent overriding the named cache with undefined values
1291
- if ( data !== undefined )
1292
- jQuery.cache[ id ][ name ] = data;
1293
-
1294
- // Return the named cache data, or the ID for the element
1295
- return name ?
1296
- jQuery.cache[ id ][ name ] :
1297
- id;
1298
- },
1299
-
1300
- removeData: function( elem, name ) {
1301
- elem = elem == window ?
1302
- windowData :
1303
- elem;
1304
-
1305
- var id = elem[ expando ];
1306
-
1307
- // If we want to remove a specific section of the element's data
1308
- if ( name ) {
1309
- if ( jQuery.cache[ id ] ) {
1310
- // Remove the section of cache data
1311
- delete jQuery.cache[ id ][ name ];
1312
-
1313
- // If we've removed all the data, remove the element's cache
1314
- name = "";
1315
-
1316
- for ( name in jQuery.cache[ id ] )
1317
- break;
1318
-
1319
- if ( !name )
1320
- jQuery.removeData( elem );
1321
- }
1322
-
1323
- // Otherwise, we want to remove all of the element's data
1324
- } else {
1325
- // Clean up the element expando
1326
- try {
1327
- delete elem[ expando ];
1328
- } catch(e){
1329
- // IE has trouble directly removing the expando
1330
- // but it's ok with using removeAttribute
1331
- if ( elem.removeAttribute )
1332
- elem.removeAttribute( expando );
1333
- }
1334
-
1335
- // Completely remove the data cache
1336
- delete jQuery.cache[ id ];
1337
- }
1338
- },
1339
- queue: function( elem, type, data ) {
1340
- if ( elem ){
1341
-
1342
- type = (type || "fx") + "queue";
1343
-
1344
- var q = jQuery.data( elem, type );
1345
-
1346
- if ( !q || jQuery.isArray(data) )
1347
- q = jQuery.data( elem, type, jQuery.makeArray(data) );
1348
- else if( data )
1349
- q.push( data );
1350
-
1351
- }
1352
- return q;
1353
- },
1354
-
1355
- dequeue: function( elem, type ){
1356
- var queue = jQuery.queue( elem, type ),
1357
- fn = queue.shift();
1358
-
1359
- if( !type || type === "fx" )
1360
- fn = queue[0];
1361
-
1362
- if( fn !== undefined )
1363
- fn.call(elem);
1364
- }
1365
- });
1366
-
1367
- jQuery.fn.extend({
1368
- data: function( key, value ){
1369
- var parts = key.split(".");
1370
- parts[1] = parts[1] ? "." + parts[1] : "";
1371
-
1372
- if ( value === undefined ) {
1373
- var data = this.triggerHandler("getData" + parts[1] + "!", [parts[0]]);
1374
-
1375
- if ( data === undefined && this.length )
1376
- data = jQuery.data( this[0], key );
1377
-
1378
- return data === undefined && parts[1] ?
1379
- this.data( parts[0] ) :
1380
- data;
1381
- } else
1382
- return this.trigger("setData" + parts[1] + "!", [parts[0], value]).each(function(){
1383
- jQuery.data( this, key, value );
1384
- });
1385
- },
1386
-
1387
- removeData: function( key ){
1388
- return this.each(function(){
1389
- jQuery.removeData( this, key );
1390
- });
1391
- },
1392
- queue: function(type, data){
1393
- if ( typeof type !== "string" ) {
1394
- data = type;
1395
- type = "fx";
1396
- }
1397
-
1398
- if ( data === undefined )
1399
- return jQuery.queue( this[0], type );
1400
-
1401
- return this.each(function(){
1402
- var queue = jQuery.queue( this, type, data );
1403
-
1404
- if( type == "fx" && queue.length == 1 )
1405
- queue[0].call(this);
1406
- });
1407
- },
1408
- dequeue: function(type){
1409
- return this.each(function(){
1410
- jQuery.dequeue( this, type );
1411
- });
1412
- }
1269
+ var expando = "jQuery" + now(), uuid = 0, windowData = {};
1270
+
1271
+ jQuery.extend({
1272
+ cache: {},
1273
+
1274
+ data: function( elem, name, data ) {
1275
+ elem = elem == window ?
1276
+ windowData :
1277
+ elem;
1278
+
1279
+ var id = elem[ expando ];
1280
+
1281
+ // Compute a unique ID for the element
1282
+ if ( !id )
1283
+ id = elem[ expando ] = ++uuid;
1284
+
1285
+ // Only generate the data cache if we're
1286
+ // trying to access or manipulate it
1287
+ if ( name && !jQuery.cache[ id ] )
1288
+ jQuery.cache[ id ] = {};
1289
+
1290
+ // Prevent overriding the named cache with undefined values
1291
+ if ( data !== undefined )
1292
+ jQuery.cache[ id ][ name ] = data;
1293
+
1294
+ // Return the named cache data, or the ID for the element
1295
+ return name ?
1296
+ jQuery.cache[ id ][ name ] :
1297
+ id;
1298
+ },
1299
+
1300
+ removeData: function( elem, name ) {
1301
+ elem = elem == window ?
1302
+ windowData :
1303
+ elem;
1304
+
1305
+ var id = elem[ expando ];
1306
+
1307
+ // If we want to remove a specific section of the element's data
1308
+ if ( name ) {
1309
+ if ( jQuery.cache[ id ] ) {
1310
+ // Remove the section of cache data
1311
+ delete jQuery.cache[ id ][ name ];
1312
+
1313
+ // If we've removed all the data, remove the element's cache
1314
+ name = "";
1315
+
1316
+ for ( name in jQuery.cache[ id ] )
1317
+ break;
1318
+
1319
+ if ( !name )
1320
+ jQuery.removeData( elem );
1321
+ }
1322
+
1323
+ // Otherwise, we want to remove all of the element's data
1324
+ } else {
1325
+ // Clean up the element expando
1326
+ try {
1327
+ delete elem[ expando ];
1328
+ } catch(e){
1329
+ // IE has trouble directly removing the expando
1330
+ // but it's ok with using removeAttribute
1331
+ if ( elem.removeAttribute )
1332
+ elem.removeAttribute( expando );
1333
+ }
1334
+
1335
+ // Completely remove the data cache
1336
+ delete jQuery.cache[ id ];
1337
+ }
1338
+ },
1339
+ queue: function( elem, type, data ) {
1340
+ if ( elem ){
1341
+
1342
+ type = (type || "fx") + "queue";
1343
+
1344
+ var q = jQuery.data( elem, type );
1345
+
1346
+ if ( !q || jQuery.isArray(data) )
1347
+ q = jQuery.data( elem, type, jQuery.makeArray(data) );
1348
+ else if( data )
1349
+ q.push( data );
1350
+
1351
+ }
1352
+ return q;
1353
+ },
1354
+
1355
+ dequeue: function( elem, type ){
1356
+ var queue = jQuery.queue( elem, type ),
1357
+ fn = queue.shift();
1358
+
1359
+ if( !type || type === "fx" )
1360
+ fn = queue[0];
1361
+
1362
+ if( fn !== undefined )
1363
+ fn.call(elem);
1364
+ }
1365
+ });
1366
+
1367
+ jQuery.fn.extend({
1368
+ data: function( key, value ){
1369
+ var parts = key.split(".");
1370
+ parts[1] = parts[1] ? "." + parts[1] : "";
1371
+
1372
+ if ( value === undefined ) {
1373
+ var data = this.triggerHandler("getData" + parts[1] + "!", [parts[0]]);
1374
+
1375
+ if ( data === undefined && this.length )
1376
+ data = jQuery.data( this[0], key );
1377
+
1378
+ return data === undefined && parts[1] ?
1379
+ this.data( parts[0] ) :
1380
+ data;
1381
+ } else
1382
+ return this.trigger("setData" + parts[1] + "!", [parts[0], value]).each(function(){
1383
+ jQuery.data( this, key, value );
1384
+ });
1385
+ },
1386
+
1387
+ removeData: function( key ){
1388
+ return this.each(function(){
1389
+ jQuery.removeData( this, key );
1390
+ });
1391
+ },
1392
+ queue: function(type, data){
1393
+ if ( typeof type !== "string" ) {
1394
+ data = type;
1395
+ type = "fx";
1396
+ }
1397
+
1398
+ if ( data === undefined )
1399
+ return jQuery.queue( this[0], type );
1400
+
1401
+ return this.each(function(){
1402
+ var queue = jQuery.queue( this, type, data );
1403
+
1404
+ if( type == "fx" && queue.length == 1 )
1405
+ queue[0].call(this);
1406
+ });
1407
+ },
1408
+ dequeue: function(type){
1409
+ return this.each(function(){
1410
+ jQuery.dequeue( this, type );
1411
+ });
1412
+ }
1413
1413
  });/*!
1414
1414
  * Sizzle CSS Selector Engine - v0.9.3
1415
- * Copyright 2009, The Dojo Foundation
1416
- * Released under the MIT, BSD, and GPL Licenses.
1417
- * More information: http://sizzlejs.com/
1415
+ * Copyright 2009, The Dojo Foundation
1416
+ * Released under the MIT, BSD, and GPL Licenses.
1417
+ * More information: http://sizzlejs.com/
1418
1418
  */
1419
1419
  (function(){
1420
1420
 
@@ -1960,13 +1960,13 @@ var Expr = Sizzle.selectors = {
1960
1960
  switch (type) {
1961
1961
  case 'only':
1962
1962
  case 'first':
1963
- while (node = node.previousSibling) {
1963
+ while (node = node.previousSibling) {
1964
1964
  if ( node.nodeType === 1 ) return false;
1965
1965
  }
1966
1966
  if ( type == 'first') return true;
1967
1967
  node = elem;
1968
1968
  case 'last':
1969
- while (node = node.nextSibling) {
1969
+ while (node = node.nextSibling) {
1970
1970
  if ( node.nodeType === 1 ) return false;
1971
1971
  }
1972
1972
  return true;
@@ -2329,7 +2329,7 @@ function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) {
2329
2329
  }
2330
2330
  }
2331
2331
 
2332
- var contains = document.compareDocumentPosition ? function(a, b){
2332
+ var contains = document.compareDocumentPosition ? function(a, b){
2333
2333
  return a.compareDocumentPosition(b) & 16;
2334
2334
  } : function(a, b){
2335
2335
  return a !== b && (a.contains ? a.contains(b) : true);
@@ -2779,7 +2779,7 @@ jQuery.event = {
2779
2779
  setup: function( selector, namespaces ){
2780
2780
  jQuery.event.add( this, namespaces[0], liveHandler );
2781
2781
  },
2782
- teardown: function( namespaces ){
2782
+ teardown: function( namespaces ){
2783
2783
  if ( namespaces.length ) {
2784
2784
  var remove = 0, name = RegExp("(^|\\.)" + namespaces[0] + "(\\.|$)");
2785
2785
 
@@ -2888,7 +2888,7 @@ jQuery.each({
2888
2888
  teardown: function(){
2889
2889
  jQuery.event.remove( this, orig, withinElement );
2890
2890
  }
2891
- };
2891
+ };
2892
2892
  });
2893
2893
 
2894
2894
  jQuery.fn.extend({
@@ -3119,7 +3119,7 @@ jQuery( window ).bind( 'unload', function(){
3119
3119
  id = "script" + (new Date).getTime();
3120
3120
 
3121
3121
  div.style.display = "none";
3122
- div.innerHTML = ' <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';
3122
+ div.innerHTML = ' <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';
3123
3123
 
3124
3124
  var all = div.getElementsByTagName("*"),
3125
3125
  a = div.getElementsByTagName("a")[0];
@@ -3318,7 +3318,7 @@ jQuery.each( "ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".sp
3318
3318
  var jsc = now();
3319
3319
 
3320
3320
  jQuery.extend({
3321
-
3321
+
3322
3322
  get: function( url, data, callback, type ) {
3323
3323
  // shift arguments if data argument was ommited
3324
3324
  if ( jQuery.isFunction( data ) ) {
@@ -4173,9 +4173,9 @@ if ( document.documentElement["getBoundingClientRect"] )
4173
4173
  jQuery.fn.offset = function() {
4174
4174
  if ( !this[0] ) return { top: 0, left: 0 };
4175
4175
  if ( this[0] === this[0].ownerDocument.body ) return jQuery.offset.bodyOffset( this[0] );
4176
- var box = this[0].getBoundingClientRect(), doc = this[0].ownerDocument, body = doc.body, docElem = doc.documentElement,
4176
+ var box = this[0].getBoundingClientRect(), doc = this[0].ownerDocument, body = doc.body, docElem = doc.documentElement,
4177
4177
  clientTop = docElem.clientTop || body.clientTop || 0, clientLeft = docElem.clientLeft || body.clientLeft || 0,
4178
- top = box.top + (self.pageYOffset || jQuery.boxModel && docElem.scrollTop || body.scrollTop ) - clientTop,
4178
+ top = box.top + (self.pageYOffset || jQuery.boxModel && docElem.scrollTop || body.scrollTop ) - clientTop,
4179
4179
  left = box.left + (self.pageXOffset || jQuery.boxModel && docElem.scrollLeft || body.scrollLeft) - clientLeft;
4180
4180
  return { top: top, left: left };
4181
4181
  };
@@ -4197,22 +4197,22 @@ else
4197
4197
  if ( elem === offsetParent ) {
4198
4198
  top += elem.offsetTop, left += elem.offsetLeft;
4199
4199
  if ( jQuery.offset.doesNotAddBorder && !(jQuery.offset.doesAddBorderForTableAndCells && /^t(able|d|h)$/i.test(elem.tagName)) )
4200
- top += parseInt( computedStyle.borderTopWidth, 10) || 0,
4200
+ top += parseInt( computedStyle.borderTopWidth, 10) || 0,
4201
4201
  left += parseInt( computedStyle.borderLeftWidth, 10) || 0;
4202
4202
  prevOffsetParent = offsetParent, offsetParent = elem.offsetParent;
4203
4203
  }
4204
4204
  if ( jQuery.offset.subtractsBorderForOverflowNotVisible && computedStyle.overflow !== "visible" )
4205
- top += parseInt( computedStyle.borderTopWidth, 10) || 0,
4205
+ top += parseInt( computedStyle.borderTopWidth, 10) || 0,
4206
4206
  left += parseInt( computedStyle.borderLeftWidth, 10) || 0;
4207
4207
  prevComputedStyle = computedStyle;
4208
4208
  }
4209
4209
 
4210
4210
  if ( prevComputedStyle.position === "relative" || prevComputedStyle.position === "static" )
4211
- top += body.offsetTop,
4211
+ top += body.offsetTop,
4212
4212
  left += body.offsetLeft;
4213
4213
 
4214
4214
  if ( prevComputedStyle.position === "fixed" )
4215
- top += Math.max(docElem.scrollTop, body.scrollTop),
4215
+ top += Math.max(docElem.scrollTop, body.scrollTop),
4216
4216
  left += Math.max(docElem.scrollLeft, body.scrollLeft);
4217
4217
 
4218
4218
  return { top: top, left: left };
@@ -4249,7 +4249,7 @@ jQuery.offset = {
4249
4249
  jQuery.offset.initialized || jQuery.offset.initialize();
4250
4250
  var top = body.offsetTop, left = body.offsetLeft;
4251
4251
  if ( jQuery.offset.doesNotIncludeMarginInBodyOffset )
4252
- top += parseInt( jQuery.curCSS(body, 'marginTop', true), 10 ) || 0,
4252
+ top += parseInt( jQuery.curCSS(body, 'marginTop', true), 10 ) || 0,
4253
4253
  left += parseInt( jQuery.curCSS(body, 'marginLeft', true), 10 ) || 0;
4254
4254
  return { top: top, left: left };
4255
4255
  }
@@ -4265,22 +4265,22 @@ jQuery.fn.extend({
4265
4265
  var offsetParent = this.offsetParent(),
4266
4266
 
4267
4267
  // Get correct offsets
4268
- offset = this.offset(),
4268
+ offset = this.offset(),
4269
4269
  parentOffset = /^body|html$/i.test(offsetParent[0].tagName) ? { top: 0, left: 0 } : offsetParent.offset();
4270
4270
 
4271
4271
  // Subtract element margins
4272
4272
  // note: when an element has margin: auto the offsetLeft and marginLeft
4273
4273
  // are the same in Safari causing offset.left to incorrectly be 0
4274
- offset.top -= num( this, 'marginTop' );
4274
+ offset.top -= num( this, 'marginTop' );
4275
4275
  offset.left -= num( this, 'marginLeft' );
4276
4276
 
4277
4277
  // Add offsetParent borders
4278
- parentOffset.top += num( offsetParent, 'borderTopWidth' );
4278
+ parentOffset.top += num( offsetParent, 'borderTopWidth' );
4279
4279
  parentOffset.left += num( offsetParent, 'borderLeftWidth' );
4280
4280
 
4281
4281
  // Subtract the two offsets
4282
4282
  results = {
4283
- top: offset.top - parentOffset.top,
4283
+ top: offset.top - parentOffset.top,
4284
4284
  left: offset.left - parentOffset.left
4285
4285
  };
4286
4286
  }
@@ -4327,7 +4327,7 @@ jQuery.each( ['Left', 'Top'], function(i, name) {
4327
4327
  // Create innerHeight, innerWidth, outerHeight and outerWidth methods
4328
4328
  jQuery.each([ "Height", "Width" ], function(i, name){
4329
4329
 
4330
- var tl = i ? "Left" : "Top", // top or left
4330
+ var tl = i ? "Left" : "Top", // top or left
4331
4331
  br = i ? "Right" : "Bottom", // bottom or right
4332
4332
  lower = name.toLowerCase();
4333
4333