Matias Griese
Matias Griese
I just tested this and the ordering works just fine for me. If I save an entry, it moves to the top of the list.
I tried by using /home/blog, and it was using there. The question is, though, which date it is using. Are you setting the time from the page header or by...
Ok, that helps a lot! I was wondering last night if it may be related to multi-language support.
@CaiMiao I have likely found and fixed the bug, but I'm unable to test it. Can you please try the changes in your setup?
I don't have a proxy setup, so I cannot really help here. @rhukster you had more experience on proxies?
Imagick is much, much better, we know. Unfortunetely the library we're using doesn't support it.
Is there a way to extend the `FileCache` and just override constructor and `getFile()` methods? It may need `AbstractFileCache` base class without the constructor, though :) Think about it. Also,...
The short answer is yes. Markdown allows HTML tags to be used freely without any restrictions.
@rhukster Can you confirm my findings? The issue is that the redirect is done based on the CURRENT URL and not the route which was given as a parameter to...
I think that the whole concept of having redirect in that method is wrong. Redirecting should be part of routing, not in method that gets a page. I will need...