alchemy_cms 4.0.5 → 4.1.0.beta
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.codeclimate.yml +1 -0
- data/.gitignore +1 -0
- data/.localeapp/config.rb +8 -0
- data/.rubocop.yml +26 -13
- data/.travis.yml +8 -11
- data/CHANGELOG.md +5 -20
- data/Gemfile +10 -7
- data/README.md +16 -14
- data/Rakefile +1 -1
- data/alchemy_cms.gemspec +6 -7
- data/app/assets/images/alchemy/alchemy-logo.png +0 -0
- data/app/assets/images/alchemy/alchemy-logo.svg +1 -70
- data/app/assets/images/alchemy/favicon.ico +0 -0
- data/app/assets/images/alchemy/icon.svg +1 -14
- data/app/assets/javascripts/alchemy/admin.js +0 -7
- data/app/assets/javascripts/alchemy/alchemy.base.js.coffee +2 -2
- data/app/assets/javascripts/alchemy/alchemy.buttons.js.coffee +1 -1
- data/app/assets/javascripts/alchemy/alchemy.confirm_dialog.js.coffee +1 -1
- data/app/assets/javascripts/alchemy/alchemy.datepicker.js.coffee +1 -0
- data/app/assets/javascripts/alchemy/alchemy.dialog.js.coffee +19 -6
- data/app/assets/javascripts/alchemy/alchemy.dirty.js.coffee +2 -7
- data/app/assets/javascripts/alchemy/alchemy.element_editors.js.coffee +36 -26
- data/app/assets/javascripts/alchemy/alchemy.elements_window.js.coffee +6 -15
- data/app/assets/javascripts/alchemy/alchemy.file_progress.js.coffee +1 -1
- data/app/assets/javascripts/alchemy/alchemy.growler.js.coffee +8 -11
- data/app/assets/javascripts/alchemy/alchemy.gui.js.coffee +4 -1
- data/app/assets/javascripts/alchemy/alchemy.image_overlay.coffee +1 -1
- data/app/assets/javascripts/alchemy/alchemy.initializer.js.coffee +5 -14
- data/app/assets/javascripts/alchemy/alchemy.preview.js.coffee +54 -75
- data/app/assets/javascripts/alchemy/alchemy.preview_window.js.coffee +4 -13
- data/app/assets/javascripts/alchemy/alchemy.sitemap.js.coffee +1 -0
- data/app/assets/javascripts/alchemy/alchemy.tinymce.js.coffee +12 -6
- data/app/assets/javascripts/alchemy/alchemy.translations.js.coffee +0 -158
- data/app/assets/stylesheets/alchemy/_defaults.scss +0 -2
- data/app/assets/stylesheets/alchemy/_extends.scss +13 -18
- data/app/assets/stylesheets/alchemy/_mixins.scss +72 -46
- data/app/assets/stylesheets/alchemy/_variables.scss +128 -59
- data/app/assets/stylesheets/alchemy/admin.scss +7 -1
- data/app/assets/stylesheets/alchemy/archive.scss +23 -27
- data/app/assets/stylesheets/alchemy/base.scss +5 -355
- data/app/assets/stylesheets/alchemy/buttons.scss +23 -60
- data/app/assets/stylesheets/alchemy/clipboard.scss +26 -0
- data/app/assets/stylesheets/alchemy/dashboard.scss +7 -40
- data/app/assets/stylesheets/alchemy/dialogs.scss +23 -36
- data/app/assets/stylesheets/alchemy/elements.scss +80 -156
- data/app/assets/stylesheets/alchemy/errors.scss +2 -2
- data/app/assets/stylesheets/alchemy/flash.scss +19 -10
- data/app/assets/stylesheets/alchemy/fonts.scss +13 -0
- data/app/assets/stylesheets/alchemy/forms.scss +6 -1
- data/app/assets/stylesheets/alchemy/frame.scss +24 -65
- data/app/assets/stylesheets/alchemy/hints.scss +2 -2
- data/app/assets/stylesheets/alchemy/icons.scss +3 -337
- data/app/assets/stylesheets/alchemy/image_library.scss +9 -10
- data/app/assets/stylesheets/alchemy/jquery-ui.scss +21 -839
- data/app/assets/stylesheets/alchemy/jquery.datetimepicker.scss +32 -57
- data/app/assets/stylesheets/alchemy/lists.scss +4 -8
- data/app/assets/stylesheets/alchemy/menubar.scss +26 -29
- data/app/assets/stylesheets/alchemy/navigation.scss +23 -25
- data/app/assets/stylesheets/alchemy/notices.scss +25 -25
- data/app/assets/stylesheets/alchemy/pagination.scss +12 -7
- data/app/assets/stylesheets/alchemy/preview_window.scss +20 -0
- data/app/assets/stylesheets/alchemy/resource_info.scss +1 -1
- data/app/assets/stylesheets/alchemy/search.scss +19 -15
- data/app/assets/stylesheets/alchemy/selects.scss +63 -32
- data/app/assets/stylesheets/alchemy/sitemap.scss +70 -148
- data/app/assets/stylesheets/alchemy/tables.scss +16 -59
- data/app/assets/stylesheets/alchemy/toolbar.scss +9 -36
- data/app/assets/stylesheets/alchemy/trash.scss +8 -0
- data/app/assets/stylesheets/alchemy/upload.scss +5 -6
- data/app/assets/stylesheets/tinymce/skins/alchemy/content.min.css.scss +1 -0
- data/app/assets/stylesheets/tinymce/skins/alchemy/skin.min.css.scss +78 -43
- data/app/controllers/alchemy/admin/attachments_controller.rb +6 -6
- data/app/controllers/alchemy/admin/base_controller.rb +9 -9
- data/app/controllers/alchemy/admin/contents_controller.rb +0 -17
- data/app/controllers/alchemy/admin/elements_controller.rb +1 -4
- data/app/controllers/alchemy/admin/essence_files_controller.rb +1 -3
- data/app/controllers/alchemy/admin/essence_pictures_controller.rb +1 -3
- data/app/controllers/alchemy/admin/languages_controller.rb +1 -1
- data/app/controllers/alchemy/admin/pictures_controller.rb +5 -5
- data/app/controllers/alchemy/admin/resources_controller.rb +10 -10
- data/app/controllers/alchemy/admin/tags_controller.rb +7 -7
- data/app/controllers/alchemy/api/contents_controller.rb +6 -1
- data/app/controllers/alchemy/api/elements_controller.rb +5 -1
- data/app/controllers/alchemy/api/pages_controller.rb +6 -1
- data/app/controllers/alchemy/base_controller.rb +5 -3
- data/app/controllers/alchemy/pages_controller.rb +1 -1
- data/app/helpers/alchemy/admin/base_helper.rb +14 -15
- data/app/helpers/alchemy/admin/contents_helper.rb +1 -2
- data/app/helpers/alchemy/admin/elements_helper.rb +7 -6
- data/app/helpers/alchemy/admin/tags_helper.rb +3 -4
- data/app/helpers/alchemy/base_helper.rb +35 -5
- data/app/helpers/alchemy/elements_helper.rb +2 -2
- data/app/helpers/alchemy/pages_helper.rb +4 -2
- data/app/models/alchemy/attachment.rb +14 -23
- data/app/models/alchemy/base_record.rb +13 -0
- data/app/models/alchemy/cell.rb +1 -1
- data/app/models/alchemy/content.rb +1 -2
- data/app/models/alchemy/content/factory.rb +1 -1
- data/app/models/alchemy/element.rb +10 -12
- data/app/models/alchemy/essence_boolean.rb +1 -1
- data/app/models/alchemy/essence_date.rb +2 -2
- data/app/models/alchemy/essence_file.rb +1 -1
- data/app/models/alchemy/essence_html.rb +1 -1
- data/app/models/alchemy/essence_link.rb +1 -1
- data/app/models/alchemy/essence_picture.rb +1 -1
- data/app/models/alchemy/essence_richtext.rb +1 -1
- data/app/models/alchemy/essence_select.rb +1 -1
- data/app/models/alchemy/essence_text.rb +1 -1
- data/app/models/alchemy/folded_page.rb +1 -1
- data/app/models/alchemy/language.rb +21 -5
- data/app/models/alchemy/page.rb +17 -5
- data/app/models/alchemy/page/page_elements.rb +14 -2
- data/app/models/alchemy/page/page_naming.rb +17 -4
- data/app/models/alchemy/picture.rb +4 -7
- data/app/models/alchemy/site.rb +3 -3
- data/app/models/alchemy/tag.rb +3 -3
- data/app/models/concerns/alchemy/content_touching.rb +23 -0
- data/app/serializers/alchemy/element_serializer.rb +2 -0
- data/app/views/alchemy/admin/attachments/_archive_overlay.html.erb +1 -1
- data/app/views/alchemy/admin/attachments/_attachment.html.erb +11 -21
- data/app/views/alchemy/admin/attachments/_files_list.html.erb +26 -29
- data/app/views/alchemy/admin/attachments/_filter_bar.html.erb +2 -3
- data/app/views/alchemy/admin/attachments/_overlay_file_list.html.erb +3 -4
- data/app/views/alchemy/admin/attachments/_replace_button.html.erb +2 -3
- data/app/views/alchemy/admin/attachments/_tag_list.html.erb +3 -3
- data/app/views/alchemy/admin/attachments/destroy.js.erb +1 -1
- data/app/views/alchemy/admin/attachments/edit.html.erb +2 -2
- data/app/views/alchemy/admin/attachments/index.html.erb +3 -2
- data/app/views/alchemy/admin/attachments/show.html.erb +7 -8
- data/app/views/alchemy/admin/clipboard/clear.js.erb +1 -1
- data/app/views/alchemy/admin/clipboard/index.html.erb +23 -7
- data/app/views/alchemy/admin/clipboard/insert.js.erb +1 -1
- data/app/views/alchemy/admin/clipboard/remove.js.erb +2 -2
- data/app/views/alchemy/admin/contents/create.js.erb +1 -1
- data/app/views/alchemy/admin/dashboard/_locked_pages.html.erb +9 -6
- data/app/views/alchemy/admin/dashboard/_recent_pages.html.erb +6 -4
- data/app/views/alchemy/admin/dashboard/_sites.html.erb +4 -2
- data/app/views/alchemy/admin/dashboard/_users.html.erb +6 -4
- data/app/views/alchemy/admin/dashboard/index.html.erb +3 -3
- data/app/views/alchemy/admin/dashboard/info.html.erb +6 -7
- data/app/views/alchemy/admin/elements/_add_picture.html.erb +1 -1
- data/app/views/alchemy/admin/elements/_element.html.erb +1 -1
- data/app/views/alchemy/admin/elements/_element_header.html.erb +14 -14
- data/app/views/alchemy/admin/elements/_element_toolbar.html.erb +3 -3
- data/app/views/alchemy/admin/elements/_new_element_form.html.erb +2 -3
- data/app/views/alchemy/admin/elements/index.html.erb +2 -4
- data/app/views/alchemy/admin/elements/new.html.erb +1 -2
- data/app/views/alchemy/admin/elements/publish.js.erb +5 -5
- data/app/views/alchemy/admin/languages/_language.html.erb +4 -9
- data/app/views/alchemy/admin/languages/_table.html.erb +1 -1
- data/app/views/alchemy/admin/languages/index.html.erb +1 -1
- data/app/views/alchemy/admin/layoutpages/_layoutpage.html.erb +5 -5
- data/app/views/alchemy/admin/layoutpages/index.html.erb +5 -4
- data/app/views/alchemy/admin/leave.html.erb +1 -1
- data/app/views/alchemy/admin/legacy_page_urls/_legacy_page_url.html.erb +1 -1
- data/app/views/alchemy/admin/legacy_page_urls/_new.html.erb +1 -1
- data/app/views/alchemy/admin/pages/_form.html.erb +1 -1
- data/app/views/alchemy/admin/pages/_locked_page.html.erb +1 -1
- data/app/views/alchemy/admin/pages/_page.html.erb +31 -23
- data/app/views/alchemy/admin/pages/_page_for_links.html.erb +5 -5
- data/app/views/alchemy/admin/pages/_page_infos.html.erb +3 -3
- data/app/views/alchemy/admin/pages/_publication_fields.html.erb +1 -1
- data/app/views/alchemy/admin/pages/edit.html.erb +22 -21
- data/app/views/alchemy/admin/pages/index.html.erb +5 -21
- data/app/views/alchemy/admin/pages/info.html.erb +5 -5
- data/app/views/alchemy/admin/pages/sort.html.erb +1 -1
- data/app/views/alchemy/admin/pages/unlock.js.erb +2 -4
- data/app/views/alchemy/admin/partials/_flash.html.erb +1 -1
- data/app/views/alchemy/admin/partials/_main_navigation_entry.html.erb +6 -2
- data/app/views/alchemy/admin/partials/_remote_search_form.html.erb +2 -2
- data/app/views/alchemy/admin/partials/_search_form.html.erb +3 -3
- data/app/views/alchemy/admin/pictures/_archive.html.erb +19 -17
- data/app/views/alchemy/admin/pictures/_archive_overlay.html.erb +1 -1
- data/app/views/alchemy/admin/pictures/_filter_and_size_bar.html.erb +13 -13
- data/app/views/alchemy/admin/pictures/_filter_bar.html.erb +2 -3
- data/app/views/alchemy/admin/pictures/_form.html.erb +3 -3
- data/app/views/alchemy/admin/pictures/_overlay_picture_list.html.erb +2 -3
- data/app/views/alchemy/admin/pictures/_picture.html.erb +7 -7
- data/app/views/alchemy/admin/pictures/_tag_list.html.erb +3 -3
- data/app/views/alchemy/admin/pictures/edit_multiple.html.erb +6 -7
- data/app/views/alchemy/admin/pictures/index.html.erb +12 -12
- data/app/views/alchemy/admin/pictures/index.js.erb +0 -1
- data/app/views/alchemy/admin/pictures/show.html.erb +9 -9
- data/app/views/alchemy/admin/resources/_filter_bar.html.erb +2 -3
- data/app/views/alchemy/admin/resources/_form.html.erb +10 -2
- data/app/views/alchemy/admin/resources/_resource.html.erb +9 -14
- data/app/views/alchemy/admin/resources/_table.html.erb +1 -1
- data/app/views/alchemy/admin/resources/_tag_list.html.erb +4 -4
- data/app/views/alchemy/admin/resources/index.html.erb +2 -3
- data/app/views/alchemy/admin/sites/index.html.erb +1 -1
- data/app/views/alchemy/admin/tags/_tag.html.erb +7 -11
- data/app/views/alchemy/admin/tags/index.html.erb +4 -4
- data/app/views/alchemy/admin/trash/index.html.erb +2 -3
- data/app/views/alchemy/admin/uploader/_button.html.erb +1 -2
- data/app/views/alchemy/base/500.html.erb +1 -1
- data/app/views/alchemy/base/permission_denied.js.erb +1 -1
- data/app/views/alchemy/base/redirect.js.erb +1 -2
- data/app/views/alchemy/elements/_editor_not_found.html.erb +2 -3
- data/app/views/alchemy/essences/_essence_date_editor.html.erb +1 -1
- data/app/views/alchemy/essences/_essence_file_editor.html.erb +7 -11
- data/app/views/alchemy/essences/_essence_picture_editor.html.erb +9 -7
- data/app/views/alchemy/essences/shared/_essence_picture_tools.html.erb +1 -1
- data/app/views/alchemy/pages/_meta_data.html.erb +1 -1
- data/app/views/kaminari/alchemy/_first_page.html.erb +7 -3
- data/app/views/kaminari/alchemy/_gap.html.erb +1 -1
- data/app/views/kaminari/alchemy/_last_page.html.erb +7 -3
- data/app/views/kaminari/alchemy/_next_page.html.erb +4 -2
- data/app/views/kaminari/alchemy/_page.html.erb +1 -1
- data/app/views/kaminari/alchemy/_prev_page.html.erb +4 -2
- data/app/views/layouts/alchemy/admin.html.erb +8 -6
- data/bin/rails +2 -2
- data/bin/rspec +1 -1
- data/config/alchemy/config.yml +0 -2
- data/config/alchemy/modules.yml +5 -5
- data/config/initializers/simple_form.rb +45 -8
- data/config/locales/alchemy.en.yml +66 -179
- data/config/routes.rb +1 -1
- data/db/migrate/20180226123013_alchemy_four_point_zero.rb +392 -0
- data/db/migrate/20180227224537_migrate_tags_to_gutentag.rb +41 -0
- data/lib/alchemy/config.rb +0 -2
- data/lib/alchemy/engine.rb +5 -9
- data/lib/alchemy/essence.rb +6 -6
- data/lib/alchemy/filetypes.rb +13 -1
- data/lib/alchemy/forms/builder.rb +5 -3
- data/lib/alchemy/i18n.rb +8 -6
- data/lib/alchemy/modules.rb +1 -1
- data/lib/alchemy/name_conversions.rb +0 -2
- data/lib/alchemy/page_layout.rb +3 -2
- data/lib/alchemy/paths.rb +5 -5
- data/lib/alchemy/resource.rb +9 -9
- data/lib/alchemy/resources_helper.rb +11 -15
- data/lib/alchemy/routing_constraints.rb +2 -2
- data/lib/alchemy/shell.rb +0 -1
- data/lib/alchemy/taggable.rb +40 -0
- data/lib/alchemy/tasks/tidy.rb +1 -9
- data/lib/alchemy/test_support/factories/content_factory.rb +10 -0
- data/lib/alchemy/test_support/factories/element_factory.rb +5 -0
- data/lib/alchemy/test_support/shared_contexts.rb +1 -1
- data/lib/alchemy/tinymce.rb +2 -2
- data/lib/alchemy/upgrader/four_point_one.rb +42 -0
- data/lib/alchemy/upgrader/tasks/harden_acts_as_taggable_on_migrations.rb +27 -0
- data/lib/alchemy/version.rb +1 -1
- data/lib/alchemy_cms.rb +2 -3
- data/lib/rails/generators/alchemy/elements/elements_generator.rb +2 -2
- data/lib/rails/generators/alchemy/essence/essence_generator.rb +1 -1
- data/lib/rails/generators/alchemy/install/install_generator.rb +4 -8
- data/lib/rails/generators/alchemy/module/module_generator.rb +1 -1
- data/lib/rails/generators/alchemy/page_layouts/page_layouts_generator.rb +2 -2
- data/lib/rails/generators/alchemy/site_layouts/site_layouts_generator.rb +2 -2
- data/lib/rails/generators/alchemy/views/views_generator.rb +1 -1
- data/lib/tasks/alchemy/db.rake +2 -1
- data/lib/tasks/alchemy/tidy.rake +0 -6
- data/lib/tasks/alchemy/upgrade.rake +11 -144
- data/vendor/assets/fonts/fa-regular-400.eot +0 -0
- data/vendor/assets/fonts/fa-regular-400.svg +363 -0
- data/vendor/assets/fonts/fa-regular-400.ttf +0 -0
- data/vendor/assets/fonts/fa-regular-400.woff +0 -0
- data/vendor/assets/fonts/fa-regular-400.woff2 +0 -0
- data/vendor/assets/fonts/fa-solid-900.eot +0 -0
- data/vendor/assets/fonts/fa-solid-900.svg +1413 -0
- data/vendor/assets/fonts/fa-solid-900.ttf +0 -0
- data/vendor/assets/fonts/fa-solid-900.woff +0 -0
- data/vendor/assets/fonts/fa-solid-900.woff2 +0 -0
- data/vendor/assets/javascripts/tinymce/license.txt +6 -6
- data/vendor/assets/javascripts/tinymce/tinymce.min.js +2 -15
- data/vendor/assets/stylesheets/fontawesome/_animated.scss +20 -0
- data/vendor/assets/stylesheets/fontawesome/_bordered-pulled.scss +20 -0
- data/vendor/assets/stylesheets/fontawesome/_core.scss +16 -0
- data/vendor/assets/stylesheets/fontawesome/_fixed-width.scss +6 -0
- data/vendor/assets/stylesheets/fontawesome/_icons.scss +792 -0
- data/vendor/assets/stylesheets/fontawesome/_larger.scss +23 -0
- data/vendor/assets/stylesheets/fontawesome/_list.scss +18 -0
- data/vendor/assets/stylesheets/fontawesome/_mixins.scss +57 -0
- data/vendor/assets/stylesheets/fontawesome/_rotated-flipped.scss +23 -0
- data/vendor/assets/stylesheets/fontawesome/_screen-reader.scss +5 -0
- data/vendor/assets/stylesheets/fontawesome/_stacked.scss +31 -0
- data/vendor/assets/stylesheets/fontawesome/_variables.scss +805 -0
- data/vendor/assets/stylesheets/fontawesome/fa-regular.scss +22 -0
- data/vendor/assets/stylesheets/fontawesome/fa-solid.scss +23 -0
- data/vendor/assets/stylesheets/fontawesome/fontawesome.scss +16 -0
- metadata +77 -112
- data/app/assets/fonts/alchemy/icons.eot +0 -0
- data/app/assets/fonts/alchemy/icons.svg +0 -33
- data/app/assets/fonts/alchemy/icons.ttf +0 -0
- data/app/assets/fonts/alchemy/icons.woff +0 -0
- data/app/assets/images/alchemy/icons.png +0 -0
- data/app/assets/images/alchemy/ui-icons_666666_256x240.png +0 -0
- data/app/assets/images/sassy-ie-overlay.png +0 -0
- data/app/assets/javascripts/alchemy/alchemy.jquery_loader.js +0 -42
- data/app/assets/stylesheets/alchemy/icon-font.scss +0 -75
- data/app/assets/stylesheets/alchemy/modules.scss +0 -27
- data/app/models/alchemy.rb +0 -7
- data/app/views/alchemy/admin/contents/destroy.js.erb +0 -4
- data/app/views/alchemy/admin/pictures/flush.js.erb +0 -2
- data/config/locales/alchemy.de.yml +0 -932
- data/config/locales/alchemy.es.yml +0 -960
- data/config/locales/alchemy.fr.yml +0 -938
- data/config/locales/alchemy.it.yml +0 -938
- data/config/locales/alchemy.nl.yml +0 -918
- data/config/locales/alchemy.ru.yml +0 -830
- data/config/locales/simple_form.de.yml +0 -26
- data/config/locales/simple_form.en.yml +0 -25
- data/config/locales/simple_form.es.yml +0 -6
- data/config/locales/simple_form.fr.yml +0 -26
- data/config/locales/simple_form.it.yml +0 -25
- data/config/locales/simple_form.nl.yml +0 -25
- data/config/locales/simple_form.ru.yml +0 -25
- data/db/migrate/20130827094554_alchemy_two_point_six.rb +0 -378
- data/db/migrate/20130828121054_remove_do_not_index_from_alchemy_essence_texts.rb +0 -5
- data/db/migrate/20130828121120_remove_do_not_index_from_alchemy_essence_richtexts.rb +0 -5
- data/db/migrate/20130918201742_add_published_at_to_alchemy_pages.rb +0 -5
- data/db/migrate/20150608204610_add_parent_element_id_to_alchemy_elements.rb +0 -6
- data/db/migrate/20150729151825_add_link_text_to_alchemy_essence_files.rb +0 -5
- data/db/migrate/20150906195818_add_locale_to_alchemy_languages.rb +0 -7
- data/db/migrate/20160108174834_add_timebased_publishing_columns_to_pages.rb +0 -32
- data/db/migrate/20160422195310_add_image_file_format_to_alchemy_pictures.rb +0 -9
- data/db/migrate/20160617224938_change_alchemy_pages_locked_to_locked_at.rb +0 -22
- data/db/migrate/20160912223112_add_index_to_alchemy_pages_rgt.rb +0 -9
- data/db/migrate/20160927205604_add_foreign_key_indices_and_null_constraints.rb +0 -20
- data/db/migrate/20160928080104_add_foreign_keys.rb +0 -27
- data/lib/alchemy/touching.rb +0 -42
- data/lib/alchemy/upgrader/tasks/available_contents_upgrader.rb +0 -161
- data/lib/alchemy/upgrader/tasks/install_asset_manifests.rb +0 -15
- data/lib/alchemy/upgrader/tasks/install_dragonfly_config.rb +0 -14
- data/lib/alchemy/upgrader/tasks/nestable_elements_migration.rb +0 -71
- data/lib/alchemy/upgrader/tasks/three_point_two_task.rb +0 -31
- data/lib/alchemy/upgrader/three_point_five.rb +0 -32
- data/lib/alchemy/upgrader/three_point_four.rb +0 -52
- data/lib/alchemy/upgrader/three_point_one.rb +0 -54
- data/lib/alchemy/upgrader/three_point_three.rb +0 -50
- data/lib/alchemy/upgrader/three_point_two.rb +0 -40
- data/lib/alchemy/upgrader/three_point_zero.rb +0 -92
- data/vendor/assets/javascripts/jquery_plugins/jquery.floatThead.min.js +0 -3
- data/vendor/assets/javascripts/tinymce/langs/de.js +0 -219
- data/vendor/assets/javascripts/tinymce/langs/es.js +0 -219
- data/vendor/assets/javascripts/tinymce/langs/fr.js +0 -219
- data/vendor/assets/javascripts/tinymce/langs/it.js +0 -219
- data/vendor/assets/javascripts/tinymce/langs/nl.js +0 -219
- data/vendor/assets/javascripts/tinymce/langs/ru.js +0 -219
@@ -7,18 +7,24 @@ table {
|
|
7
7
|
}
|
8
8
|
|
9
9
|
.list td, .list th {
|
10
|
-
padding:
|
10
|
+
padding: 2*$default-padding;
|
11
11
|
vertical-align: top;
|
12
12
|
line-height: 18px;
|
13
13
|
border-right: 1px solid $medium-gray;
|
14
|
+
transition: background-color 250ms;
|
15
|
+
|
16
|
+
&:last-child {
|
17
|
+
border-right: 0 none;
|
18
|
+
}
|
14
19
|
|
15
20
|
&.wrap-text {
|
16
21
|
white-space: normal !important;
|
17
22
|
}
|
18
|
-
}
|
19
23
|
|
20
|
-
|
21
|
-
|
24
|
+
&.icon {
|
25
|
+
width: 16px;
|
26
|
+
text-align: center;
|
27
|
+
}
|
22
28
|
}
|
23
29
|
|
24
30
|
.list th {
|
@@ -29,29 +35,12 @@ table {
|
|
29
35
|
}
|
30
36
|
}
|
31
37
|
|
32
|
-
.floatThead-container {
|
33
|
-
background: $light-gray;
|
34
|
-
overflow: visible !important; // the javascript author thought that, but ....
|
35
|
-
|
36
|
-
&:after {
|
37
|
-
position: absolute;
|
38
|
-
bottom: -4px;
|
39
|
-
left: 0;
|
40
|
-
width: 100%;
|
41
|
-
height: 4px;
|
42
|
-
background: linear-gradient($light-gray, rgba($light-gray, .0));
|
43
|
-
content: '';
|
44
|
-
}
|
45
|
-
}
|
46
|
-
|
47
38
|
th {
|
48
39
|
white-space: nowrap;
|
49
40
|
text-align: left;
|
50
41
|
vertical-align: top;
|
51
|
-
background: $light-gray;
|
52
42
|
border-bottom: 1px solid $medium-gray;
|
53
|
-
font-weight:
|
54
|
-
text-transform: uppercase;
|
43
|
+
font-weight: bold;
|
55
44
|
|
56
45
|
i {
|
57
46
|
font-style: normal;
|
@@ -77,19 +66,16 @@ th {
|
|
77
66
|
}
|
78
67
|
}
|
79
68
|
|
80
|
-
tr.
|
81
|
-
background-color:
|
69
|
+
tr.even td {
|
70
|
+
background-color: $table-row-even-background-color;
|
82
71
|
}
|
83
72
|
|
84
|
-
tr.
|
85
|
-
background-color:
|
73
|
+
tr.odd td {
|
74
|
+
background-color: $table-row-odd-background-color;
|
86
75
|
}
|
87
76
|
|
88
77
|
.list tr .tools {
|
89
78
|
width: 40px;
|
90
|
-
background: $light-gray;
|
91
|
-
border-top: 0 none;
|
92
|
-
border-right: 0 none;
|
93
79
|
white-space: nowrap;
|
94
80
|
@extend .disable-user-select;
|
95
81
|
|
@@ -104,48 +90,19 @@ td.heading {
|
|
104
90
|
text-decoration: underline;
|
105
91
|
}
|
106
92
|
|
107
|
-
.list td.icon, .list th.icon {
|
108
|
-
background-color: $light-gray;
|
109
|
-
background-image: none;
|
110
|
-
border-left: 0 none;
|
111
|
-
padding: 0;
|
112
|
-
border-right: 1px solid $medium-gray;
|
113
|
-
text-align: center;
|
114
|
-
display: table-cell; // reset the .icon display: inline-block
|
115
|
-
}
|
116
|
-
|
117
93
|
.list .tools .icon, .list td.icon .icon {
|
118
|
-
display: inline-block;
|
119
|
-
vertical-align: middle;
|
120
|
-
width: 16px;
|
121
|
-
height: 16px;
|
122
94
|
@extend .disable-user-select;
|
123
|
-
background-repeat: no-repeat;
|
124
95
|
margin: 0 $default-margin;
|
125
|
-
text-indent: -100px;
|
126
|
-
}
|
127
|
-
|
128
|
-
.list td.icon .icon {
|
129
|
-
margin: $default-margin 2*$default-margin 0;
|
130
96
|
}
|
131
97
|
|
132
98
|
.list tr:hover td {
|
133
|
-
background-color: $
|
99
|
+
background-color: $table-row-hover-color;
|
134
100
|
}
|
135
101
|
|
136
102
|
td, th {
|
137
103
|
|
138
104
|
&.center, &.boolean {
|
139
105
|
text-align: center;
|
140
|
-
|
141
|
-
.icon.false {
|
142
|
-
@extend .false;
|
143
|
-
}
|
144
|
-
|
145
|
-
.icon.true {
|
146
|
-
@extend .icon;
|
147
|
-
@extend .true;
|
148
|
-
}
|
149
106
|
}
|
150
107
|
|
151
108
|
&.right {
|
@@ -20,24 +20,6 @@
|
|
20
20
|
margin: 3px $default-margin 0 0;
|
21
21
|
padding: 0;
|
22
22
|
}
|
23
|
-
|
24
|
-
.button {
|
25
|
-
width: 25px;
|
26
|
-
height: 21px;
|
27
|
-
text-decoration: none;
|
28
|
-
float: right;
|
29
|
-
border-width: 0;
|
30
|
-
border-style: none;
|
31
|
-
font-size: 0;
|
32
|
-
padding: 0;
|
33
|
-
background-repeat: no-repeat;
|
34
|
-
background-position: 0 0;
|
35
|
-
|
36
|
-
&:active {
|
37
|
-
text-decoration: none;
|
38
|
-
background-position: 0 -21px;
|
39
|
-
}
|
40
|
-
}
|
41
23
|
}
|
42
24
|
|
43
25
|
.toolbar_buttons {
|
@@ -62,6 +44,15 @@
|
|
62
44
|
}
|
63
45
|
}
|
64
46
|
}
|
47
|
+
|
48
|
+
.icon_button {
|
49
|
+
line-height: 26px;
|
50
|
+
|
51
|
+
.icon {
|
52
|
+
font-size: 1.25em;
|
53
|
+
text-shadow: 0 0 1px rgba(#fff, 0.75);
|
54
|
+
}
|
55
|
+
}
|
65
56
|
}
|
66
57
|
|
67
58
|
.toolbar_spacer {
|
@@ -79,24 +70,6 @@
|
|
79
70
|
#overlay_toolbar {
|
80
71
|
@extend %gradiated-toolbar;
|
81
72
|
border-bottom: $default-border;
|
82
|
-
|
83
|
-
.button {
|
84
|
-
width: 25px;
|
85
|
-
height: 21px;
|
86
|
-
text-decoration: none;
|
87
|
-
float: right;
|
88
|
-
border-width: 0;
|
89
|
-
border-style: none;
|
90
|
-
font-size: 0;
|
91
|
-
padding: 0;
|
92
|
-
background-repeat: no-repeat;
|
93
|
-
background-position: 0 0;
|
94
|
-
|
95
|
-
&:active {
|
96
|
-
text-decoration: none;
|
97
|
-
background-position: 0 -21px;
|
98
|
-
}
|
99
|
-
}
|
100
73
|
}
|
101
74
|
|
102
75
|
.button_group {
|
@@ -80,7 +80,7 @@
|
|
80
80
|
background-color: $medium-gray;
|
81
81
|
position: relative;
|
82
82
|
margin-top: 8px;
|
83
|
-
|
83
|
+
border-radius: $default-border-radius;
|
84
84
|
}
|
85
85
|
|
86
86
|
.progress-name,
|
@@ -93,12 +93,12 @@
|
|
93
93
|
}
|
94
94
|
|
95
95
|
.progress-bar-status {
|
96
|
-
font-size:
|
96
|
+
font-size: $small-font-size;
|
97
97
|
}
|
98
98
|
|
99
99
|
.progress-bar-container {
|
100
100
|
background-color: #f9f9f9;
|
101
|
-
|
101
|
+
border-radius: $default-border-radius;
|
102
102
|
height: 16px;
|
103
103
|
overflow: hidden;
|
104
104
|
width: 100%;
|
@@ -129,11 +129,10 @@
|
|
129
129
|
}
|
130
130
|
|
131
131
|
.progress-cancel {
|
132
|
-
@extend .icon-cross;
|
133
|
-
width: 16px;
|
134
|
-
height: 16px;
|
135
132
|
position: absolute;
|
136
133
|
top: 8px;
|
137
134
|
right: 4px;
|
135
|
+
width: 16px;
|
136
|
+
height: 16px;
|
138
137
|
}
|
139
138
|
}
|
@@ -253,7 +253,7 @@ div.mce-tinymce-inline {
|
|
253
253
|
|
254
254
|
.mce-panel {
|
255
255
|
border: 0 solid $default-border-color;
|
256
|
-
background-color: $
|
256
|
+
background-color: $light-gray;
|
257
257
|
}
|
258
258
|
|
259
259
|
.mce-toolbar-grp {
|
@@ -354,20 +354,16 @@ div.mce-fullscreen {
|
|
354
354
|
|
355
355
|
#mce-modal-block {
|
356
356
|
opacity: 0;
|
357
|
-
filter: alpha(opacity=0);
|
358
|
-
zoom: 1;
|
359
357
|
position: fixed;
|
360
358
|
left: 0;
|
361
359
|
top: 0;
|
362
360
|
width: 100%;
|
363
361
|
height: 100%;
|
364
|
-
background-color:
|
362
|
+
background-color: $dialog-overlay-color;
|
365
363
|
}
|
366
364
|
|
367
365
|
#mce-modal-block.mce-in {
|
368
|
-
opacity:
|
369
|
-
filter: alpha(opacity=40);
|
370
|
-
zoom: 1;
|
366
|
+
opacity: $dialog-overlay-opacity;
|
371
367
|
}
|
372
368
|
|
373
369
|
.mce-window-move {
|
@@ -375,9 +371,8 @@ div.mce-fullscreen {
|
|
375
371
|
}
|
376
372
|
|
377
373
|
.mce-window {
|
378
|
-
border-radius
|
379
|
-
border:
|
380
|
-
background-color: $light-gray;
|
374
|
+
@include border-top-radius($default-border-radius);
|
375
|
+
border: 0 none;
|
381
376
|
color: $text-color;
|
382
377
|
position: fixed;
|
383
378
|
top: 0;
|
@@ -385,15 +380,28 @@ div.mce-fullscreen {
|
|
385
380
|
opacity: 0;
|
386
381
|
-webkit-transition: opacity 150ms ease-in;
|
387
382
|
transition: opacity 150ms ease-in;
|
383
|
+
box-shadow: $dialog-box-shadow;
|
388
384
|
|
389
385
|
&.mce-in {
|
390
386
|
opacity: 1;
|
391
387
|
}
|
388
|
+
|
389
|
+
&.mce-panel {
|
390
|
+
background-color: transparent;
|
391
|
+
}
|
392
|
+
|
393
|
+
.mce-container-body.mce-abs-layout {
|
394
|
+
overflow: visible;
|
395
|
+
}
|
396
|
+
}
|
397
|
+
|
398
|
+
.mce-window-body {
|
399
|
+
background-color: $dialog-background-color;
|
392
400
|
}
|
393
401
|
|
394
402
|
.mce-window-head {
|
395
403
|
padding: 8px 12px;
|
396
|
-
background-color: $
|
404
|
+
background-color: $dialog-header-color;
|
397
405
|
position: relative;
|
398
406
|
@include border-top-radius($default-border-radius);
|
399
407
|
|
@@ -402,6 +410,8 @@ div.mce-fullscreen {
|
|
402
410
|
font-weight: bold;
|
403
411
|
text-rendering: optimizelegibility;
|
404
412
|
padding-right: 10px;
|
413
|
+
color: $dialog-header-text-color;
|
414
|
+
@include antialiased-font-smoothing;
|
405
415
|
}
|
406
416
|
|
407
417
|
.mce-dragh {
|
@@ -420,7 +430,7 @@ div.mce-fullscreen {
|
|
420
430
|
font-size: 14px;
|
421
431
|
font-weight: bold;
|
422
432
|
line-height: 14px;
|
423
|
-
color: $
|
433
|
+
color: $white;
|
424
434
|
cursor: pointer;
|
425
435
|
height: 18px;
|
426
436
|
overflow: hidden;
|
@@ -428,9 +438,12 @@ div.mce-fullscreen {
|
|
428
438
|
box-shadow: none;
|
429
439
|
|
430
440
|
&:hover {
|
431
|
-
color: #000;
|
432
441
|
background: transparent;
|
433
442
|
}
|
443
|
+
|
444
|
+
.mce-ico {
|
445
|
+
color: inherit;
|
446
|
+
}
|
434
447
|
}
|
435
448
|
}
|
436
449
|
|
@@ -440,15 +453,32 @@ div.mce-fullscreen {
|
|
440
453
|
|
441
454
|
.mce-foot {
|
442
455
|
display: block;
|
443
|
-
background-color:
|
456
|
+
background-color: $dialog-background-color;
|
444
457
|
border-top: 0 none;
|
445
|
-
@include border-bottom-radius($default-border-radius);
|
446
458
|
|
447
459
|
.mce-btn {
|
448
460
|
border-radius: $default-border-radius;
|
461
|
+
border: 0 none;
|
462
|
+
|
463
|
+
&:hover, &:focus, &:active {
|
464
|
+
width: auto !important;
|
465
|
+
background: $button-hover-bg-color !important;
|
466
|
+
border-color: $button-hover-border-color;
|
467
|
+
}
|
449
468
|
|
450
469
|
button {
|
451
|
-
padding: 0.
|
470
|
+
padding: 0.3em 1.5em;
|
471
|
+
width: auto !important;
|
472
|
+
height: auto !important;
|
473
|
+
border: 1px solid $button-border-color;
|
474
|
+
background-color: $button-bg-color;
|
475
|
+
}
|
476
|
+
|
477
|
+
.mce-txt {
|
478
|
+
vertical-align: middle;
|
479
|
+
color: $button-text-color;
|
480
|
+
font-weight: bold;
|
481
|
+
@include antialiased-font-smoothing;
|
452
482
|
}
|
453
483
|
}
|
454
484
|
}
|
@@ -504,14 +534,14 @@ body .mce-abs-layout-item {
|
|
504
534
|
|
505
535
|
.mce-tooltip-inner {
|
506
536
|
font-size: 11px;
|
507
|
-
background-color: $
|
508
|
-
color:
|
537
|
+
background-color: $tooltip-background-color;
|
538
|
+
color: $white;
|
509
539
|
max-width: 200px;
|
510
540
|
padding: $default-padding 2*$default-padding;
|
511
541
|
text-align: center;
|
512
542
|
white-space: normal;
|
513
543
|
box-shadow: 0 0 4px $default-border-color;
|
514
|
-
|
544
|
+
border-radius: $default-border-radius;
|
515
545
|
}
|
516
546
|
|
517
547
|
.mce-tooltip-arrow {
|
@@ -519,7 +549,7 @@ body .mce-abs-layout-item {
|
|
519
549
|
width: 0;
|
520
550
|
height: 0;
|
521
551
|
line-height: 0;
|
522
|
-
border: 5px solid $
|
552
|
+
border: 5px solid $tooltip-background-color;
|
523
553
|
}
|
524
554
|
|
525
555
|
.mce-tooltip-arrow-n {
|
@@ -620,20 +650,19 @@ body .mce-abs-layout-item {
|
|
620
650
|
}
|
621
651
|
|
622
652
|
.mce-btn {
|
623
|
-
border: 1px solid
|
624
|
-
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) rgba(0,0,0,0.25);
|
653
|
+
border: 1px solid $default-border-color;
|
625
654
|
position: relative;
|
626
|
-
text-shadow:
|
655
|
+
text-shadow: $button-text-shadow;
|
627
656
|
display: inline-block;
|
628
657
|
*display: inline;
|
629
658
|
*zoom: 1;
|
630
|
-
box-shadow:
|
631
|
-
background
|
659
|
+
box-shadow: $button-box-shadow;
|
660
|
+
background-color: $light-gray;
|
632
661
|
|
633
662
|
&:focus,
|
634
663
|
&:hover {
|
635
|
-
color:
|
636
|
-
background
|
664
|
+
color: $text-color;
|
665
|
+
background-color: darken($medium-gray, 3%);
|
637
666
|
|
638
667
|
button {
|
639
668
|
background: inherit;
|
@@ -646,7 +675,7 @@ body .mce-abs-layout-item {
|
|
646
675
|
line-height: 20px;
|
647
676
|
*line-height: 16px;
|
648
677
|
cursor: pointer;
|
649
|
-
color:
|
678
|
+
color: $text-color;
|
650
679
|
text-align: center;
|
651
680
|
overflow: visible;
|
652
681
|
-webkit-appearance: none;
|
@@ -827,8 +856,7 @@ i.mce-i-checkbox {
|
|
827
856
|
|
828
857
|
.mce-checkbox.mce-focus i.mce-i-checkbox,
|
829
858
|
.mce-checkbox:focus i.mce-i-checkbox {
|
830
|
-
|
831
|
-
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.65);
|
859
|
+
@include default-focus-style;
|
832
860
|
}
|
833
861
|
|
834
862
|
.mce-checkbox.mce-disabled .mce-label,
|
@@ -1497,27 +1525,32 @@ i.mce-i-resize {
|
|
1497
1525
|
}
|
1498
1526
|
|
1499
1527
|
.mce-textbox {
|
1500
|
-
|
1501
|
-
|
1528
|
+
&:not(.mce-multiline) {
|
1529
|
+
box-sizing: border-box;
|
1530
|
+
width: auto !important;
|
1531
|
+
height: $form-field-height !important;
|
1532
|
+
padding: $form-field-padding;
|
1533
|
+
}
|
1534
|
+
|
1535
|
+
background: $form-field-background-color;
|
1536
|
+
border-width: $form-field-border-width;
|
1537
|
+
border-style: $form-field-border-style;
|
1538
|
+
border-color: $form-field-border-color;
|
1502
1539
|
border-radius: $default-border-radius;
|
1503
|
-
box-shadow:
|
1540
|
+
box-shadow: $form-field-box-shadow;
|
1504
1541
|
display: inline-block;
|
1505
|
-
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
1506
1542
|
transition: border linear 0.2s, box-shadow linear 0.2s;
|
1507
|
-
height: 28px;
|
1508
1543
|
resize: none;
|
1509
|
-
padding: 0 4px;
|
1510
1544
|
white-space: pre-wrap;
|
1511
|
-
|
1512
|
-
|
1545
|
+
color: $form-field-text-color;
|
1546
|
+
cursor: text;
|
1547
|
+
font-size: $form-field-font-size;
|
1548
|
+
line-height: $form-field-line-height;
|
1513
1549
|
}
|
1514
1550
|
|
1515
1551
|
.mce-textbox.mce-focus,
|
1516
1552
|
.mce-textbox:focus {
|
1517
|
-
|
1518
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.65);
|
1519
|
-
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.65);
|
1520
|
-
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.65);
|
1553
|
+
@include default-focus-style;
|
1521
1554
|
}
|
1522
1555
|
|
1523
1556
|
.mce-placeholder .mce-textbox {
|
@@ -1526,10 +1559,12 @@ i.mce-i-resize {
|
|
1526
1559
|
|
1527
1560
|
.mce-textbox.mce-multiline {
|
1528
1561
|
padding: 4px;
|
1562
|
+
height: inherit;
|
1529
1563
|
}
|
1530
1564
|
|
1531
1565
|
.mce-textbox.mce-disabled {
|
1532
|
-
|
1566
|
+
background: $form-field-disabled-bg-color;
|
1567
|
+
color: $form-field-disabled-text-color;
|
1533
1568
|
}
|
1534
1569
|
|
1535
1570
|
.mce-rtl .mce-textbox {
|