Actions
Bug #11193
closedRemove calls to disable compression and merging of CSS/JS
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2010-11-30
Due date:
2010-12-01
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
AbstractController
calls
$this->pageRenderer->disableCompressJavascript(); $this->pageRenderer->disableConcatenateFiles();
very bad.. remove it! (otherwise no styles are loaded in IE!)
I can commit myself, if I should.
Files
Updated by Oliver Hader almost 14 years ago
+1 by reading - you can commit it yourself if you'd like to
Updated by Steffen Gebert almost 14 years ago
- Status changed from New to Resolved
- % Done changed from 90 to 100
rev. 3154
Updated by Michael Stucki almost 11 years ago
- Category changed from Code Cleanup to Workspaces
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
- Target version deleted (
4.5 Beta 2)
Actions