Dmitry Dulepov

Results 132 comments of Dmitry Dulepov

Keeping open because something has to be done about it... But no ideas yet what should be done.

> Hey, thanks for explaining me what I have to do as developer :-) Don't take it personally :) It is not me being arrogant or anything like that. The...

This will be difficult to implement correctly for both encoding and decoding. `drop` is easy but if the entry is not in the cache (like cache is cleared), than decoder...

The plan is to bring back `languageExceptionUids`. The pull request is not clean and cannot be merged.

@CRDO Check [the diff](https://github.com/dmitryd/typo3-realurl/pull/153/commits/35a5c73a1c9be22adef51eaa2628f7233d42a745). Why does it modify `ext_localconf.php`?

No, it doesn't :( I think you work with old sources. Please, see how `ext_localconf.php` looks like now: https://github.com/dmitryd/typo3-realurl/blob/development/ext_localconf.php Please, update your copy before making a pull request to use...

I'll do some more work on this later because there are other places where this has to be implemented.

@rvock This should be a separate pull request and it should be carefully evaluated because it may break compatibility.

@rvock I think we do not need a transliterator that translate asian letters. As far as I see, people prefer to have them in urls.

Unfortunately in this configuration URLs will be ambiguous. URL has to change if you use parameters, otherwise realurl will not be able to decode it properly. When you use `_DOMAINS`...