Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2012 at 17:21 UTC
Updated:
29 Jul 2014 at 21:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
albert volkman commentedComment #3
ACF commentedNot sure if the TRUE in default.settings.php is correct or if it should be 1.
Comment #4
aspilicious commentedTRUE looks ok but we need an update function for cmi variables.
Comment #5
ACF commentedupdated with that change.
Comment #6
aspilicious commentedCan we remove 1 newline here.
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
Comment #7
ACF commentedLooking at some of the other variables in default.settings.php I think it works either way, unless they are wrong too.
Comment #8
ACF commentedre-roll
Comment #10
albert volkman commentedsystem_update_N() duplicate.
Comment #11
ACF commentedstupid error.
Comment #13
ACF commented#11: 1831076-omit_vary_to_config-drupal8-11.patch queued for re-testing.
Comment #14
ACF commentedrerolled to update system number.
Comment #16
ACF commented#14: 1831076-omit_vary_to_config-drupal8-14.patch queued for re-testing.
Comment #17
ACF commentedre-rolled again.
Comment #18
ACF commentedre-rolled again.
Comment #19
aspilicious commentedDid you test it? I did with the incorrect settings.php stuff currently in core:
#1873008: Settings.php conf overrides are incorrect
Comment #20
ACF commentedchange made.
Comment #21
aspilicious commentedGreat :)
Comment #22
webchickCommitted and pushed to 8.x. Thanks!