[TYPO3-core] RFC #10049: ExtJS directory structure is broken

Dmitry Dulepov dmitry at typo3.org
Sat Jan 3 10:52:08 CET 2009


Hi!

This is SVN patch request.

Type: bug

Branches: trunk

BT reference: http://bugs.typo3.org/view.php?id=10049

Problem: ExtJS directory structure in typo3/contrib/extjs is not the same as in the standard ExtJS distribution. It complicates migration of existing extensions, modules and applications (including 3rd party ones) from standalone copies of ExtJS to the TYPO3–supplied copy. Using standalone copies for some modules lowers page loading speed because each separate copy of ExtJS has to be loaded and cached on the client side separately.

Solution: restore proper directory structure of ExtJS:
- create typo3/contrib/extjs/adapters/prototype/
- move typo3/contrib/extjs/ext-prototype-adapter.js to typo3/contrib/extjs/adapters/prototype/
- create typo3/contrib/extjs/adapters/ext/
- move typo3/contrib/extjs/ext-base.js to typo3/contrib/extjs/adapters/ext/
SVN command should used to move files. So there is no patch.

Notes: I propose to keep directory structure for all contributed components as they have in the official distribution.

-- 
Dmitry Dulepov
TYPO3 core team
In the blog: http://typo3bloke.net/post-details/why_your_typo3_installation_can_be_slow/
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book


More information about the TYPO3-team-core mailing list