Project

General

Profile

Task #91956

Updated by Sybille Peters over 2 years ago

*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":https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.0/Deprecation-88406-SetCacheHashnoCacheHashOptionsInViewHelpersAndUriBuilder.html 

 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":https://github.com/TYPO3/TYPO3.CMS/blob/10.4/typo3/sysext/fluid/Classes/ViewHelpers/Link/TypolinkViewHelper.php 

 <pre><code class="text"> 
 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 
 </code></pre> 



 I believe, in "master" this was removed.

Back