spree_essential_press 0.1.0.pre3 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (486) hide show
  1. data/.gitignore +2 -3
  2. data/.travis.yml +8 -0
  3. data/Gemfile +0 -2
  4. data/LICENSE +21 -17
  5. data/README.md +26 -16
  6. data/Rakefile +3 -33
  7. data/Versionfile +4 -2
  8. data/app/controllers/admin/press_controller.rb +2 -2
  9. data/app/controllers/press_controller.rb +1 -1
  10. data/app/overrides/spree_essential_press.rb +5 -0
  11. data/app/views/admin/press/_form.html.erb +6 -17
  12. data/app/views/admin/press/edit.html.erb +2 -2
  13. data/app/views/admin/press/index.html.erb +6 -23
  14. data/config/locales/en.yml +19 -17
  15. data/lib/generators/essentials_base.rb +12 -3
  16. data/lib/generators/spree_essentials/press_generator.rb +1 -1
  17. data/lib/spree_essential_press.rb +17 -8
  18. data/lib/spree_essential_press/version.rb +1 -1
  19. data/spree_essential_press.gemspec +5 -15
  20. data/test/dummy_hooks/after_migrate.rb.sample +1 -0
  21. data/test/dummy_hooks/before_migrate.rb +13 -0
  22. data/test/dummy_hooks/templates/admin/all.css +3 -0
  23. data/test/dummy_hooks/templates/admin/all.js +1 -0
  24. data/test/dummy_hooks/templates/store/all.css +3 -0
  25. data/test/dummy_hooks/templates/store/all.js +1 -0
  26. data/test/support/factories.rb +2 -2
  27. data/test/support/images/1.png +0 -0
  28. data/test/test_helper.rb +9 -52
  29. data/test/unit/press_image_test.rb +2 -2
  30. data/test/unit/press_test.rb +1 -1
  31. metadata +77 -1063
  32. data/app/controllers/admin/resource_controller.rb +0 -225
  33. data/lib/spree_essential_press/custom_hooks.rb +0 -9
  34. data/public/javascripts/date.js +0 -145
  35. data/public/javascripts/jquery.autodate.js +0 -112
  36. data/test/dummy/Rakefile +0 -7
  37. data/test/dummy/app/controllers/application_controller.rb +0 -3
  38. data/test/dummy/config.ru +0 -4
  39. data/test/dummy/config/application.rb +0 -44
  40. data/test/dummy/config/boot.rb +0 -10
  41. data/test/dummy/config/database.yml +0 -22
  42. data/test/dummy/config/environment.rb +0 -5
  43. data/test/dummy/config/environments/development.rb +0 -26
  44. data/test/dummy/config/environments/production.rb +0 -49
  45. data/test/dummy/config/environments/test.rb +0 -35
  46. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  47. data/test/dummy/config/initializers/inflections.rb +0 -10
  48. data/test/dummy/config/initializers/mime_types.rb +0 -5
  49. data/test/dummy/config/initializers/secret_token.rb +0 -7
  50. data/test/dummy/config/initializers/session_store.rb +0 -8
  51. data/test/dummy/config/locales/en.yml +0 -5
  52. data/test/dummy/config/routes.rb +0 -58
  53. data/test/dummy/db/default/countries.yml +0 -1583
  54. data/test/dummy/db/default/roles.yml +0 -7
  55. data/test/dummy/db/default/states.yml +0 -256
  56. data/test/dummy/db/default/zone_members.yml +0 -169
  57. data/test/dummy/db/default/zones.yml +0 -13
  58. data/test/dummy/db/migrate/20090823005402_spree_zero_nine_zero.rb +0 -442
  59. data/test/dummy/db/migrate/20090904192342_create_indexes_for_inventory_units.rb +0 -12
  60. data/test/dummy/db/migrate/20090923100315_add_count_on_hand_to_variants_and_products.rb +0 -36
  61. data/test/dummy/db/migrate/20091007134354_change_taxons_to_nested_set.rb +0 -40
  62. data/test/dummy/db/migrate/20091008091614_move_to_configurable_gateways.rb +0 -55
  63. data/test/dummy/db/migrate/20091012120519_product_groups_and_scopes.rb +0 -25
  64. data/test/dummy/db/migrate/20091015110842_add_open_id_authentication_tables.rb +0 -20
  65. data/test/dummy/db/migrate/20091015153048_add_openid_field_to_users.rb +0 -19
  66. data/test/dummy/db/migrate/20091016174634_change_preference_value_type.rb +0 -10
  67. data/test/dummy/db/migrate/20091017175558_create_billing_integrations.rb +0 -16
  68. data/test/dummy/db/migrate/20091021133257_charge_refactoring.rb +0 -35
  69. data/test/dummy/db/migrate/20091104151730_add_some_indexes.rb +0 -21
  70. data/test/dummy/db/migrate/20091126190904_checkout_state_machine.rb +0 -13
  71. data/test/dummy/db/migrate/20091209153045_state_for_shipments.rb +0 -9
  72. data/test/dummy/db/migrate/20091209202200_make_state_events_polymorphic.rb +0 -12
  73. data/test/dummy/db/migrate/20091211203813_ship_address_id_for_checkouts.rb +0 -9
  74. data/test/dummy/db/migrate/20091212161118_shipping_method_id_for_checkouts.rb +0 -9
  75. data/test/dummy/db/migrate/20091213222815_creditcard_last_four_digits.rb +0 -19
  76. data/test/dummy/db/migrate/20091214183826_populate_legacy_shipment_state.rb +0 -19
  77. data/test/dummy/db/migrate/20100105090147_add_cost_price.rb +0 -9
  78. data/test/dummy/db/migrate/20100105132138_shipment_id_for_inventory_units.rb +0 -21
  79. data/test/dummy/db/migrate/20100111205525_cim_fields_for_creditcards.rb +0 -11
  80. data/test/dummy/db/migrate/20100112151511_create_return_authorizations.rb +0 -16
  81. data/test/dummy/db/migrate/20100113090919_add_return_authorization_to_inventory_units.rb +0 -9
  82. data/test/dummy/db/migrate/20100113203104_create_trackers.rb +0 -14
  83. data/test/dummy/db/migrate/20100121160010_creditcard_id_for_creditcard_txns.rb +0 -9
  84. data/test/dummy/db/migrate/20100121183934_original_creditcard_txn_id_for_creditcard_txns.rb +0 -9
  85. data/test/dummy/db/migrate/20100125145351_add_test_mode_to_billing_integration.rb +0 -11
  86. data/test/dummy/db/migrate/20100126103714_create_products_product_groups.rb +0 -12
  87. data/test/dummy/db/migrate/20100209025806_create_payment_methods.rb +0 -20
  88. data/test/dummy/db/migrate/20100209144531_polymorphic_payments.rb +0 -29
  89. data/test/dummy/db/migrate/20100213103131_change_payments_payment_method_to_belongs_to.rb +0 -11
  90. data/test/dummy/db/migrate/20100214212536_assign_creditcard_txns_to_payment.rb +0 -16
  91. data/test/dummy/db/migrate/20100223170312_sti_for_transactions.rb +0 -14
  92. data/test/dummy/db/migrate/20100223183812_drop_billing_integrations.rb +0 -16
  93. data/test/dummy/db/migrate/20100224153127_deleted_at_for_payment_methods.rb +0 -13
  94. data/test/dummy/db/migrate/20100301163454_add_adjustments_index.rb +0 -10
  95. data/test/dummy/db/migrate/20100306153445_fix_by_popularity.rb +0 -8
  96. data/test/dummy/db/migrate/20100317120946_add_alt_text_to_images.rb +0 -9
  97. data/test/dummy/db/migrate/20100427121301_add_display_to_payment_methods.rb +0 -9
  98. data/test/dummy/db/migrate/20100504142133_add_addresses_checkouts_indexes.rb +0 -16
  99. data/test/dummy/db/migrate/20100506180619_add_icon_to_taxons.rb +0 -18
  100. data/test/dummy/db/migrate/20100506185838_add_description_to_taxons.rb +0 -11
  101. data/test/dummy/db/migrate/20100528155333_index_for_shipments_number.rb +0 -9
  102. data/test/dummy/db/migrate/20100528185820_add_index_on_users_persistence_token.rb +0 -9
  103. data/test/dummy/db/migrate/20100605152042_add_default_to_tax_categories.rb +0 -9
  104. data/test/dummy/db/migrate/20100624110730_add_display_to_shipping_methods.rb +0 -9
  105. data/test/dummy/db/migrate/20100624123336_rename_payment_method_display.rb +0 -9
  106. data/test/dummy/db/migrate/20100624175547_rename_preferences_field.rb +0 -8
  107. data/test/dummy/db/migrate/20100811163637_add_guest_flag.rb +0 -13
  108. data/test/dummy/db/migrate/20100811205836_drop_order_token.rb +0 -11
  109. data/test/dummy/db/migrate/20100812162326_payments_state_and_assigned_to_order_only.rb +0 -11
  110. data/test/dummy/db/migrate/20100813023502_create_address_keys_for_order.rb +0 -15
  111. data/test/dummy/db/migrate/20100813185745_payment_total_for_orders.rb +0 -9
  112. data/test/dummy/db/migrate/20100816212146_shipping_method_id_for_orders.rb +0 -9
  113. data/test/dummy/db/migrate/20100817152723_add_shipment_and_payment_state.rb +0 -15
  114. data/test/dummy/db/migrate/20100819170125_refactor_adjustments.rb +0 -19
  115. data/test/dummy/db/migrate/20100820135707_response_code_and_avs_response_for_payments.rb +0 -11
  116. data/test/dummy/db/migrate/20100901171814_change_guest_flag_to_anonymous.rb +0 -13
  117. data/test/dummy/db/migrate/20100903203949_email_for_orders.rb +0 -9
  118. data/test/dummy/db/migrate/20100923162011_create_mail_methods.rb +0 -12
  119. data/test/dummy/db/migrate/20100929151905_rename_frozen_to_locked.rb +0 -8
  120. data/test/dummy/db/migrate/20101008190536_move_special_instructions_to_orders.rb +0 -11
  121. data/test/dummy/db/migrate/20101026184700_create_log_entries.rb +0 -15
  122. data/test/dummy/db/migrate/20101026184714_migrate_transactions_to_payment_state.rb +0 -94
  123. data/test/dummy/db/migrate/20101026184746_delete_in_progress_orders.rb +0 -18
  124. data/test/dummy/db/migrate/20101026184808_migrate_checkout_to_orders.rb +0 -27
  125. data/test/dummy/db/migrate/20101026184833_migrate_adjustments.rb +0 -9
  126. data/test/dummy/db/migrate/20101026184855_remove_shipped_state.rb +0 -14
  127. data/test/dummy/db/migrate/20101026184916_prevent_nil_payment_total.rb +0 -8
  128. data/test/dummy/db/migrate/20101026184932_prevent_nil_email.rb +0 -9
  129. data/test/dummy/db/migrate/20101026184959_generate_anonymous_users.rb +0 -14
  130. data/test/dummy/db/migrate/20101026185022_update_order_state.rb +0 -8
  131. data/test/dummy/db/migrate/20101026192225_cleanup_legacy_tables.rb +0 -11
  132. data/test/dummy/db/migrate/20101028151745_remove_number_and_cvv_from_credicard.rb +0 -9
  133. data/test/dummy/db/migrate/20101101185116_rename_columns_for_devise.rb +0 -38
  134. data/test/dummy/db/migrate/20101103212716_drop_anonymous_field_for_user.rb +0 -8
  135. data/test/dummy/db/migrate/20101111133551_renamed_rma_cancelled_state.rb +0 -10
  136. data/test/dummy/db/migrate/20101117031806_fix_problematic_index_names.rb +0 -13
  137. data/test/dummy/db/migrate/20101214150824_convert_user_remember_field.rb +0 -11
  138. data/test/dummy/db/migrate/20101217012656_create_tokenized_permissions.rb +0 -18
  139. data/test/dummy/db/migrate/20101219201531_tokens_for_legacy_orders.rb +0 -12
  140. data/test/dummy/db/migrate/20110421185054_create_press.rb +0 -16
  141. data/test/dummy/db/sample/users.rb +0 -53
  142. data/test/dummy/db/schema.rb +0 -548
  143. data/test/dummy/db/seeds.rb +0 -3
  144. data/test/dummy/public/404.html +0 -26
  145. data/test/dummy/public/422.html +0 -26
  146. data/test/dummy/public/500.html +0 -26
  147. data/test/dummy/public/assets/posts/1/large/02tii.jpg +0 -0
  148. data/test/dummy/public/assets/posts/1/mini/02tii.jpg +0 -0
  149. data/test/dummy/public/assets/posts/1/original/02tii.jpg +0 -0
  150. data/test/dummy/public/assets/posts/1/preview/02tii.jpg +0 -0
  151. data/test/dummy/public/assets/posts/1/small/02tii.jpg +0 -0
  152. data/test/dummy/public/assets/posts/2/large/sailing-avatar.jpg +0 -0
  153. data/test/dummy/public/assets/posts/2/mini/sailing-avatar.jpg +0 -0
  154. data/test/dummy/public/assets/posts/2/original/sailing-avatar.jpg +0 -0
  155. data/test/dummy/public/assets/posts/2/preview/sailing-avatar.jpg +0 -0
  156. data/test/dummy/public/assets/posts/2/small/sailing-avatar.jpg +0 -0
  157. data/test/dummy/public/assets/posts/3/large/fractals_generative.jpg +0 -0
  158. data/test/dummy/public/assets/posts/3/mini/fractals_generative.jpg +0 -0
  159. data/test/dummy/public/assets/posts/3/original/fractals_generative.jpg +0 -0
  160. data/test/dummy/public/assets/posts/3/preview/fractals_generative.jpg +0 -0
  161. data/test/dummy/public/assets/posts/3/small/fractals_generative.jpg +0 -0
  162. data/test/dummy/public/assets/products/4/large/bmw2002tii.jpg +0 -0
  163. data/test/dummy/public/assets/products/4/mini/bmw2002tii.jpg +0 -0
  164. data/test/dummy/public/assets/products/4/original/bmw2002tii.jpg +0 -0
  165. data/test/dummy/public/assets/products/4/product/bmw2002tii.jpg +0 -0
  166. data/test/dummy/public/assets/products/4/small/bmw2002tii.jpg +0 -0
  167. data/test/dummy/public/favicon.ico +0 -0
  168. data/test/dummy/public/images/add-to-cart.png +0 -0
  169. data/test/dummy/public/images/admin/bg/active-tab.png +0 -0
  170. data/test/dummy/public/images/admin/bg/admin_tab_back.png +0 -0
  171. data/test/dummy/public/images/admin/bg/admin_tab_selected_back.png +0 -0
  172. data/test/dummy/public/images/admin/bg/content-back-blue.png +0 -0
  173. data/test/dummy/public/images/admin/bg/content-back-green.png +0 -0
  174. data/test/dummy/public/images/admin/bg/content-back.png +0 -0
  175. data/test/dummy/public/images/admin/bg/flash-error.png +0 -0
  176. data/test/dummy/public/images/admin/bg/flash-notice.png +0 -0
  177. data/test/dummy/public/images/admin/bg/green-stripes.gif +0 -0
  178. data/test/dummy/public/images/admin/bg/green-stripes.png +0 -0
  179. data/test/dummy/public/images/admin/bg/grid_header_back.png +0 -0
  180. data/test/dummy/public/images/admin/bg/grid_header_back_green.png +0 -0
  181. data/test/dummy/public/images/admin/bg/header-bg.png +0 -0
  182. data/test/dummy/public/images/admin/bg/header.png +0 -0
  183. data/test/dummy/public/images/admin/bg/header_bg.jpg +0 -0
  184. data/test/dummy/public/images/admin/bg/menu-current.png +0 -0
  185. data/test/dummy/public/images/admin/bg/red-stripes.gif +0 -0
  186. data/test/dummy/public/images/admin/bg/red-stripes.png +0 -0
  187. data/test/dummy/public/images/admin/bg/spree_50.png +0 -0
  188. data/test/dummy/public/images/admin/bg/subnav-divider.png +0 -0
  189. data/test/dummy/public/images/admin/bg/subnav.png +0 -0
  190. data/test/dummy/public/images/admin/bg/tab-back.png +0 -0
  191. data/test/dummy/public/images/admin/buttons/blue/left_01.png +0 -0
  192. data/test/dummy/public/images/admin/buttons/blue/right_01.png +0 -0
  193. data/test/dummy/public/images/admin/buttons/drag-handle-green.png +0 -0
  194. data/test/dummy/public/images/admin/buttons/green/left_01.png +0 -0
  195. data/test/dummy/public/images/admin/buttons/green/right_01.png +0 -0
  196. data/test/dummy/public/images/admin/buttons/left_01.png +0 -0
  197. data/test/dummy/public/images/admin/buttons/left_01_small.png +0 -0
  198. data/test/dummy/public/images/admin/buttons/orange/left_03.png +0 -0
  199. data/test/dummy/public/images/admin/buttons/orange/right_03.png +0 -0
  200. data/test/dummy/public/images/admin/buttons/right_01.png +0 -0
  201. data/test/dummy/public/images/admin/buttons/right_01_small.png +0 -0
  202. data/test/dummy/public/images/admin/icons/16x16/1.png +0 -0
  203. data/test/dummy/public/images/admin/icons/16x16/10.png +0 -0
  204. data/test/dummy/public/images/admin/icons/16x16/2.png +0 -0
  205. data/test/dummy/public/images/admin/icons/16x16/3.png +0 -0
  206. data/test/dummy/public/images/admin/icons/16x16/4.png +0 -0
  207. data/test/dummy/public/images/admin/icons/16x16/5.png +0 -0
  208. data/test/dummy/public/images/admin/icons/16x16/6.png +0 -0
  209. data/test/dummy/public/images/admin/icons/16x16/7.png +0 -0
  210. data/test/dummy/public/images/admin/icons/16x16/8.png +0 -0
  211. data/test/dummy/public/images/admin/icons/16x16/9.png +0 -0
  212. data/test/dummy/public/images/admin/icons/32x32/1.png +0 -0
  213. data/test/dummy/public/images/admin/icons/32x32/10.png +0 -0
  214. data/test/dummy/public/images/admin/icons/32x32/11.png +0 -0
  215. data/test/dummy/public/images/admin/icons/32x32/2.png +0 -0
  216. data/test/dummy/public/images/admin/icons/32x32/3.png +0 -0
  217. data/test/dummy/public/images/admin/icons/32x32/4.png +0 -0
  218. data/test/dummy/public/images/admin/icons/32x32/5.png +0 -0
  219. data/test/dummy/public/images/admin/icons/32x32/6.png +0 -0
  220. data/test/dummy/public/images/admin/icons/32x32/7.png +0 -0
  221. data/test/dummy/public/images/admin/icons/32x32/8.png +0 -0
  222. data/test/dummy/public/images/admin/icons/32x32/9.png +0 -0
  223. data/test/dummy/public/images/admin/icons/accept.png +0 -0
  224. data/test/dummy/public/images/admin/icons/add.gif +0 -0
  225. data/test/dummy/public/images/admin/icons/add.png +0 -0
  226. data/test/dummy/public/images/admin/icons/arrow-down.gif +0 -0
  227. data/test/dummy/public/images/admin/icons/cross.png +0 -0
  228. data/test/dummy/public/images/admin/icons/delete.gif +0 -0
  229. data/test/dummy/public/images/admin/icons/delete.png +0 -0
  230. data/test/dummy/public/images/admin/icons/drag.gif +0 -0
  231. data/test/dummy/public/images/admin/icons/edit.gif +0 -0
  232. data/test/dummy/public/images/admin/icons/edit.png +0 -0
  233. data/test/dummy/public/images/admin/icons/email.png +0 -0
  234. data/test/dummy/public/images/admin/icons/error.png +0 -0
  235. data/test/dummy/public/images/admin/icons/exclamation.png +0 -0
  236. data/test/dummy/public/images/admin/icons/feed.png +0 -0
  237. data/test/dummy/public/images/admin/icons/pdf.png +0 -0
  238. data/test/dummy/public/images/admin/icons/reorder.gif +0 -0
  239. data/test/dummy/public/images/admin/icons/search.gif +0 -0
  240. data/test/dummy/public/images/admin/icons/send-email.png +0 -0
  241. data/test/dummy/public/images/admin/icons/stop.png +0 -0
  242. data/test/dummy/public/images/admin/icons/tick.png +0 -0
  243. data/test/dummy/public/images/admin/icons/up.gif +0 -0
  244. data/test/dummy/public/images/admin/icons/xls.png +0 -0
  245. data/test/dummy/public/images/admin/tabs/off-left.png +0 -0
  246. data/test/dummy/public/images/admin/tabs/off-right.png +0 -0
  247. data/test/dummy/public/images/admin/tabs/on-left.png +0 -0
  248. data/test/dummy/public/images/admin/tabs/on-right.png +0 -0
  249. data/test/dummy/public/images/ajax_loader.gif +0 -0
  250. data/test/dummy/public/images/amex_cid.gif +0 -0
  251. data/test/dummy/public/images/bg-button-hover.png +0 -0
  252. data/test/dummy/public/images/bg-button-pressed.png +0 -0
  253. data/test/dummy/public/images/bg-button.gif +0 -0
  254. data/test/dummy/public/images/bg-button.png +0 -0
  255. data/test/dummy/public/images/blue/left_01.png +0 -0
  256. data/test/dummy/public/images/blue/right_01.png +0 -0
  257. data/test/dummy/public/images/body-back.png +0 -0
  258. data/test/dummy/public/images/bottom_shine.png +0 -0
  259. data/test/dummy/public/images/breadcrumb.gif +0 -0
  260. data/test/dummy/public/images/button-dark-hover.png +0 -0
  261. data/test/dummy/public/images/button-dark.png +0 -0
  262. data/test/dummy/public/images/buttons/bg-button-hover.png +0 -0
  263. data/test/dummy/public/images/buttons/bg-button-pressed.png +0 -0
  264. data/test/dummy/public/images/buttons/bg-button.gif +0 -0
  265. data/test/dummy/public/images/buttons/bg-button.png +0 -0
  266. data/test/dummy/public/images/buttons/blue/left_01.png +0 -0
  267. data/test/dummy/public/images/buttons/blue/right_01.png +0 -0
  268. data/test/dummy/public/images/buttons/button-dark-hover.png +0 -0
  269. data/test/dummy/public/images/buttons/button-dark.png +0 -0
  270. data/test/dummy/public/images/buttons/drag-handle-green.png +0 -0
  271. data/test/dummy/public/images/buttons/green/left_01.png +0 -0
  272. data/test/dummy/public/images/buttons/green/right_01.png +0 -0
  273. data/test/dummy/public/images/buttons/left_01.png +0 -0
  274. data/test/dummy/public/images/buttons/left_01_small.png +0 -0
  275. data/test/dummy/public/images/buttons/orange/left_03.png +0 -0
  276. data/test/dummy/public/images/buttons/orange/right_03.png +0 -0
  277. data/test/dummy/public/images/buttons/right_01.png +0 -0
  278. data/test/dummy/public/images/buttons/right_01_small.png +0 -0
  279. data/test/dummy/public/images/buttons/sxsw-ribbon-v1.png +0 -0
  280. data/test/dummy/public/images/buttons/top-shine.png +0 -0
  281. data/test/dummy/public/images/calendar_date_select/calendar.gif +0 -0
  282. data/test/dummy/public/images/cart-empty.png +0 -0
  283. data/test/dummy/public/images/cart-empty_x32.png +0 -0
  284. data/test/dummy/public/images/cart-full.png +0 -0
  285. data/test/dummy/public/images/cart-full_x32.png +0 -0
  286. data/test/dummy/public/images/checkout.png +0 -0
  287. data/test/dummy/public/images/creditcard.gif +0 -0
  288. data/test/dummy/public/images/datepicker/backstripes.gif +0 -0
  289. data/test/dummy/public/images/datepicker/bg_header.jpg +0 -0
  290. data/test/dummy/public/images/datepicker/bullet1.gif +0 -0
  291. data/test/dummy/public/images/datepicker/bullet2.gif +0 -0
  292. data/test/dummy/public/images/datepicker/cal.gif +0 -0
  293. data/test/dummy/public/images/datepicker/gradient-e5e5e5-ffffff.gif +0 -0
  294. data/test/dummy/public/images/discover_cid.gif +0 -0
  295. data/test/dummy/public/images/drag-handle-green.png +0 -0
  296. data/test/dummy/public/images/favicon.ico +0 -0
  297. data/test/dummy/public/images/green/left_01.png +0 -0
  298. data/test/dummy/public/images/green/right_01.png +0 -0
  299. data/test/dummy/public/images/grid.png +0 -0
  300. data/test/dummy/public/images/left_01.png +0 -0
  301. data/test/dummy/public/images/left_01_small.png +0 -0
  302. data/test/dummy/public/images/master_cid.jpg +0 -0
  303. data/test/dummy/public/images/menu-current.png +0 -0
  304. data/test/dummy/public/images/menu-hover.png +0 -0
  305. data/test/dummy/public/images/noimage/mini.jpg +0 -0
  306. data/test/dummy/public/images/noimage/product.jpg +0 -0
  307. data/test/dummy/public/images/noimage/small.jpg +0 -0
  308. data/test/dummy/public/images/openid-inputicon.gif +0 -0
  309. data/test/dummy/public/images/orange/left_03.png +0 -0
  310. data/test/dummy/public/images/orange/right_03.png +0 -0
  311. data/test/dummy/public/images/progress.gif +0 -0
  312. data/test/dummy/public/images/right_01.png +0 -0
  313. data/test/dummy/public/images/right_01_small.png +0 -0
  314. data/test/dummy/public/images/separator.png +0 -0
  315. data/test/dummy/public/images/shadow-top.png +0 -0
  316. data/test/dummy/public/images/shadow_top.png +0 -0
  317. data/test/dummy/public/images/spinner.gif +0 -0
  318. data/test/dummy/public/images/spree.jpg +0 -0
  319. data/test/dummy/public/images/spree/progress.gif +0 -0
  320. data/test/dummy/public/images/spree/spinner.gif +0 -0
  321. data/test/dummy/public/images/spree/spree.jpg +0 -0
  322. data/test/dummy/public/images/step-progress/completed-completed.gif +0 -0
  323. data/test/dummy/public/images/step-progress/completed-current.gif +0 -0
  324. data/test/dummy/public/images/step-progress/completed-first.gif +0 -0
  325. data/test/dummy/public/images/step-progress/current-first.gif +0 -0
  326. data/test/dummy/public/images/step-progress/current-incomplete.gif +0 -0
  327. data/test/dummy/public/images/step-progress/current-right.gif +0 -0
  328. data/test/dummy/public/images/step-progress/incomplete-incomplete.gif +0 -0
  329. data/test/dummy/public/images/step-progress/incomplete-right.gif +0 -0
  330. data/test/dummy/public/images/steps/1.png +0 -0
  331. data/test/dummy/public/images/steps/1_small.png +0 -0
  332. data/test/dummy/public/images/steps/2.png +0 -0
  333. data/test/dummy/public/images/steps/2_small.png +0 -0
  334. data/test/dummy/public/images/steps/3.png +0 -0
  335. data/test/dummy/public/images/steps/3_small.png +0 -0
  336. data/test/dummy/public/images/steps/4.png +0 -0
  337. data/test/dummy/public/images/steps/4_small.png +0 -0
  338. data/test/dummy/public/images/steps/5.png +0 -0
  339. data/test/dummy/public/images/steps/5_small.png +0 -0
  340. data/test/dummy/public/images/steps/6.png +0 -0
  341. data/test/dummy/public/images/steps/6_small.png +0 -0
  342. data/test/dummy/public/images/sxsw-ribbon-v1.png +0 -0
  343. data/test/dummy/public/images/tab_bottom.gif +0 -0
  344. data/test/dummy/public/images/tile-header.png +0 -0
  345. data/test/dummy/public/images/tile-slider.png +0 -0
  346. data/test/dummy/public/images/top-shine.png +0 -0
  347. data/test/dummy/public/images/tree-nav-icons/bullet.gif +0 -0
  348. data/test/dummy/public/images/tree-nav-icons/minus.gif +0 -0
  349. data/test/dummy/public/images/tree-nav-icons/plus.gif +0 -0
  350. data/test/dummy/public/images/tree-nav-icons/treeview-loading.gif +0 -0
  351. data/test/dummy/public/images/tree-nav-icons/treeview-sprite.gif +0 -0
  352. data/test/dummy/public/images/update.png +0 -0
  353. data/test/dummy/public/images/visa_cid.gif +0 -0
  354. data/test/dummy/public/images/wrapper-back-2.png +0 -0
  355. data/test/dummy/public/images/wrapper-back.png +0 -0
  356. data/test/dummy/public/images/yui-menubaritem_submenuindicator.png +0 -0
  357. data/test/dummy/public/images/yui-menubaritem_submenuindicator_disabled.png +0 -0
  358. data/test/dummy/public/images/yui-menuitem_checkbox.png +0 -0
  359. data/test/dummy/public/images/yui-menuitem_checkbox_disabled.png +0 -0
  360. data/test/dummy/public/images/yui-menuitem_submenuindicator.png +0 -0
  361. data/test/dummy/public/images/yui-menuitem_submenuindicator_disabled.png +0 -0
  362. data/test/dummy/public/images/yui-sprite.png +0 -0
  363. data/test/dummy/public/javascripts/additional-methods.js +0 -236
  364. data/test/dummy/public/javascripts/admin.js +0 -226
  365. data/test/dummy/public/javascripts/admin/address_states.js +0 -25
  366. data/test/dummy/public/javascripts/admin/checkouts/edit.js +0 -130
  367. data/test/dummy/public/javascripts/admin/orders/edit.js +0 -23
  368. data/test/dummy/public/javascripts/admin/orders/edit_form.js +0 -16
  369. data/test/dummy/public/javascripts/admin/payments/new.js +0 -9
  370. data/test/dummy/public/javascripts/admin/promotions.js +0 -26
  371. data/test/dummy/public/javascripts/admin/unobtrusive_handlers.js +0 -15
  372. data/test/dummy/public/javascripts/application.js +0 -12
  373. data/test/dummy/public/javascripts/calculator.js +0 -15
  374. data/test/dummy/public/javascripts/checkout.js +0 -75
  375. data/test/dummy/public/javascripts/controls.js +0 -965
  376. data/test/dummy/public/javascripts/dashboard.js +0 -143
  377. data/test/dummy/public/javascripts/datepicker.js +0 -1445
  378. data/test/dummy/public/javascripts/dragdrop.js +0 -974
  379. data/test/dummy/public/javascripts/effects.js +0 -1123
  380. data/test/dummy/public/javascripts/gateway.js +0 -13
  381. data/test/dummy/public/javascripts/jqPlot/excanvas.min.js +0 -1
  382. data/test/dummy/public/javascripts/jqPlot/jquery.jqplot.min.js +0 -14
  383. data/test/dummy/public/javascripts/jqPlot/plugins/jqplot.canvasAxisLabelRenderer.min.js +0 -14
  384. data/test/dummy/public/javascripts/jqPlot/plugins/jqplot.canvasAxisTickRenderer.min.js +0 -14
  385. data/test/dummy/public/javascripts/jqPlot/plugins/jqplot.canvasTextRenderer.min.js +0 -14
  386. data/test/dummy/public/javascripts/jqPlot/plugins/jqplot.categoryAxisRenderer.min.js +0 -14
  387. data/test/dummy/public/javascripts/jqPlot/plugins/jqplot.dateAxisRenderer.min.js +0 -14
  388. data/test/dummy/public/javascripts/jqPlot/plugins/jqplot.highlighter.min.js +0 -14
  389. data/test/dummy/public/javascripts/jqPlot/plugins/jqplot.pieRenderer.min.js +0 -14
  390. data/test/dummy/public/javascripts/jquery-1.4.2.min.js +0 -154
  391. data/test/dummy/public/javascripts/jquery-ui.js +0 -188
  392. data/test/dummy/public/javascripts/jquery.alerts/images/help.gif +0 -0
  393. data/test/dummy/public/javascripts/jquery.alerts/images/important.gif +0 -0
  394. data/test/dummy/public/javascripts/jquery.alerts/images/info.gif +0 -0
  395. data/test/dummy/public/javascripts/jquery.alerts/images/title.gif +0 -0
  396. data/test/dummy/public/javascripts/jquery.alerts/jquery.alerts.css +0 -57
  397. data/test/dummy/public/javascripts/jquery.alerts/jquery.alerts.js +0 -235
  398. data/test/dummy/public/javascripts/jquery.alerts/jquery.alerts.spree.css +0 -30
  399. data/test/dummy/public/javascripts/jquery.autocomplete.min.js +0 -13
  400. data/test/dummy/public/javascripts/jquery.cookie.js +0 -96
  401. data/test/dummy/public/javascripts/jquery.delayedobserver.js +0 -35
  402. data/test/dummy/public/javascripts/jquery.js +0 -19
  403. data/test/dummy/public/javascripts/jquery.suggest.js +0 -276
  404. data/test/dummy/public/javascripts/jquery.template.js +0 -255
  405. data/test/dummy/public/javascripts/jquery.tokeninput.js +0 -618
  406. data/test/dummy/public/javascripts/jquery.validate.min.js +0 -16
  407. data/test/dummy/public/javascripts/jrails.autocomplete.js +0 -274
  408. data/test/dummy/public/javascripts/jrails.js +0 -1
  409. data/test/dummy/public/javascripts/jsTree/jquery.jstree.js +0 -3510
  410. data/test/dummy/public/javascripts/jsTree/jquery.tree.js +0 -2058
  411. data/test/dummy/public/javascripts/jsTree/plugins/jquery.tree.contextmenu.js +0 -129
  412. data/test/dummy/public/javascripts/jsTree/themes/apple/bg.jpg +0 -0
  413. data/test/dummy/public/javascripts/jsTree/themes/apple/d.png +0 -0
  414. data/test/dummy/public/javascripts/jsTree/themes/apple/dot_for_ie.gif +0 -0
  415. data/test/dummy/public/javascripts/jsTree/themes/apple/icons.png +0 -0
  416. data/test/dummy/public/javascripts/jsTree/themes/apple/style.css +0 -60
  417. data/test/dummy/public/javascripts/jsTree/themes/apple/throbber.gif +0 -0
  418. data/test/dummy/public/javascripts/lang/af.js +0 -40
  419. data/test/dummy/public/javascripts/lang/ar.js +0 -50
  420. data/test/dummy/public/javascripts/lang/de.js +0 -40
  421. data/test/dummy/public/javascripts/lang/du.js +0 -40
  422. data/test/dummy/public/javascripts/lang/en.js +0 -42
  423. data/test/dummy/public/javascripts/lang/es.js +0 -41
  424. data/test/dummy/public/javascripts/lang/fi.js +0 -40
  425. data/test/dummy/public/javascripts/lang/fr.js +0 -44
  426. data/test/dummy/public/javascripts/lang/gr.js +0 -40
  427. data/test/dummy/public/javascripts/lang/he.js +0 -49
  428. data/test/dummy/public/javascripts/lang/it.js +0 -13
  429. data/test/dummy/public/javascripts/lang/nl.js +0 -40
  430. data/test/dummy/public/javascripts/lang/no.js +0 -40
  431. data/test/dummy/public/javascripts/lang/pt.js +0 -50
  432. data/test/dummy/public/javascripts/lang/ro.js +0 -40
  433. data/test/dummy/public/javascripts/lang/ru.js +0 -40
  434. data/test/dummy/public/javascripts/lang/sp.js +0 -40
  435. data/test/dummy/public/javascripts/lang/sv.js +0 -41
  436. data/test/dummy/public/javascripts/lang/ua.js +0 -40
  437. data/test/dummy/public/javascripts/localization/messages_cn.js +0 -24
  438. data/test/dummy/public/javascripts/localization/messages_cs.js +0 -23
  439. data/test/dummy/public/javascripts/localization/messages_da.js +0 -21
  440. data/test/dummy/public/javascripts/localization/messages_de.js +0 -21
  441. data/test/dummy/public/javascripts/localization/messages_es.js +0 -24
  442. data/test/dummy/public/javascripts/localization/messages_fr.js +0 -23
  443. data/test/dummy/public/javascripts/localization/messages_hu.js +0 -21
  444. data/test/dummy/public/javascripts/localization/messages_it.js +0 -26
  445. data/test/dummy/public/javascripts/localization/messages_kk.js +0 -23
  446. data/test/dummy/public/javascripts/localization/messages_nl.js +0 -23
  447. data/test/dummy/public/javascripts/localization/messages_no.js +0 -23
  448. data/test/dummy/public/javascripts/localization/messages_pl.js +0 -23
  449. data/test/dummy/public/javascripts/localization/messages_ptbr.js +0 -30
  450. data/test/dummy/public/javascripts/localization/messages_ro.js +0 -24
  451. data/test/dummy/public/javascripts/localization/messages_ru.js +0 -23
  452. data/test/dummy/public/javascripts/localization/messages_se.js +0 -23
  453. data/test/dummy/public/javascripts/localization/messages_sk.js +0 -21
  454. data/test/dummy/public/javascripts/localization/messages_tr.js +0 -24
  455. data/test/dummy/public/javascripts/localization/messages_tw.js +0 -24
  456. data/test/dummy/public/javascripts/localization/messages_ua.js +0 -24
  457. data/test/dummy/public/javascripts/nested-attribute.js +0 -26
  458. data/test/dummy/public/javascripts/open_id.js +0 -15
  459. data/test/dummy/public/javascripts/product.js +0 -49
  460. data/test/dummy/public/javascripts/prototype.js +0 -6001
  461. data/test/dummy/public/javascripts/rails.js +0 -127
  462. data/test/dummy/public/javascripts/taxonomy.js +0 -197
  463. data/test/dummy/public/javascripts/zone.js +0 -40
  464. data/test/dummy/public/stylesheets/.gitkeep +0 -0
  465. data/test/dummy/public/stylesheets/admin/admin-forms.css +0 -159
  466. data/test/dummy/public/stylesheets/admin/admin-reset.css +0 -67
  467. data/test/dummy/public/stylesheets/admin/admin-tables.css +0 -39
  468. data/test/dummy/public/stylesheets/admin/admin-typography.css +0 -117
  469. data/test/dummy/public/stylesheets/admin/admin.css +0 -579
  470. data/test/dummy/public/stylesheets/admin/autocomplete.css +0 -73
  471. data/test/dummy/public/stylesheets/admin/dashboard.css +0 -143
  472. data/test/dummy/public/stylesheets/admin/edit_checkouts.css +0 -57
  473. data/test/dummy/public/stylesheets/admin/grids.css +0 -314
  474. data/test/dummy/public/stylesheets/admin/promotions.css +0 -54
  475. data/test/dummy/public/stylesheets/admin/reset-fonts-grids-2-6-0.css +0 -7
  476. data/test/dummy/public/stylesheets/admin/token-input.css +0 -109
  477. data/test/dummy/public/stylesheets/admin/yui-includes.css +0 -14
  478. data/test/dummy/public/stylesheets/datepicker.css +0 -263
  479. data/test/dummy/public/stylesheets/jquery.autocomplete.css +0 -48
  480. data/test/dummy/public/stylesheets/scaffold.css +0 -54
  481. data/test/dummy/public/stylesheets/screen.css +0 -1195
  482. data/test/dummy/script/rails +0 -6
  483. data/test/functional/press_controller_test.rb +0 -13
  484. data/test/integration/admin/press_test.rb +0 -15
  485. data/test/support/helper_methods.rb +0 -11
  486. data/test/support/integration_case.rb +0 -25
