Bug #62807
closedMerge array functions from GeneralUtility to ArrayUtility
100%
Description
Move the following functions to ArrayUtilities:
\TYPO3\CMS\Core\Utility\GeneralUtility::inArray
\TYPO3\CMS\Core\Utility\GeneralUtility::removeArrayEntryByValue
\TYPO3\CMS\Core\Utility\GeneralUtility::keepItemsInArray
\TYPO3\CMS\Core\Utility\GeneralUtility::remapArrayKeys
\TYPO3\CMS\Core\Utility\GeneralUtility::array_merge
\TYPO3\CMS\Core\Utility\GeneralUtility::arrayDiffAssocRecursive
\TYPO3\CMS\Core\Utility\GeneralUtility::naturalKeySortRecursive
it has to be discussed if this functions should be moved to ArrayUtilities too or if they should better be moved to StringUtilities:
\TYPO3\CMS\Core\Utility\GeneralUtility::trimExplode
\TYPO3\CMS\Core\Utility\GeneralUtility::revExplode
\TYPO3\CMS\Core\Utility\GeneralUtility::intExplode
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 7.0 to 7.1 (Cleanup)
Updated by Anja Leichsenring almost 10 years ago
- Sprint Focus set to On Location Sprint
Updated by Göran Bodenschatz almost 10 years ago
- Assignee set to Göran Bodenschatz
Updated by Göran Bodenschatz almost 10 years ago
::array_merge stays in GeneralUtility as it'll get deprecated
::trimExplode, ::revExplode, and ::intExplode should stay in GeneralUtility
Updated by Göran Bodenschatz almost 10 years ago
- Status changed from New to Accepted
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Accepted 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/36371
Updated by Gerrit Code Review almost 10 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/36371
Updated by Gerrit Code Review almost 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36371
Updated by Gerrit Code Review almost 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36371
Updated by Gerrit Code Review almost 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36371
Updated by Stephan Großberndt almost 10 years ago
- Status changed from Under Review to In Progress
Updated by Gerrit Code Review almost 10 years ago
- Status changed from In Progress to Under Review
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36371
Updated by Gerrit Code Review almost 10 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36371
Updated by Göran Bodenschatz almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 03a42dd0da8a25fac5039938cf179c34ecd50f24.
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed