Task #77000
closedEpic #73121: Render() method arguments should be moved to initializeArguments()
Task #76914: Move method arguments to initializeArguments() in ext:fluid
HtmlentitiesViewHelper: Move method arguments to initializeArguments() in ext:fluid
100%
Description
Spliting Ticket #76914 due to have two developers work on different parts.
sysext/fluid/Classes/ViewHelpers/Format/HtmlentitiesViewHelper.php:68: public function render($value = null, $keepQuotes = false, $encoding = null, $doubleEncode = true)
sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php:61: $actualResult = $this->viewHelper->render($source);
sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php:72: $actualResult = $this->viewHelper->render($source);
sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php:83: $actualResult = $this->viewHelper->render($source, true);
sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php:94: $actualResult = $this->viewHelper->render($source, false, 'ISO-8859-1');
sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php:105: $actualResult = $this->viewHelper->render($source);
sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php:116: $actualResult = $this->viewHelper->render($source, false, 'UTF-8', false);
sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php:126: $actualResult = $this->viewHelper->render($source);
Updated by Gerrit Code Review over 8 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 https://review.typo3.org/48866
Updated by Gerrit Code Review over 8 years 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/48866
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48866
Updated by Gerrit Code Review over 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48866
Updated by Gerrit Code Review over 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48866
Updated by Anna Färber over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bfc3343e683bdc7746d02892661a73d224899c27.
Updated by Gerrit Code Review over 8 years ago
- Status changed from Resolved 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 https://review.typo3.org/48886
Updated by Anja Leichsenring over 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset 33f9e2e1424d7e87090c3264815df5caad57bb1e.
Updated by Gerrit Code Review over 8 years ago
- Status changed from Resolved 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 https://review.typo3.org/48917
Updated by Anna Färber over 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset d1bace0669fe81586b849e20468a3d9b007beedf.
Updated by Roberto Torresani over 8 years ago
- Subject changed from Part2: Move method arguments to initializeArguments() in ext:fluid to HtmlentitiesViewHelper: Move method arguments to initializeArguments() in ext:fluid