typo3-realurl
typo3-realurl copied to clipboard
**Vintage** RealURL extension for TYPO3 CMS. Read the wiki if you have questions!
Hi, when using the admin panel to set a preview date with realurl enabled it always ends up to simulate "0:00 1-1-1970" The issue seems to be that the get...
Hi, in french (and maybe other languages) hyphen (‘) and superscript (') signs are often used as word separator. As for now, realurl removes them and the url contains unwanted...
Hi Dmitry, using the realurl version 2.0.15 we faced the problem that the USER plugins, e.g. news plugin, don’t deliver the correct cached content in every situation. When we deploy...
When using e.g. tt_news, seemingly proper speaking URLs were created, but when opening a news item link, the \RuntimeException('ID parameter needs to be passed for the cHash calculation! As a...
We have a multi langauge setup for our homepage en.html is mapped to index.php?L=0 and de.html is mapped to index.php?L=1 Rootpage ID = 76 **Today it happened that the following...
The reference from here https://github.com/dmitryd/typo3-realurl/wiki/Configuration-reference is nowhere available
We are using subdomains for dynamic user generated content with the following configuration: Our configuration: ```php '_DOMAINS' => array( 'encode' => array( array( 'GETvar' => 'tx_myext_myplugin[fieldname]', 'value' => '1', 'urlPrepend'...
Currently the documentation is put in the [Github Wiki](https://github.com/dmitryd/typo3-realurl/wiki). This will inevitably lead to outdated/incorrect documentation on code changes. I suggest using the [Github Pages](https://pages.github.com/) feature to manage the documentation...
@dmitry this is just a question/discussion In https://github.com/dmitryd/typo3-realurl/issues/381 I reported a (false positive) issue in realurl, where you explaind the concept. This led to a change in the affected extension....
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php'['processDatamapClass']['realurl'] The above hook always process the function processDatamap_afterDatabaseOperations() (i.e on page copying,editing etc).But It should be avoidable on page copying.Otherwise it causes for the timeout issue on page tree...