typo3-realurl
typo3-realurl copied to clipboard
**Vintage** RealURL extension for TYPO3 CMS. Read the wiki if you have questions!
- fixes "Array and string offset access syntax with curly braces is deprecated"
Hello everyone, I couldn't find any other idea only to post an issue, I don't know yet if I need to write it here! `'init' => array( 'enableCHashCache' => 1,...
I know workspaces are less used, but where I work we really need them... So this code solve a cache bug when a page is being renamed in a workspace...
Encoding Parameter configuration will be skipped if the parameter is not set Decoding: decodeUrlParameterBlockUseAsIs does not handle optional parameters (so the Parameter can be handled by next configuration) decodeUrlParameterBlockUsingLookupTable will...
if you are using 2 domains for 3 languages, you need to have the L parameter present for the pagepath. Now you have a keepParameter option for the _DOMAINS configuration,...
When using japanese or chinese (or any non-ascii supporting language), realurl will simply encode the page names to the request query. This is quite annoying, since this will never work...
This will fix #504
According to issue #320, I would like to reintegrate shortcut resolving into the realurl feature pool. Therefore the pagePath/dontResolveShortcuts configuration has been added again and set to TRUE by default,...
The addWhereClause is twice prefixed by a space and twice not. This change makes all occurences consistently include a prefix space, thus avoiding possibly invalid sql.