enju_leaf 1.3.4 → 2.0.0.beta.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/app/assets/javascripts/enju_leaf/application.js +12 -0
- data/app/assets/javascripts/{autocomplete_agent.js → enju_leaf/autocomplete_agent.js} +0 -0
- data/app/assets/javascripts/{menu.js → enju_leaf/menu.js} +0 -0
- data/app/assets/javascripts/enju_leaf/mobile.js +5 -0
- data/app/assets/javascripts/{portlets.js → enju_leaf/portlets.js} +0 -0
- data/app/assets/javascripts/{select_locale.js → enju_leaf/select_locale.js} +0 -0
- data/app/assets/stylesheets/{enju_leaf.css → enju_leaf/application.scss} +6 -6
- data/app/assets/stylesheets/{enju.css → enju_leaf/enju.css} +0 -0
- data/app/assets/stylesheets/{enju_mobile.css → enju_leaf/enju_mobile.css} +0 -0
- data/app/assets/stylesheets/{enju_print.css → enju_leaf/enju_print.css} +0 -0
- data/app/assets/stylesheets/{mobile.css → enju_leaf/mobile.css} +1 -1
- data/app/assets/stylesheets/{pagination.css → enju_leaf/pagination.css} +0 -0
- data/app/assets/stylesheets/{portlets.css → enju_leaf/portlets.css} +0 -0
- data/app/assets/stylesheets/{print.css → enju_leaf/print.css} +1 -1
- data/app/assets/stylesheets/{scaffold_modified.css → enju_leaf/scaffold_modified.css} +0 -0
- data/app/views/devise/registrations/edit.html.erb +1 -1
- data/app/views/layouts/application.html.erb +4 -4
- data/app/views/page/_include.html.erb +1 -1
- data/app/views/page/_index.html+phone.erb +1 -1
- data/app/views/page/_menu.html.erb +1 -1
- data/app/views/page/_mobile.html+phone.erb +2 -2
- data/app/views/page/about.en.html.erb +4 -4
- data/app/views/page/about.ja.html.erb +4 -4
- data/app/views/page/advanced_search.html.erb +5 -5
- data/app/views/page/configuration.html.erb +0 -2
- data/app/views/page/opensearch.xml.builder +2 -2
- data/config/locales/en.yml +0 -4
- data/config/locales/ja.yml +0 -4
- data/lib/enju_leaf/engine.rb +1 -1
- data/lib/enju_leaf/version.rb +1 -1
- data/lib/generators/enju_leaf/quick_install/quick_install_generator.rb +5 -2
- data/lib/generators/enju_leaf/setup/setup_generator.rb +22 -17
- data/lib/generators/enju_leaf/setup/templates/Procfile +2 -2
- data/lib/generators/enju_leaf/setup/templates/config/schedule.rb +2 -2
- data/lib/generators/enju_leaf/setup/templates/db/seeds.rb +0 -4
- data/lib/tasks/enju_leaf_tasks.rake +2 -5
- data/spec/acceptance/profile.rb +9 -0
- data/spec/controllers/page_controller_spec.rb +1 -1
- data/spec/dummy/app/assets/javascripts/application.js +3 -0
- data/spec/dummy/app/assets/stylesheets/application.css +1 -0
- data/spec/dummy/app/controllers/application_controller.rb +0 -1
- data/spec/dummy/bin/bundle +1 -1
- data/spec/dummy/bin/setup +1 -3
- data/spec/dummy/bin/update +4 -2
- data/spec/dummy/bin/yarn +3 -3
- data/spec/dummy/config.ru +3 -2
- data/spec/dummy/config/application.rb +3 -2
- data/spec/dummy/config/boot.rb +4 -9
- data/spec/dummy/config/cable.yml +10 -0
- data/spec/dummy/config/database.yml +70 -9
- data/spec/dummy/config/environments/development.rb +9 -2
- data/spec/dummy/config/environments/production.rb +7 -4
- data/spec/dummy/config/environments/test.rb +7 -1
- data/spec/dummy/config/initializers/assets.rb +1 -2
- data/spec/dummy/config/initializers/content_security_policy.rb +25 -0
- data/spec/dummy/config/locales/en.yml +30 -2
- data/spec/dummy/config/puma.rb +34 -0
- data/spec/dummy/config/routes.rb +2 -58
- data/spec/dummy/config/spring.rb +6 -0
- data/spec/dummy/config/storage.yml +34 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/005_create_manifestations.rb +3 -3
- data/spec/dummy/db/migrate/127_create_use_restrictions.rb +3 -7
- data/spec/dummy/db/migrate/132_create_circulation_statuses.rb +3 -7
- data/spec/dummy/db/migrate/149_create_message_templates.rb +3 -8
- data/spec/dummy/db/migrate/154_create_messages.rb +6 -14
- data/spec/dummy/db/migrate/20080819181903_create_message_requests.rb +4 -4
- data/spec/dummy/db/migrate/20081025083323_create_countries.rb +6 -5
- data/spec/dummy/db/migrate/20081025083905_create_languages.rb +1 -0
- data/spec/dummy/db/migrate/20081027150907_create_picture_files.rb +1 -1
- data/spec/dummy/db/migrate/20090705212043_add_attachments_attachment_to_manifestation.rb +15 -0
- data/spec/dummy/db/migrate/20100606065209_create_user_has_roles.rb +2 -4
- data/spec/dummy/db/migrate/20110627122938_add_number_of_day_to_notify_overdue_to_user_group.rb +1 -1
- data/spec/dummy/db/migrate/20110913115320_add_lft_and_rgt_to_message.rb +1 -1
- data/spec/dummy/db/migrate/20120125050502_add_depth_to_message.rb +1 -1
- data/spec/dummy/db/migrate/20120125152919_add_title_subseries_transcription_to_series_statement.rb +1 -0
- data/spec/dummy/db/migrate/20120129020544_add_budget_type_id_to_item.rb +1 -0
- data/spec/dummy/db/migrate/20120319120638_add_content_type_id_to_manifestation.rb +1 -0
- data/spec/dummy/db/migrate/20120415164821_add_attachment_meta_to_manifestation.rb +5 -0
- data/spec/dummy/db/migrate/20130221154434_add_additional_attributes_to_user.rb +1 -1
- data/spec/dummy/db/migrate/20130506175834_create_identifiers.rb +1 -1
- data/spec/dummy/db/migrate/20140122054321_create_profiles.rb +4 -5
- data/spec/dummy/db/migrate/20140518111006_create_message_transitions.rb +4 -9
- data/spec/dummy/db/migrate/20140518135713_create_message_request_transitions.rb +4 -9
- data/spec/dummy/db/migrate/20140519170214_create_resource_import_file_transitions.rb +1 -1
- data/spec/dummy/db/migrate/20140519171220_create_import_request_transitions.rb +1 -1
- data/spec/dummy/db/migrate/20140524020735_create_agent_import_file_transitions.rb +1 -1
- data/spec/dummy/db/migrate/20140524074813_create_user_import_file_transitions.rb +1 -1
- data/spec/dummy/db/migrate/20140614141500_create_resource_export_file_transitions.rb +1 -1
- data/spec/dummy/db/migrate/20140709113905_create_user_export_file_transitions.rb +1 -1
- data/spec/dummy/db/migrate/20160319144230_create_issn_records.rb +11 -0
- data/spec/dummy/db/migrate/20160506144040_create_isbn_records.rb +11 -0
- data/spec/dummy/db/migrate/20160703185015_add_most_recent_to_message_transitions.rb +1 -1
- data/spec/dummy/db/migrate/20160813191533_add_book_jacket_source_to_library_group.rb +1 -1
- data/spec/dummy/db/migrate/20160813191820_add_screenshot_generator_to_library_group.rb +1 -1
- data/spec/dummy/db/migrate/20160814165332_add_most_recent_to_message_request_transitions.rb +9 -0
- data/spec/dummy/db/migrate/20160820004638_add_attachment_attachment_to_carrier_types.rb +11 -0
- data/spec/dummy/db/migrate/20170114174536_add_profile_id_to_user.rb +5 -0
- data/spec/dummy/db/migrate/20170116134107_create_issn_record_and_manifestations.rb +11 -0
- data/spec/dummy/db/migrate/20170116134120_create_isbn_record_and_manifestations.rb +11 -0
- data/spec/dummy/db/migrate/20171014084528_add_header_logo_to_library_group.rb +5 -0
- data/spec/dummy/db/migrate/20180107160726_add_constraints_to_most_recent_for_user_import_file_transitions.rb +13 -0
- data/spec/dummy/db/migrate/20180107160740_add_constraints_to_most_recent_for_user_export_file_transitions.rb +13 -0
- data/spec/dummy/db/migrate/20180107161311_add_constraints_to_most_recent_for_agent_import_file_transitions.rb +13 -0
- data/spec/dummy/db/migrate/20180107161331_add_constraints_to_most_recent_for_resource_import_file_transitions.rb +13 -0
- data/spec/dummy/db/migrate/20180107161347_add_constraints_to_most_recent_for_resource_export_file_transitions.rb +13 -0
- data/spec/dummy/db/migrate/20180107161410_add_constraints_to_most_recent_for_import_request_transitions.rb +13 -0
- data/spec/dummy/db/migrate/20180107162659_add_constraints_to_most_recent_for_message_transitions.rb +13 -0
- data/spec/dummy/db/migrate/20180107162711_add_constraints_to_most_recent_for_message_request_transitions.rb +13 -0
- data/spec/dummy/db/migrate/20181030072731_add_not_null_to_position_on_carrier_type.rb +14 -0
- data/spec/dummy/db/migrate/20190102034126_create_doi_records.rb +13 -0
- data/spec/dummy/db/migrate/20190208135957_create_active_storage_tables.active_storage.rb +27 -0
- data/spec/dummy/db/migrate/20190630113817_add_display_name_translations_to_library_group.rb +12 -0
- data/spec/dummy/db/migrate/20190630115523_add_login_banner_translations_to_library_group.rb +6 -0
- data/spec/dummy/db/migrate/20190630151446_add_display_name_translations_to_role.rb +5 -0
- data/spec/dummy/db/migrate/20190712163038_add_display_name_translations_to_carrier_type.rb +21 -0
- data/spec/dummy/db/schema.rb +265 -135
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/node_modules/jquery/AUTHORS.txt +278 -0
- data/spec/dummy/node_modules/jquery/LICENSE.txt +36 -0
- data/spec/dummy/node_modules/jquery/README.md +65 -0
- data/spec/dummy/node_modules/jquery/bower.json +14 -0
- data/spec/dummy/node_modules/jquery/dist/jquery.js +9814 -0
- data/spec/dummy/node_modules/jquery/dist/jquery.min.js +4 -0
- data/spec/dummy/node_modules/jquery/dist/jquery.min.map +1 -0
- data/spec/dummy/node_modules/jquery/external/sizzle/LICENSE.txt +36 -0
- data/spec/dummy/node_modules/jquery/external/sizzle/dist/sizzle.js +2143 -0
- data/spec/dummy/node_modules/jquery/external/sizzle/dist/sizzle.min.js +3 -0
- data/spec/dummy/node_modules/jquery/external/sizzle/dist/sizzle.min.map +1 -0
- data/spec/dummy/node_modules/jquery/package.json +84 -0
- data/spec/dummy/node_modules/jquery/src/ajax.js +845 -0
- data/spec/dummy/node_modules/jquery/src/ajax/jsonp.js +100 -0
- data/spec/dummy/node_modules/jquery/src/ajax/load.js +83 -0
- data/spec/dummy/node_modules/jquery/src/ajax/parseJSON.js +13 -0
- data/spec/dummy/node_modules/jquery/src/ajax/parseXML.js +27 -0
- data/spec/dummy/node_modules/jquery/src/ajax/script.js +68 -0
- data/spec/dummy/node_modules/jquery/src/ajax/var/location.js +3 -0
- data/spec/dummy/node_modules/jquery/src/ajax/var/nonce.js +5 -0
- data/spec/dummy/node_modules/jquery/src/ajax/var/rquery.js +3 -0
- data/spec/dummy/node_modules/jquery/src/ajax/xhr.js +167 -0
- data/spec/dummy/node_modules/jquery/src/attributes.js +11 -0
- data/spec/dummy/node_modules/jquery/src/attributes/attr.js +142 -0
- data/spec/dummy/node_modules/jquery/src/attributes/classes.js +177 -0
- data/spec/dummy/node_modules/jquery/src/attributes/prop.js +125 -0
- data/spec/dummy/node_modules/jquery/src/attributes/support.js +36 -0
- data/spec/dummy/node_modules/jquery/src/attributes/val.js +177 -0
- data/spec/dummy/node_modules/jquery/src/callbacks.js +232 -0
- data/spec/dummy/node_modules/jquery/src/core.js +494 -0
- data/spec/dummy/node_modules/jquery/src/core/access.js +65 -0
- data/spec/dummy/node_modules/jquery/src/core/init.js +134 -0
- data/spec/dummy/node_modules/jquery/src/core/parseHTML.js +41 -0
- data/spec/dummy/node_modules/jquery/src/core/ready.js +103 -0
- data/spec/dummy/node_modules/jquery/src/core/var/rsingleTag.js +5 -0
- data/spec/dummy/node_modules/jquery/src/css.js +502 -0
- data/spec/dummy/node_modules/jquery/src/css/addGetHookIf.js +24 -0
- data/spec/dummy/node_modules/jquery/src/css/adjustCSS.js +65 -0
- data/spec/dummy/node_modules/jquery/src/css/curCSS.js +60 -0
- data/spec/dummy/node_modules/jquery/src/css/defaultDisplay.js +72 -0
- data/spec/dummy/node_modules/jquery/src/css/hiddenVisibleSelectors.js +18 -0
- data/spec/dummy/node_modules/jquery/src/css/showHide.js +48 -0
- data/spec/dummy/node_modules/jquery/src/css/support.js +121 -0
- data/spec/dummy/node_modules/jquery/src/css/var/cssExpand.js +3 -0
- data/spec/dummy/node_modules/jquery/src/css/var/getStyles.js +15 -0
- data/spec/dummy/node_modules/jquery/src/css/var/isHidden.js +16 -0
- data/spec/dummy/node_modules/jquery/src/css/var/rmargin.js +3 -0
- data/spec/dummy/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
- data/spec/dummy/node_modules/jquery/src/css/var/swap.js +24 -0
- data/spec/dummy/node_modules/jquery/src/data.js +187 -0
- data/spec/dummy/node_modules/jquery/src/data/Data.js +200 -0
- data/spec/dummy/node_modules/jquery/src/data/var/acceptData.js +18 -0
- data/spec/dummy/node_modules/jquery/src/data/var/dataPriv.js +5 -0
- data/spec/dummy/node_modules/jquery/src/data/var/dataUser.js +5 -0
- data/spec/dummy/node_modules/jquery/src/deferred.js +158 -0
- data/spec/dummy/node_modules/jquery/src/deprecated.js +32 -0
- data/spec/dummy/node_modules/jquery/src/dimensions.js +54 -0
- data/spec/dummy/node_modules/jquery/src/effects.js +629 -0
- data/spec/dummy/node_modules/jquery/src/effects/Tween.js +121 -0
- data/spec/dummy/node_modules/jquery/src/effects/animatedSelector.js +13 -0
- data/spec/dummy/node_modules/jquery/src/event.js +711 -0
- data/spec/dummy/node_modules/jquery/src/event/ajax.js +20 -0
- data/spec/dummy/node_modules/jquery/src/event/alias.js +27 -0
- data/spec/dummy/node_modules/jquery/src/event/focusin.js +53 -0
- data/spec/dummy/node_modules/jquery/src/event/support.js +9 -0
- data/spec/dummy/node_modules/jquery/src/event/trigger.js +183 -0
- data/spec/dummy/node_modules/jquery/src/exports/amd.js +24 -0
- data/spec/dummy/node_modules/jquery/src/exports/global.js +26 -0
- data/spec/dummy/node_modules/jquery/src/intro.js +44 -0
- data/spec/dummy/node_modules/jquery/src/jquery.js +37 -0
- data/spec/dummy/node_modules/jquery/src/manipulation.js +481 -0
- data/spec/dummy/node_modules/jquery/src/manipulation/_evalUrl.js +20 -0
- data/spec/dummy/node_modules/jquery/src/manipulation/buildFragment.js +102 -0
- data/spec/dummy/node_modules/jquery/src/manipulation/getAll.js +21 -0
- data/spec/dummy/node_modules/jquery/src/manipulation/setGlobalEval.js +20 -0
- data/spec/dummy/node_modules/jquery/src/manipulation/support.js +33 -0
- data/spec/dummy/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
- data/spec/dummy/node_modules/jquery/src/manipulation/var/rscriptType.js +3 -0
- data/spec/dummy/node_modules/jquery/src/manipulation/var/rtagName.js +3 -0
- data/spec/dummy/node_modules/jquery/src/manipulation/wrapMap.js +27 -0
- data/spec/dummy/node_modules/jquery/src/offset.js +218 -0
- data/spec/dummy/node_modules/jquery/src/outro.js +2 -0
- data/spec/dummy/node_modules/jquery/src/queue.js +143 -0
- data/spec/dummy/node_modules/jquery/src/queue/delay.js +22 -0
- data/spec/dummy/node_modules/jquery/src/selector-native.js +211 -0
- data/spec/dummy/node_modules/jquery/src/selector-sizzle.js +14 -0
- data/spec/dummy/node_modules/jquery/src/selector.js +1 -0
- data/spec/dummy/node_modules/jquery/src/serialize.js +125 -0
- data/spec/dummy/node_modules/jquery/src/traversing.js +175 -0
- data/spec/dummy/node_modules/jquery/src/traversing/findFilter.js +100 -0
- data/spec/dummy/node_modules/jquery/src/traversing/var/dir.js +20 -0
- data/spec/dummy/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
- data/spec/dummy/node_modules/jquery/src/traversing/var/siblings.js +15 -0
- data/spec/dummy/node_modules/jquery/src/var/arr.js +3 -0
- data/spec/dummy/node_modules/jquery/src/var/class2type.js +5 -0
- data/spec/dummy/node_modules/jquery/src/var/concat.js +5 -0
- data/spec/dummy/node_modules/jquery/src/var/document.js +3 -0
- data/spec/dummy/node_modules/jquery/src/var/documentElement.js +5 -0
- data/spec/dummy/node_modules/jquery/src/var/hasOwn.js +5 -0
- data/spec/dummy/node_modules/jquery/src/var/indexOf.js +5 -0
- data/spec/dummy/node_modules/jquery/src/var/pnum.js +3 -0
- data/spec/dummy/node_modules/jquery/src/var/push.js +5 -0
- data/spec/dummy/node_modules/jquery/src/var/rcssNum.js +7 -0
- data/spec/dummy/node_modules/jquery/src/var/rnotwhite.js +3 -0
- data/spec/dummy/node_modules/jquery/src/var/slice.js +5 -0
- data/spec/dummy/node_modules/jquery/src/var/support.js +5 -0
- data/spec/dummy/node_modules/jquery/src/var/toString.js +5 -0
- data/spec/dummy/node_modules/jquery/src/wrap.js +79 -0
- data/spec/dummy/package.json +5 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20141214-44379-1fdvvdb.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20141225-67268-nerc4o.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20150123-14447-1lf8lc5.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141214-44379-1exy9mg.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-58343-ztcmne.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-58490-hnqvxg.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-58609-5iyax7.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-58776-1e9gg8b.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-58951-zfxzc6.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-59095-l3yd2t.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-59220-1mgboh1.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-59533-1ie807t.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-59716-m8uy9h.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-59834-1fcv3ir.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-59932-14y6v8m.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-60422-ksg8ww.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-60507-j2u5ra.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-60619-2j2h65.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-60822-1xdqwcc.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-60925-4d4ce1.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-61046-y4nspn.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-62053-1qsuqzd.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-62204-3quf6j.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141217-62472-w05wkf.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141218-67112-1viizrs.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141218-67232-11tcrfq.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141218-67342-1bajplt.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141218-67475-gmnmq4.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-74670-mxvkc6.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-74954-1m11avl.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-75054-1ac0xmz.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-75135-1r3z1p.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-75289-18xm9sx.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-75372-1ab1rn4.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-75612-14gavh8.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-75709-xgjjja.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-75832-uej6ye.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-75905-13kbauv.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-76001-13yt1kv.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-76158-1pitds8.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-76526-q0rb2j.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-76848-ya95k2.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-88475-165899e.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-89902-paupo2.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-90001-1eg9w1e.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141220-90157-bcu8m7.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141221-7985-u6s6l1.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141224-44711-1amcibm.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141224-44828-ap6n8d.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-48701-14hbzl1.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-49875-1pc6esj.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-64608-1wo1bpq.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-64763-daej3l.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-65000-1a7srlh.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-65196-ggad1c.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-65273-tt5ev2.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-65424-1d17hts.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-65662-1gqvlj3.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-65725-1qpz2tm.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-65807-t7cfln.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-65962-161pm01.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-66069-h9ftv6.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-66327-hsz0j4.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141225-67268-hqxt6v.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20150119-54567-1exwx4r.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20150120-80886-1whqn2s.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20150120-81115-hlvwc4.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20150121-86495-navftm.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20150121-86986-894a3i.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20150122-4492-vaml86.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20150123-14447-gy0ver.txt +8 -0
- data/spec/dummy/yarn.lock +8 -0
- data/spec/factories/agent.rb +1 -1
- data/spec/factories/library.rb +1 -1
- data/spec/factories/profile.rb +3 -3
- data/spec/factories/user.rb +25 -31
- data/spec/fixtures/carrier_types.yml +23 -24
- data/spec/fixtures/content_types.yml +78 -22
- data/spec/fixtures/libraries.yml +28 -31
- data/spec/fixtures/library_groups.yml +33 -16
- data/spec/fixtures/manifestations.yml +32 -27
- data/spec/fixtures/roles.yml +11 -12
- data/spec/fixtures/shelves.yml +14 -15
- data/spec/fixtures/user_groups.yml +9 -16
- data/spec/fixtures/user_has_roles.yml +2 -1
- data/spec/rails_helper.rb +11 -1
- data/spec/system/page_spec.rb +35 -0
- data/spec/views/page/configuration.html.erb_spec.rb +1 -1
- metadata +479 -93
- data/app/assets/javascripts/enju_leaf.js +0 -12
- data/app/assets/javascripts/mobile.js +0 -4
- data/spec/dummy/db/migrate/20151213070943_add_translation_table_to_library_group.rb +0 -25
- data/spec/dummy/db/migrate/20151213072705_add_footer_banner_to_library_group.rb +0 -22
- data/vendor/assets/javascripts/jquery.colorbox.js +0 -1105
- data/vendor/assets/javascripts/jquery.powertip.js +0 -1395
- data/vendor/assets/stylesheets/colorbox.css +0 -70
- data/vendor/assets/stylesheets/jquery.powertip.css +0 -105
@@ -0,0 +1,158 @@
|
|
1
|
+
define( [
|
2
|
+
"./core",
|
3
|
+
"./var/slice",
|
4
|
+
"./callbacks"
|
5
|
+
], function( jQuery, slice ) {
|
6
|
+
|
7
|
+
jQuery.extend( {
|
8
|
+
|
9
|
+
Deferred: function( func ) {
|
10
|
+
var tuples = [
|
11
|
+
|
12
|
+
// action, add listener, listener list, final state
|
13
|
+
[ "resolve", "done", jQuery.Callbacks( "once memory" ), "resolved" ],
|
14
|
+
[ "reject", "fail", jQuery.Callbacks( "once memory" ), "rejected" ],
|
15
|
+
[ "notify", "progress", jQuery.Callbacks( "memory" ) ]
|
16
|
+
],
|
17
|
+
state = "pending",
|
18
|
+
promise = {
|
19
|
+
state: function() {
|
20
|
+
return state;
|
21
|
+
},
|
22
|
+
always: function() {
|
23
|
+
deferred.done( arguments ).fail( arguments );
|
24
|
+
return this;
|
25
|
+
},
|
26
|
+
then: function( /* fnDone, fnFail, fnProgress */ ) {
|
27
|
+
var fns = arguments;
|
28
|
+
return jQuery.Deferred( function( newDefer ) {
|
29
|
+
jQuery.each( tuples, function( i, tuple ) {
|
30
|
+
var fn = jQuery.isFunction( fns[ i ] ) && fns[ i ];
|
31
|
+
|
32
|
+
// deferred[ done | fail | progress ] for forwarding actions to newDefer
|
33
|
+
deferred[ tuple[ 1 ] ]( function() {
|
34
|
+
var returned = fn && fn.apply( this, arguments );
|
35
|
+
if ( returned && jQuery.isFunction( returned.promise ) ) {
|
36
|
+
returned.promise()
|
37
|
+
.progress( newDefer.notify )
|
38
|
+
.done( newDefer.resolve )
|
39
|
+
.fail( newDefer.reject );
|
40
|
+
} else {
|
41
|
+
newDefer[ tuple[ 0 ] + "With" ](
|
42
|
+
this === promise ? newDefer.promise() : this,
|
43
|
+
fn ? [ returned ] : arguments
|
44
|
+
);
|
45
|
+
}
|
46
|
+
} );
|
47
|
+
} );
|
48
|
+
fns = null;
|
49
|
+
} ).promise();
|
50
|
+
},
|
51
|
+
|
52
|
+
// Get a promise for this deferred
|
53
|
+
// If obj is provided, the promise aspect is added to the object
|
54
|
+
promise: function( obj ) {
|
55
|
+
return obj != null ? jQuery.extend( obj, promise ) : promise;
|
56
|
+
}
|
57
|
+
},
|
58
|
+
deferred = {};
|
59
|
+
|
60
|
+
// Keep pipe for back-compat
|
61
|
+
promise.pipe = promise.then;
|
62
|
+
|
63
|
+
// Add list-specific methods
|
64
|
+
jQuery.each( tuples, function( i, tuple ) {
|
65
|
+
var list = tuple[ 2 ],
|
66
|
+
stateString = tuple[ 3 ];
|
67
|
+
|
68
|
+
// promise[ done | fail | progress ] = list.add
|
69
|
+
promise[ tuple[ 1 ] ] = list.add;
|
70
|
+
|
71
|
+
// Handle state
|
72
|
+
if ( stateString ) {
|
73
|
+
list.add( function() {
|
74
|
+
|
75
|
+
// state = [ resolved | rejected ]
|
76
|
+
state = stateString;
|
77
|
+
|
78
|
+
// [ reject_list | resolve_list ].disable; progress_list.lock
|
79
|
+
}, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock );
|
80
|
+
}
|
81
|
+
|
82
|
+
// deferred[ resolve | reject | notify ]
|
83
|
+
deferred[ tuple[ 0 ] ] = function() {
|
84
|
+
deferred[ tuple[ 0 ] + "With" ]( this === deferred ? promise : this, arguments );
|
85
|
+
return this;
|
86
|
+
};
|
87
|
+
deferred[ tuple[ 0 ] + "With" ] = list.fireWith;
|
88
|
+
} );
|
89
|
+
|
90
|
+
// Make the deferred a promise
|
91
|
+
promise.promise( deferred );
|
92
|
+
|
93
|
+
// Call given func if any
|
94
|
+
if ( func ) {
|
95
|
+
func.call( deferred, deferred );
|
96
|
+
}
|
97
|
+
|
98
|
+
// All done!
|
99
|
+
return deferred;
|
100
|
+
},
|
101
|
+
|
102
|
+
// Deferred helper
|
103
|
+
when: function( subordinate /* , ..., subordinateN */ ) {
|
104
|
+
var i = 0,
|
105
|
+
resolveValues = slice.call( arguments ),
|
106
|
+
length = resolveValues.length,
|
107
|
+
|
108
|
+
// the count of uncompleted subordinates
|
109
|
+
remaining = length !== 1 ||
|
110
|
+
( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0,
|
111
|
+
|
112
|
+
// the master Deferred.
|
113
|
+
// If resolveValues consist of only a single Deferred, just use that.
|
114
|
+
deferred = remaining === 1 ? subordinate : jQuery.Deferred(),
|
115
|
+
|
116
|
+
// Update function for both resolve and progress values
|
117
|
+
updateFunc = function( i, contexts, values ) {
|
118
|
+
return function( value ) {
|
119
|
+
contexts[ i ] = this;
|
120
|
+
values[ i ] = arguments.length > 1 ? slice.call( arguments ) : value;
|
121
|
+
if ( values === progressValues ) {
|
122
|
+
deferred.notifyWith( contexts, values );
|
123
|
+
} else if ( !( --remaining ) ) {
|
124
|
+
deferred.resolveWith( contexts, values );
|
125
|
+
}
|
126
|
+
};
|
127
|
+
},
|
128
|
+
|
129
|
+
progressValues, progressContexts, resolveContexts;
|
130
|
+
|
131
|
+
// Add listeners to Deferred subordinates; treat others as resolved
|
132
|
+
if ( length > 1 ) {
|
133
|
+
progressValues = new Array( length );
|
134
|
+
progressContexts = new Array( length );
|
135
|
+
resolveContexts = new Array( length );
|
136
|
+
for ( ; i < length; i++ ) {
|
137
|
+
if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) {
|
138
|
+
resolveValues[ i ].promise()
|
139
|
+
.progress( updateFunc( i, progressContexts, progressValues ) )
|
140
|
+
.done( updateFunc( i, resolveContexts, resolveValues ) )
|
141
|
+
.fail( deferred.reject );
|
142
|
+
} else {
|
143
|
+
--remaining;
|
144
|
+
}
|
145
|
+
}
|
146
|
+
}
|
147
|
+
|
148
|
+
// If we're not waiting on anything, resolve the master
|
149
|
+
if ( !remaining ) {
|
150
|
+
deferred.resolveWith( resolveContexts, resolveValues );
|
151
|
+
}
|
152
|
+
|
153
|
+
return deferred.promise();
|
154
|
+
}
|
155
|
+
} );
|
156
|
+
|
157
|
+
return jQuery;
|
158
|
+
} );
|
@@ -0,0 +1,32 @@
|
|
1
|
+
define( [
|
2
|
+
"./core"
|
3
|
+
], function( jQuery ) {
|
4
|
+
|
5
|
+
jQuery.fn.extend( {
|
6
|
+
|
7
|
+
bind: function( types, data, fn ) {
|
8
|
+
return this.on( types, null, data, fn );
|
9
|
+
},
|
10
|
+
unbind: function( types, fn ) {
|
11
|
+
return this.off( types, null, fn );
|
12
|
+
},
|
13
|
+
|
14
|
+
delegate: function( selector, types, data, fn ) {
|
15
|
+
return this.on( types, selector, data, fn );
|
16
|
+
},
|
17
|
+
undelegate: function( selector, types, fn ) {
|
18
|
+
|
19
|
+
// ( namespace ) or ( selector, types [, fn] )
|
20
|
+
return arguments.length === 1 ?
|
21
|
+
this.off( selector, "**" ) :
|
22
|
+
this.off( types, selector || "**", fn );
|
23
|
+
},
|
24
|
+
size: function() {
|
25
|
+
return this.length;
|
26
|
+
}
|
27
|
+
} );
|
28
|
+
|
29
|
+
jQuery.fn.andSelf = jQuery.fn.addBack;
|
30
|
+
|
31
|
+
} );
|
32
|
+
|
@@ -0,0 +1,54 @@
|
|
1
|
+
define( [
|
2
|
+
"./core",
|
3
|
+
"./core/access",
|
4
|
+
"./css"
|
5
|
+
], function( jQuery, access ) {
|
6
|
+
|
7
|
+
// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods
|
8
|
+
jQuery.each( { Height: "height", Width: "width" }, function( name, type ) {
|
9
|
+
jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name },
|
10
|
+
function( defaultExtra, funcName ) {
|
11
|
+
|
12
|
+
// Margin is only for outerHeight, outerWidth
|
13
|
+
jQuery.fn[ funcName ] = function( margin, value ) {
|
14
|
+
var chainable = arguments.length && ( defaultExtra || typeof margin !== "boolean" ),
|
15
|
+
extra = defaultExtra || ( margin === true || value === true ? "margin" : "border" );
|
16
|
+
|
17
|
+
return access( this, function( elem, type, value ) {
|
18
|
+
var doc;
|
19
|
+
|
20
|
+
if ( jQuery.isWindow( elem ) ) {
|
21
|
+
|
22
|
+
// As of 5/8/2012 this will yield incorrect results for Mobile Safari, but there
|
23
|
+
// isn't a whole lot we can do. See pull request at this URL for discussion:
|
24
|
+
// https://github.com/jquery/jquery/pull/764
|
25
|
+
return elem.document.documentElement[ "client" + name ];
|
26
|
+
}
|
27
|
+
|
28
|
+
// Get document width or height
|
29
|
+
if ( elem.nodeType === 9 ) {
|
30
|
+
doc = elem.documentElement;
|
31
|
+
|
32
|
+
// Either scroll[Width/Height] or offset[Width/Height] or client[Width/Height],
|
33
|
+
// whichever is greatest
|
34
|
+
return Math.max(
|
35
|
+
elem.body[ "scroll" + name ], doc[ "scroll" + name ],
|
36
|
+
elem.body[ "offset" + name ], doc[ "offset" + name ],
|
37
|
+
doc[ "client" + name ]
|
38
|
+
);
|
39
|
+
}
|
40
|
+
|
41
|
+
return value === undefined ?
|
42
|
+
|
43
|
+
// Get width or height on the element, requesting but not forcing parseFloat
|
44
|
+
jQuery.css( elem, type, extra ) :
|
45
|
+
|
46
|
+
// Set width or height on the element
|
47
|
+
jQuery.style( elem, type, value, extra );
|
48
|
+
}, type, chainable ? margin : undefined, chainable, null );
|
49
|
+
};
|
50
|
+
} );
|
51
|
+
} );
|
52
|
+
|
53
|
+
return jQuery;
|
54
|
+
} );
|
@@ -0,0 +1,629 @@
|
|
1
|
+
define( [
|
2
|
+
"./core",
|
3
|
+
"./var/document",
|
4
|
+
"./var/rcssNum",
|
5
|
+
"./css/var/cssExpand",
|
6
|
+
"./var/rnotwhite",
|
7
|
+
"./css/var/isHidden",
|
8
|
+
"./css/adjustCSS",
|
9
|
+
"./css/defaultDisplay",
|
10
|
+
"./data/var/dataPriv",
|
11
|
+
|
12
|
+
"./core/init",
|
13
|
+
"./effects/Tween",
|
14
|
+
"./queue",
|
15
|
+
"./css",
|
16
|
+
"./deferred",
|
17
|
+
"./traversing"
|
18
|
+
], function( jQuery, document, rcssNum, cssExpand, rnotwhite,
|
19
|
+
isHidden, adjustCSS, defaultDisplay, dataPriv ) {
|
20
|
+
|
21
|
+
var
|
22
|
+
fxNow, timerId,
|
23
|
+
rfxtypes = /^(?:toggle|show|hide)$/,
|
24
|
+
rrun = /queueHooks$/;
|
25
|
+
|
26
|
+
// Animations created synchronously will run synchronously
|
27
|
+
function createFxNow() {
|
28
|
+
window.setTimeout( function() {
|
29
|
+
fxNow = undefined;
|
30
|
+
} );
|
31
|
+
return ( fxNow = jQuery.now() );
|
32
|
+
}
|
33
|
+
|
34
|
+
// Generate parameters to create a standard animation
|
35
|
+
function genFx( type, includeWidth ) {
|
36
|
+
var which,
|
37
|
+
i = 0,
|
38
|
+
attrs = { height: type };
|
39
|
+
|
40
|
+
// If we include width, step value is 1 to do all cssExpand values,
|
41
|
+
// otherwise step value is 2 to skip over Left and Right
|
42
|
+
includeWidth = includeWidth ? 1 : 0;
|
43
|
+
for ( ; i < 4 ; i += 2 - includeWidth ) {
|
44
|
+
which = cssExpand[ i ];
|
45
|
+
attrs[ "margin" + which ] = attrs[ "padding" + which ] = type;
|
46
|
+
}
|
47
|
+
|
48
|
+
if ( includeWidth ) {
|
49
|
+
attrs.opacity = attrs.width = type;
|
50
|
+
}
|
51
|
+
|
52
|
+
return attrs;
|
53
|
+
}
|
54
|
+
|
55
|
+
function createTween( value, prop, animation ) {
|
56
|
+
var tween,
|
57
|
+
collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ),
|
58
|
+
index = 0,
|
59
|
+
length = collection.length;
|
60
|
+
for ( ; index < length; index++ ) {
|
61
|
+
if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {
|
62
|
+
|
63
|
+
// We're done with this property
|
64
|
+
return tween;
|
65
|
+
}
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
function defaultPrefilter( elem, props, opts ) {
|
70
|
+
/* jshint validthis: true */
|
71
|
+
var prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,
|
72
|
+
anim = this,
|
73
|
+
orig = {},
|
74
|
+
style = elem.style,
|
75
|
+
hidden = elem.nodeType && isHidden( elem ),
|
76
|
+
dataShow = dataPriv.get( elem, "fxshow" );
|
77
|
+
|
78
|
+
// Handle queue: false promises
|
79
|
+
if ( !opts.queue ) {
|
80
|
+
hooks = jQuery._queueHooks( elem, "fx" );
|
81
|
+
if ( hooks.unqueued == null ) {
|
82
|
+
hooks.unqueued = 0;
|
83
|
+
oldfire = hooks.empty.fire;
|
84
|
+
hooks.empty.fire = function() {
|
85
|
+
if ( !hooks.unqueued ) {
|
86
|
+
oldfire();
|
87
|
+
}
|
88
|
+
};
|
89
|
+
}
|
90
|
+
hooks.unqueued++;
|
91
|
+
|
92
|
+
anim.always( function() {
|
93
|
+
|
94
|
+
// Ensure the complete handler is called before this completes
|
95
|
+
anim.always( function() {
|
96
|
+
hooks.unqueued--;
|
97
|
+
if ( !jQuery.queue( elem, "fx" ).length ) {
|
98
|
+
hooks.empty.fire();
|
99
|
+
}
|
100
|
+
} );
|
101
|
+
} );
|
102
|
+
}
|
103
|
+
|
104
|
+
// Height/width overflow pass
|
105
|
+
if ( elem.nodeType === 1 && ( "height" in props || "width" in props ) ) {
|
106
|
+
|
107
|
+
// Make sure that nothing sneaks out
|
108
|
+
// Record all 3 overflow attributes because IE9-10 do not
|
109
|
+
// change the overflow attribute when overflowX and
|
110
|
+
// overflowY are set to the same value
|
111
|
+
opts.overflow = [ style.overflow, style.overflowX, style.overflowY ];
|
112
|
+
|
113
|
+
// Set display property to inline-block for height/width
|
114
|
+
// animations on inline elements that are having width/height animated
|
115
|
+
display = jQuery.css( elem, "display" );
|
116
|
+
|
117
|
+
// Test default display if display is currently "none"
|
118
|
+
checkDisplay = display === "none" ?
|
119
|
+
dataPriv.get( elem, "olddisplay" ) || defaultDisplay( elem.nodeName ) : display;
|
120
|
+
|
121
|
+
if ( checkDisplay === "inline" && jQuery.css( elem, "float" ) === "none" ) {
|
122
|
+
style.display = "inline-block";
|
123
|
+
}
|
124
|
+
}
|
125
|
+
|
126
|
+
if ( opts.overflow ) {
|
127
|
+
style.overflow = "hidden";
|
128
|
+
anim.always( function() {
|
129
|
+
style.overflow = opts.overflow[ 0 ];
|
130
|
+
style.overflowX = opts.overflow[ 1 ];
|
131
|
+
style.overflowY = opts.overflow[ 2 ];
|
132
|
+
} );
|
133
|
+
}
|
134
|
+
|
135
|
+
// show/hide pass
|
136
|
+
for ( prop in props ) {
|
137
|
+
value = props[ prop ];
|
138
|
+
if ( rfxtypes.exec( value ) ) {
|
139
|
+
delete props[ prop ];
|
140
|
+
toggle = toggle || value === "toggle";
|
141
|
+
if ( value === ( hidden ? "hide" : "show" ) ) {
|
142
|
+
|
143
|
+
// If there is dataShow left over from a stopped hide or show
|
144
|
+
// and we are going to proceed with show, we should pretend to be hidden
|
145
|
+
if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) {
|
146
|
+
hidden = true;
|
147
|
+
} else {
|
148
|
+
continue;
|
149
|
+
}
|
150
|
+
}
|
151
|
+
orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop );
|
152
|
+
|
153
|
+
// Any non-fx value stops us from restoring the original display value
|
154
|
+
} else {
|
155
|
+
display = undefined;
|
156
|
+
}
|
157
|
+
}
|
158
|
+
|
159
|
+
if ( !jQuery.isEmptyObject( orig ) ) {
|
160
|
+
if ( dataShow ) {
|
161
|
+
if ( "hidden" in dataShow ) {
|
162
|
+
hidden = dataShow.hidden;
|
163
|
+
}
|
164
|
+
} else {
|
165
|
+
dataShow = dataPriv.access( elem, "fxshow", {} );
|
166
|
+
}
|
167
|
+
|
168
|
+
// Store state if its toggle - enables .stop().toggle() to "reverse"
|
169
|
+
if ( toggle ) {
|
170
|
+
dataShow.hidden = !hidden;
|
171
|
+
}
|
172
|
+
if ( hidden ) {
|
173
|
+
jQuery( elem ).show();
|
174
|
+
} else {
|
175
|
+
anim.done( function() {
|
176
|
+
jQuery( elem ).hide();
|
177
|
+
} );
|
178
|
+
}
|
179
|
+
anim.done( function() {
|
180
|
+
var prop;
|
181
|
+
|
182
|
+
dataPriv.remove( elem, "fxshow" );
|
183
|
+
for ( prop in orig ) {
|
184
|
+
jQuery.style( elem, prop, orig[ prop ] );
|
185
|
+
}
|
186
|
+
} );
|
187
|
+
for ( prop in orig ) {
|
188
|
+
tween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );
|
189
|
+
|
190
|
+
if ( !( prop in dataShow ) ) {
|
191
|
+
dataShow[ prop ] = tween.start;
|
192
|
+
if ( hidden ) {
|
193
|
+
tween.end = tween.start;
|
194
|
+
tween.start = prop === "width" || prop === "height" ? 1 : 0;
|
195
|
+
}
|
196
|
+
}
|
197
|
+
}
|
198
|
+
|
199
|
+
// If this is a noop like .hide().hide(), restore an overwritten display value
|
200
|
+
} else if ( ( display === "none" ? defaultDisplay( elem.nodeName ) : display ) === "inline" ) {
|
201
|
+
style.display = display;
|
202
|
+
}
|
203
|
+
}
|
204
|
+
|
205
|
+
function propFilter( props, specialEasing ) {
|
206
|
+
var index, name, easing, value, hooks;
|
207
|
+
|
208
|
+
// camelCase, specialEasing and expand cssHook pass
|
209
|
+
for ( index in props ) {
|
210
|
+
name = jQuery.camelCase( index );
|
211
|
+
easing = specialEasing[ name ];
|
212
|
+
value = props[ index ];
|
213
|
+
if ( jQuery.isArray( value ) ) {
|
214
|
+
easing = value[ 1 ];
|
215
|
+
value = props[ index ] = value[ 0 ];
|
216
|
+
}
|
217
|
+
|
218
|
+
if ( index !== name ) {
|
219
|
+
props[ name ] = value;
|
220
|
+
delete props[ index ];
|
221
|
+
}
|
222
|
+
|
223
|
+
hooks = jQuery.cssHooks[ name ];
|
224
|
+
if ( hooks && "expand" in hooks ) {
|
225
|
+
value = hooks.expand( value );
|
226
|
+
delete props[ name ];
|
227
|
+
|
228
|
+
// Not quite $.extend, this won't overwrite existing keys.
|
229
|
+
// Reusing 'index' because we have the correct "name"
|
230
|
+
for ( index in value ) {
|
231
|
+
if ( !( index in props ) ) {
|
232
|
+
props[ index ] = value[ index ];
|
233
|
+
specialEasing[ index ] = easing;
|
234
|
+
}
|
235
|
+
}
|
236
|
+
} else {
|
237
|
+
specialEasing[ name ] = easing;
|
238
|
+
}
|
239
|
+
}
|
240
|
+
}
|
241
|
+
|
242
|
+
function Animation( elem, properties, options ) {
|
243
|
+
var result,
|
244
|
+
stopped,
|
245
|
+
index = 0,
|
246
|
+
length = Animation.prefilters.length,
|
247
|
+
deferred = jQuery.Deferred().always( function() {
|
248
|
+
|
249
|
+
// Don't match elem in the :animated selector
|
250
|
+
delete tick.elem;
|
251
|
+
} ),
|
252
|
+
tick = function() {
|
253
|
+
if ( stopped ) {
|
254
|
+
return false;
|
255
|
+
}
|
256
|
+
var currentTime = fxNow || createFxNow(),
|
257
|
+
remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),
|
258
|
+
|
259
|
+
// Support: Android 2.3
|
260
|
+
// Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497)
|
261
|
+
temp = remaining / animation.duration || 0,
|
262
|
+
percent = 1 - temp,
|
263
|
+
index = 0,
|
264
|
+
length = animation.tweens.length;
|
265
|
+
|
266
|
+
for ( ; index < length ; index++ ) {
|
267
|
+
animation.tweens[ index ].run( percent );
|
268
|
+
}
|
269
|
+
|
270
|
+
deferred.notifyWith( elem, [ animation, percent, remaining ] );
|
271
|
+
|
272
|
+
if ( percent < 1 && length ) {
|
273
|
+
return remaining;
|
274
|
+
} else {
|
275
|
+
deferred.resolveWith( elem, [ animation ] );
|
276
|
+
return false;
|
277
|
+
}
|
278
|
+
},
|
279
|
+
animation = deferred.promise( {
|
280
|
+
elem: elem,
|
281
|
+
props: jQuery.extend( {}, properties ),
|
282
|
+
opts: jQuery.extend( true, {
|
283
|
+
specialEasing: {},
|
284
|
+
easing: jQuery.easing._default
|
285
|
+
}, options ),
|
286
|
+
originalProperties: properties,
|
287
|
+
originalOptions: options,
|
288
|
+
startTime: fxNow || createFxNow(),
|
289
|
+
duration: options.duration,
|
290
|
+
tweens: [],
|
291
|
+
createTween: function( prop, end ) {
|
292
|
+
var tween = jQuery.Tween( elem, animation.opts, prop, end,
|
293
|
+
animation.opts.specialEasing[ prop ] || animation.opts.easing );
|
294
|
+
animation.tweens.push( tween );
|
295
|
+
return tween;
|
296
|
+
},
|
297
|
+
stop: function( gotoEnd ) {
|
298
|
+
var index = 0,
|
299
|
+
|
300
|
+
// If we are going to the end, we want to run all the tweens
|
301
|
+
// otherwise we skip this part
|
302
|
+
length = gotoEnd ? animation.tweens.length : 0;
|
303
|
+
if ( stopped ) {
|
304
|
+
return this;
|
305
|
+
}
|
306
|
+
stopped = true;
|
307
|
+
for ( ; index < length ; index++ ) {
|
308
|
+
animation.tweens[ index ].run( 1 );
|
309
|
+
}
|
310
|
+
|
311
|
+
// Resolve when we played the last frame; otherwise, reject
|
312
|
+
if ( gotoEnd ) {
|
313
|
+
deferred.notifyWith( elem, [ animation, 1, 0 ] );
|
314
|
+
deferred.resolveWith( elem, [ animation, gotoEnd ] );
|
315
|
+
} else {
|
316
|
+
deferred.rejectWith( elem, [ animation, gotoEnd ] );
|
317
|
+
}
|
318
|
+
return this;
|
319
|
+
}
|
320
|
+
} ),
|
321
|
+
props = animation.props;
|
322
|
+
|
323
|
+
propFilter( props, animation.opts.specialEasing );
|
324
|
+
|
325
|
+
for ( ; index < length ; index++ ) {
|
326
|
+
result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts );
|
327
|
+
if ( result ) {
|
328
|
+
if ( jQuery.isFunction( result.stop ) ) {
|
329
|
+
jQuery._queueHooks( animation.elem, animation.opts.queue ).stop =
|
330
|
+
jQuery.proxy( result.stop, result );
|
331
|
+
}
|
332
|
+
return result;
|
333
|
+
}
|
334
|
+
}
|
335
|
+
|
336
|
+
jQuery.map( props, createTween, animation );
|
337
|
+
|
338
|
+
if ( jQuery.isFunction( animation.opts.start ) ) {
|
339
|
+
animation.opts.start.call( elem, animation );
|
340
|
+
}
|
341
|
+
|
342
|
+
jQuery.fx.timer(
|
343
|
+
jQuery.extend( tick, {
|
344
|
+
elem: elem,
|
345
|
+
anim: animation,
|
346
|
+
queue: animation.opts.queue
|
347
|
+
} )
|
348
|
+
);
|
349
|
+
|
350
|
+
// attach callbacks from options
|
351
|
+
return animation.progress( animation.opts.progress )
|
352
|
+
.done( animation.opts.done, animation.opts.complete )
|
353
|
+
.fail( animation.opts.fail )
|
354
|
+
.always( animation.opts.always );
|
355
|
+
}
|
356
|
+
|
357
|
+
jQuery.Animation = jQuery.extend( Animation, {
|
358
|
+
tweeners: {
|
359
|
+
"*": [ function( prop, value ) {
|
360
|
+
var tween = this.createTween( prop, value );
|
361
|
+
adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween );
|
362
|
+
return tween;
|
363
|
+
} ]
|
364
|
+
},
|
365
|
+
|
366
|
+
tweener: function( props, callback ) {
|
367
|
+
if ( jQuery.isFunction( props ) ) {
|
368
|
+
callback = props;
|
369
|
+
props = [ "*" ];
|
370
|
+
} else {
|
371
|
+
props = props.match( rnotwhite );
|
372
|
+
}
|
373
|
+
|
374
|
+
var prop,
|
375
|
+
index = 0,
|
376
|
+
length = props.length;
|
377
|
+
|
378
|
+
for ( ; index < length ; index++ ) {
|
379
|
+
prop = props[ index ];
|
380
|
+
Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || [];
|
381
|
+
Animation.tweeners[ prop ].unshift( callback );
|
382
|
+
}
|
383
|
+
},
|
384
|
+
|
385
|
+
prefilters: [ defaultPrefilter ],
|
386
|
+
|
387
|
+
prefilter: function( callback, prepend ) {
|
388
|
+
if ( prepend ) {
|
389
|
+
Animation.prefilters.unshift( callback );
|
390
|
+
} else {
|
391
|
+
Animation.prefilters.push( callback );
|
392
|
+
}
|
393
|
+
}
|
394
|
+
} );
|
395
|
+
|
396
|
+
jQuery.speed = function( speed, easing, fn ) {
|
397
|
+
var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : {
|
398
|
+
complete: fn || !fn && easing ||
|
399
|
+
jQuery.isFunction( speed ) && speed,
|
400
|
+
duration: speed,
|
401
|
+
easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing
|
402
|
+
};
|
403
|
+
|
404
|
+
opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ?
|
405
|
+
opt.duration : opt.duration in jQuery.fx.speeds ?
|
406
|
+
jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;
|
407
|
+
|
408
|
+
// Normalize opt.queue - true/undefined/null -> "fx"
|
409
|
+
if ( opt.queue == null || opt.queue === true ) {
|
410
|
+
opt.queue = "fx";
|
411
|
+
}
|
412
|
+
|
413
|
+
// Queueing
|
414
|
+
opt.old = opt.complete;
|
415
|
+
|
416
|
+
opt.complete = function() {
|
417
|
+
if ( jQuery.isFunction( opt.old ) ) {
|
418
|
+
opt.old.call( this );
|
419
|
+
}
|
420
|
+
|
421
|
+
if ( opt.queue ) {
|
422
|
+
jQuery.dequeue( this, opt.queue );
|
423
|
+
}
|
424
|
+
};
|
425
|
+
|
426
|
+
return opt;
|
427
|
+
};
|
428
|
+
|
429
|
+
jQuery.fn.extend( {
|
430
|
+
fadeTo: function( speed, to, easing, callback ) {
|
431
|
+
|
432
|
+
// Show any hidden elements after setting opacity to 0
|
433
|
+
return this.filter( isHidden ).css( "opacity", 0 ).show()
|
434
|
+
|
435
|
+
// Animate to the value specified
|
436
|
+
.end().animate( { opacity: to }, speed, easing, callback );
|
437
|
+
},
|
438
|
+
animate: function( prop, speed, easing, callback ) {
|
439
|
+
var empty = jQuery.isEmptyObject( prop ),
|
440
|
+
optall = jQuery.speed( speed, easing, callback ),
|
441
|
+
doAnimation = function() {
|
442
|
+
|
443
|
+
// Operate on a copy of prop so per-property easing won't be lost
|
444
|
+
var anim = Animation( this, jQuery.extend( {}, prop ), optall );
|
445
|
+
|
446
|
+
// Empty animations, or finishing resolves immediately
|
447
|
+
if ( empty || dataPriv.get( this, "finish" ) ) {
|
448
|
+
anim.stop( true );
|
449
|
+
}
|
450
|
+
};
|
451
|
+
doAnimation.finish = doAnimation;
|
452
|
+
|
453
|
+
return empty || optall.queue === false ?
|
454
|
+
this.each( doAnimation ) :
|
455
|
+
this.queue( optall.queue, doAnimation );
|
456
|
+
},
|
457
|
+
stop: function( type, clearQueue, gotoEnd ) {
|
458
|
+
var stopQueue = function( hooks ) {
|
459
|
+
var stop = hooks.stop;
|
460
|
+
delete hooks.stop;
|
461
|
+
stop( gotoEnd );
|
462
|
+
};
|
463
|
+
|
464
|
+
if ( typeof type !== "string" ) {
|
465
|
+
gotoEnd = clearQueue;
|
466
|
+
clearQueue = type;
|
467
|
+
type = undefined;
|
468
|
+
}
|
469
|
+
if ( clearQueue && type !== false ) {
|
470
|
+
this.queue( type || "fx", [] );
|
471
|
+
}
|
472
|
+
|
473
|
+
return this.each( function() {
|
474
|
+
var dequeue = true,
|
475
|
+
index = type != null && type + "queueHooks",
|
476
|
+
timers = jQuery.timers,
|
477
|
+
data = dataPriv.get( this );
|
478
|
+
|
479
|
+
if ( index ) {
|
480
|
+
if ( data[ index ] && data[ index ].stop ) {
|
481
|
+
stopQueue( data[ index ] );
|
482
|
+
}
|
483
|
+
} else {
|
484
|
+
for ( index in data ) {
|
485
|
+
if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) {
|
486
|
+
stopQueue( data[ index ] );
|
487
|
+
}
|
488
|
+
}
|
489
|
+
}
|
490
|
+
|
491
|
+
for ( index = timers.length; index--; ) {
|
492
|
+
if ( timers[ index ].elem === this &&
|
493
|
+
( type == null || timers[ index ].queue === type ) ) {
|
494
|
+
|
495
|
+
timers[ index ].anim.stop( gotoEnd );
|
496
|
+
dequeue = false;
|
497
|
+
timers.splice( index, 1 );
|
498
|
+
}
|
499
|
+
}
|
500
|
+
|
501
|
+
// Start the next in the queue if the last step wasn't forced.
|
502
|
+
// Timers currently will call their complete callbacks, which
|
503
|
+
// will dequeue but only if they were gotoEnd.
|
504
|
+
if ( dequeue || !gotoEnd ) {
|
505
|
+
jQuery.dequeue( this, type );
|
506
|
+
}
|
507
|
+
} );
|
508
|
+
},
|
509
|
+
finish: function( type ) {
|
510
|
+
if ( type !== false ) {
|
511
|
+
type = type || "fx";
|
512
|
+
}
|
513
|
+
return this.each( function() {
|
514
|
+
var index,
|
515
|
+
data = dataPriv.get( this ),
|
516
|
+
queue = data[ type + "queue" ],
|
517
|
+
hooks = data[ type + "queueHooks" ],
|
518
|
+
timers = jQuery.timers,
|
519
|
+
length = queue ? queue.length : 0;
|
520
|
+
|
521
|
+
// Enable finishing flag on private data
|
522
|
+
data.finish = true;
|
523
|
+
|
524
|
+
// Empty the queue first
|
525
|
+
jQuery.queue( this, type, [] );
|
526
|
+
|
527
|
+
if ( hooks && hooks.stop ) {
|
528
|
+
hooks.stop.call( this, true );
|
529
|
+
}
|
530
|
+
|
531
|
+
// Look for any active animations, and finish them
|
532
|
+
for ( index = timers.length; index--; ) {
|
533
|
+
if ( timers[ index ].elem === this && timers[ index ].queue === type ) {
|
534
|
+
timers[ index ].anim.stop( true );
|
535
|
+
timers.splice( index, 1 );
|
536
|
+
}
|
537
|
+
}
|
538
|
+
|
539
|
+
// Look for any animations in the old queue and finish them
|
540
|
+
for ( index = 0; index < length; index++ ) {
|
541
|
+
if ( queue[ index ] && queue[ index ].finish ) {
|
542
|
+
queue[ index ].finish.call( this );
|
543
|
+
}
|
544
|
+
}
|
545
|
+
|
546
|
+
// Turn off finishing flag
|
547
|
+
delete data.finish;
|
548
|
+
} );
|
549
|
+
}
|
550
|
+
} );
|
551
|
+
|
552
|
+
jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) {
|
553
|
+
var cssFn = jQuery.fn[ name ];
|
554
|
+
jQuery.fn[ name ] = function( speed, easing, callback ) {
|
555
|
+
return speed == null || typeof speed === "boolean" ?
|
556
|
+
cssFn.apply( this, arguments ) :
|
557
|
+
this.animate( genFx( name, true ), speed, easing, callback );
|
558
|
+
};
|
559
|
+
} );
|
560
|
+
|
561
|
+
// Generate shortcuts for custom animations
|
562
|
+
jQuery.each( {
|
563
|
+
slideDown: genFx( "show" ),
|
564
|
+
slideUp: genFx( "hide" ),
|
565
|
+
slideToggle: genFx( "toggle" ),
|
566
|
+
fadeIn: { opacity: "show" },
|
567
|
+
fadeOut: { opacity: "hide" },
|
568
|
+
fadeToggle: { opacity: "toggle" }
|
569
|
+
}, function( name, props ) {
|
570
|
+
jQuery.fn[ name ] = function( speed, easing, callback ) {
|
571
|
+
return this.animate( props, speed, easing, callback );
|
572
|
+
};
|
573
|
+
} );
|
574
|
+
|
575
|
+
jQuery.timers = [];
|
576
|
+
jQuery.fx.tick = function() {
|
577
|
+
var timer,
|
578
|
+
i = 0,
|
579
|
+
timers = jQuery.timers;
|
580
|
+
|
581
|
+
fxNow = jQuery.now();
|
582
|
+
|
583
|
+
for ( ; i < timers.length; i++ ) {
|
584
|
+
timer = timers[ i ];
|
585
|
+
|
586
|
+
// Checks the timer has not already been removed
|
587
|
+
if ( !timer() && timers[ i ] === timer ) {
|
588
|
+
timers.splice( i--, 1 );
|
589
|
+
}
|
590
|
+
}
|
591
|
+
|
592
|
+
if ( !timers.length ) {
|
593
|
+
jQuery.fx.stop();
|
594
|
+
}
|
595
|
+
fxNow = undefined;
|
596
|
+
};
|
597
|
+
|
598
|
+
jQuery.fx.timer = function( timer ) {
|
599
|
+
jQuery.timers.push( timer );
|
600
|
+
if ( timer() ) {
|
601
|
+
jQuery.fx.start();
|
602
|
+
} else {
|
603
|
+
jQuery.timers.pop();
|
604
|
+
}
|
605
|
+
};
|
606
|
+
|
607
|
+
jQuery.fx.interval = 13;
|
608
|
+
jQuery.fx.start = function() {
|
609
|
+
if ( !timerId ) {
|
610
|
+
timerId = window.setInterval( jQuery.fx.tick, jQuery.fx.interval );
|
611
|
+
}
|
612
|
+
};
|
613
|
+
|
614
|
+
jQuery.fx.stop = function() {
|
615
|
+
window.clearInterval( timerId );
|
616
|
+
|
617
|
+
timerId = null;
|
618
|
+
};
|
619
|
+
|
620
|
+
jQuery.fx.speeds = {
|
621
|
+
slow: 600,
|
622
|
+
fast: 200,
|
623
|
+
|
624
|
+
// Default speed
|
625
|
+
_default: 400
|
626
|
+
};
|
627
|
+
|
628
|
+
return jQuery;
|
629
|
+
} );
|