@@ -1,1123 +0,0 @@
1
- // script.aculo.us effects.js v1.8.3, Thu Oct 08 11:23:33 +0200 2009
2
-
3
- // Copyright (c) 2005-2009 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
4
- // Contributors:
5
- // Justin Palmer (http://encytemedia.com/)
6
- // Mark Pilgrim (http://diveintomark.org/)
7
- // Martin Bialasinki
8
- //
9
- // script.aculo.us is freely distributable under the terms of an MIT-style license.
10
- // For details, see the script.aculo.us web site: http://script.aculo.us/
11
-
12
- // converts rgb() and #xxx to #xxxxxx format,
13
- // returns self (or first argument) if not convertable
14
- String.prototype.parseColor = function() {
15
- var color = '#';
16
- if (this.slice(0,4) == 'rgb(') {
17
- var cols = this.slice(4,this.length-1).split(',');
18
- var i=0; do { color += parseInt(cols[i]).toColorPart() } while (++i<3);
19
- } else {
20
- if (this.slice(0,1) == '#') {
21
- if (this.length==4) for(var i=1;i<4;i++) color += (this.charAt(i) + this.charAt(i)).toLowerCase();
22
- if (this.length==7) color = this.toLowerCase();
23
- }
24
- }
25
- return (color.length==7 ? color : (arguments[0] || this));
26
- };
27
-
28
- /*--------------------------------------------------------------------------*/
29
-
30
- Element.collectTextNodes = function(element) {
31
- return $A($(element).childNodes).collect( function(node) {
32
- return (node.nodeType==3 ? node.nodeValue :
33
- (node.hasChildNodes() ? Element.collectTextNodes(node) : ''));
34
- }).flatten().join('');
35
- };
36
-
37
- Element.collectTextNodesIgnoreClass = function(element, className) {
38
- return $A($(element).childNodes).collect( function(node) {
39
- return (node.nodeType==3 ? node.nodeValue :
40
- ((node.hasChildNodes() && !Element.hasClassName(node,className)) ?
41
- Element.collectTextNodesIgnoreClass(node, className) : ''));
42
- }).flatten().join('');
43
- };
44
-
45
- Element.setContentZoom = function(element, percent) {
46
- element = $(element);
47
- element.setStyle({fontSize: (percent/100) + 'em'});
48
- if (Prototype.Browser.WebKit) window.scrollBy(0,0);
49
- return element;
50
- };
51
-
52
- Element.getInlineOpacity = function(element){
53
- return $(element).style.opacity || '';
54
- };
55
-
56
- Element.forceRerendering = function(element) {
57
- try {
58
- element = $(element);
59
- var n = document.createTextNode(' ');
60
- element.appendChild(n);
61
- element.removeChild(n);
62
- } catch(e) { }
63
- };
64
-
65
- /*--------------------------------------------------------------------------*/
66
-
67
- var Effect = {
68
- _elementDoesNotExistError: {
69
- name: 'ElementDoesNotExistError',
70
- message: 'The specified DOM element does not exist, but is required for this effect to operate'
71
- },
72
- Transitions: {
73
- linear: Prototype.K,
74
- sinoidal: function(pos) {
75
- return (-Math.cos(pos*Math.PI)/2) + .5;
76
- },
77
- reverse: function(pos) {
78
- return 1-pos;
79
- },
80
- flicker: function(pos) {
81
- var pos = ((-Math.cos(pos*Math.PI)/4) + .75) + Math.random()/4;
82
- return pos > 1 ? 1 : pos;
83
- },
84
- wobble: function(pos) {
85
- return (-Math.cos(pos*Math.PI*(9*pos))/2) + .5;
86
- },
87
- pulse: function(pos, pulses) {
88
- return (-Math.cos((pos*((pulses||5)-.5)*2)*Math.PI)/2) + .5;
89
- },
90
- spring: function(pos) {
91
- return 1 - (Math.cos(pos * 4.5 * Math.PI) * Math.exp(-pos * 6));
92
- },
93
- none: function(pos) {
94
- return 0;
95
- },
96
- full: function(pos) {
97
- return 1;
98
- }
99
- },
100
- DefaultOptions: {
101
- duration: 1.0, // seconds
102
- fps: 100, // 100= assume 66fps max.
103
- sync: false, // true for combining
104
- from: 0.0,
105
- to: 1.0,
106
- delay: 0.0,
107
- queue: 'parallel'
108
- },
109
- tagifyText: function(element) {
110
- var tagifyStyle = 'position:relative';
111
- if (Prototype.Browser.IE) tagifyStyle += ';zoom:1';
112
-
113
- element = $(element);
114
- $A(element.childNodes).each( function(child) {
115
- if (child.nodeType==3) {
116
- child.nodeValue.toArray().each( function(character) {
117
- element.insertBefore(
118
- new Element('span', {style: tagifyStyle}).update(
119
- character == ' ' ? String.fromCharCode(160) : character),
120
- child);
121
- });
122
- Element.remove(child);
123
- }
124
- });
125
- },
126
- multiple: function(element, effect) {
127
- var elements;
128
- if (((typeof element == 'object') ||
129
- Object.isFunction(element)) &&
130
- (element.length))
131
- elements = element;
132
- else
133
- elements = $(element).childNodes;
134
-
135
- var options = Object.extend({
136
- speed: 0.1,
137
- delay: 0.0
138
- }, arguments[2] || { });
139
- var masterDelay = options.delay;
140
-
141
- $A(elements).each( function(element, index) {
142
- new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay }));
143
- });
144
- },
145
- PAIRS: {
146
- 'slide': ['SlideDown','SlideUp'],
147
- 'blind': ['BlindDown','BlindUp'],
148
- 'appear': ['Appear','Fade']
149
- },
150
- toggle: function(element, effect, options) {
151
- element = $(element);
152
- effect = (effect || 'appear').toLowerCase();
153
-
154
- return Effect[ Effect.PAIRS[ effect ][ element.visible() ? 1 : 0 ] ](element, Object.extend({
155
- queue: { position:'end', scope:(element.id || 'global'), limit: 1 }
156
- }, options || {}));
157
- }
158
- };
159
-
160
- Effect.DefaultOptions.transition = Effect.Transitions.sinoidal;
161
-
162
- /* ------------- core effects ------------- */
163
-
164
- Effect.ScopedQueue = Class.create(Enumerable, {
165
- initialize: function() {
166
- this.effects = [];
167
- this.interval = null;
168
- },
169
- _each: function(iterator) {
170
- this.effects._each(iterator);
171
- },
172
- add: function(effect) {
173
- var timestamp = new Date().getTime();
174
-
175
- var position = Object.isString(effect.options.queue) ?
176
- effect.options.queue : effect.options.queue.position;
177
-
178
- switch(position) {
179
- case 'front':
180
- // move unstarted effects after this effect
181
- this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) {
182
- e.startOn += effect.finishOn;
183
- e.finishOn += effect.finishOn;
184
- });
185
- break;
186
- case 'with-last':
187
- timestamp = this.effects.pluck('startOn').max() || timestamp;
188
- break;
189
- case 'end':
190
- // start effect after last queued effect has finished
191
- timestamp = this.effects.pluck('finishOn').max() || timestamp;
192
- break;
193
- }
194
-
195
- effect.startOn += timestamp;
196
- effect.finishOn += timestamp;
197
-
198
- if (!effect.options.queue.limit || (this.effects.length < effect.options.queue.limit))
199
- this.effects.push(effect);
200
-
201
- if (!this.interval)
202
- this.interval = setInterval(this.loop.bind(this), 15);
203
- },
204
- remove: function(effect) {
205
- this.effects = this.effects.reject(function(e) { return e==effect });
206
- if (this.effects.length == 0) {
207
- clearInterval(this.interval);
208
- this.interval = null;
209
- }
210
- },
211
- loop: function() {
212
- var timePos = new Date().getTime();
213
- for(var i=0, len=this.effects.length;i<len;i++)
214
- this.effects[i] && this.effects[i].loop(timePos);
215
- }
216
- });
217
-
218
- Effect.Queues = {
219
- instances: $H(),
220
- get: function(queueName) {
221
- if (!Object.isString(queueName)) return queueName;
222
-
223
- return this.instances.get(queueName) ||
224
- this.instances.set(queueName, new Effect.ScopedQueue());
225
- }
226
- };
227
- Effect.Queue = Effect.Queues.get('global');
228
-
229
- Effect.Base = Class.create({
230
- position: null,
231
- start: function(options) {
232
- if (options && options.transition === false) options.transition = Effect.Transitions.linear;
233
- this.options = Object.extend(Object.extend({ },Effect.DefaultOptions), options || { });
234
- this.currentFrame = 0;
235
- this.state = 'idle';
236
- this.startOn = this.options.delay*1000;
237
- this.finishOn = this.startOn+(this.options.duration*1000);
238
- this.fromToDelta = this.options.to-this.options.from;
239
- this.totalTime = this.finishOn-this.startOn;
240
- this.totalFrames = this.options.fps*this.options.duration;
241
-
242
- this.render = (function() {
243
- function dispatch(effect, eventName) {
244
- if (effect.options[eventName + 'Internal'])
245
- effect.options[eventName + 'Internal'](effect);
246
- if (effect.options[eventName])
247
- effect.options[eventName](effect);
248
- }
249
-
250
- return function(pos) {
251
- if (this.state === "idle") {
252
- this.state = "running";
253
- dispatch(this, 'beforeSetup');
254
- if (this.setup) this.setup();
255
- dispatch(this, 'afterSetup');
256
- }
257
- if (this.state === "running") {
258
- pos = (this.options.transition(pos) * this.fromToDelta) + this.options.from;
259
- this.position = pos;
260
- dispatch(this, 'beforeUpdate');
261
- if (this.update) this.update(pos);
262
- dispatch(this, 'afterUpdate');
263
- }
264
- };
265
- })();
266
-
267
- this.event('beforeStart');
268
- if (!this.options.sync)
269
- Effect.Queues.get(Object.isString(this.options.queue) ?
270
- 'global' : this.options.queue.scope).add(this);
271
- },
272
- loop: function(timePos) {
273
- if (timePos >= this.startOn) {
274
- if (timePos >= this.finishOn) {
275
- this.render(1.0);
276
- this.cancel();
277
- this.event('beforeFinish');
278
- if (this.finish) this.finish();
279
- this.event('afterFinish');
280
- return;
281
- }
282
- var pos = (timePos - this.startOn) / this.totalTime,
283
- frame = (pos * this.totalFrames).round();
284
- if (frame > this.currentFrame) {
285
- this.render(pos);
286
- this.currentFrame = frame;
287
- }
288
- }
289
- },
290
- cancel: function() {
291
- if (!this.options.sync)
292
- Effect.Queues.get(Object.isString(this.options.queue) ?
293
- 'global' : this.options.queue.scope).remove(this);
294
- this.state = 'finished';
295
- },
296
- event: function(eventName) {
297
- if (this.options[eventName + 'Internal']) this.options[eventName + 'Internal'](this);
298
- if (this.options[eventName]) this.options[eventName](this);
299
- },
300
- inspect: function() {
301
- var data = $H();
302
- for(property in this)
303
- if (!Object.isFunction(this[property])) data.set(property, this[property]);
304
- return '#<Effect:' + data.inspect() + ',options:' + $H(this.options).inspect() + '>';
305
- }
306
- });
307
-
308
- Effect.Parallel = Class.create(Effect.Base, {
309
- initialize: function(effects) {
310
- this.effects = effects || [];
311
- this.start(arguments[1]);
312
- },
313
- update: function(position) {
314
- this.effects.invoke('render', position);
315
- },
316
- finish: function(position) {
317
- this.effects.each( function(effect) {
318
- effect.render(1.0);
319
- effect.cancel();
320
- effect.event('beforeFinish');
321
- if (effect.finish) effect.finish(position);
322
- effect.event('afterFinish');
323
- });
324
- }
325
- });
326
-
327
- Effect.Tween = Class.create(Effect.Base, {
328
- initialize: function(object, from, to) {
329
- object = Object.isString(object) ? $(object) : object;
330
- var args = $A(arguments), method = args.last(),
331
- options = args.length == 5 ? args[3] : null;
332
- this.method = Object.isFunction(method) ? method.bind(object) :
333
- Object.isFunction(object[method]) ? object[method].bind(object) :
334
- function(value) { object[method] = value };
335
- this.start(Object.extend({ from: from, to: to }, options || { }));
336
- },
337
- update: function(position) {
338
- this.method(position);
339
- }
340
- });
341
-
342
- Effect.Event = Class.create(Effect.Base, {
343
- initialize: function() {
344
- this.start(Object.extend({ duration: 0 }, arguments[0] || { }));
345
- },
346
- update: Prototype.emptyFunction
347
- });
348
-
349
- Effect.Opacity = Class.create(Effect.Base, {
350
- initialize: function(element) {
351
- this.element = $(element);
352
- if (!this.element) throw(Effect._elementDoesNotExistError);
353
- // make this work on IE on elements without 'layout'
354
- if (Prototype.Browser.IE && (!this.element.currentStyle.hasLayout))
355
- this.element.setStyle({zoom: 1});
356
- var options = Object.extend({
357
- from: this.element.getOpacity() || 0.0,
358
- to: 1.0
359
- }, arguments[1] || { });
360
- this.start(options);
361
- },
362
- update: function(position) {
363
- this.element.setOpacity(position);
364
- }
365
- });
366
-
367
- Effect.Move = Class.create(Effect.Base, {
368
- initialize: function(element) {
369
- this.element = $(element);
370
- if (!this.element) throw(Effect._elementDoesNotExistError);
371
- var options = Object.extend({
372
- x: 0,
373
- y: 0,
374
- mode: 'relative'
375
- }, arguments[1] || { });
376
- this.start(options);
377
- },
378
- setup: function() {
379
- this.element.makePositioned();
380
- this.originalLeft = parseFloat(this.element.getStyle('left') || '0');
381
- this.originalTop = parseFloat(this.element.getStyle('top') || '0');
382
- if (this.options.mode == 'absolute') {
383
- this.options.x = this.options.x - this.originalLeft;
384
- this.options.y = this.options.y - this.originalTop;
385
- }
386
- },
387
- update: function(position) {
388
- this.element.setStyle({
389
- left: (this.options.x * position + this.originalLeft).round() + 'px',
390
- top: (this.options.y * position + this.originalTop).round() + 'px'
391
- });
392
- }
393
- });
394
-
395
- // for backwards compatibility
396
- Effect.MoveBy = function(element, toTop, toLeft) {
397
- return new Effect.Move(element,
398
- Object.extend({ x: toLeft, y: toTop }, arguments[3] || { }));
399
- };
400
-
401
- Effect.Scale = Class.create(Effect.Base, {
402
- initialize: function(element, percent) {
403
- this.element = $(element);
404
- if (!this.element) throw(Effect._elementDoesNotExistError);
405
- var options = Object.extend({
406
- scaleX: true,
407
- scaleY: true,
408
- scaleContent: true,
409
- scaleFromCenter: false,
410
- scaleMode: 'box', // 'box' or 'contents' or { } with provided values
411
- scaleFrom: 100.0,
412
- scaleTo: percent
413
- }, arguments[2] || { });
414
- this.start(options);
415
- },
416
- setup: function() {
417
- this.restoreAfterFinish = this.options.restoreAfterFinish || false;
418
- this.elementPositioning = this.element.getStyle('position');
419
-
420
- this.originalStyle = { };
421
- ['top','left','width','height','fontSize'].each( function(k) {
422
- this.originalStyle[k] = this.element.style[k];
423
- }.bind(this));
424
-
425
- this.originalTop = this.element.offsetTop;
426
- this.originalLeft = this.element.offsetLeft;
427
-
428
- var fontSize = this.element.getStyle('font-size') || '100%';
429
- ['em','px','%','pt'].each( function(fontSizeType) {
430
- if (fontSize.indexOf(fontSizeType)>0) {
431
- this.fontSize = parseFloat(fontSize);
432
- this.fontSizeType = fontSizeType;
433
- }
434
- }.bind(this));
435
-
436
- this.factor = (this.options.scaleTo - this.options.scaleFrom)/100;
437
-
438
- this.dims = null;
439
- if (this.options.scaleMode=='box')
440
- this.dims = [this.element.offsetHeight, this.element.offsetWidth];
441
- if (/^content/.test(this.options.scaleMode))
442
- this.dims = [this.element.scrollHeight, this.element.scrollWidth];
443
- if (!this.dims)
444
- this.dims = [this.options.scaleMode.originalHeight,
445
- this.options.scaleMode.originalWidth];
446
- },
447
- update: function(position) {
448
- var currentScale = (this.options.scaleFrom/100.0) + (this.factor * position);
449
- if (this.options.scaleContent && this.fontSize)
450
- this.element.setStyle({fontSize: this.fontSize * currentScale + this.fontSizeType });
451
- this.setDimensions(this.dims[0] * currentScale, this.dims[1] * currentScale);
452
- },
453
- finish: function(position) {
454
- if (this.restoreAfterFinish) this.element.setStyle(this.originalStyle);
455
- },
456
- setDimensions: function(height, width) {
457
- var d = { };
458
- if (this.options.scaleX) d.width = width.round() + 'px';
459
- if (this.options.scaleY) d.height = height.round() + 'px';
460
- if (this.options.scaleFromCenter) {
461
- var topd = (height - this.dims[0])/2;
462
- var leftd = (width - this.dims[1])/2;
463
- if (this.elementPositioning == 'absolute') {
464
- if (this.options.scaleY) d.top = this.originalTop-topd + 'px';
465
- if (this.options.scaleX) d.left = this.originalLeft-leftd + 'px';
466
- } else {
467
- if (this.options.scaleY) d.top = -topd + 'px';
468
- if (this.options.scaleX) d.left = -leftd + 'px';
469
- }
470
- }
471
- this.element.setStyle(d);
472
- }
473
- });
474
-
475
- Effect.Highlight = Class.create(Effect.Base, {
476
- initialize: function(element) {
477
- this.element = $(element);
478
- if (!this.element) throw(Effect._elementDoesNotExistError);
479
- var options = Object.extend({ startcolor: '#ffff99' }, arguments[1] || { });
480
- this.start(options);
481
- },
482
- setup: function() {
483
- // Prevent executing on elements not in the layout flow
484
- if (this.element.getStyle('display')=='none') { this.cancel(); return; }
485
- // Disable background image during the effect
486
- this.oldStyle = { };
487
- if (!this.options.keepBackgroundImage) {
488
- this.oldStyle.backgroundImage = this.element.getStyle('background-image');
489
- this.element.setStyle({backgroundImage: 'none'});
490
- }
491
- if (!this.options.endcolor)
492
- this.options.endcolor = this.element.getStyle('background-color').parseColor('#ffffff');
493
- if (!this.options.restorecolor)
494
- this.options.restorecolor = this.element.getStyle('background-color');
495
- // init color calculations
496
- this._base = $R(0,2).map(function(i){ return parseInt(this.options.startcolor.slice(i*2+1,i*2+3),16) }.bind(this));
497
- this._delta = $R(0,2).map(function(i){ return parseInt(this.options.endcolor.slice(i*2+1,i*2+3),16)-this._base[i] }.bind(this));
498
- },
499
- update: function(position) {
500
- this.element.setStyle({backgroundColor: $R(0,2).inject('#',function(m,v,i){
501
- return m+((this._base[i]+(this._delta[i]*position)).round().toColorPart()); }.bind(this)) });
502
- },
503
- finish: function() {
504
- this.element.setStyle(Object.extend(this.oldStyle, {
505
- backgroundColor: this.options.restorecolor
506
- }));
507
- }
508
- });
509
-
510
- Effect.ScrollTo = function(element) {
511
- var options = arguments[1] || { },
512
- scrollOffsets = document.viewport.getScrollOffsets(),
513
- elementOffsets = $(element).cumulativeOffset();
514
-
515
- if (options.offset) elementOffsets[1] += options.offset;
516
-
517
- return new Effect.Tween(null,
518
- scrollOffsets.top,
519
- elementOffsets[1],
520
- options,
521
- function(p){ scrollTo(scrollOffsets.left, p.round()); }
522
- );
523
- };
524
-
525
- /* ------------- combination effects ------------- */
526
-
527
- Effect.Fade = function(element) {
528
- element = $(element);
529
- var oldOpacity = element.getInlineOpacity();
530
- var options = Object.extend({
531
- from: element.getOpacity() || 1.0,
532
- to: 0.0,
533
- afterFinishInternal: function(effect) {
534
- if (effect.options.to!=0) return;
535
- effect.element.hide().setStyle({opacity: oldOpacity});
536
- }
537
- }, arguments[1] || { });
538
- return new Effect.Opacity(element,options);
539
- };
540
-
541
- Effect.Appear = function(element) {
542
- element = $(element);
543
- var options = Object.extend({
544
- from: (element.getStyle('display') == 'none' ? 0.0 : element.getOpacity() || 0.0),
545
- to: 1.0,
546
- // force Safari to render floated elements properly
547
- afterFinishInternal: function(effect) {
548
- effect.element.forceRerendering();
549
- },
550
- beforeSetup: function(effect) {
551
- effect.element.setOpacity(effect.options.from).show();
552
- }}, arguments[1] || { });
553
- return new Effect.Opacity(element,options);
554
- };
555
-
556
- Effect.Puff = function(element) {
557
- element = $(element);
558
- var oldStyle = {
559
- opacity: element.getInlineOpacity(),
560
- position: element.getStyle('position'),
561
- top: element.style.top,
562
- left: element.style.left,
563
- width: element.style.width,
564
- height: element.style.height
565
- };
566
- return new Effect.Parallel(
567
- [ new Effect.Scale(element, 200,
568
- { sync: true, scaleFromCenter: true, scaleContent: true, restoreAfterFinish: true }),
569
- new Effect.Opacity(element, { sync: true, to: 0.0 } ) ],
570
- Object.extend({ duration: 1.0,
571
- beforeSetupInternal: function(effect) {
572
- Position.absolutize(effect.effects[0].element);
573
- },
574
- afterFinishInternal: function(effect) {
575
- effect.effects[0].element.hide().setStyle(oldStyle); }
576
- }, arguments[1] || { })
577
- );
578
- };
579
-
580
- Effect.BlindUp = function(element) {
581
- element = $(element);
582
- element.makeClipping();
583
- return new Effect.Scale(element, 0,
584
- Object.extend({ scaleContent: false,
585
- scaleX: false,
586
- restoreAfterFinish: true,
587
- afterFinishInternal: function(effect) {
588
- effect.element.hide().undoClipping();
589
- }
590
- }, arguments[1] || { })
591
- );
592
- };
593
-
594
- Effect.BlindDown = function(element) {
595
- element = $(element);
596
- var elementDimensions = element.getDimensions();
597
- return new Effect.Scale(element, 100, Object.extend({
598
- scaleContent: false,
599
- scaleX: false,
600
- scaleFrom: 0,
601
- scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width},
602
- restoreAfterFinish: true,
603
- afterSetup: function(effect) {
604
- effect.element.makeClipping().setStyle({height: '0px'}).show();
605
- },
606
- afterFinishInternal: function(effect) {
607
- effect.element.undoClipping();
608
- }
609
- }, arguments[1] || { }));
610
- };
611
-
612
- Effect.SwitchOff = function(element) {
613
- element = $(element);
614
- var oldOpacity = element.getInlineOpacity();
615
- return new Effect.Appear(element, Object.extend({
616
- duration: 0.4,
617
- from: 0,
618
- transition: Effect.Transitions.flicker,
619
- afterFinishInternal: function(effect) {
620
- new Effect.Scale(effect.element, 1, {
621
- duration: 0.3, scaleFromCenter: true,
622
- scaleX: false, scaleContent: false, restoreAfterFinish: true,
623
- beforeSetup: function(effect) {
624
- effect.element.makePositioned().makeClipping();
625
- },
626
- afterFinishInternal: function(effect) {
627
- effect.element.hide().undoClipping().undoPositioned().setStyle({opacity: oldOpacity});
628
- }
629
- });
630
- }
631
- }, arguments[1] || { }));
632
- };
633
-
634
- Effect.DropOut = function(element) {
635
- element = $(element);
636
- var oldStyle = {
637
- top: element.getStyle('top'),
638
- left: element.getStyle('left'),
639
- opacity: element.getInlineOpacity() };
640
- return new Effect.Parallel(
641
- [ new Effect.Move(element, {x: 0, y: 100, sync: true }),
642
- new Effect.Opacity(element, { sync: true, to: 0.0 }) ],
643
- Object.extend(
644
- { duration: 0.5,
645
- beforeSetup: function(effect) {
646
- effect.effects[0].element.makePositioned();
647
- },
648
- afterFinishInternal: function(effect) {
649
- effect.effects[0].element.hide().undoPositioned().setStyle(oldStyle);
650
- }
651
- }, arguments[1] || { }));
652
- };
653
-
654
- Effect.Shake = function(element) {
655
- element = $(element);
656
- var options = Object.extend({
657
- distance: 20,
658
- duration: 0.5
659
- }, arguments[1] || {});
660
- var distance = parseFloat(options.distance);
661
- var split = parseFloat(options.duration) / 10.0;
662
- var oldStyle = {
663
- top: element.getStyle('top'),
664
- left: element.getStyle('left') };
665
- return new Effect.Move(element,
666
- { x: distance, y: 0, duration: split, afterFinishInternal: function(effect) {
667
- new Effect.Move(effect.element,
668
- { x: -distance*2, y: 0, duration: split*2, afterFinishInternal: function(effect) {
669
- new Effect.Move(effect.element,
670
- { x: distance*2, y: 0, duration: split*2, afterFinishInternal: function(effect) {
671
- new Effect.Move(effect.element,
672
- { x: -distance*2, y: 0, duration: split*2, afterFinishInternal: function(effect) {
673
- new Effect.Move(effect.element,
674
- { x: distance*2, y: 0, duration: split*2, afterFinishInternal: function(effect) {
675
- new Effect.Move(effect.element,
676
- { x: -distance, y: 0, duration: split, afterFinishInternal: function(effect) {
677
- effect.element.undoPositioned().setStyle(oldStyle);
678
- }}); }}); }}); }}); }}); }});
679
- };
680
-
681
- Effect.SlideDown = function(element) {
682
- element = $(element).cleanWhitespace();
683
- // SlideDown need to have the content of the element wrapped in a container element with fixed height!
684
- var oldInnerBottom = element.down().getStyle('bottom');
685
- var elementDimensions = element.getDimensions();
686
- return new Effect.Scale(element, 100, Object.extend({
687
- scaleContent: false,
688
- scaleX: false,
689
- scaleFrom: window.opera ? 0 : 1,
690
- scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width},
691
- restoreAfterFinish: true,
692
- afterSetup: function(effect) {
693
- effect.element.makePositioned();
694
- effect.element.down().makePositioned();
695
- if (window.opera) effect.element.setStyle({top: ''});
696
- effect.element.makeClipping().setStyle({height: '0px'}).show();
697
- },
698
- afterUpdateInternal: function(effect) {
699
- effect.element.down().setStyle({bottom:
700
- (effect.dims[0] - effect.element.clientHeight) + 'px' });
701
- },
702
- afterFinishInternal: function(effect) {
703
- effect.element.undoClipping().undoPositioned();
704
- effect.element.down().undoPositioned().setStyle({bottom: oldInnerBottom}); }
705
- }, arguments[1] || { })
706
- );
707
- };
708
-
709
- Effect.SlideUp = function(element) {
710
- element = $(element).cleanWhitespace();
711
- var oldInnerBottom = element.down().getStyle('bottom');
712
- var elementDimensions = element.getDimensions();
713
- return new Effect.Scale(element, window.opera ? 0 : 1,
714
- Object.extend({ scaleContent: false,
715
- scaleX: false,
716
- scaleMode: 'box',
717
- scaleFrom: 100,
718
- scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width},
719
- restoreAfterFinish: true,
720
- afterSetup: function(effect) {
721
- effect.element.makePositioned();
722
- effect.element.down().makePositioned();
723
- if (window.opera) effect.element.setStyle({top: ''});
724
- effect.element.makeClipping().show();
725
- },
726
- afterUpdateInternal: function(effect) {
727
- effect.element.down().setStyle({bottom:
728
- (effect.dims[0] - effect.element.clientHeight) + 'px' });
729
- },
730
- afterFinishInternal: function(effect) {
731
- effect.element.hide().undoClipping().undoPositioned();
732
- effect.element.down().undoPositioned().setStyle({bottom: oldInnerBottom});
733
- }
734
- }, arguments[1] || { })
735
- );
736
- };
737
-
738
- // Bug in opera makes the TD containing this element expand for a instance after finish
739
- Effect.Squish = function(element) {
740
- return new Effect.Scale(element, window.opera ? 1 : 0, {
741
- restoreAfterFinish: true,
742
- beforeSetup: function(effect) {
743
- effect.element.makeClipping();
744
- },
745
- afterFinishInternal: function(effect) {
746
- effect.element.hide().undoClipping();
747
- }
748
- });
749
- };
750
-
751
- Effect.Grow = function(element) {
752
- element = $(element);
753
- var options = Object.extend({
754
- direction: 'center',
755
- moveTransition: Effect.Transitions.sinoidal,
756
- scaleTransition: Effect.Transitions.sinoidal,
757
- opacityTransition: Effect.Transitions.full
758
- }, arguments[1] || { });
759
- var oldStyle = {
760
- top: element.style.top,
761
- left: element.style.left,
762
- height: element.style.height,
763
- width: element.style.width,
764
- opacity: element.getInlineOpacity() };
765
-
766
- var dims = element.getDimensions();
767
- var initialMoveX, initialMoveY;
768
- var moveX, moveY;
769
-
770
- switch (options.direction) {
771
- case 'top-left':
772
- initialMoveX = initialMoveY = moveX = moveY = 0;
773
- break;
774
- case 'top-right':
775
- initialMoveX = dims.width;
776
- initialMoveY = moveY = 0;
777
- moveX = -dims.width;
778
- break;
779
- case 'bottom-left':
780
- initialMoveX = moveX = 0;
781
- initialMoveY = dims.height;
782
- moveY = -dims.height;
783
- break;
784
- case 'bottom-right':
785
- initialMoveX = dims.width;
786
- initialMoveY = dims.height;
787
- moveX = -dims.width;
788
- moveY = -dims.height;
789
- break;
790
- case 'center':
791
- initialMoveX = dims.width / 2;
792
- initialMoveY = dims.height / 2;
793
- moveX = -dims.width / 2;
794
- moveY = -dims.height / 2;
795
- break;
796
- }
797
-
798
- return new Effect.Move(element, {
799
- x: initialMoveX,
800
- y: initialMoveY,
801
- duration: 0.01,
802
- beforeSetup: function(effect) {
803
- effect.element.hide().makeClipping().makePositioned();
804
- },
805
- afterFinishInternal: function(effect) {
806
- new Effect.Parallel(
807
- [ new Effect.Opacity(effect.element, { sync: true, to: 1.0, from: 0.0, transition: options.opacityTransition }),
808
- new Effect.Move(effect.element, { x: moveX, y: moveY, sync: true, transition: options.moveTransition }),
809
- new Effect.Scale(effect.element, 100, {
810
- scaleMode: { originalHeight: dims.height, originalWidth: dims.width },
811
- sync: true, scaleFrom: window.opera ? 1 : 0, transition: options.scaleTransition, restoreAfterFinish: true})
812
- ], Object.extend({
813
- beforeSetup: function(effect) {
814
- effect.effects[0].element.setStyle({height: '0px'}).show();
815
- },
816
- afterFinishInternal: function(effect) {
817
- effect.effects[0].element.undoClipping().undoPositioned().setStyle(oldStyle);
818
- }
819
- }, options)
820
- );
821
- }
822
- });
823
- };
824
-
825
- Effect.Shrink = function(element) {
826
- element = $(element);
827
- var options = Object.extend({
828
- direction: 'center',
829
- moveTransition: Effect.Transitions.sinoidal,
830
- scaleTransition: Effect.Transitions.sinoidal,
831
- opacityTransition: Effect.Transitions.none
832
- }, arguments[1] || { });
833
- var oldStyle = {
834
- top: element.style.top,
835
- left: element.style.left,
836
- height: element.style.height,
837
- width: element.style.width,
838
- opacity: element.getInlineOpacity() };
839
-
840
- var dims = element.getDimensions();
841
- var moveX, moveY;
842
-
843
- switch (options.direction) {
844
- case 'top-left':
845
- moveX = moveY = 0;
846
- break;
847
- case 'top-right':
848
- moveX = dims.width;
849
- moveY = 0;
850
- break;
851
- case 'bottom-left':
852
- moveX = 0;
853
- moveY = dims.height;
854
- break;
855
- case 'bottom-right':
856
- moveX = dims.width;
857
- moveY = dims.height;
858
- break;
859
- case 'center':
860
- moveX = dims.width / 2;
861
- moveY = dims.height / 2;
862
- break;
863
- }
864
-
865
- return new Effect.Parallel(
866
- [ new Effect.Opacity(element, { sync: true, to: 0.0, from: 1.0, transition: options.opacityTransition }),
867
- new Effect.Scale(element, window.opera ? 1 : 0, { sync: true, transition: options.scaleTransition, restoreAfterFinish: true}),
868
- new Effect.Move(element, { x: moveX, y: moveY, sync: true, transition: options.moveTransition })
869
- ], Object.extend({
870
- beforeStartInternal: function(effect) {
871
- effect.effects[0].element.makePositioned().makeClipping();
872
- },
873
- afterFinishInternal: function(effect) {
874
- effect.effects[0].element.hide().undoClipping().undoPositioned().setStyle(oldStyle); }
875
- }, options)
876
- );
877
- };
878
-
879
- Effect.Pulsate = function(element) {
880
- element = $(element);
881
- var options = arguments[1] || { },
882
- oldOpacity = element.getInlineOpacity(),
883
- transition = options.transition || Effect.Transitions.linear,
884
- reverser = function(pos){
885
- return 1 - transition((-Math.cos((pos*(options.pulses||5)*2)*Math.PI)/2) + .5);
886
- };
887
-
888
- return new Effect.Opacity(element,
889
- Object.extend(Object.extend({ duration: 2.0, from: 0,
890
- afterFinishInternal: function(effect) { effect.element.setStyle({opacity: oldOpacity}); }
891
- }, options), {transition: reverser}));
892
- };
893
-
894
- Effect.Fold = function(element) {
895
- element = $(element);
896
- var oldStyle = {
897
- top: element.style.top,
898
- left: element.style.left,
899
- width: element.style.width,
900
- height: element.style.height };
901
- element.makeClipping();
902
- return new Effect.Scale(element, 5, Object.extend({
903
- scaleContent: false,
904
- scaleX: false,
905
- afterFinishInternal: function(effect) {
906
- new Effect.Scale(element, 1, {
907
- scaleContent: false,
908
- scaleY: false,
909
- afterFinishInternal: function(effect) {
910
- effect.element.hide().undoClipping().setStyle(oldStyle);
911
- } });
912
- }}, arguments[1] || { }));
913
- };
914
-
915
- Effect.Morph = Class.create(Effect.Base, {
916
- initialize: function(element) {
917
- this.element = $(element);
918
- if (!this.element) throw(Effect._elementDoesNotExistError);
919
- var options = Object.extend({
920
- style: { }
921
- }, arguments[1] || { });
922
-
923
- if (!Object.isString(options.style)) this.style = $H(options.style);
924
- else {
925
- if (options.style.include(':'))
926
- this.style = options.style.parseStyle();
927
- else {
928
- this.element.addClassName(options.style);
929
- this.style = $H(this.element.getStyles());
930
- this.element.removeClassName(options.style);
931
- var css = this.element.getStyles();
932
- this.style = this.style.reject(function(style) {
933
- return style.value == css[style.key];
934
- });
935
- options.afterFinishInternal = function(effect) {
936
- effect.element.addClassName(effect.options.style);
937
- effect.transforms.each(function(transform) {
938
- effect.element.style[transform.style] = '';
939
- });
940
- };
941
- }
942
- }
943
- this.start(options);
944
- },
945
-
946
- setup: function(){
947
- function parseColor(color){
948
- if (!color || ['rgba(0, 0, 0, 0)','transparent'].include(color)) color = '#ffffff';
949
- color = color.parseColor();
950
- return $R(0,2).map(function(i){
951
- return parseInt( color.slice(i*2+1,i*2+3), 16 );
952
- });
953
- }
954
- this.transforms = this.style.map(function(pair){
955
- var property = pair[0], value = pair[1], unit = null;
956
-
957
- if (value.parseColor('#zzzzzz') != '#zzzzzz') {
958
- value = value.parseColor();
959
- unit = 'color';
960
- } else if (property == 'opacity') {
961
- value = parseFloat(value);
962
- if (Prototype.Browser.IE && (!this.element.currentStyle.hasLayout))
963
- this.element.setStyle({zoom: 1});
964
- } else if (Element.CSS_LENGTH.test(value)) {
965
- var components = value.match(/^([\+\-]?[0-9\.]+)(.*)$/);
966
- value = parseFloat(components[1]);
967
- unit = (components.length == 3) ? components[2] : null;
968
- }
969
-
970
- var originalValue = this.element.getStyle(property);
971
- return {
972
- style: property.camelize(),
973
- originalValue: unit=='color' ? parseColor(originalValue) : parseFloat(originalValue || 0),
974
- targetValue: unit=='color' ? parseColor(value) : value,
975
- unit: unit
976
- };
977
- }.bind(this)).reject(function(transform){
978
- return (
979
- (transform.originalValue == transform.targetValue) ||
980
- (
981
- transform.unit != 'color' &&
982
- (isNaN(transform.originalValue) || isNaN(transform.targetValue))
983
- )
984
- );
985
- });
986
- },
987
- update: function(position) {
988
- var style = { }, transform, i = this.transforms.length;
989
- while(i--)
990
- style[(transform = this.transforms[i]).style] =
991
- transform.unit=='color' ? '#'+
992
- (Math.round(transform.originalValue[0]+
993
- (transform.targetValue[0]-transform.originalValue[0])*position)).toColorPart() +
994
- (Math.round(transform.originalValue[1]+
995
- (transform.targetValue[1]-transform.originalValue[1])*position)).toColorPart() +
996
- (Math.round(transform.originalValue[2]+
997
- (transform.targetValue[2]-transform.originalValue[2])*position)).toColorPart() :
998
- (transform.originalValue +
999
- (transform.targetValue - transform.originalValue) * position).toFixed(3) +
1000
- (transform.unit === null ? '' : transform.unit);
1001
- this.element.setStyle(style, true);
1002
- }
1003
- });
1004
-
1005
- Effect.Transform = Class.create({
1006
- initialize: function(tracks){
1007
- this.tracks = [];
1008
- this.options = arguments[1] || { };
1009
- this.addTracks(tracks);
1010
- },
1011
- addTracks: function(tracks){
1012
- tracks.each(function(track){
1013
- track = $H(track);
1014
- var data = track.values().first();
1015
- this.tracks.push($H({
1016
- ids: track.keys().first(),
1017
- effect: Effect.Morph,
1018
- options: { style: data }
1019
- }));
1020
- }.bind(this));
1021
- return this;
1022
- },
1023
- play: function(){
1024
- return new Effect.Parallel(
1025
- this.tracks.map(function(track){
1026
- var ids = track.get('ids'), effect = track.get('effect'), options = track.get('options');
1027
- var elements = [$(ids) || $$(ids)].flatten();
1028
- return elements.map(function(e){ return new effect(e, Object.extend({ sync:true }, options)) });
1029
- }).flatten(),
1030
- this.options
1031
- );
1032
- }
1033
- });
1034
-
1035
- Element.CSS_PROPERTIES = $w(
1036
- 'backgroundColor backgroundPosition borderBottomColor borderBottomStyle ' +
1037
- 'borderBottomWidth borderLeftColor borderLeftStyle borderLeftWidth ' +
1038
- 'borderRightColor borderRightStyle borderRightWidth borderSpacing ' +
1039
- 'borderTopColor borderTopStyle borderTopWidth bottom clip color ' +
1040
- 'fontSize fontWeight height left letterSpacing lineHeight ' +
1041
- 'marginBottom marginLeft marginRight marginTop markerOffset maxHeight '+
1042
- 'maxWidth minHeight minWidth opacity outlineColor outlineOffset ' +
1043
- 'outlineWidth paddingBottom paddingLeft paddingRight paddingTop ' +
1044
- 'right textIndent top width wordSpacing zIndex');
1045
-
1046
- Element.CSS_LENGTH = /^(([\+\-]?[0-9\.]+)(em|ex|px|in|cm|mm|pt|pc|\%))|0$/;
1047
-
1048
- String.__parseStyleElement = document.createElement('div');
1049
- String.prototype.parseStyle = function(){
1050
- var style, styleRules = $H();
1051
- if (Prototype.Browser.WebKit)
1052
- style = new Element('div',{style:this}).style;
1053
- else {
1054
- String.__parseStyleElement.innerHTML = '<div style="' + this + '"></div>';
1055
- style = String.__parseStyleElement.childNodes[0].style;
1056
- }
1057
-
1058
- Element.CSS_PROPERTIES.each(function(property){
1059
- if (style[property]) styleRules.set(property, style[property]);
1060
- });
1061
-
1062
- if (Prototype.Browser.IE && this.include('opacity'))
1063
- styleRules.set('opacity', this.match(/opacity:\s*((?:0|1)?(?:\.\d*)?)/)[1]);
1064
-
1065
- return styleRules;
1066
- };
1067
-
1068
- if (document.defaultView && document.defaultView.getComputedStyle) {
1069
- Element.getStyles = function(element) {
1070
- var css = document.defaultView.getComputedStyle($(element), null);
1071
- return Element.CSS_PROPERTIES.inject({ }, function(styles, property) {
1072
- styles[property] = css[property];
1073
- return styles;
1074
- });
1075
- };
1076
- } else {
1077
- Element.getStyles = function(element) {
1078
- element = $(element);
1079
- var css = element.currentStyle, styles;
1080
- styles = Element.CSS_PROPERTIES.inject({ }, function(results, property) {
1081
- results[property] = css[property];
1082
- return results;
1083
- });
1084
- if (!styles.opacity) styles.opacity = element.getOpacity();
1085
- return styles;
1086
- };
1087
- }
1088
-
1089
- Effect.Methods = {
1090
- morph: function(element, style) {
1091
- element = $(element);
1092
- new Effect.Morph(element, Object.extend({ style: style }, arguments[2] || { }));
1093
- return element;
1094
- },
1095
- visualEffect: function(element, effect, options) {
1096
- element = $(element);
1097
- var s = effect.dasherize().camelize(), klass = s.charAt(0).toUpperCase() + s.substring(1);
1098
- new Effect[klass](element, options);
1099
- return element;
1100
- },
1101
- highlight: function(element, options) {
1102
- element = $(element);
1103
- new Effect.Highlight(element, options);
1104
- return element;
1105
- }
1106
- };
1107
-
1108
- $w('fade appear grow shrink fold blindUp blindDown slideUp slideDown '+
1109
- 'pulsate shake puff squish switchOff dropOut').each(
1110
- function(effect) {
1111
- Effect.Methods[effect] = function(element, options){
1112
- element = $(element);
1113
- Effect[effect.charAt(0).toUpperCase() + effect.substring(1)](element, options);
1114
- return element;
1115
- };
1116
- }
1117
- );
1118
-
1119
- $w('getInlineOpacity forceRerendering setContentZoom collectTextNodes collectTextNodesIgnoreClass getStyles').each(
1120
- function(f) { Effect.Methods[f] = Element[f]; }
1121
- );
1122
-
1123
- Element.addMethods(Effect.Methods);