Only load the system module's theme information during UpdateKernel
Closes #3441222
Merge request reports
Activity
Filter activity
added 92 commits
-
8b66842a...38d72469 - 89 commits from branch
project:11.x
- 21184105 - Merge remote-tracking branch 'origin/11.x' into 3441222-trying-to-repair
- d1ffd572 - Merge remote-tracking branch 'origin/11.x' into 3441222-trying-to-repair
- ae94096e - Added a test to prove the patch has effect. Left a todo to put the list of...
Toggle commit list-
8b66842a...38d72469 - 89 commits from branch
added 1 commit
- e1db908b - Still relying on \Drupal::hasContainer here, probably should do something else.
added 68 commits
-
98e98cf6...25de611b - 67 commits from branch
project:11.x
- 5b5aa2ee - Merge remote-tracking branch 'origin/11.x' into 3441222-trying-to-repair
-
98e98cf6...25de611b - 67 commits from branch
- Resolved by Kristiaan Van den Eynde
- Resolved by Alex Pott
311 311 */ 312 312 $settings['update_free_access'] = FALSE; 313 313 314 /** 315 * Limits the modules to build the theme registry for on update.php. changed this line in version 12 of the diff
311 311 */ 312 312 $settings['update_free_access'] = FALSE; 313 313 314 /** 315 * Limits the modules to build the theme registry for on update.php. 316 * 317 * Because update.php needs to render things, the theme registry is built. Some 318 * modules such as Views need to load a lot of data to build this registry and 319 * some of that data may be unstable until the updates are ran. By default, the 320 * list of modules is reduced to just system, but you can add to this list or 321 * set the setting to FALSE to have all modules loaded. - Comment on lines +317 to +321
Similar here. But the 'some bad things from happening' should be explained. In general, I think more information is needed to help someone decide when to they should change this setting.
"Before an update is executes the theme registry is built. Some of that data for an extension may only be stable after the update has completed. To prevent 'some bad things from happening' only the System Module is used to build the theme registry during an update. More modules can be added, if needed. Set this setting to FALSE to have all modules used to build the theme registry."
changed this line in version 12 of the diff
- Resolved by Kristiaan Van den Eynde
Please register or sign in to reply