Issue #3368033: Move CSS/JS aggregation settings to "Development settings" form
1 open thread
Merge request reports
Activity
- Resolved by utkarsh_33
- Resolved by utkarsh_33
- Resolved by utkarsh_33
- Resolved by utkarsh_33
- Resolved by utkarsh_33
- Resolved by utkarsh_33
- Resolved by utkarsh_33
- Resolved by utkarsh_33
added 2 commits
- Resolved by utkarsh_33
added 37 commits
-
a993f0d1...08f6d675 - 23 commits from branch
project:11.x
- 08f6d675...3ddba4c5 - 4 earlier commits
- 524a92bf - Addressed feedbacks
- ce9a02a2 - Added the defaultvalue to the bandwidth_optimization_checkbox
- 5ba975e5 - Added test coverage
- 9b1f4d56 - Phpcs
- 1c77a0b4 - Moved config to states
- ecae2124 - removed config_factory
- 045639eb - Changed from config storage to states and resolved tests failures
- 23e8830d - Changes the config to state everywhere for css and js settings
- 22859a3b - Resolved some test failures
- 99a415d8 - Revert the changes in last commit
Toggle commit list-
a993f0d1...08f6d675 - 23 commits from branch
added 1 commit
- 7da613e1 - Reverted the change in FunctionalTestSetupTrait.php
added 21 commits
-
72749d9e...531383c1 - 4 commits from branch
project:11.x
- 531383c1...4aa39cef - 7 earlier commits
- b27b55cd - Phpcs
- 5f27812b - Moved config to states
- ad9c136f - removed config_factory
- 8062b4fb - Changed from config storage to states and resolved tests failures
- 30585259 - Changes the config to state everywhere for css and js settings
- 954b6c88 - Resolved some test failures
- bf172f59 - Revert the changes in last commit
- ae7c5fda - Reverted the change in FunctionalTestSetupTrait.php
- 5198af0e - Another try to fix tests
- 5847b11a - Fixed tests
Toggle commit list-
72749d9e...531383c1 - 4 commits from branch
- Resolved by utkarsh_33
- Resolved by utkarsh_33
- Resolved by utkarsh_33
- Resolved by utkarsh_33
- Resolved by utkarsh_33
30 30 */ 31 31 protected function setUp(): void { 32 32 parent::setUp(); 33 \Drupal::configFactory()->getEditable('system.performance') 34 ->set('css.preprocess', TRUE) 35 ->set('js.preprocess', TRUE) 36 ->save(); 33 \Drupal::state()->set('system.performance', [ 34 'css.preprocess' => TRUE, 35 'js.preprocess' => TRUE, 36 ]); added 34 commits
-
6848ac6a...d6a990b8 - 8 commits from branch
project:11.x
- d6a990b8...c01855b2 - 16 earlier commits
- 63a00c92 - Fixed tests
- 7f8ad4d6 - Phpcs fixes
- 8018635c - Cspell fixes
- 30d81f22 - Hopefully tests passes
- 43d74346 - Resolved all the tests failures
- 4b62c35d - Addressed feedbacks
- f9c531d8 - Small nit
- cd11cad1 - phpsc fixes
- 7b6f9a1f - Removed css.preprocess and js.preprocess from configs
- 727ba01c - Removed unused from AjaxResponseAttachmentsProcessor and HtmlResponseAttachmentsProcessor files
Toggle commit list-
6848ac6a...d6a990b8 - 8 commits from branch
added 1 commit
- a7e90398 - Revert the changes in HtmlResponseAttachmentsProcessor.php
added 1 commit
- 81d36ac9 - Reverted some previous commits and unnecessary changes
added 2 commits
Please register or sign in to reply