From 1a0e9d9fac503bf20772b21764d5e7612cfac096 Mon Sep 17 00:00:00 2001 From: Pantheon Automation Date: Wed, 2 Dec 2015 11:38:43 -0800 Subject: [PATCH] Update to Drupal 8.0.1. For more information, see https://www.drupal.org/node/2627402 --- core/assets/vendor/ckeditor/CHANGES.md | 24 + core/assets/vendor/ckeditor/ckeditor.js | 570 +++++++++--------- core/assets/vendor/ckeditor/lang/eu.js | 2 +- core/assets/vendor/ckeditor/lang/id.js | 2 +- core/assets/vendor/ckeditor/lang/ug.js | 2 +- core/assets/vendor/ckeditor/lang/uk.js | 2 +- .../plugins/a11yhelp/dialogs/lang/eo.js | 3 +- .../plugins/a11yhelp/dialogs/lang/eu.js | 12 + .../plugins/a11yhelp/dialogs/lang/fr.js | 2 +- .../plugins/a11yhelp/dialogs/lang/ru.js | 2 +- .../plugins/a11yhelp/dialogs/lang/uk.js | 13 +- .../plugins/clipboard/dialogs/paste.js | 15 +- .../plugins/specialchar/dialogs/lang/eu.js | 13 + .../plugins/specialchar/dialogs/lang/pl.js | 2 +- core/config/schema/core.entity.schema.yml | 13 - core/core.api.php | 2 +- core/core.libraries.yml | 4 +- core/includes/theme.inc | 14 +- core/lib/Drupal.php | 9 +- .../Component/Render/FormattableMarkup.php | 2 +- core/lib/Drupal/Component/Utility/Xss.php | 4 +- .../Core/Asset/CssCollectionOptimizer.php | 2 +- ...thenticationProviderChallengeInterface.php | 4 +- core/lib/Drupal/Core/Config/ConfigBase.php | 2 +- .../FieldWidget/TimestampDatetimeWidget.php | 2 +- .../Compiler/TaggedHandlersPass.php | 4 +- .../lib/Drupal/Core/DrupalKernelInterface.php | 4 +- core/lib/Drupal/Core/Entity/EntityType.php | 2 +- .../KeyValueContentEntityStorage.php | 3 +- .../DefaultSelection.php | 2 +- core/lib/Drupal/Core/Entity/entity.api.php | 14 +- .../Drupal/Core/Extension/ModuleInstaller.php | 2 +- core/lib/Drupal/Core/Field/WidgetBase.php | 2 - core/lib/Drupal/Core/Form/form.api.php | 9 + core/lib/Drupal/Core/Path/PathValidator.php | 4 + .../Core/PathProcessor/PathProcessorFront.php | 6 + .../Core/Render/Element/FormElement.php | 6 +- .../Core/Render/Element/MachineName.php | 12 +- core/lib/Drupal/Core/Render/theme.api.php | 27 +- .../Core/Routing/LinkGeneratorTrait.php | 6 + .../lib/Drupal/Core/Routing/RouteProvider.php | 3 +- .../Routing/StackedRouteMatchInterface.php | 2 +- .../Drupal/Core/Routing/UrlGeneratorTrait.php | 6 + core/lib/Drupal/Core/Routing/routing.api.php | 5 +- .../StreamWrapper/StreamWrapperManager.php | 2 +- .../StringTranslationTrait.php | 6 +- .../StringTranslation/TranslatableMarkup.php | 2 +- .../StringTranslation/TranslationManager.php | 23 +- .../Drupal/Core/Template/TwigExtension.php | 4 +- .../Drupal/Core/Template/TwigNodeVisitor.php | 2 +- .../TypedData/Plugin/DataType/Timestamp.php | 2 +- core/misc/tabbingmanager.js | 2 +- .../ckeditor/js/plugins/drupallink/plugin.js | 7 - .../src/Form/ConfigSingleExportForm.php | 9 +- .../config/src/Tests/ConfigExportUITest.php | 9 +- .../Tests/ConfigSingleImportExportTest.php | 2 +- .../config_export_test.info.yml | 5 - .../config_export_test.module | 9 - ..._translation_manage_form_element.html.twig | 1 - .../editor/js/editor.formattedTextEditor.js | 6 +- core/modules/editor/src/EditorController.php | 2 +- core/modules/editor/src/Element.php | 2 +- core/modules/field/field.module | 4 +- .../EntityReferenceAdminTest.php | 19 +- .../field_ui/src/Element/FieldUiTable.php | 3 +- .../src/Tests/FieldUIIndentationTest.php | 45 ++ .../field_ui_test/field_ui_test.info.yml | 6 + .../field_ui_test/field_ui_test.module | 59 ++ .../filter/src/Entity/FilterFormat.php | 8 +- .../image/src/Tests/ImageFieldDisplayTest.php | 7 +- core/modules/language/language.module | 7 +- .../LanguageNegotiationContentEntity.php | 4 +- .../src/Tests/LanguageNegotiationInfoTest.php | 41 +- .../tests/test_module/test_module.info.yml | 6 + .../locale/src/LocaleDefaultConfigStorage.php | 6 +- .../src/Tests/LocaleConfigManagerTest.php | 13 + .../src/Tests/LocalePluralFormatTest.php | 23 +- core/modules/shortcut/shortcut.module | 2 +- .../files/image-test-transparent-indexed.gif | Bin 0 -> 140 bytes .../simpletest/src/AssertContentTrait.php | 18 +- core/modules/simpletest/src/WebTestBase.php | 2 +- .../ImageToolkit/Operation/gd/CreateNew.php | 6 +- .../src/Plugin/views/field/BulkForm.php | 2 +- .../FieldModuleUninstallValidatorTest.php | 2 +- .../system/src/Tests/Image/ToolkitGdTest.php | 66 +- .../src/Tests/Routing/RouteProviderTest.php | 9 + .../system/src/Tests/Theme/TwigTransTest.php | 2 +- ...teBrandingConvertedIntoBlockUpdateTest.php | 4 +- core/modules/system/system.install | 23 +- .../templates/dropbutton-wrapper.html.twig | 1 - .../templates/menu-local-tasks.html.twig | 4 +- .../system/templates/page-title.html.twig | 2 - core/modules/system/templates/page.html.twig | 5 - .../templates/status-messages.html.twig | 2 - .../templates/system-config-form.html.twig | 4 +- .../templates/tablesort-indicator.html.twig | 2 - .../modules/module_test/module_test.module | 43 -- .../src/Controller/ModuleTestController.php | 28 +- .../themes/engines/nyan_cat/nyan_cat.engine | 5 +- core/modules/tour/src/Tests/TourTestBase.php | 2 +- .../update/templates/update-version.html.twig | 2 - .../user/src/UserAccessControlHandler.php | 2 +- .../schema/views.argument_default.schema.yml | 8 - .../config/schema/views.style.schema.yml | 6 +- core/modules/views/js/base.js | 3 +- .../views/src/Plugin/Menu/ViewsMenuLink.php | 4 +- .../views/src/Plugin/views/PluginBase.php | 2 +- .../Plugin/views/display/EntityReference.php | 2 +- .../Plugin/views/field/FieldPluginBase.php | 5 +- .../src/Plugin/views/filter/InOperator.php | 2 +- .../views/src/Plugin/views/query/Sql.php | 6 +- core/modules/views/src/Tests/ModuleTest.php | 3 +- .../views/src/Tests/ViewsEscapingTest.php | 19 +- core/modules/views/src/ViewExecutable.php | 4 +- .../views.view.test_field_header.yml | 71 +++ .../Unit/Plugin/field/FieldPluginBaseTest.php | 17 + core/modules/views/views.module | 4 - core/modules/views/views.post_update.php | 11 +- core/modules/views/views.theme.inc | 3 +- .../templates/views-ui-container.html.twig | 2 - core/phpcs.xml.dist | 8 +- core/scripts/generate-d7-content.sh | 4 +- .../Component/Utility/SafeMarkupTest.php | 2 +- .../Tests/Component/Utility/XssTest.php | 6 + .../Tests/Core/Access/AccessResultTest.php | 2 +- .../Tests/Core/Path/PathValidatorTest.php | 81 +++ .../PathProcessor/PathProcessorFrontTest.php | 89 +++ .../Core/Render/Element/MachineNameTest.php | 78 ++- .../block--system-menu-block.html.twig | 4 +- .../field--node--field-tags.html.twig | 3 +- core/themes/bartik/templates/page.html.twig | 8 +- .../templates/status-messages.html.twig | 2 - core/themes/classy/classy.libraries.yml | 4 +- .../templates/content/page-title.html.twig | 2 - .../templates/field/field--comment.html.twig | 2 +- .../classy/templates/field/field.html.twig | 2 +- .../form/dropbutton-wrapper.html.twig | 1 - .../classy/templates/layout/page.html.twig | 5 - .../templates/misc/status-messages.html.twig | 2 - .../navigation/menu-local-tasks.html.twig | 2 - core/themes/engines/twig/twig.engine | 5 +- .../templates/menu-local-tasks.html.twig | 2 - core/themes/seven/templates/page.html.twig | 6 - ..._translation_manage_form_element.html.twig | 1 - .../admin/system-config-form.html.twig | 2 +- .../admin/tablesort-indicator.html.twig | 2 - .../templates/admin/update-version.html.twig | 2 - .../admin/views-ui-container.html.twig | 2 - .../templates/content/page-title.html.twig | 2 - .../form/dropbutton-wrapper.html.twig | 1 - .../stable/templates/layout/page.html.twig | 5 - .../templates/misc/status-messages.html.twig | 2 - .../navigation/menu-local-tasks.html.twig | 2 - 153 files changed, 1268 insertions(+), 670 deletions(-) create mode 100644 core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js create mode 100644 core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/eu.js delete mode 100644 core/modules/config/tests/config_export_test/config_export_test.info.yml delete mode 100644 core/modules/config/tests/config_export_test/config_export_test.module create mode 100644 core/modules/field_ui/src/Tests/FieldUIIndentationTest.php create mode 100644 core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml create mode 100644 core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module create mode 100644 core/modules/language/tests/test_module/test_module.info.yml create mode 100644 core/modules/simpletest/files/image-test-transparent-indexed.gif create mode 100644 core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_header.yml create mode 100644 core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php diff --git a/core/assets/vendor/ckeditor/CHANGES.md b/core/assets/vendor/ckeditor/CHANGES.md index 3f5c45eca..264066b52 100644 --- a/core/assets/vendor/ckeditor/CHANGES.md +++ b/core/assets/vendor/ckeditor/CHANGES.md @@ -1,6 +1,30 @@ CKEditor 4 Changelog ==================== +## CKEditor 4.5.5 + +Fixed Issues: + +* [#13887](https://dev.ckeditor.com/ticket/13887): Fixed: [Link](http://ckeditor.com/addon/link) plugin alters the `target` attribute value. Thanks to [SamZiemer](https://github.com/SamZiemer)! +* [#12189](http://dev.ckeditor.com/ticket/12189): Fixed: The [Link](http://ckeditor.com/addon/link) plugin dialog does not display the subject of email links if the subject parameter is not lowercase. +* [#9192](http://dev.ckeditor.com/ticket/9192): Fixed: An `undefined` string is appended to an email address added with the [Link](http://ckeditor.com/addon/link) plugin if subject and email body are empty and [`config.emailProtection`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-emailProtection) is set to `encode`. +* [#13790](https://dev.ckeditor.com/ticket/13790): Fixed: It is not possible to destroy the editor `