Feature #37412
Epic #55575: Streamline JavaScript Code in the TYPO3 Backend
Move all JavaScript Frameworks to seperate extensions
Status: | Closed | Start date: | 2012-05-23 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Backend API | Spent time: | - | |
Target version: | - | |||
PHP Version: | Sprint Focus: | |||
Complexity: | medium |
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
- ...
History
#1 Updated by Daniel Siepmann over 1 year ago
- Parent task set to #55575
#2 Updated by Mathias Schreiber 6 months ago
- Status changed from New to Closed
taken care of by requirejs