Actions
Bug #62884
closedUse bootstrap JS as include instead of AMD
Start date:
2014-11-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Bootstrap JS is included as AMD module,
thus breaking things like Extension Manager
which was coded in an uncool way, namely
not using API methods due to crappy Fluid
ViewHelpers for the backend.
For the time being and to keep everybody
happy, bootstrapJS is included as simple JS
file, but wrapped within TYPO3.jQuery to
use the previously loaded functionality.
Updated by Gerrit Code Review about 10 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 http://review.typo3.org/34011
Updated by Benni Mack about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d446b1642a5d3fe5bc9f8c6f435f3991ec15f898.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed
Actions