Skip to content
Snippets Groups Projects

Issue #3368033: Move CSS/JS aggregation settings to "Development settings" form

Issue #3368033: Move CSS/JS aggregation settings to "Development settings" form

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Narendra Singh Rathore
  • utkarsh_33 added 1 commit

    added 1 commit

    Compare with previous version

  • utkarsh_33 resolved all threads

    resolved all threads

  • utkarsh_33 added 2 commits

    added 2 commits

    • 1fa235f8 - Added the defaultvalue to the bandwidth_optimization_checkbox
    • 2a83d85d - Added test coverage

    Compare with previous version

  • utkarsh_33 added 1 commit
  • utkarsh_33 added 2 commits

    added 2 commits

    Compare with previous version

  • utkarsh_33 resolved all threads

    resolved all threads

  • utkarsh_33
  • utkarsh_33 added 2 commits

    added 2 commits

    • 531d4efe - Changed from config storage to states and resolved tests failures
    • 4a229577 - Changes the config to state everywhere for css and js settings

    Compare with previous version

  • utkarsh_33 added 1 commit

    added 1 commit

    Compare with previous version

  • utkarsh_33 added 37 commits

    added 37 commits

    Compare with previous version

  • utkarsh_33 added 1 commit

    added 1 commit

    • 7da613e1 - Reverted the change in FunctionalTestSetupTrait.php

    Compare with previous version

  • utkarsh_33 added 1 commit

    added 1 commit

    Compare with previous version

  • utkarsh_33 added 21 commits

    added 21 commits

    Compare with previous version

  • utkarsh_33 added 1 commit

    added 1 commit

    Compare with previous version

  • utkarsh_33 added 1 commit

    added 1 commit

    Compare with previous version

  • utkarsh_33 added 1 commit

    added 1 commit

    Compare with previous version

  • utkarsh_33 added 1 commit

    added 1 commit

    • f4b97b06 - Resolved all the tests failures

    Compare with previous version

  • Narendra Singh Rathore
  • Narendra Singh Rathore
  • 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 ]);
  • utkarsh_33 added 1 commit

    added 1 commit

    Compare with previous version

  • utkarsh_33 added 1 commit

    added 1 commit

    Compare with previous version

  • utkarsh_33 added 1 commit

    added 1 commit

    Compare with previous version

  • utkarsh_33 added 34 commits

    added 34 commits

    Compare with previous version

  • utkarsh_33 added 1 commit

    added 1 commit

    • a7e90398 - Revert the changes in HtmlResponseAttachmentsProcessor.php

    Compare with previous version

  • utkarsh_33 added 1 commit

    added 1 commit

    • 81d36ac9 - Reverted some previous commits and unnecessary changes

    Compare with previous version

  • utkarsh_33 added 2 commits

    added 2 commits

    • 3ce60dc8 - Removed js and css from system.performance.yml
    • c4788d54 - Resolved all tests failures

    Compare with previous version

  • Please register or sign in to reply
    Loading