Actions
Task #91956
closedUpdate documentation for deprecation of useCacheHash, noCacheHash
Start date:
2020-08-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Change for 10 only
- These options were deprecated in 10 and no longer have any effect
- Removed in 11
See changelog: Deprecation: #88406 - setCacheHash/noCacheHash options in ViewHelpers and UriBuilder
I categorized as documentation, even though the changes must be made in the source (or rather the comments)
Required changes:
- ViewHelper documentation still uses examples with these arguments in 10, e.g.TypoLinkViewHelper in 10.4
typo3/sysext/fluid/Classes/ViewHelpers/Link/TypolinkViewHelper.php
typo3/sysext/fluid/Classes/ViewHelpers/Uri/TypolinkViewHelper.php
typo3/sysext/fluid/Classes/ViewHelpers/Widget/LinkViewHelper.php
typo3/sysext/fluid/Classes/ViewHelpers/Widget/UriViewHelper.php
I believe, in "master" this was removed.
Updated by Benni Mack almost 3 years ago
- Status changed from New to Needs Feedback
Can you take care of this issue?
Updated by Oliver Hader almost 3 years ago
- Status changed from Needs Feedback to Accepted
Updated by Gerrit Code Review almost 3 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72707
Updated by Sybille Peters almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 370d080c18225958cabc29d7aa37f0c547497df8.
Actions