Task #53122
Epic #47018: Implement Composer support and clean package manager API
Use package manager in impexp extension selector
Status: | Closed | Start date: | 2013-10-25 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Complexity: | no-brainer | |
PHP Version: | 5.4 | Sprint Focus: |
Description
The extension selector currently causes PHP warnings because it uses the old $TYPO3_LOADED_EXT
array in an invalid way (e.g. array_keys()
is used).
Code can simply be replaced with calls to the PackageManager.
Related issues
History
#1 Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/25002
#2 Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25002
#3 Updated by Ernesto Baschny over 1 year ago
- Parent task set to #47018
#4 Updated by Alexander Stehlik over 1 year ago
This was already fixed in #56670. Please close this one.
#5 Updated by Wouter Wolters about 1 year ago
- Status changed from Under Review to Closed
Already fixed!