Matias Griese
Matias Griese
There is no need to have the variable, it was just used to fix some of the issues I ran into with the old code. Gantry 5 code was originally...
We already discussed the issue with `getParsedFiles()` remembering the previous compilations and the issue it causes with caching. The second issue is also caching related as the timestamp checks as...
Yes, in our case stream may resolve into a different file. And yes, filemtime would work in this case, it is what I used to do -- that was the...
That works. But for full stream wrapper support, you'd kinda need to do the same everywhere, meaning that stream wrapper URIs should never be treated with `realpath()`. There are also...
If we ignore remote streams, all the issues I have seen this far relate to Compiler caching (#268). Using `realpath()` everywhere will cover every other case (with local files) and...
There's an option `--env` to set the environment. That said, I'm not sure if TNT search supports multiple indexes based on sub-site.
The `@self` issue in filepicker should be separate to this one (upload handling was missing support for it); modular pages should work just like they do with the regular pages....
You are missing: ``` tntsearch: template: 'tntsearch/modular.html.twig' content: items: '@self.modular' ```
You mean if you put the modules into the main template of the page it works? Does this new code work in the regular pages, btw?
Quick look into PDO issues says that this happens when the file cannot be accessed.