From ec4a87f8f74b205bc68deb262165e3daa466e2e5 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Sun, 21 Oct 2018 15:00:27 +0300 Subject: [PATCH] Issue #3007650: Update [Drupal core] from 8.6.1 to 8.6.2 (Automated test) --- drupal-org-core.make | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/drupal-org-core.make b/drupal-org-core.make index 5b641315..1ef09fe9 100644 --- a/drupal-org-core.make +++ b/drupal-org-core.make @@ -3,11 +3,17 @@ core = 8.x ; Drupal Core projects[drupal][type] = "core" -projects[drupal][version] = "8.6.1" -;; Issue #1356276: Allow profiles to provide a base_parent profile and load them in the correct order -projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-10-02/1356276-501.patch -;; Issue #2855026: Installation profiles do not support project:module format for dependencies -projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-10-02/2855026-55.patch +projects[drupal][version] = "8.6.2" +;; Issue #2869592: Disabled update module shouldn't produce a status report warning +projects[drupal][patch][] = https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch +;; Issue #2885441: EntityReferenceAutocompleteWidget should define its size setting as an integer +projects[drupal][patch][] = https://www.drupal.org/files/issues/2885441-2.patch +;; Issue #2815221: Add quickedit to the latest-revision route +projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-10-17/2815221-reroll-8.6.1.patch +;; Issue #1356276: Allow profiles to define a base/parent profile and load them in the correct order +projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-10-12/1356276-531.patch +;; Issue #2914389: Allow profiles to exclude dependencies of their parent +projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch ;; Issue #2720101: Label (Title) not set for Views block (exposed filters in Block) projects[drupal][patch][] = https://www.drupal.org/files/issues/2720101-53.patch ;; Issue #2853988: Add option to rewrite robots.txt on staging environments @@ -15,4 +21,4 @@ projects[drupal][patch][] = https://www.drupal.org/files/issues/drupal_8-allow_s ;; Issue #2599228: Programmatically created translatable content type returns SQL error on content creation projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-08-08/2599228-58.patch ;; Issue #2893892: Fixed Warning Invalid argument supplied for foreach() in Drupal -projects[drupal][patch][] = https://www.drupal.org/files/issues/patch_empty_fix.patch +projects[drupal][patch][] = https://www.drupal.org/files/issues/patch_empty_fix.patch \ No newline at end of file -- GitLab