Peter Keung
Peter Keung
I can see no code that conditionally sets SYMFONY_HTTP_CACHE based on SYMFONY_TRUSTED_PROXIES Also the extra phrase about it being empty makes it more confusing than needed. The phrase about the...
https://jira.ez.no/browse/EZP-26593 This feature should be enabled by default: https://doc.ez.no/eZ-Publish/Technical-manual/4.x/Features/Audit-trailing * We eventually enable the audit log for most clients * The audit log usually gets enabled after something bad has...
JIRA issue ticket: https://jira.ez.no/browse/EZP-26501 Work done to address https://jira.ez.no/browse/EZP-22260 also included this specific commit, whose goal was to save the user's selection of the "hidden flag" toggle in the Locations...
- Optional "image" property in questions config (didn't use "i" to reduce confusion vs the typical index variable) - Path to image is not assumed so that users don't have...
Currently, eZ Find does not re-index a node's subtree when the node is moved. This PR uses the same strategy that we use when the node's visibility is toggled, which...
We recognized a significant performance gain if query highlighting is disabled. We think in most cases the highlighting is not required and disable it by default in this pull request....
https://jira.ez.no/browse/EZP-26630 In eZ Find, all filters expect to follow the pattern field:value. If you don't have a colon, ezfeZPSolrQueryBuilder::getParamFilterQuery() prepends a colon, effectively breaking some filters. This prevents you from...
We should add gzip encoding by default