Project

General

Profile

Actions

Bug #62808

closed

Move Get/Post utility functions to a new GetPostUtility.php

Added by Frederic Gaus over 9 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Won't have this time
Assignee:
-
Category:
Code Cleanup
Target version:
Start date:
2014-11-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

Actions #1

Updated by Mathias Schreiber over 9 years ago

  • Target version changed from 7.0 to 7.1 (Cleanup)
Actions #2

Updated by Anja Leichsenring over 9 years ago

  • Sprint Focus set to On Location Sprint
Actions #3

Updated by Christian Kuhn over 9 years ago

  • Status changed from New to In Progress
Actions #4

Updated by Göran Bodenschatz over 9 years ago

I'm on it.

Actions #5

Updated by Göran Bodenschatz over 9 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

Actions #6

Updated by Anja Leichsenring over 9 years ago

  • Status changed from In Progress to Rejected
  • Priority changed from Should have to Won't have this time
Actions #7

Updated by Anja Leichsenring over 8 years ago

  • Sprint Focus deleted (On Location Sprint)
Actions

Also available in: Atom PDF