backlog 0.37.2 → 0.41.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (568) hide show
  1. checksums.yaml +7 -0
  2. data/History.txt +128 -0
  3. data/README.txt +4 -2
  4. data/bin/backlog +1 -1
  5. data/lib/array_helper.rb +4 -4
  6. data/{vendor/plugins → lib}/backlog_jira/README +0 -0
  7. data/{vendor/plugins → lib}/backlog_jira/Rakefile +0 -0
  8. data/{vendor/plugins → lib}/backlog_jira/generators/backlog_jira/backlog_jira_generator.rb +0 -0
  9. data/{vendor/plugins → lib}/backlog_jira/generators/backlog_jira/templates/migration.rb +0 -0
  10. data/{vendor/plugins → lib}/backlog_jira/generators/history_model/history_model_generator.rb +0 -0
  11. data/{vendor/plugins → lib}/backlog_jira/generators/history_model/templates/fixtures.yml +0 -0
  12. data/{vendor/plugins → lib}/backlog_jira/generators/history_model/templates/functional_test.rb +0 -0
  13. data/{vendor/plugins → lib}/backlog_jira/generators/history_model/templates/model.rb +0 -0
  14. data/{vendor/plugins → lib}/backlog_jira/generators/history_model/templates/unit_test.rb +0 -0
  15. data/lib/backlog_jira/init.rb +66 -0
  16. data/{vendor/plugins → lib}/backlog_jira/install.rb +0 -0
  17. data/{vendor/plugins → lib}/backlog_jira/lib/backlog_jira.rb +0 -0
  18. data/{vendor/plugins → lib}/backlog_jira/lib/tasks/backlog_jira_tasks.rake +0 -0
  19. data/{vendor/plugins → lib}/backlog_jira/test/backlog_jira_test.rb +0 -0
  20. data/{vendor/plugins → lib}/backlog_jira/uninstall.rb +0 -0
  21. data/lib/big_decimal_yaml_fix.rb +16 -25
  22. data/lib/tasks/backup.rake +18 -18
  23. data/lib/time_extras.rb +6 -6
  24. data/lib/user_system.rb +41 -38
  25. data/lib/version_from_history.rb +2 -2
  26. metadata +196 -749
  27. data/Capfile +0 -2
  28. data/Gemfile +0 -34
  29. data/Gemfile.lock +0 -139
  30. data/MODIFICATIONS.txt +0 -13
  31. data/Manifest.txt +0 -0
  32. data/README_LOGIN_SUGAR +0 -194
  33. data/Rakefile +0 -73
  34. data/Rakefile~ +0 -73
  35. data/Screenshot.png +0 -0
  36. data/app/controllers/absences_controller.rb +0 -67
  37. data/app/controllers/application_controller.rb +0 -185
  38. data/app/controllers/application_controller.rb.rails2 +0 -186
  39. data/app/controllers/customers_controller.rb +0 -51
  40. data/app/controllers/dashboard_controller.rb +0 -17
  41. data/app/controllers/estimates_controller.rb +0 -49
  42. data/app/controllers/groups_controller.rb +0 -65
  43. data/app/controllers/parties_controller.rb +0 -33
  44. data/app/controllers/periods_controller.rb +0 -242
  45. data/app/controllers/projects_controller.rb +0 -185
  46. data/app/controllers/public_holidays_controller.rb +0 -70
  47. data/app/controllers/search_controller.rb +0 -15
  48. data/app/controllers/task_files_controller.rb +0 -19
  49. data/app/controllers/tasks_controller.rb +0 -305
  50. data/app/controllers/user_controller.rb +0 -251
  51. data/app/controllers/welcome_controller.rb +0 -29
  52. data/app/controllers/work_locks_controller.rb +0 -88
  53. data/app/controllers/works_controller.rb +0 -383
  54. data/app/helpers/absences_helper.rb +0 -2
  55. data/app/helpers/application_helper.rb +0 -119
  56. data/app/helpers/application_helper.rb.rails2 +0 -118
  57. data/app/helpers/customers_helper.rb +0 -2
  58. data/app/helpers/dashboard_helper.rb +0 -2
  59. data/app/helpers/estimates_helper.rb +0 -2
  60. data/app/helpers/groups_helper.rb +0 -2
  61. data/app/helpers/parties_helper.rb +0 -2
  62. data/app/helpers/periods_helper.rb +0 -57
  63. data/app/helpers/projects_helper.rb +0 -74
  64. data/app/helpers/public_holidays_helper.rb +0 -2
  65. data/app/helpers/search_helper.rb +0 -2
  66. data/app/helpers/task_files_helper.rb +0 -2
  67. data/app/helpers/tasks_helper.rb +0 -2
  68. data/app/helpers/user_helper.rb +0 -53
  69. data/app/helpers/welcome_helper.rb +0 -2
  70. data/app/helpers/work_locks_helper.rb +0 -2
  71. data/app/helpers/works_helper.rb +0 -5
  72. data/app/mailers/user_notify.rb +0 -76
  73. data/app/models/absence.rb +0 -27
  74. data/app/models/chart.rb +0 -5
  75. data/app/models/clock.rb +0 -14
  76. data/app/models/configuration.rb +0 -2
  77. data/app/models/customer.rb +0 -2
  78. data/app/models/estimate.rb +0 -17
  79. data/app/models/group.rb +0 -16
  80. data/app/models/party.rb +0 -27
  81. data/app/models/period.rb +0 -251
  82. data/app/models/project.rb +0 -49
  83. data/app/models/public_holiday.rb +0 -13
  84. data/app/models/report_filter.rb +0 -29
  85. data/app/models/search_result.rb +0 -8
  86. data/app/models/sidebar.rb +0 -41
  87. data/app/models/task.rb +0 -425
  88. data/app/models/task_file.rb +0 -7
  89. data/app/models/task_notify.rb +0 -27
  90. data/app/models/user.rb +0 -146
  91. data/app/models/work.rb +0 -191
  92. data/app/models/work_lock.rb +0 -11
  93. data/app/models/work_lock_nagger.rb +0 -60
  94. data/app/models/work_lock_notify.rb +0 -43
  95. data/app/models/works_report_filter.rb +0 -27
  96. data/app/views/absences/_form.rhtml +0 -10
  97. data/app/views/absences/edit.rhtml +0 -9
  98. data/app/views/absences/list.rhtml +0 -25
  99. data/app/views/absences/new.rhtml +0 -8
  100. data/app/views/absences/show.rhtml +0 -8
  101. data/app/views/customers/_form.rhtml +0 -7
  102. data/app/views/customers/_name_list.rhtml +0 -5
  103. data/app/views/customers/edit.rhtml +0 -9
  104. data/app/views/customers/list.rhtml +0 -28
  105. data/app/views/customers/new.rhtml +0 -8
  106. data/app/views/customers/show.rhtml +0 -8
  107. data/app/views/dashboard/show.rhtml +0 -24
  108. data/app/views/display_notice.rjs +0 -1
  109. data/app/views/groups/_form.rhtml +0 -7
  110. data/app/views/groups/edit.rhtml +0 -57
  111. data/app/views/groups/list.rhtml +0 -26
  112. data/app/views/groups/new.rhtml +0 -7
  113. data/app/views/groups/set_member.rjs +0 -1
  114. data/app/views/layouts/_headers.rhtml +0 -24
  115. data/app/views/layouts/_left_top.rhtml +0 -33
  116. data/app/views/layouts/_notice.rhtml +0 -12
  117. data/app/views/layouts/_shortcuts.rhtml +0 -22
  118. data/app/views/layouts/_shortcuts_js.rhtml +0 -19
  119. data/app/views/layouts/mwrt002.html.erb +0 -44
  120. data/app/views/layouts/wide.rhtml +0 -23
  121. data/app/views/periods/_burn_down_chart.rhtml +0 -9
  122. data/app/views/periods/_form.rhtml +0 -74
  123. data/app/views/periods/_link.rhtml +0 -3
  124. data/app/views/periods/_show_active.rhtml +0 -61
  125. data/app/views/periods/_sidebar_block.rhtml +0 -11
  126. data/app/views/periods/_title.rhtml +0 -18
  127. data/app/views/periods/edit.rhtml +0 -10
  128. data/app/views/periods/finish_task.rjs +0 -4
  129. data/app/views/periods/move_task_to_period.rjs +0 -4
  130. data/app/views/periods/new.rhtml +0 -9
  131. data/app/views/periods/order.rjs +0 -0
  132. data/app/views/periods/reopen_task.rjs +0 -6
  133. data/app/views/periods/show.rhtml +0 -56
  134. data/app/views/projects/_buttons.rhtml +0 -4
  135. data/app/views/projects/_form.rhtml +0 -44
  136. data/app/views/projects/_name_list.rhtml +0 -5
  137. data/app/views/projects/edit.rhtml +0 -14
  138. data/app/views/projects/finish_task.rjs +0 -3
  139. data/app/views/projects/list.rhtml +0 -16
  140. data/app/views/projects/move_task_to_period.rjs +0 -3
  141. data/app/views/projects/new.rhtml +0 -11
  142. data/app/views/projects/reopen_task.rjs +0 -3
  143. data/app/views/projects/show.rhtml +0 -39
  144. data/app/views/public_holidays/_form.rhtml +0 -7
  145. data/app/views/public_holidays/edit.rhtml +0 -9
  146. data/app/views/public_holidays/list.rhtml +0 -25
  147. data/app/views/public_holidays/new.rhtml +0 -8
  148. data/app/views/public_holidays/show.rhtml +0 -8
  149. data/app/views/redirect.rjs +0 -1
  150. data/app/views/search/results.rhtml +0 -40
  151. data/app/views/task_notify/invite.en.html.erb +0 -13
  152. data/app/views/task_notify/invite.no.html.erb +0 -13
  153. data/app/views/tasks/_backlog_header.rhtml +0 -17
  154. data/app/views/tasks/_completed.rhtml +0 -18
  155. data/app/views/tasks/_fields_header.rhtml +0 -13
  156. data/app/views/tasks/_form.rhtml +0 -125
  157. data/app/views/tasks/_invite.rjs +0 -1
  158. data/app/views/tasks/_period_header.rhtml +0 -1
  159. data/app/views/tasks/_task.rhtml +0 -116
  160. data/app/views/tasks/_update.rjs +0 -2
  161. data/app/views/tasks/edit.rhtml +0 -81
  162. data/app/views/tasks/grab.rhtml +0 -9
  163. data/app/views/tasks/invite.rhtml +0 -9
  164. data/app/views/tasks/list.rhtml +0 -77
  165. data/app/views/tasks/list_started.rhtml +0 -62
  166. data/app/views/tasks/new.rhtml +0 -10
  167. data/app/views/tasks/notes.rhtml +0 -12
  168. data/app/views/tasks/start_work.rjs +0 -1
  169. data/app/views/tasks/update_estimate.rjs +0 -3
  170. data/app/views/user/_edit.rhtml +0 -31
  171. data/app/views/user/_password.rhtml +0 -21
  172. data/app/views/user/change_password.rhtml +0 -19
  173. data/app/views/user/delete.rhtml +0 -14
  174. data/app/views/user/edit.rhtml +0 -154
  175. data/app/views/user/forgot_password.rhtml +0 -19
  176. data/app/views/user/login.rhtml +0 -33
  177. data/app/views/user/logout.rhtml +0 -8
  178. data/app/views/user/set_group.rjs +0 -1
  179. data/app/views/user/signup.rhtml +0 -15
  180. data/app/views/user/toggle_work_lock_monitoring.rjs +0 -2
  181. data/app/views/user/welcome.rhtml +0 -8
  182. data/app/views/user_notify/change_password.en.html.erb +0 -10
  183. data/app/views/user_notify/change_password.no.html.erb +0 -10
  184. data/app/views/user_notify/forgot_password.en.html.erb +0 -11
  185. data/app/views/user_notify/forgot_password.no.html.erb +0 -11
  186. data/app/views/user_notify/monitoring.en.html.erb +0 -3
  187. data/app/views/user_notify/monitoring.no.html.erb +0 -3
  188. data/app/views/user_notify/monitoring_invitation.en.html.erb +0 -7
  189. data/app/views/user_notify/monitoring_invitation.no.html.erb +0 -7
  190. data/app/views/user_notify/signup.en.html.erb +0 -12
  191. data/app/views/user_notify/signup.no.html.erb +0 -12
  192. data/app/views/work_lock_notify/lock.en.html.erb +0 -7
  193. data/app/views/work_lock_notify/lock.no.html.erb +0 -7
  194. data/app/views/work_lock_notify/nag.en.html.erb +0 -6
  195. data/app/views/work_lock_notify/nag.no.html.erb +0 -7
  196. data/app/views/work_locks/_form.rhtml +0 -10
  197. data/app/views/work_locks/edit.rhtml +0 -9
  198. data/app/views/work_locks/list.rhtml +0 -25
  199. data/app/views/work_locks/new.rhtml +0 -8
  200. data/app/views/work_locks/show.rhtml +0 -8
  201. data/app/views/works/_buttons.rhtml +0 -2
  202. data/app/views/works/_description_list.rhtml +0 -5
  203. data/app/views/works/_form.rhtml +0 -107
  204. data/app/views/works/_new_row.rhtml +0 -141
  205. data/app/views/works/_row.rhtml +0 -115
  206. data/app/views/works/_row_field.rhtml +0 -17
  207. data/app/views/works/_task_id_list.rhtml +0 -5
  208. data/app/views/works/_weekly_work_sheet_buttons.rhtml +0 -22
  209. data/app/views/works/daily_work_sheet.rhtml +0 -108
  210. data/app/views/works/edit.rhtml +0 -11
  211. data/app/views/works/list.rhtml +0 -148
  212. data/app/views/works/list_excel.rhtml +0 -114
  213. data/app/views/works/new.rhtml +0 -12
  214. data/app/views/works/show.rhtml +0 -10
  215. data/app/views/works/timeliste.rhtml +0 -884
  216. data/app/views/works/update_new_row.rjs +0 -28
  217. data/app/views/works/update_row.rjs +0 -18
  218. data/app/views/works/update_time.rjs +0 -3
  219. data/app/views/works/weekly_work_sheet.rhtml +0 -64
  220. data/app/views/works/weekly_work_sheet_details.rhtml +0 -102
  221. data/backlog.gemspec +0 -44
  222. data/config.ru +0 -4
  223. data/config/application.rb +0 -11
  224. data/config/boot.rb +0 -13
  225. data/config/database.yml +0 -15
  226. data/config/database.yml~ +0 -17
  227. data/config/environment.rb +0 -100
  228. data/config/environments/development.rb +0 -30
  229. data/config/environments/development.rb.rails2 +0 -26
  230. data/config/environments/production.rb +0 -33
  231. data/config/environments/test.rb +0 -24
  232. data/config/environments/user_environment.rb +0 -21
  233. data/config/initializers/backtrace_silencers.rb +0 -7
  234. data/config/initializers/inflections.rb +0 -10
  235. data/config/initializers/jdbc.rb +0 -7
  236. data/config/initializers/mime_types.rb +0 -5
  237. data/config/initializers/secret_token.rb +0 -7
  238. data/config/initializers/session_store.rb +0 -8
  239. data/config/locales/en.yml +0 -200
  240. data/config/locales/no.yml +0 -193
  241. data/config/mime_types.yaml +0 -1
  242. data/config/routes.rb +0 -5
  243. data/config/war.rb +0 -27
  244. data/config/warble.rb +0 -84
  245. data/cruise_build.sh +0 -14
  246. data/cruise_config.rb +0 -5
  247. data/db/migrate/001_create_tasks.rb +0 -22
  248. data/db/migrate/003_add_estimation_points.rb +0 -16
  249. data/db/migrate/004_add_period.rb +0 -63
  250. data/db/migrate/005_add_field_work_started_at.rb +0 -9
  251. data/db/migrate/006_works_data_fix.rb +0 -13
  252. data/db/migrate/007_add_task_created_at.rb +0 -23
  253. data/db/migrate/008_add_backlog_options.rb +0 -13
  254. data/db/migrate/009_add_subtasks.rb +0 -29
  255. data/db/migrate/010_add_work_start.rb +0 -9
  256. data/db/migrate/011_login_sugar.rb +0 -21
  257. data/db/migrate/012_add_resolution.rb +0 -12
  258. data/db/migrate/013_create_estimates.rb +0 -20
  259. data/db/migrate/014_add_customer_option.rb +0 -11
  260. data/db/migrate/015_add_user_option.rb +0 -33
  261. data/db/migrate/016_add_invoicable_flag.rb +0 -11
  262. data/db/migrate/017_increase_backlog_name_limit.rb +0 -10
  263. data/db/migrate/018_create_groups.rb +0 -118
  264. data/db/migrate/019_remove_unique_index_for_period_position.rb +0 -9
  265. data/db/migrate/020_create_task_files.rb +0 -17
  266. data/db/migrate/021_create_work_accounts.rb +0 -111
  267. data/db/migrate/022_remove_track_done_flag.rb +0 -9
  268. data/db/migrate/023_add_indices_for_burn_down_chart.rb +0 -13
  269. data/db/migrate/024_add_sprint_option.rb +0 -10
  270. data/db/migrate/025_add_simple_auditing_of_tasks.rb +0 -11
  271. data/db/migrate/026_add_users_to_tasks.rb +0 -14
  272. data/db/migrate/027_create_work_locks.rb +0 -25
  273. data/db/migrate/028_create_absences.rb +0 -34
  274. data/db/migrate/029_add_work_comments.rb +0 -9
  275. data/db/migrate/030_create_public_holidays.rb +0 -11
  276. data/db/migrate/031_expand_work_done_precision.rb +0 -9
  277. data/db/migrate/20100720124707_merge_work_account_into_backlog.rb +0 -74
  278. data/db/migrate/20101006092700_rename_backlogs_to_projects.rb +0 -22
  279. data/db/migrate/20101006092700_rename_backlogs_to_projects.rb~ +0 -22
  280. data/db/schema.rb +0 -159
  281. data/db/seeds.rb +0 -7
  282. data/db/test.db +0 -0
  283. data/etc/backlog.conf +0 -32
  284. data/ext/mkrf_conf.rb +0 -26
  285. data/lib/class_table_inheritance.rb +0 -224
  286. data/lib/postgresql-8.2-504.jdbc4.jar +0 -0
  287. data/lib/tasks/jdbc.rake +0 -8
  288. data/lib/url_for_fix.rb +0 -30
  289. data/nbproject/private/config.properties +0 -0
  290. data/nbproject/private/private.properties +0 -1
  291. data/nbproject/private/private.xml +0 -4
  292. data/nbproject/private/rake-t.txt +0 -95
  293. data/nbproject/project.properties +0 -4
  294. data/nbproject/project.xml +0 -9
  295. data/public/404.html +0 -26
  296. data/public/422.html +0 -26
  297. data/public/500.html +0 -26
  298. data/public/Frav/303/246rsskjema.xls +0 -0
  299. data/public/applets/bsf.jar +0 -0
  300. data/public/applets/jruby.jar +0 -0
  301. data/public/favicon.ico +0 -0
  302. data/public/images/add.png +0 -0
  303. data/public/images/add.svg +0 -70
  304. data/public/images/ajax-loading.gif +0 -0
  305. data/public/images/appunti_architetto_franc_01.svg +0 -92
  306. data/public/images/arrow-down.gif +0 -0
  307. data/public/images/arrow-up.gif +0 -0
  308. data/public/images/arrow07_2.png +0 -0
  309. data/public/images/arrow07_4.png +0 -0
  310. data/public/images/arrow_down.png +0 -0
  311. data/public/images/arrow_down.svg +0 -59
  312. data/public/images/arrow_left.png +0 -0
  313. data/public/images/arrow_left.svg +0 -59
  314. data/public/images/arrow_right.png +0 -0
  315. data/public/images/arrow_right.svg +0 -59
  316. data/public/images/arrow_up.png +0 -0
  317. data/public/images/arrow_up.svg +0 -59
  318. data/public/images/black-70.png +0 -0
  319. data/public/images/black.png +0 -0
  320. data/public/images/blank.jpg +0 -0
  321. data/public/images/blank.png +0 -0
  322. data/public/images/cestino_pieno_architetto_01.svg +0 -470
  323. data/public/images/checkmark.png +0 -0
  324. data/public/images/checkmark_org.png +0 -0
  325. data/public/images/clipboard.png +0 -0
  326. data/public/images/clipboard.svg +0 -62
  327. data/public/images/construction_hammer_jon__01.svg +0 -116
  328. data/public/images/delete.png +0 -0
  329. data/public/images/email.png +0 -0
  330. data/public/images/email_grey.png +0 -0
  331. data/public/images/eraser.png +0 -0
  332. data/public/images/eraser_org.png +0 -0
  333. data/public/images/ernes_stop.png +0 -0
  334. data/public/images/ernes_stop_org.png +0 -0
  335. data/public/images/flag_red.png +0 -0
  336. data/public/images/flag_yellow.png +0 -0
  337. data/public/images/grab.png +0 -0
  338. data/public/images/grab_gray.png +0 -0
  339. data/public/images/group.png +0 -0
  340. data/public/images/hammer.png +0 -0
  341. data/public/images/header.jpg +0 -0
  342. data/public/images/nextlabel.gif +0 -0
  343. data/public/images/pagebak.jpg +0 -0
  344. data/public/images/paper3.svg +0 -54
  345. data/public/images/period.png +0 -0
  346. data/public/images/period_org.png +0 -0
  347. data/public/images/person.org.png +0 -0
  348. data/public/images/prevlabel.gif +0 -0
  349. data/public/images/question.svg +0 -56
  350. data/public/images/rails.png +0 -0
  351. data/public/images/refresh.png +0 -0
  352. data/public/images/rmagick.gif +0 -0
  353. data/public/images/rmagick_270.gif +0 -0
  354. data/public/images/tabella_architetto_franc_01.svg +0 -105
  355. data/public/images/task.png +0 -0
  356. data/public/images/text-x-generic.png +0 -0
  357. data/public/images/user group.png +0 -0
  358. data/public/images/user.png +0 -0
  359. data/public/images/view_fullscreen.png +0 -0
  360. data/public/images/work_account.png +0 -0
  361. data/public/javascripts/application.js +0 -2
  362. data/public/javascripts/builder.js +0 -136
  363. data/public/javascripts/controls.js +0 -965
  364. data/public/javascripts/dragdrop.js +0 -974
  365. data/public/javascripts/effects.js +0 -1123
  366. data/public/javascripts/lightwindow.js +0 -1921
  367. data/public/javascripts/prototype.js +0 -6001
  368. data/public/javascripts/rails.js +0 -175
  369. data/public/javascripts/ruby.js +0 -46
  370. data/public/javascripts/scriptaculous.js +0 -58
  371. data/public/javascripts/slider.js +0 -275
  372. data/public/javascripts/sound.js +0 -55
  373. data/public/javascripts/unittest.js +0 -568
  374. data/public/javascripts/zapatec/utils/transport.js +0 -2217
  375. data/public/javascripts/zapatec/utils/utils.js +0 -1799
  376. data/public/javascripts/zapatec/utils/zapatec.js +0 -90
  377. data/public/javascripts/zapatec/utils/zpeventdriven.js +0 -212
  378. data/public/javascripts/zapatec/utils/zpwidget.js +0 -729
  379. data/public/javascripts/zapatec/zpcal/lang/calendar-no.js +0 -124
  380. data/public/javascripts/zapatec/zpcal/src/calendar-core.js +0 -2878
  381. data/public/javascripts/zapatec/zpcal/src/calendar-date-core.js +0 -348
  382. data/public/javascripts/zapatec/zpcal/src/calendar-setup.js +0 -360
  383. data/public/javascripts/zapatec/zpcal/src/calendar.js +0 -35
  384. data/public/robots.txt +0 -5
  385. data/public/stylesheets/backlog.css +0 -135
  386. data/public/stylesheets/lightwindow.css +0 -376
  387. data/public/stylesheets/mwrt002.css +0 -54
  388. data/public/stylesheets/mwrt002MAC.css +0 -3
  389. data/public/stylesheets/mwrt002NN.css +0 -3
  390. data/public/stylesheets/scaffold.css +0 -74
  391. data/public/stylesheets/user.css +0 -74
  392. data/public/stylesheets/zpcal/themes/green.css +0 -153
  393. data/public/stylesheets/zpcal/themes/layouts/layout-2d.css +0 -134
  394. data/public/stylesheets/zpcal/themes/layouts/layout-common.css +0 -74
  395. data/public/stylesheets/zpcal/themes/menuarrow.gif +0 -0
  396. data/public/stylesheets/zpcal/themes/scroller-down.gif +0 -0
  397. data/public/stylesheets/zpcal/themes/scroller-up.gif +0 -0
  398. data/script/rails +0 -6
  399. data/test/client/login.rb +0 -23
  400. data/test/client/login_test.rb +0 -64
  401. data/test/client/setup.rb +0 -25
  402. data/test/fixtures/absences.yml +0 -11
  403. data/test/fixtures/configurations.yml +0 -5
  404. data/test/fixtures/customers.yml +0 -7
  405. data/test/fixtures/estimates.yml +0 -10
  406. data/test/fixtures/groups.yml +0 -6
  407. data/test/fixtures/groups_users.yml +0 -3
  408. data/test/fixtures/parties.yml +0 -32
  409. data/test/fixtures/periods.yml +0 -24
  410. data/test/fixtures/projects.yml +0 -8
  411. data/test/fixtures/public_holidays.yml +0 -7
  412. data/test/fixtures/task_files.yml +0 -13
  413. data/test/fixtures/tasks.yml +0 -82
  414. data/test/fixtures/users.yml +0 -59
  415. data/test/fixtures/work_lock_subscriptions.yml +0 -7
  416. data/test/fixtures/work_locks.yml +0 -11
  417. data/test/fixtures/works.yml +0 -47
  418. data/test/functional/absences_controller_test.rb +0 -93
  419. data/test/functional/customers_controller_test.rb +0 -93
  420. data/test/functional/dashboard_controller_test.rb +0 -18
  421. data/test/functional/estimates_controller_test.rb +0 -40
  422. data/test/functional/groups_controller_test.rb +0 -120
  423. data/test/functional/parties_controller_test.rb +0 -35
  424. data/test/functional/periods_controller_test.rb +0 -297
  425. data/test/functional/projects_controller_test.rb +0 -152
  426. data/test/functional/public_holidays_controller_test.rb +0 -93
  427. data/test/functional/search_controller_test.rb +0 -24
  428. data/test/functional/task_files_controller_test.rb +0 -29
  429. data/test/functional/tasks_controller_test.rb +0 -229
  430. data/test/functional/user_controller_test.rb +0 -261
  431. data/test/functional/welcome_controller_test.rb +0 -62
  432. data/test/functional/work_locks_controller_test.rb +0 -93
  433. data/test/functional/works_controller_test.rb +0 -220
  434. data/test/integration/user_system_test.rb +0 -95
  435. data/test/mocks/test/clock.rb +0 -14
  436. data/test/performance/browsing_test.rb +0 -9
  437. data/test/performance/common.rb +0 -91
  438. data/test/performance/jetty_test.rb +0 -15
  439. data/test/performance/server_test.rb +0 -17
  440. data/test/test_helper.rb +0 -119
  441. data/test/test_helper.rb~ +0 -121
  442. data/test/unit/absence_test.rb +0 -29
  443. data/test/unit/big_decimal_yaml_fix_test.rb +0 -15
  444. data/test/unit/configuration_test.rb +0 -10
  445. data/test/unit/customer_test.rb +0 -10
  446. data/test/unit/estimate_test.rb +0 -10
  447. data/test/unit/group_test.rb +0 -10
  448. data/test/unit/party_test.rb +0 -10
  449. data/test/unit/period_test.rb +0 -9
  450. data/test/unit/public_holiday_test.rb +0 -10
  451. data/test/unit/task_file_test.rb +0 -10
  452. data/test/unit/task_test.rb +0 -73
  453. data/test/unit/time_of_day_test.rb +0 -23
  454. data/test/unit/user_test.rb +0 -148
  455. data/test/unit/work_lock_subscription_test.rb +0 -10
  456. data/test/unit/work_lock_test.rb +0 -10
  457. data/test/unit/work_test.rb +0 -81
  458. data/vendor/plugins/acts_as_list/README +0 -23
  459. data/vendor/plugins/acts_as_list/init.rb +0 -3
  460. data/vendor/plugins/acts_as_list/lib/active_record/acts/list.rb +0 -256
  461. data/vendor/plugins/acts_as_list/test/list_test.rb +0 -332
  462. data/vendor/plugins/acts_as_tree/README +0 -26
  463. data/vendor/plugins/acts_as_tree/Rakefile +0 -22
  464. data/vendor/plugins/acts_as_tree/init.rb +0 -1
  465. data/vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb +0 -96
  466. data/vendor/plugins/acts_as_tree/test/abstract_unit.rb +0 -0
  467. data/vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb +0 -219
  468. data/vendor/plugins/acts_as_tree/test/database.yml +0 -0
  469. data/vendor/plugins/acts_as_tree/test/fixtures/mixin.rb +0 -0
  470. data/vendor/plugins/acts_as_tree/test/fixtures/mixins.yml +0 -0
  471. data/vendor/plugins/acts_as_tree/test/schema.rb +0 -0
  472. data/vendor/plugins/assert_cookie/MIT-LICENSE +0 -7
  473. data/vendor/plugins/assert_cookie/README +0 -6
  474. data/vendor/plugins/assert_cookie/Rakefile +0 -21
  475. data/vendor/plugins/assert_cookie/init.rb +0 -1
  476. data/vendor/plugins/assert_cookie/lib/assert_cookie.rb +0 -73
  477. data/vendor/plugins/assert_cookie/meta.yml +0 -7
  478. data/vendor/plugins/assert_cookie/test/test_assert_cookie.rb +0 -124
  479. data/vendor/plugins/assert_cookie/test/test_helper.rb +0 -31
  480. data/vendor/plugins/auto_complete/README +0 -23
  481. data/vendor/plugins/auto_complete/Rakefile +0 -22
  482. data/vendor/plugins/auto_complete/init.rb +0 -2
  483. data/vendor/plugins/auto_complete/lib/auto_complete.rb +0 -47
  484. data/vendor/plugins/auto_complete/lib/auto_complete_macros_helper.rb +0 -143
  485. data/vendor/plugins/auto_complete/test/auto_complete_test.rb +0 -67
  486. data/vendor/plugins/backlog_jira/init.rb +0 -66
  487. data/vendor/plugins/dynamic_form/MIT-LICENSE +0 -20
  488. data/vendor/plugins/dynamic_form/README +0 -13
  489. data/vendor/plugins/dynamic_form/Rakefile +0 -10
  490. data/vendor/plugins/dynamic_form/dynamic_form.gemspec +0 -12
  491. data/vendor/plugins/dynamic_form/init.rb +0 -1
  492. data/vendor/plugins/dynamic_form/lib/action_view/helpers/dynamic_form.rb +0 -300
  493. data/vendor/plugins/dynamic_form/lib/action_view/locale/en.yml +0 -8
  494. data/vendor/plugins/dynamic_form/lib/dynamic_form.rb +0 -5
  495. data/vendor/plugins/dynamic_form/test/dynamic_form_i18n_test.rb +0 -42
  496. data/vendor/plugins/dynamic_form/test/dynamic_form_test.rb +0 -370
  497. data/vendor/plugins/dynamic_form/test/test_helper.rb +0 -9
  498. data/vendor/plugins/has_history/README +0 -12
  499. data/vendor/plugins/has_history/Rakefile +0 -22
  500. data/vendor/plugins/has_history/generators/history_migration/history_migration_generator.rb +0 -30
  501. data/vendor/plugins/has_history/generators/history_migration/templates/migration.rb +0 -14
  502. data/vendor/plugins/has_history/generators/history_model/history_model_generator.rb +0 -39
  503. data/vendor/plugins/has_history/generators/history_model/templates/fixtures.yml +0 -17
  504. data/vendor/plugins/has_history/generators/history_model/templates/functional_test.rb +0 -129
  505. data/vendor/plugins/has_history/generators/history_model/templates/migration.rb +0 -14
  506. data/vendor/plugins/has_history/generators/history_model/templates/model.rb +0 -4
  507. data/vendor/plugins/has_history/generators/history_model/templates/unit_test.rb +0 -75
  508. data/vendor/plugins/has_history/init.rb +0 -5
  509. data/vendor/plugins/has_history/install.rb +0 -1
  510. data/vendor/plugins/has_history/lib/has_history.rb +0 -178
  511. data/vendor/plugins/has_history/lib/tasks/has_history_tasks.rake +0 -4
  512. data/vendor/plugins/has_history/test/has_history_test.rb +0 -31
  513. data/vendor/plugins/has_history/test/ignorant_master.rb +0 -3
  514. data/vendor/plugins/has_history/test/ignorant_master_history.rb +0 -4
  515. data/vendor/plugins/has_history/test/lone_master.rb +0 -42
  516. data/vendor/plugins/has_history/test/paired_master.rb +0 -5
  517. data/vendor/plugins/has_history/test/paired_master_history.rb +0 -5
  518. data/vendor/plugins/has_history/test/test_helper.rb +0 -154
  519. data/vendor/plugins/has_history/uninstall.rb +0 -1
  520. data/vendor/plugins/prototype_legacy_helper/lib/prototype_legacy_helper.rb +0 -432
  521. data/vendor/plugins/prototype_legacy_helper/test/test_prototype_helper.rb +0 -297
  522. data/vendor/plugins/rails_time/MIT-LICENSE +0 -20
  523. data/vendor/plugins/rails_time/README +0 -28
  524. data/vendor/plugins/rails_time/init.rb +0 -2
  525. data/vendor/plugins/rails_time/lib/activerecord_time_extension.rb +0 -28
  526. data/vendor/plugins/rails_time/lib/time_of_day.rb +0 -88
  527. data/vendor/plugins/rails_time/test/database.yml +0 -18
  528. data/vendor/plugins/rails_time/test/debug.log +0 -1
  529. data/vendor/plugins/rails_time/test/rails_time_test.rb +0 -122
  530. data/vendor/plugins/rails_time/test/schema.rb +0 -10
  531. data/vendor/plugins/rails_time/test/test_helper.rb +0 -17
  532. data/vendor/plugins/verification/MIT-LICENSE +0 -20
  533. data/vendor/plugins/verification/README +0 -34
  534. data/vendor/plugins/verification/Rakefile +0 -22
  535. data/vendor/plugins/verification/init.rb +0 -3
  536. data/vendor/plugins/verification/lib/action_controller/verification.rb +0 -132
  537. data/vendor/plugins/verification/test/test_helper.rb +0 -18
  538. data/vendor/plugins/verification/test/verification_test.rb +0 -270
  539. data/vendor/plugins/will_paginate/LICENSE +0 -18
  540. data/vendor/plugins/will_paginate/README +0 -138
  541. data/vendor/plugins/will_paginate/Rakefile +0 -27
  542. data/vendor/plugins/will_paginate/init.rb +0 -4
  543. data/vendor/plugins/will_paginate/lib/will_paginate.rb +0 -61
  544. data/vendor/plugins/will_paginate/lib/will_paginate/collection.rb +0 -132
  545. data/vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb +0 -80
  546. data/vendor/plugins/will_paginate/lib/will_paginate/finder.rb +0 -181
  547. data/vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb +0 -206
  548. data/vendor/plugins/will_paginate/test/array_pagination_test.rb +0 -131
  549. data/vendor/plugins/will_paginate/test/boot.rb +0 -23
  550. data/vendor/plugins/will_paginate/test/console +0 -9
  551. data/vendor/plugins/will_paginate/test/finder_test.rb +0 -290
  552. data/vendor/plugins/will_paginate/test/fixtures/admin.rb +0 -3
  553. data/vendor/plugins/will_paginate/test/fixtures/developer.rb +0 -11
  554. data/vendor/plugins/will_paginate/test/fixtures/developers_projects.yml +0 -13
  555. data/vendor/plugins/will_paginate/test/fixtures/project.rb +0 -15
  556. data/vendor/plugins/will_paginate/test/fixtures/projects.yml +0 -7
  557. data/vendor/plugins/will_paginate/test/fixtures/replies.yml +0 -34
  558. data/vendor/plugins/will_paginate/test/fixtures/reply.rb +0 -5
  559. data/vendor/plugins/will_paginate/test/fixtures/schema.rb +0 -38
  560. data/vendor/plugins/will_paginate/test/fixtures/topic.rb +0 -4
  561. data/vendor/plugins/will_paginate/test/fixtures/topics.yml +0 -30
  562. data/vendor/plugins/will_paginate/test/fixtures/user.rb +0 -2
  563. data/vendor/plugins/will_paginate/test/fixtures/users.yml +0 -35
  564. data/vendor/plugins/will_paginate/test/helper.rb +0 -25
  565. data/vendor/plugins/will_paginate/test/lib/activerecord_test_case.rb +0 -23
  566. data/vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb +0 -67
  567. data/vendor/plugins/will_paginate/test/lib/load_fixtures.rb +0 -13
  568. data/vendor/plugins/will_paginate/test/pagination_test.rb +0 -240
@@ -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);