Dmitry Dulepov

Results 132 comments of Dmitry Dulepov

@velletti ``` config.linkVars = L(0-2) ``` or something like that should solve your issue. If you use `typolink.addQueryString`, exclude `L` and set it manually there. That's all you need to...

Okay. I made a change. Now: 1. There will be no exceptions 1. Logging will go only to the devLog 1. The url with wrong language will not be encoded...

This can be useful for debugging only but for production it will only make table grow larger and slow down the whole thing. There was a similar feature for v1:...

> this entry has tt_products[product] set but not the cHash and this, as far as I understood and seen, leads to unpredictable Realurl behaviors like wrong detail page of a...

Related to https://github.com/dmitryd/typo3-realurl/commit/cb3b2fe5ed725b2b3f6586443f99306ec1a8e0a2.

> Only the old entry for the first page (Page ID 1) still exists in database and expires in one month. But probably that is so desired? Yes, this is...

No, realurl works correctly here. Its job to encode URLs as is according to the configuration. Your job is to make sure that you pass proper URLs. RealURL is not...

> Currently it is very easy to "f--- up" things with a broken realurl config. Well, as I said: realurl is not a toy. I believe it is possible to...

> Looks a little bit like you are trying to mimik the feature "skipDefaultArguments" of extbase plugins which allows to whipe controller and action from the url if they match...