Issue #3320689 by nielsonm, elaman: Allow WEBP quality to be configurable in...
2 open threads
Merge request reports
Activity
added 323 commits
-
c74b037c...b81032f5 - 321 commits from branch
project:11.x
- f44acbf6 - Issue #3320689 by nielsonm, elaman: Allow WEBP quality to be configurable in...
- 6b2e4299 - Issue #3320689 by nielsonm: Allow WEBP lossless configuration in GD2 image...
-
c74b037c...b81032f5 - 321 commits from branch
added 1 commit
- 12114c6d - Issue 3320689: Add upgrade path and upgrade path test
85 85 \Drupal::service('module_installer')->uninstall(['sdc'], FALSE); 86 86 } 87 87 } 88 89 /** 90 * Update the WEBP quality setting to default value. 91 */ 92 function system_post_update_webp_quality_default_value() { changed this line in version 9 of the diff
153 153 '#default_value' => $this->configFactory->getEditable('system.image.gd')->get('jpeg_quality', FALSE), 154 154 '#field_suffix' => $this->t('%'), 155 155 ]; 156 157 // In PHP 8.1+, the GD extension supports lossless encoding, changed this line in version 9 of the diff
added 60 commits
-
ce0a57d2...44ae8844 - 51 commits from branch
project:11.x
- 5d54ac75 - Issue #3320689 by nielsonm, elaman: Allow WEBP quality to be configurable in...
- bf32e716 - Issue #3320689 by nielsonm: Allow WEBP lossless configuration in GD2 image...
- 58d846ce - Issue 3320689: Add upgrade path and upgrade path test
- 2853b701 - Issue 3320689: Fix typo
- ecb19c1c - Issue 3320689: Fix PHPStan issue
- 2bca230f - Issue 3320689: Fix migration test
- a31b3058 - Issue 3320689: Fix typo
- 6bdaa3d2 - Issue 3320689: Fix d7 migration test
- 019f4fbe - Issue 3320689: Resolve code quality issues
Toggle commit list-
ce0a57d2...44ae8844 - 51 commits from branch
Please register or sign in to reply