Bug #73986
closedRegression: Change in ResourceCompressor prevents creation of compressed CSS files
100%
Description
Introduced in Change-Id: If72f3ef4b385c253e610c11ea920cc1fab48edff
Commit: 5ee15e4a41b4b6e85196358ce6af357c34ca1358
https://review.typo3.org/#/c/46821/4/typo3/sysext/core/Classes/Resource/ResourceCompressor.php@356
Instances of (PATH_site . $targetFile) were replaced by $filenameAbsolute. These do NOT yield similar strings.
For example:
"/var/www/dev-master.local.typo3.org/typo3/sysext/t3skin/Resources/Public/Css/backend.css"
is not equal to
"/var/www/dev-master.local.typo3.org/typo3temp/assets/compressed/backend-38ec86af21587926c000b6e8facff914.css"
The $filenameAbsolute most likely already exists, so the 'creation' of the compressed resource is skipped.
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47002
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47002
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47002
Updated by Michiel Roos over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1f436dbe168abb8d7e5a36c1b8e0bca12a7e6995.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed