diff --git a/config/initializers/30-redmine.rb b/config/initializers/30-redmine.rb index f19373b65..01848a0ef 100644 --- a/config/initializers/30-redmine.rb +++ b/config/initializers/30-redmine.rb @@ -24,9 +24,6 @@ Redmine::PluginLoader.load Rails.application.config.to_prepare do default_paths = [] - default_paths << Rails.public_path.join('javascripts') - default_paths << Rails.public_path.join('stylesheets') - default_paths << Rails.public_path.join('images') Rails.application.config.assets.redmine_default_asset_path = Redmine::AssetPath.new(Rails.public_path, default_paths) Redmine::FieldFormat::RecordList.subclasses.each do |klass| diff --git a/lib/redmine/themes.rb b/lib/redmine/themes.rb index 14e04f063..57fcd80d7 100644 --- a/lib/redmine/themes.rb +++ b/lib/redmine/themes.rb @@ -148,7 +148,7 @@ module Redmine end def self.scan_themes - dirs = Dir.glob("#{Rails.public_path}/themes/*").select do |f| + dirs = Dir.glob("#{Rails.root}/app/assets/themes/*").select do |f| # A theme should at least override application.css File.directory?(f) && File.exist?("#{f}/stylesheets/application.css") end diff --git a/public/images/3_bullets.png b/public/images/3_bullets.png deleted file mode 100644 index 616593b2a..000000000 Binary files a/public/images/3_bullets.png and /dev/null differ diff --git a/public/images/add.png b/public/images/add.png deleted file mode 100644 index d6d26db7c..000000000 Binary files a/public/images/add.png and /dev/null differ diff --git a/public/images/anonymous.png b/public/images/anonymous.png deleted file mode 100644 index 5f00a8362..000000000 Binary files a/public/images/anonymous.png and /dev/null differ diff --git a/public/images/arrow_down.png b/public/images/arrow_down.png deleted file mode 100644 index fbd0e05d1..000000000 Binary files a/public/images/arrow_down.png and /dev/null differ diff --git a/public/images/arrow_left.png b/public/images/arrow_left.png deleted file mode 100644 index c7cc4efdd..000000000 Binary files a/public/images/arrow_left.png and /dev/null differ diff --git a/public/images/arrow_right.png b/public/images/arrow_right.png deleted file mode 100644 index 84ad38339..000000000 Binary files a/public/images/arrow_right.png and /dev/null differ diff --git a/public/images/arrow_up.png b/public/images/arrow_up.png deleted file mode 100644 index 51bba6e92..000000000 Binary files a/public/images/arrow_up.png and /dev/null differ diff --git a/public/images/attachment.png b/public/images/attachment.png deleted file mode 100644 index 3762eafec..000000000 Binary files a/public/images/attachment.png and /dev/null differ diff --git a/public/images/bullet_add.png b/public/images/bullet_add.png deleted file mode 100644 index a3f850dcc..000000000 Binary files a/public/images/bullet_add.png and /dev/null differ diff --git a/public/images/bullet_black.png b/public/images/bullet_black.png deleted file mode 100644 index 6d87f99a9..000000000 Binary files a/public/images/bullet_black.png and /dev/null differ diff --git a/public/images/bullet_blue.png b/public/images/bullet_blue.png deleted file mode 100644 index 79d978c36..000000000 Binary files a/public/images/bullet_blue.png and /dev/null differ diff --git a/public/images/bullet_delete.png b/public/images/bullet_delete.png deleted file mode 100644 index 3459293cb..000000000 Binary files a/public/images/bullet_delete.png and /dev/null differ diff --git a/public/images/bullet_diamond.png b/public/images/bullet_diamond.png deleted file mode 100644 index f68cb7958..000000000 Binary files a/public/images/bullet_diamond.png and /dev/null differ diff --git a/public/images/bullet_end.png b/public/images/bullet_end.png deleted file mode 100644 index 0ff03323f..000000000 Binary files a/public/images/bullet_end.png and /dev/null differ diff --git a/public/images/bullet_go.png b/public/images/bullet_go.png deleted file mode 100644 index c724754b3..000000000 Binary files a/public/images/bullet_go.png and /dev/null differ diff --git a/public/images/bullet_orange.png b/public/images/bullet_orange.png deleted file mode 100644 index d4b3cd05e..000000000 Binary files a/public/images/bullet_orange.png and /dev/null differ diff --git a/public/images/bullet_purple.png b/public/images/bullet_purple.png deleted file mode 100644 index 58bc636bc..000000000 Binary files a/public/images/bullet_purple.png and /dev/null differ diff --git a/public/images/bullet_toggle_minus.png b/public/images/bullet_toggle_minus.png deleted file mode 100644 index e4fa65cf1..000000000 Binary files a/public/images/bullet_toggle_minus.png and /dev/null differ diff --git a/public/images/bullet_toggle_plus.png b/public/images/bullet_toggle_plus.png deleted file mode 100644 index f7b6a1619..000000000 Binary files a/public/images/bullet_toggle_plus.png and /dev/null differ diff --git a/public/images/calendar.png b/public/images/calendar.png deleted file mode 100644 index 62df31c93..000000000 Binary files a/public/images/calendar.png and /dev/null differ diff --git a/public/images/cancel.png b/public/images/cancel.png deleted file mode 100644 index a98e53705..000000000 Binary files a/public/images/cancel.png and /dev/null differ diff --git a/public/images/changeset.png b/public/images/changeset.png deleted file mode 100644 index 8bf76fbbe..000000000 Binary files a/public/images/changeset.png and /dev/null differ diff --git a/public/images/close.png b/public/images/close.png deleted file mode 100644 index 3dd76e69c..000000000 Binary files a/public/images/close.png and /dev/null differ diff --git a/public/images/close_hl.png b/public/images/close_hl.png deleted file mode 100644 index b7667aa80..000000000 Binary files a/public/images/close_hl.png and /dev/null differ diff --git a/public/images/comment.png b/public/images/comment.png deleted file mode 100644 index 0e848cc07..000000000 Binary files a/public/images/comment.png and /dev/null differ diff --git a/public/images/comments.png b/public/images/comments.png deleted file mode 100644 index ef57fdd15..000000000 Binary files a/public/images/comments.png and /dev/null differ diff --git a/public/images/copy.png b/public/images/copy.png deleted file mode 100644 index 689f251cf..000000000 Binary files a/public/images/copy.png and /dev/null differ diff --git a/public/images/copy_link.png b/public/images/copy_link.png deleted file mode 100644 index 2a2eb09ff..000000000 Binary files a/public/images/copy_link.png and /dev/null differ diff --git a/public/images/database_go.png b/public/images/database_go.png deleted file mode 100644 index 61a8556c4..000000000 Binary files a/public/images/database_go.png and /dev/null differ diff --git a/public/images/database_key.png b/public/images/database_key.png deleted file mode 100644 index 107e34e5b..000000000 Binary files a/public/images/database_key.png and /dev/null differ diff --git a/public/images/delete.png b/public/images/delete.png deleted file mode 100644 index ba6256dd5..000000000 Binary files a/public/images/delete.png and /dev/null differ diff --git a/public/images/document.png b/public/images/document.png deleted file mode 100644 index 883f6404f..000000000 Binary files a/public/images/document.png and /dev/null differ diff --git a/public/images/download.png b/public/images/download.png deleted file mode 100644 index daf927656..000000000 Binary files a/public/images/download.png and /dev/null differ diff --git a/public/images/duplicate.png b/public/images/duplicate.png deleted file mode 100644 index f7d159e5c..000000000 Binary files a/public/images/duplicate.png and /dev/null differ diff --git a/public/images/edit.png b/public/images/edit.png deleted file mode 100644 index 8335716fd..000000000 Binary files a/public/images/edit.png and /dev/null differ diff --git a/public/images/email.png b/public/images/email.png deleted file mode 100644 index 7348aed77..000000000 Binary files a/public/images/email.png and /dev/null differ diff --git a/public/images/email_add.png b/public/images/email_add.png deleted file mode 100644 index 6c933681f..000000000 Binary files a/public/images/email_add.png and /dev/null differ diff --git a/public/images/email_disabled.png b/public/images/email_disabled.png deleted file mode 100644 index 7aa93e89a..000000000 Binary files a/public/images/email_disabled.png and /dev/null differ diff --git a/public/images/exclamation.png b/public/images/exclamation.png deleted file mode 100644 index 7bd84f7a3..000000000 Binary files a/public/images/exclamation.png and /dev/null differ diff --git a/public/images/external.png b/public/images/external.png deleted file mode 100644 index 77c202895..000000000 Binary files a/public/images/external.png and /dev/null differ diff --git a/public/images/false.png b/public/images/false.png deleted file mode 100644 index ec01ecd32..000000000 Binary files a/public/images/false.png and /dev/null differ diff --git a/public/images/fav.png b/public/images/fav.png deleted file mode 100644 index eb43df937..000000000 Binary files a/public/images/fav.png and /dev/null differ diff --git a/public/images/fav_off.png b/public/images/fav_off.png deleted file mode 100644 index 51372e3fc..000000000 Binary files a/public/images/fav_off.png and /dev/null differ diff --git a/public/images/favicon.ico b/public/images/favicon.ico deleted file mode 100644 index 9d48fcf98..000000000 Binary files a/public/images/favicon.ico and /dev/null differ diff --git a/public/images/feed.png b/public/images/feed.png deleted file mode 100644 index 23160c348..000000000 Binary files a/public/images/feed.png and /dev/null differ diff --git a/public/images/files/c.png b/public/images/files/c.png deleted file mode 100644 index 0dff8cfdf..000000000 Binary files a/public/images/files/c.png and /dev/null differ diff --git a/public/images/files/csharp.png b/public/images/files/csharp.png deleted file mode 100644 index 093b1c5e3..000000000 Binary files a/public/images/files/csharp.png and /dev/null differ diff --git a/public/images/files/css.png b/public/images/files/css.png deleted file mode 100644 index 06a17cd8c..000000000 Binary files a/public/images/files/css.png and /dev/null differ diff --git a/public/images/files/default.png b/public/images/files/default.png deleted file mode 100644 index 22996cd9d..000000000 Binary files a/public/images/files/default.png and /dev/null differ diff --git a/public/images/files/html.png b/public/images/files/html.png deleted file mode 100644 index 6ed2490ed..000000000 Binary files a/public/images/files/html.png and /dev/null differ diff --git a/public/images/files/image.png b/public/images/files/image.png deleted file mode 100644 index 8954d2a55..000000000 Binary files a/public/images/files/image.png and /dev/null differ diff --git a/public/images/files/java.png b/public/images/files/java.png deleted file mode 100644 index 0a7d6f4a6..000000000 Binary files a/public/images/files/java.png and /dev/null differ diff --git a/public/images/files/js.png b/public/images/files/js.png deleted file mode 100644 index 0125edfa9..000000000 Binary files a/public/images/files/js.png and /dev/null differ diff --git a/public/images/files/pdf.png b/public/images/files/pdf.png deleted file mode 100644 index 544e0d877..000000000 Binary files a/public/images/files/pdf.png and /dev/null differ diff --git a/public/images/files/php.png b/public/images/files/php.png deleted file mode 100644 index 26f2e4d7a..000000000 Binary files a/public/images/files/php.png and /dev/null differ diff --git a/public/images/files/ruby.png b/public/images/files/ruby.png deleted file mode 100644 index 95fb3afed..000000000 Binary files a/public/images/files/ruby.png and /dev/null differ diff --git a/public/images/files/text.png b/public/images/files/text.png deleted file mode 100644 index b880900bf..000000000 Binary files a/public/images/files/text.png and /dev/null differ diff --git a/public/images/files/xml.png b/public/images/files/xml.png deleted file mode 100644 index b1b61b5fe..000000000 Binary files a/public/images/files/xml.png and /dev/null differ diff --git a/public/images/files/zip.png b/public/images/files/zip.png deleted file mode 100644 index 914fcc402..000000000 Binary files a/public/images/files/zip.png and /dev/null differ diff --git a/public/images/folder.png b/public/images/folder.png deleted file mode 100644 index e20d6823c..000000000 Binary files a/public/images/folder.png and /dev/null differ diff --git a/public/images/folder_open.png b/public/images/folder_open.png deleted file mode 100644 index 9d1e90d2c..000000000 Binary files a/public/images/folder_open.png and /dev/null differ diff --git a/public/images/folder_open_add.png b/public/images/folder_open_add.png deleted file mode 100644 index 6fe9e0322..000000000 Binary files a/public/images/folder_open_add.png and /dev/null differ diff --git a/public/images/folder_open_orange.png b/public/images/folder_open_orange.png deleted file mode 100644 index ee6504a90..000000000 Binary files a/public/images/folder_open_orange.png and /dev/null differ diff --git a/public/images/group.png b/public/images/group.png deleted file mode 100644 index d80eb2606..000000000 Binary files a/public/images/group.png and /dev/null differ diff --git a/public/images/help.png b/public/images/help.png deleted file mode 100644 index d533abd3a..000000000 Binary files a/public/images/help.png and /dev/null differ diff --git a/public/images/history.png b/public/images/history.png deleted file mode 100644 index 4f2c12846..000000000 Binary files a/public/images/history.png and /dev/null differ diff --git a/public/images/hourglass.png b/public/images/hourglass.png deleted file mode 100644 index 57b03ce7a..000000000 Binary files a/public/images/hourglass.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_bq.png b/public/images/jstoolbar/bt_bq.png deleted file mode 100644 index d56179504..000000000 Binary files a/public/images/jstoolbar/bt_bq.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_bq_remove.png b/public/images/jstoolbar/bt_bq_remove.png deleted file mode 100644 index 467957fde..000000000 Binary files a/public/images/jstoolbar/bt_bq_remove.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_code.png b/public/images/jstoolbar/bt_code.png deleted file mode 100644 index 0a6e11652..000000000 Binary files a/public/images/jstoolbar/bt_code.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_del.png b/public/images/jstoolbar/bt_del.png deleted file mode 100644 index 16bf5fad0..000000000 Binary files a/public/images/jstoolbar/bt_del.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_em.png b/public/images/jstoolbar/bt_em.png deleted file mode 100644 index 741c3bf5a..000000000 Binary files a/public/images/jstoolbar/bt_em.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_h1.png b/public/images/jstoolbar/bt_h1.png deleted file mode 100644 index 05a1dfd83..000000000 Binary files a/public/images/jstoolbar/bt_h1.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_h2.png b/public/images/jstoolbar/bt_h2.png deleted file mode 100644 index d747a5aad..000000000 Binary files a/public/images/jstoolbar/bt_h2.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_h3.png b/public/images/jstoolbar/bt_h3.png deleted file mode 100644 index b37d4375b..000000000 Binary files a/public/images/jstoolbar/bt_h3.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_img.png b/public/images/jstoolbar/bt_img.png deleted file mode 100644 index 3691d1f1e..000000000 Binary files a/public/images/jstoolbar/bt_img.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_ins.png b/public/images/jstoolbar/bt_ins.png deleted file mode 100644 index 1a6683a36..000000000 Binary files a/public/images/jstoolbar/bt_ins.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_link.png b/public/images/jstoolbar/bt_link.png deleted file mode 100644 index 74c9e0c51..000000000 Binary files a/public/images/jstoolbar/bt_link.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_ol.png b/public/images/jstoolbar/bt_ol.png deleted file mode 100644 index f895ec64d..000000000 Binary files a/public/images/jstoolbar/bt_ol.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_pre.png b/public/images/jstoolbar/bt_pre.png deleted file mode 100644 index 8056ddd49..000000000 Binary files a/public/images/jstoolbar/bt_pre.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_precode.png b/public/images/jstoolbar/bt_precode.png deleted file mode 100644 index e093032a7..000000000 Binary files a/public/images/jstoolbar/bt_precode.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_strong.png b/public/images/jstoolbar/bt_strong.png deleted file mode 100644 index ff338810b..000000000 Binary files a/public/images/jstoolbar/bt_strong.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_table.png b/public/images/jstoolbar/bt_table.png deleted file mode 100644 index 7d4c0d74f..000000000 Binary files a/public/images/jstoolbar/bt_table.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_tl.png b/public/images/jstoolbar/bt_tl.png deleted file mode 100644 index 4bf58d1de..000000000 Binary files a/public/images/jstoolbar/bt_tl.png and /dev/null differ diff --git a/public/images/jstoolbar/bt_ul.png b/public/images/jstoolbar/bt_ul.png deleted file mode 100644 index 65c39f0f4..000000000 Binary files a/public/images/jstoolbar/bt_ul.png and /dev/null differ diff --git a/public/images/lightning.png b/public/images/lightning.png deleted file mode 100644 index 81a544fab..000000000 Binary files a/public/images/lightning.png and /dev/null differ diff --git a/public/images/link.png b/public/images/link.png deleted file mode 100644 index 53927566a..000000000 Binary files a/public/images/link.png and /dev/null differ diff --git a/public/images/link_break.png b/public/images/link_break.png deleted file mode 100644 index 523575306..000000000 Binary files a/public/images/link_break.png and /dev/null differ diff --git a/public/images/loading.gif b/public/images/loading.gif deleted file mode 100644 index 085ccaeca..000000000 Binary files a/public/images/loading.gif and /dev/null differ diff --git a/public/images/locked.png b/public/images/locked.png deleted file mode 100644 index 5c46f15cb..000000000 Binary files a/public/images/locked.png and /dev/null differ diff --git a/public/images/magnifier.png b/public/images/magnifier.png deleted file mode 100644 index cf3d97f75..000000000 Binary files a/public/images/magnifier.png and /dev/null differ diff --git a/public/images/message.png b/public/images/message.png deleted file mode 100644 index bed5f72ec..000000000 Binary files a/public/images/message.png and /dev/null differ diff --git a/public/images/milestone_done.png b/public/images/milestone_done.png deleted file mode 100644 index 5fdcb415c..000000000 Binary files a/public/images/milestone_done.png and /dev/null differ diff --git a/public/images/milestone_late.png b/public/images/milestone_late.png deleted file mode 100644 index cf922e954..000000000 Binary files a/public/images/milestone_late.png and /dev/null differ diff --git a/public/images/milestone_todo.png b/public/images/milestone_todo.png deleted file mode 100644 index 4c051c857..000000000 Binary files a/public/images/milestone_todo.png and /dev/null differ diff --git a/public/images/move.png b/public/images/move.png deleted file mode 100644 index 7f269c366..000000000 Binary files a/public/images/move.png and /dev/null differ diff --git a/public/images/news.png b/public/images/news.png deleted file mode 100644 index aa857e75b..000000000 Binary files a/public/images/news.png and /dev/null differ diff --git a/public/images/package.png b/public/images/package.png deleted file mode 100644 index c35e832da..000000000 Binary files a/public/images/package.png and /dev/null differ diff --git a/public/images/plugin.png b/public/images/plugin.png deleted file mode 100644 index 5a49f577e..000000000 Binary files a/public/images/plugin.png and /dev/null differ diff --git a/public/images/project_marker.png b/public/images/project_marker.png deleted file mode 100644 index 4124787d0..000000000 Binary files a/public/images/project_marker.png and /dev/null differ diff --git a/public/images/projects.png b/public/images/projects.png deleted file mode 100644 index 018b8b956..000000000 Binary files a/public/images/projects.png and /dev/null differ diff --git a/public/images/reload.png b/public/images/reload.png deleted file mode 100644 index 384147dca..000000000 Binary files a/public/images/reload.png and /dev/null differ diff --git a/public/images/reorder.png b/public/images/reorder.png deleted file mode 100644 index 5774b68c7..000000000 Binary files a/public/images/reorder.png and /dev/null differ diff --git a/public/images/report.png b/public/images/report.png deleted file mode 100644 index 4c0f857ca..000000000 Binary files a/public/images/report.png and /dev/null differ diff --git a/public/images/save.png b/public/images/save.png deleted file mode 100644 index 7535814f7..000000000 Binary files a/public/images/save.png and /dev/null differ diff --git a/public/images/server_key.png b/public/images/server_key.png deleted file mode 100644 index ecd517425..000000000 Binary files a/public/images/server_key.png and /dev/null differ diff --git a/public/images/sort_asc.png b/public/images/sort_asc.png deleted file mode 100644 index fbfbcdfa4..000000000 Binary files a/public/images/sort_asc.png and /dev/null differ diff --git a/public/images/sort_desc.png b/public/images/sort_desc.png deleted file mode 100644 index 28e977f03..000000000 Binary files a/public/images/sort_desc.png and /dev/null differ diff --git a/public/images/stats.png b/public/images/stats.png deleted file mode 100644 index 0b120a49b..000000000 Binary files a/public/images/stats.png and /dev/null differ diff --git a/public/images/table_multiple.png b/public/images/table_multiple.png deleted file mode 100644 index 057f4a5e7..000000000 Binary files a/public/images/table_multiple.png and /dev/null differ diff --git a/public/images/tag_blue.png b/public/images/tag_blue.png deleted file mode 100644 index 9757fc6ed..000000000 Binary files a/public/images/tag_blue.png and /dev/null differ diff --git a/public/images/tag_blue_add.png b/public/images/tag_blue_add.png deleted file mode 100644 index f135248f8..000000000 Binary files a/public/images/tag_blue_add.png and /dev/null differ diff --git a/public/images/tag_blue_delete.png b/public/images/tag_blue_delete.png deleted file mode 100644 index 9fbae6725..000000000 Binary files a/public/images/tag_blue_delete.png and /dev/null differ diff --git a/public/images/task_done.png b/public/images/task_done.png deleted file mode 100644 index 5fdcb415c..000000000 Binary files a/public/images/task_done.png and /dev/null differ diff --git a/public/images/task_late.png b/public/images/task_late.png deleted file mode 100644 index 71fd2d70b..000000000 Binary files a/public/images/task_late.png and /dev/null differ diff --git a/public/images/task_parent_end.png b/public/images/task_parent_end.png deleted file mode 100644 index 9442b86a5..000000000 Binary files a/public/images/task_parent_end.png and /dev/null differ diff --git a/public/images/task_todo.png b/public/images/task_todo.png deleted file mode 100644 index 632406ee1..000000000 Binary files a/public/images/task_todo.png and /dev/null differ diff --git a/public/images/text_list_bullets.png b/public/images/text_list_bullets.png deleted file mode 100644 index 008820722..000000000 Binary files a/public/images/text_list_bullets.png and /dev/null differ diff --git a/public/images/textfield.png b/public/images/textfield.png deleted file mode 100644 index 408c6b027..000000000 Binary files a/public/images/textfield.png and /dev/null differ diff --git a/public/images/textfield_key.png b/public/images/textfield_key.png deleted file mode 100644 index a9d5e4f8c..000000000 Binary files a/public/images/textfield_key.png and /dev/null differ diff --git a/public/images/ticket.png b/public/images/ticket.png deleted file mode 100644 index 73756ed47..000000000 Binary files a/public/images/ticket.png and /dev/null differ diff --git a/public/images/ticket_checked.png b/public/images/ticket_checked.png deleted file mode 100644 index fc25958ac..000000000 Binary files a/public/images/ticket_checked.png and /dev/null differ diff --git a/public/images/ticket_edit.png b/public/images/ticket_edit.png deleted file mode 100644 index 89df6cba8..000000000 Binary files a/public/images/ticket_edit.png and /dev/null differ diff --git a/public/images/ticket_go.png b/public/images/ticket_go.png deleted file mode 100644 index 2aaec3813..000000000 Binary files a/public/images/ticket_go.png and /dev/null differ diff --git a/public/images/ticket_note.png b/public/images/ticket_note.png deleted file mode 100644 index c8de16573..000000000 Binary files a/public/images/ticket_note.png and /dev/null differ diff --git a/public/images/time.png b/public/images/time.png deleted file mode 100644 index fa1bf5f96..000000000 Binary files a/public/images/time.png and /dev/null differ diff --git a/public/images/time_add.png b/public/images/time_add.png deleted file mode 100644 index 70119f77a..000000000 Binary files a/public/images/time_add.png and /dev/null differ diff --git a/public/images/toggle_check.png b/public/images/toggle_check.png deleted file mode 100644 index da85f26df..000000000 Binary files a/public/images/toggle_check.png and /dev/null differ diff --git a/public/images/transparent.png b/public/images/transparent.png deleted file mode 100644 index 7235fc5f2..000000000 Binary files a/public/images/transparent.png and /dev/null differ diff --git a/public/images/true.png b/public/images/true.png deleted file mode 100644 index a2ed1a378..000000000 Binary files a/public/images/true.png and /dev/null differ diff --git a/public/images/unlock.png b/public/images/unlock.png deleted file mode 100644 index 0c284d992..000000000 Binary files a/public/images/unlock.png and /dev/null differ diff --git a/public/images/user.png b/public/images/user.png deleted file mode 100644 index 264381ed2..000000000 Binary files a/public/images/user.png and /dev/null differ diff --git a/public/images/version_marker.png b/public/images/version_marker.png deleted file mode 100644 index 0368ca290..000000000 Binary files a/public/images/version_marker.png and /dev/null differ diff --git a/public/images/warning.png b/public/images/warning.png deleted file mode 100644 index c5e482f84..000000000 Binary files a/public/images/warning.png and /dev/null differ diff --git a/public/images/wiki_edit.png b/public/images/wiki_edit.png deleted file mode 100644 index a071e1700..000000000 Binary files a/public/images/wiki_edit.png and /dev/null differ diff --git a/public/images/zoom_in.png b/public/images/zoom_in.png deleted file mode 100644 index af4fe0747..000000000 Binary files a/public/images/zoom_in.png and /dev/null differ diff --git a/public/images/zoom_out.png b/public/images/zoom_out.png deleted file mode 100644 index 81f28199a..000000000 Binary files a/public/images/zoom_out.png and /dev/null differ diff --git a/public/javascripts/application.js b/public/javascripts/application.js deleted file mode 100644 index 007fa6a41..000000000 --- a/public/javascripts/application.js +++ /dev/null @@ -1,1244 +0,0 @@ -/** - * Redmine - project management software - * Copyright (C) 2006-2023 Jean-Philippe Lang - * This code is released under the GNU General Public License. - */ - -function sanitizeHTML(string) { - var temp = document.createElement('span'); - temp.textContent = string; - return temp.innerHTML; -} - -function checkAll(id, checked) { - $('#'+id).find('input[type=checkbox]:enabled').prop('checked', checked); -} - -function toggleCheckboxesBySelector(selector) { - var all_checked = true; - $(selector).each(function(index) { - if (!$(this).is(':checked')) { all_checked = false; } - }); - $(selector).prop('checked', !all_checked).trigger('change'); -} - -function showAndScrollTo(id, focus) { - $('#'+id).show(); - if (focus !== null) { - $('#'+focus).focus(); - } - $('html, body').animate({scrollTop: $('#'+id).offset().top}, 100); -} - -function toggleRowGroup(el) { - var tr = $(el).parents('tr').first(); - var n = tr.next(); - tr.toggleClass('open'); - $(el).toggleClass('icon-expanded icon-collapsed'); - while (n.length && !n.hasClass('group')) { - n.toggle(); - n = n.next('tr'); - } -} - -function collapseAllRowGroups(el) { - var tbody = $(el).parents('tbody').first(); - tbody.children('tr').each(function(index) { - if ($(this).hasClass('group')) { - $(this).removeClass('open'); - $(this).find('.expander').switchClass('icon-expanded', 'icon-collapsed'); - } else { - $(this).hide(); - } - }); -} - -function expandAllRowGroups(el) { - var tbody = $(el).parents('tbody').first(); - tbody.children('tr').each(function(index) { - if ($(this).hasClass('group')) { - $(this).addClass('open'); - $(this).find('.expander').switchClass('icon-collapsed', 'icon-expanded'); - } else { - $(this).show(); - } - }); -} - -function toggleAllRowGroups(el) { - var tr = $(el).parents('tr').first(); - if (tr.hasClass('open')) { - collapseAllRowGroups(el); - } else { - expandAllRowGroups(el); - } -} - -function toggleFieldset(el) { - var fieldset = $(el).parents('fieldset').first(); - fieldset.toggleClass('collapsed'); - fieldset.children('legend').toggleClass('icon-expanded icon-collapsed'); - fieldset.children('div').toggle(); -} - -function hideFieldset(el) { - var fieldset = $(el).parents('fieldset').first(); - fieldset.toggleClass('collapsed'); - fieldset.children('div').hide(); -} - -// columns selection -function moveOptions(theSelFrom, theSelTo) { - $(theSelFrom).find('option:selected').detach().prop("selected", false).appendTo($(theSelTo)); -} - -function moveOptionUp(theSel) { - $(theSel).find('option:selected').each(function(){ - $(this).prev(':not(:selected)').detach().insertAfter($(this)); - }); -} - -function moveOptionTop(theSel) { - $(theSel).find('option:selected').detach().prependTo($(theSel)); -} - -function moveOptionDown(theSel) { - $($(theSel).find('option:selected').get().reverse()).each(function(){ - $(this).next(':not(:selected)').detach().insertBefore($(this)); - }); -} - -function moveOptionBottom(theSel) { - $(theSel).find('option:selected').detach().appendTo($(theSel)); -} - -function initFilters() { - $('#add_filter_select').change(function() { - addFilter($(this).val(), '', []); - }); - $('#filters-table .field input[type=checkbox]').each(function() { - toggleFilter($(this).val()); - }); - $('#filters-table').on('click', '.field input[type=checkbox]', function() { - toggleFilter($(this).val()); - }); - $('#filters-table').on('keypress', 'input[type=text]', function(e) { - if (e.keyCode == 13) $(this).closest('form').submit(); - }); -} - -function addFilter(field, operator, values) { - var fieldId = field.replace('.', '_'); - var tr = $('#tr_'+fieldId); - - var filterOptions = availableFilters[field]; - if (!filterOptions) return; - - if (filterOptions['remote'] && filterOptions['values'] == null) { - $.getJSON(filtersUrl, {'name': field}).done(function(data) { - filterOptions['values'] = data; - addFilter(field, operator, values) ; - }); - return; - } - - if (tr.length > 0) { - tr.show(); - } else { - buildFilterRow(field, operator, values); - } - $('#cb_'+fieldId).prop('checked', true); - toggleFilter(field); - toggleMultiSelectIconInit(); - $('#add_filter_select').val('').find('option').each(function() { - if ($(this).attr('value') == field) { - $(this).attr('disabled', true); - } - }); -} - -function buildFilterRow(field, operator, values) { - var fieldId = field.replace('.', '_'); - var filterTable = $("#filters-table"); - var filterOptions = availableFilters[field]; - if (!filterOptions) return; - var operators = operatorByType[filterOptions['type']]; - var filterValues = filterOptions['values']; - var i, select; - - var tr = $('
').attr('id', 'tr_'+fieldId).html( - '
' + - '
' + - '
' - ); - filterTable.append(tr); - - select = tr.find('.operator select'); - for (i = 0; i < operators.length; i++) { - var option = $('').attr('label', filterValue[2]);} - option = optgroup.append(option); - } - } else { - option.val(filterValue).text(filterValue); - if ($.inArray(filterValue, values) > -1) {option.prop('selected', true);} - } - select.append(option); - } - break; - case "date": - case "date_past": - tr.find('.values').append( - '' + - ' ' + - ' '+labelDayPlural+'' - ); - $('#values_'+fieldId+'_1').val(values[0]).datepickerFallback(datepickerOptions); - $('#values_'+fieldId+'_2').val(values[1]).datepickerFallback(datepickerOptions); - $('#values_'+fieldId).val(values[0]); - break; - case "string": - case "text": - case "search": - tr.find('.values').append( - '' - ); - $('#values_'+fieldId).val(values[0]); - break; - case "relation": - tr.find('.values').append( - '' + - '' - ); - $('#values_'+fieldId).val(values[0]); - select = tr.find('.values select'); - for (i = 0; i < filterValues.length; i++) { - var filterValue = filterValues[i]; - var option = $('
").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),e={width:i.width(),height:i.height()},n=document.activeElement;try{n.id}catch(t){n=document.body}return i.wrap(t),i[0]!==n&&!V.contains(i[0],n)||V(n).trigger("focus"),t=i.parent(),"static"===i.css("position")?(t.css({position:"relative"}),i.css({position:"relative"})):(V.extend(s,{position:i.css("position"),zIndex:i.css("z-index")}),V.each(["top","left","bottom","right"],function(t,e){s[e]=i.css(e),isNaN(parseInt(s[e],10))&&(s[e]="auto")}),i.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),i.css(e),t.css(s).show()},removeWrapper:function(t){var e=document.activeElement;return t.parent().is(".ui-effects-wrapper")&&(t.parent().replaceWith(t),t[0]!==e&&!V.contains(t[0],e)||V(e).trigger("focus")),t}}),V.extend(V.effects,{version:"1.13.2",define:function(t,e,i){return i||(i=e,e="effect"),V.effects.effect[t]=i,V.effects.effect[t].mode=e,i},scaledDimensions:function(t,e,i){if(0===e)return{height:0,width:0,outerHeight:0,outerWidth:0};var s="horizontal"!==i?(e||100)/100:1,e="vertical"!==i?(e||100)/100:1;return{height:t.height()*e,width:t.width()*s,outerHeight:t.outerHeight()*e,outerWidth:t.outerWidth()*s}},clipToBox:function(t){return{width:t.clip.right-t.clip.left,height:t.clip.bottom-t.clip.top,left:t.clip.left,top:t.clip.top}},unshift:function(t,e,i){var s=t.queue();1").insertAfter(t).css({display:/^(inline|ruby)/.test(t.css("display"))?"inline-block":"block",visibility:"hidden",marginTop:t.css("marginTop"),marginBottom:t.css("marginBottom"),marginLeft:t.css("marginLeft"),marginRight:t.css("marginRight"),float:t.css("float")}).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()).addClass("ui-effects-placeholder"),t.data(j+"placeholder",e)),t.css({position:i,left:s.left,top:s.top}),e},removePlaceholder:function(t){var e=j+"placeholder",i=t.data(e);i&&(i.remove(),t.removeData(e))},cleanUp:function(t){V.effects.restoreStyle(t),V.effects.removePlaceholder(t)},setTransition:function(s,t,n,o){return o=o||{},V.each(t,function(t,e){var i=s.cssUnit(e);0");l.appendTo("body").addClass(t.className).css({top:s.top-a,left:s.left-r,height:i.innerHeight(),width:i.innerWidth(),position:n?"fixed":"absolute"}).animate(o,t.duration,t.easing,function(){l.remove(),"function"==typeof e&&e()})}}),V.fx.step.clip=function(t){t.clipInit||(t.start=V(t.elem).cssClip(),"string"==typeof t.end&&(t.end=G(t.end,t.elem)),t.clipInit=!0),V(t.elem).cssClip({top:t.pos*(t.end.top-t.start.top)+t.start.top,right:t.pos*(t.end.right-t.start.right)+t.start.right,bottom:t.pos*(t.end.bottom-t.start.bottom)+t.start.bottom,left:t.pos*(t.end.left-t.start.left)+t.start.left})},Y={},V.each(["Quad","Cubic","Quart","Quint","Expo"],function(e,t){Y[t]=function(t){return Math.pow(t,e+2)}}),V.extend(Y,{Sine:function(t){return 1-Math.cos(t*Math.PI/2)},Circ:function(t){return 1-Math.sqrt(1-t*t)},Elastic:function(t){return 0===t||1===t?t:-Math.pow(2,8*(t-1))*Math.sin((80*(t-1)-7.5)*Math.PI/15)},Back:function(t){return t*t*(3*t-2)},Bounce:function(t){for(var e,i=4;t<((e=Math.pow(2,--i))-1)/11;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((3*e-2)/22-t,2)}}),V.each(Y,function(t,e){V.easing["easeIn"+t]=e,V.easing["easeOut"+t]=function(t){return 1-e(1-t)},V.easing["easeInOut"+t]=function(t){return t<.5?e(2*t)/2:1-e(-2*t+2)/2}});y=V.effects,V.effects.define("blind","hide",function(t,e){var i={up:["bottom","top"],vertical:["bottom","top"],down:["top","bottom"],left:["right","left"],horizontal:["right","left"],right:["left","right"]},s=V(this),n=t.direction||"up",o=s.cssClip(),a={clip:V.extend({},o)},r=V.effects.createPlaceholder(s);a.clip[i[n][0]]=a.clip[i[n][1]],"show"===t.mode&&(s.cssClip(a.clip),r&&r.css(V.effects.clipToBox(a)),a.clip=o),r&&r.animate(V.effects.clipToBox(a),t.duration,t.easing),s.animate(a,{queue:!1,duration:t.duration,easing:t.easing,complete:e})}),V.effects.define("bounce",function(t,e){var i,s,n=V(this),o=t.mode,a="hide"===o,r="show"===o,l=t.direction||"up",h=t.distance,c=t.times||5,o=2*c+(r||a?1:0),u=t.duration/o,d=t.easing,p="up"===l||"down"===l?"top":"left",f="up"===l||"left"===l,g=0,t=n.queue().length;for(V.effects.createPlaceholder(n),l=n.css(p),h=h||n["top"==p?"outerHeight":"outerWidth"]()/3,r&&((s={opacity:1})[p]=l,n.css("opacity",0).css(p,f?2*-h:2*h).animate(s,u,d)),a&&(h/=Math.pow(2,c-1)),(s={})[p]=l;g").css({position:"absolute",visibility:"visible",left:-s*p,top:-i*f}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:p,height:f,left:n+(u?a*p:0),top:o+(u?r*f:0),opacity:u?0:1}).animate({left:n+(u?0:a*p),top:o+(u?0:r*f),opacity:u?1:0},t.duration||500,t.easing,m)}),V.effects.define("fade","toggle",function(t,e){var i="show"===t.mode;V(this).css("opacity",i?0:1).animate({opacity:i?1:0},{queue:!1,duration:t.duration,easing:t.easing,complete:e})}),V.effects.define("fold","hide",function(e,t){var i=V(this),s=e.mode,n="show"===s,o="hide"===s,a=e.size||15,r=/([0-9]+)%/.exec(a),l=!!e.horizFirst?["right","bottom"]:["bottom","right"],h=e.duration/2,c=V.effects.createPlaceholder(i),u=i.cssClip(),d={clip:V.extend({},u)},p={clip:V.extend({},u)},f=[u[l[0]],u[l[1]]],s=i.queue().length;r&&(a=parseInt(r[1],10)/100*f[o?0:1]),d.clip[l[0]]=a,p.clip[l[0]]=a,p.clip[l[1]]=0,n&&(i.cssClip(p.clip),c&&c.css(V.effects.clipToBox(p)),p.clip=u),i.queue(function(t){c&&c.animate(V.effects.clipToBox(d),h,e.easing).animate(V.effects.clipToBox(p),h,e.easing),t()}).animate(d,h,e.easing).animate(p,h,e.easing).queue(t),V.effects.unshift(i,s,4)}),V.effects.define("highlight","show",function(t,e){var i=V(this),s={backgroundColor:i.css("backgroundColor")};"hide"===t.mode&&(s.opacity=0),V.effects.saveStyle(i),i.css({backgroundImage:"none",backgroundColor:t.color||"#ffff99"}).animate(s,{queue:!1,duration:t.duration,easing:t.easing,complete:e})}),V.effects.define("size",function(s,e){var n,i=V(this),t=["fontSize"],o=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],a=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],r=s.mode,l="effect"!==r,h=s.scale||"both",c=s.origin||["middle","center"],u=i.css("position"),d=i.position(),p=V.effects.scaledDimensions(i),f=s.from||p,g=s.to||V.effects.scaledDimensions(i,0);V.effects.createPlaceholder(i),"show"===r&&(r=f,f=g,g=r),n={from:{y:f.height/p.height,x:f.width/p.width},to:{y:g.height/p.height,x:g.width/p.width}},"box"!==h&&"both"!==h||(n.from.y!==n.to.y&&(f=V.effects.setTransition(i,o,n.from.y,f),g=V.effects.setTransition(i,o,n.to.y,g)),n.from.x!==n.to.x&&(f=V.effects.setTransition(i,a,n.from.x,f),g=V.effects.setTransition(i,a,n.to.x,g))),"content"!==h&&"both"!==h||n.from.y!==n.to.y&&(f=V.effects.setTransition(i,t,n.from.y,f),g=V.effects.setTransition(i,t,n.to.y,g)),c&&(c=V.effects.getBaseline(c,p),f.top=(p.outerHeight-f.outerHeight)*c.y+d.top,f.left=(p.outerWidth-f.outerWidth)*c.x+d.left,g.top=(p.outerHeight-g.outerHeight)*c.y+d.top,g.left=(p.outerWidth-g.outerWidth)*c.x+d.left),delete f.outerHeight,delete f.outerWidth,i.css(f),"content"!==h&&"both"!==h||(o=o.concat(["marginTop","marginBottom"]).concat(t),a=a.concat(["marginLeft","marginRight"]),i.find("*[width]").each(function(){var t=V(this),e=V.effects.scaledDimensions(t),i={height:e.height*n.from.y,width:e.width*n.from.x,outerHeight:e.outerHeight*n.from.y,outerWidth:e.outerWidth*n.from.x},e={height:e.height*n.to.y,width:e.width*n.to.x,outerHeight:e.height*n.to.y,outerWidth:e.width*n.to.x};n.from.y!==n.to.y&&(i=V.effects.setTransition(t,o,n.from.y,i),e=V.effects.setTransition(t,o,n.to.y,e)),n.from.x!==n.to.x&&(i=V.effects.setTransition(t,a,n.from.x,i),e=V.effects.setTransition(t,a,n.to.x,e)),l&&V.effects.saveStyle(t),t.css(i),t.animate(e,s.duration,s.easing,function(){l&&V.effects.restoreStyle(t)})})),i.animate(g,{queue:!1,duration:s.duration,easing:s.easing,complete:function(){var t=i.offset();0===g.opacity&&i.css("opacity",f.opacity),l||(i.css("position","static"===u?"relative":u).offset(t),V.effects.saveStyle(i)),e()}})}),V.effects.define("scale",function(t,e){var i=V(this),s=t.mode,s=parseInt(t.percent,10)||(0===parseInt(t.percent,10)||"effect"!==s?0:100),s=V.extend(!0,{from:V.effects.scaledDimensions(i),to:V.effects.scaledDimensions(i,s,t.direction||"both"),origin:t.origin||["middle","center"]},t);t.fade&&(s.from.opacity=1,s.to.opacity=0),V.effects.effect.size.call(this,s,e)}),V.effects.define("puff","hide",function(t,e){t=V.extend(!0,{},t,{fade:!0,percent:parseInt(t.percent,10)||150});V.effects.effect.scale.call(this,t,e)}),V.effects.define("pulsate","show",function(t,e){var i=V(this),s=t.mode,n="show"===s,o=2*(t.times||5)+(n||"hide"===s?1:0),a=t.duration/o,r=0,l=1,s=i.queue().length;for(!n&&i.is(":visible")||(i.css("opacity",0).show(),r=1);l li > :first-child").add(t.find("> :not(li)").even())},heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:"hide",borderBottomWidth:"hide",paddingTop:"hide",paddingBottom:"hide",height:"hide"},showProps:{borderTopWidth:"show",borderBottomWidth:"show",paddingTop:"show",paddingBottom:"show",height:"show"},_create:function(){var t=this.options;this.prevShow=this.prevHide=V(),this._addClass("ui-accordion","ui-widget ui-helper-reset"),this.element.attr("role","tablist"),t.collapsible||!1!==t.active&&null!=t.active||(t.active=0),this._processPanels(),t.active<0&&(t.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():V()}},_createIcons:function(){var t,e=this.options.icons;e&&(t=V(""),this._addClass(t,"ui-accordion-header-icon","ui-icon "+e.header),t.prependTo(this.headers),t=this.active.children(".ui-accordion-header-icon"),this._removeClass(t,e.header)._addClass(t,null,e.activeHeader)._addClass(this.headers,"ui-accordion-icons"))},_destroyIcons:function(){this._removeClass(this.headers,"ui-accordion-icons"),this.headers.children(".ui-accordion-header-icon").remove()},_destroy:function(){var t;this.element.removeAttr("role"),this.headers.removeAttr("role aria-expanded aria-selected aria-controls tabIndex").removeUniqueId(),this._destroyIcons(),t=this.headers.next().css("display","").removeAttr("role aria-hidden aria-labelledby").removeUniqueId(),"content"!==this.options.heightStyle&&t.css("height","")},_setOption:function(t,e){"active"!==t?("event"===t&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(e)),this._super(t,e),"collapsible"!==t||e||!1!==this.options.active||this._activate(0),"icons"===t&&(this._destroyIcons(),e&&this._createIcons())):this._activate(e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t),this._toggleClass(this.headers.add(this.headers.next()),null,"ui-state-disabled",!!t)},_keydown:function(t){if(!t.altKey&&!t.ctrlKey){var e=V.ui.keyCode,i=this.headers.length,s=this.headers.index(t.target),n=!1;switch(t.keyCode){case e.RIGHT:case e.DOWN:n=this.headers[(s+1)%i];break;case e.LEFT:case e.UP:n=this.headers[(s-1+i)%i];break;case e.SPACE:case e.ENTER:this._eventHandler(t);break;case e.HOME:n=this.headers[0];break;case e.END:n=this.headers[i-1]}n&&(V(t.target).attr("tabIndex",-1),V(n).attr("tabIndex",0),V(n).trigger("focus"),t.preventDefault())}},_panelKeyDown:function(t){t.keyCode===V.ui.keyCode.UP&&t.ctrlKey&&V(t.currentTarget).prev().trigger("focus")},refresh:function(){var t=this.options;this._processPanels(),!1===t.active&&!0===t.collapsible||!this.headers.length?(t.active=!1,this.active=V()):!1===t.active?this._activate(0):this.active.length&&!V.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(t.active=!1,this.active=V()):this._activate(Math.max(0,t.active-1)):t.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){var t=this.headers,e=this.panels;"function"==typeof this.options.header?this.headers=this.options.header(this.element):this.headers=this.element.find(this.options.header),this._addClass(this.headers,"ui-accordion-header ui-accordion-header-collapsed","ui-state-default"),this.panels=this.headers.next().filter(":not(.ui-accordion-content-active)").hide(),this._addClass(this.panels,"ui-accordion-content","ui-helper-reset ui-widget-content"),e&&(this._off(t.not(this.headers)),this._off(e.not(this.panels)))},_refresh:function(){var i,t=this.options,e=t.heightStyle,s=this.element.parent();this.active=this._findActive(t.active),this._addClass(this.active,"ui-accordion-header-active","ui-state-active")._removeClass(this.active,"ui-accordion-header-collapsed"),this._addClass(this.active.next(),"ui-accordion-content-active"),this.active.next().show(),this.headers.attr("role","tab").each(function(){var t=V(this),e=t.uniqueId().attr("id"),i=t.next(),s=i.uniqueId().attr("id");t.attr("aria-controls",s),i.attr("aria-labelledby",e)}).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}).next().attr({"aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(t.event),"fill"===e?(i=s.height(),this.element.siblings(":visible").each(function(){var t=V(this),e=t.css("position");"absolute"!==e&&"fixed"!==e&&(i-=t.outerHeight(!0))}),this.headers.each(function(){i-=V(this).outerHeight(!0)}),this.headers.next().each(function(){V(this).height(Math.max(0,i-V(this).innerHeight()+V(this).height()))}).css("overflow","auto")):"auto"===e&&(i=0,this.headers.next().each(function(){var t=V(this).is(":visible");t||V(this).show(),i=Math.max(i,V(this).css("height","").height()),t||V(this).hide()}).height(i))},_activate:function(t){t=this._findActive(t)[0];t!==this.active[0]&&(t=t||this.active[0],this._eventHandler({target:t,currentTarget:t,preventDefault:V.noop}))},_findActive:function(t){return"number"==typeof t?this.headers.eq(t):V()},_setupEvents:function(t){var i={keydown:"_keydown"};t&&V.each(t.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.headers.add(this.headers.next())),this._on(this.headers,i),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(t){var e=this.options,i=this.active,s=V(t.currentTarget),n=s[0]===i[0],o=n&&e.collapsible,a=o?V():s.next(),r=i.next(),a={oldHeader:i,oldPanel:r,newHeader:o?V():s,newPanel:a};t.preventDefault(),n&&!e.collapsible||!1===this._trigger("beforeActivate",t,a)||(e.active=!o&&this.headers.index(s),this.active=n?V():s,this._toggle(a),this._removeClass(i,"ui-accordion-header-active","ui-state-active"),e.icons&&(i=i.children(".ui-accordion-header-icon"),this._removeClass(i,null,e.icons.activeHeader)._addClass(i,null,e.icons.header)),n||(this._removeClass(s,"ui-accordion-header-collapsed")._addClass(s,"ui-accordion-header-active","ui-state-active"),e.icons&&(n=s.children(".ui-accordion-header-icon"),this._removeClass(n,null,e.icons.header)._addClass(n,null,e.icons.activeHeader)),this._addClass(s.next(),"ui-accordion-content-active")))},_toggle:function(t){var e=t.newPanel,i=this.prevShow.length?this.prevShow:t.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=e,this.prevHide=i,this.options.animate?this._animate(e,i,t):(i.hide(),e.show(),this._toggleComplete(t)),i.attr({"aria-hidden":"true"}),i.prev().attr({"aria-selected":"false","aria-expanded":"false"}),e.length&&i.length?i.prev().attr({tabIndex:-1,"aria-expanded":"false"}):e.length&&this.headers.filter(function(){return 0===parseInt(V(this).attr("tabIndex"),10)}).attr("tabIndex",-1),e.attr("aria-hidden","false").prev().attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_animate:function(t,i,e){var s,n,o,a=this,r=0,l=t.css("box-sizing"),h=t.length&&(!i.length||t.index()",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=V(t.target),i=V(V.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){V.contains(this.element[0],V.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=V(t.target).closest(".ui-menu-item"),i=V(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=V(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case V.ui.keyCode.PAGE_UP:this.previousPage(t);break;case V.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case V.ui.keyCode.HOME:this._move("first","first",t);break;case V.ui.keyCode.END:this._move("last","last",t);break;case V.ui.keyCode.UP:this.previous(t);break;case V.ui.keyCode.DOWN:this.next(t);break;case V.ui.keyCode.LEFT:this.collapse(t);break;case V.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case V.ui.keyCode.ENTER:case V.ui.keyCode.SPACE:this._activate(t);break;case V.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=V(this),e=t.prev(),i=V("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=V(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!V.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(V.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(V.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=V.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=V.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=V("