typo3-realurl
typo3-realurl copied to clipboard
**Vintage** RealURL extension for TYPO3 CMS. Read the wiki if you have questions!
Right now, some other special characters are stripped in `convertToSafeString()`, like @ and dot. If people use `email` as the alias for `fe_users`, the URL would be `someonedomaincom`, but `someone-domain-com`...
Upon expiring of old URLs the documentated configuration expireDays is not taken into account. It's only used in the UrlEncoder. But in Classes/Cache/DatabaseCache.php, expireCache() the expire-value defaults to 30 days...
Url is incorrect when the lookUpTable=>alias_field value is longer than 256(Max mysql alias length) characters. See UrlEncoder.php line 418. `$aliasValue = $this->tsfe->csConvObj->substr('utf-8', $row[$configuration['alias_field']], 0, $maxAliasLengthLength);` The first index in `$row`...
When a cache entry is written to the database the crdate field is populated with the value of time(). This is inappropriate as it's not possible to track down requests...
Configuration option for `lookUpTable.useUniqueCache_conf.spaceCharacter` is missing in 2.x. This was a feature in 1.x which was dropped for the 2.x rewrite. While one could argue if it makes sense to...
Steps to reproduce: 1. Switch to non-admin user (or login as non-admin user) 2. Switch to a non live workspace 3. Preview a page in workspace 4. Open a second...
The default core handling of inaccessible pages (due to access restrictions) is fallback content. For this to work this must be empty: `$GLOBALS['TYPO3_CONF_VARS']['FE']['pageNotFound_handling'] = ''` When I need to show...
привет, since 2.2.1 absRefPrefix in HMENU is not respected anymore. Switching back to 2.2.0 - and it works **like** a **charm** again.
There are some @ob_end_clean(); in the file Classes/Decoder/UrlDecoder.php but they causes an problem with the Firefox browser. Nothing happens when the Firefox browser arrives at that line. There will be...
In former versions (< 2.1.8) while saving a tt_news object at that time the title was written to table tx_realurl_uniqalias and the field value_alias could be manually changed there. Requesting...