Jeremy Poulain

Results 9 issues of Jeremy Poulain

The modification are meant to avoid infinite loop.

This PR intends to fix a rare issue described here : https://jira.ez.no/browse/EZP-22233

In case the site.ini[DesignSettings]StandardDesign is duplicated in site.ini[DesignSettings]AdditionalSiteDesignList, the template in standard design folder are compiled/checked twice. This PR intends to solve the problem by doing the same thing that...

This PR is meant to improve cache content subtree creation.

...der As @patrickallaert said in a current PR, each cache directory means a lstat executed. Compiled templates are written in cache_dir/template/compiled. It should be cache_dir/template.

These two methods can be quite usefull when using a search engine which use nodes id.

There are still a lot of include that should be triggered by php autoload. This PR is meant to remove some of them.

Here comes a proposal of enhancement so we can stop checking mtime of template files. https://jira.ez.no/browse/EZP-20905

This PR intends to add to translating subtree command to this cookbook. https://jira.ez.no/browse/EZP-26616