Actions
Bug #68916
closedUpdate to latest class alias loader version
Start date:
2015-08-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Benefit from several class alias loader package improvements:
- Use alias map API of this package to resolve and ass aliases
- Use new option to force initialization of the alias loader to greatly simplify our runtime code
This option is only evaluated in non composer mode, which is good because we only need it then. - Adapt to API change, that now the alias loader is never returned from autoload inclusion
Updated by Gerrit Code Review over 9 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/42492
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42492
Updated by Helmut Hummel over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 15b2477643dcee80d2d91d2041744094a649ed8a.
Actions