Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Albert Volkman’s picture

Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, omit_vary_cookie_cmi.patch, failed testing.

ACF’s picture

Status: Needs work » Needs review
FileSize
1.52 KB

Not sure if the TRUE in default.settings.php is correct or if it should be 1.

aspilicious’s picture

Status: Needs review » Needs work

TRUE looks ok but we need an update function for cmi variables.

ACF’s picture

Status: Needs work » Needs review
FileSize
2.12 KB

updated with that change.

aspilicious’s picture

Status: Needs review » Needs work
+++ b/core/modules/system/system.installundefined
@@ -2305,6 +2305,18 @@ function system_update_8039() {
+}
+
+
+/**

Can we remove 1 newline here.

+++ b/sites/default/default.settings.phpundefined
@@ -444,7 +444,7 @@
-# $conf['omit_vary_cookie'] = TRUE;
+# $conf['system.performance']['cache.page.omit_vary_cookie'] = TRUE;
 
 /**
  * CSS/JS aggregated file gzip compression:

I'm prety sure it needs to be # $conf['system.performance']['cache']['page']['omit_vary_cookie'] = TRUE;

The first two elements are a key the last ones are array elements

ACF’s picture

Status: Needs work » Needs review
FileSize
2.12 KB

Looking at some of the other variables in default.settings.php I think it works either way, unless they are wrong too.

ACF’s picture

Status: Needs review » Needs work

The last submitted patch, 1831076-omit_vary_to_config-drupal8-8.patch, failed testing.

Albert Volkman’s picture

system_update_N() duplicate.

ACF’s picture

Status: Needs work » Needs review
FileSize
2.12 KB

stupid error.

Status: Needs review » Needs work

The last submitted patch, 1831076-omit_vary_to_config-drupal8-11.patch, failed testing.

ACF’s picture

Status: Needs work » Needs review
ACF’s picture

rerolled to update system number.

Status: Needs review » Needs work

The last submitted patch, 1831076-omit_vary_to_config-drupal8-14.patch, failed testing.

ACF’s picture

Status: Needs work » Needs review
ACF’s picture

re-rolled again.

ACF’s picture

re-rolled again.

aspilicious’s picture

Status: Needs review » Needs work

Did you test it? I did with the incorrect settings.php stuff currently in core:

#1873008: Settings.php conf overrides are incorrect

ACF’s picture

Status: Needs work » Needs review
FileSize
2.01 KB

change made.

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

Great :)

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.