realurl
realurl copied to clipboard
TYPO3 CMS Extension RealURL fork
The internal chash cache (database table tx_realurl_chashcache) maps a given combination of query string and query parameters to a single chash value. It's intended to not recalculate chashe values when...
# Summary The internal chash cache (database table tx_realurl_chashcache) maps a given combination of query string and query parameters to a single chash value. It's intended to not recalculate chashe...
https://github.com/helhum/realurl/blob/8fd0036a7ab87ded98f2a990a3dba375b27805ab/Classes/View/AdministrationModuleFunction.php#L82 The labels for selecting the depth of cache and mapping information are missing in TYPO3 8.7, they need to be referenced from lang/Resources/Private/Language/locallang_core.xlf
In the class UrlRewritingHook, line 1127, the deprecated php method create_function() is used. Should be replaced with a compatible definition for the latest php versions. If you are running TYPO3...
Error message is: Oops, an error occurred! The package "realurl" depends on "symfony/polyfill-mbstring" which is not present in the system. After removing the file composer.json, the extension works fine.
The README just points to removed backwards compatibility. However upstream EXT:realurl meanwhile dropped compatibility for = 7.6 Is there another benefit from using your extension instead of the upstream from...
Reverts helhum/realurl#37
When a domain has configured a $_GET var (most prominently L), a visitor can still set that variable to a different value, leading e.g. to a different language being shown....