Bug #62808
closedMove Get/Post utility functions to a new GetPostUtility.php
0%
Description
Move Get/Post utility functions to a new GetPostUtility.php, e.g.
\TYPO3\CMS\Core\Utility\GeneralUtility::implodeArrayForUrl
\TYPO3\CMS\Core\Utility\GeneralUtility::explodeUrl2Array
\TYPO3\CMS\Core\Utility\GeneralUtility::compileSelectedGetVarsFromArray
\TYPO3\CMS\Core\Utility\GeneralUtility::_GP
\TYPO3\CMS\Core\Utility\GeneralUtility::_GPmerged
\TYPO3\CMS\Core\Utility\GeneralUtility::_GET
\TYPO3\CMS\Core\Utility\GeneralUtility::_POST
\TYPO3\CMS\Core\Utility\GeneralUtility::_GETset
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 Christian Kuhn almost 10 years ago
- Status changed from New to In Progress
Updated by Göran Bodenschatz almost 10 years ago
Decision made to not move these methods.
Reasons:
1. lesser benefits than disadvantages for all extension developers using the methods (impacts on a load of extensions)
2. single benefit is size-shrinking of GeneralUtilities
3. future plans for RequestReponse functionality will make these methods obsolete anyway
Updated by Anja Leichsenring almost 10 years ago
- Status changed from In Progress to Rejected
- Priority changed from Should have to Won't have this time
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)