Actions
Feature #37412
closedEpic #55575: Streamline JavaScript Code in the TYPO3 Backend
Move all JavaScript Frameworks to seperate extensions
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2012-05-23
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:
Description
This would make it possible to see, which extensions depend on which framework, and they could appear in the credits / about page.
Some functions need to be adjusted (e.g. in pagerenderer loadExtJS ... )
JS Framework should be registered in a Framework registry (either as file, or with a class, which "calculates" the files needed, and though could be loaded with a call like:
$pageRender->loadFramework('name', $optionsArray);
So currently we would have the following extensions:
- jQuery
- extjs
- prototypeScriptaculous
- ...
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
taken care of by requirejs
Actions