Enhancement
The GenticsContentPortlet now supports streaming of binarycontent, if the attribute is stored in the filesystem.
Enhancement RT54982
The new Portal Page property suppress_gentics_pp will suppress adding the gentics.pp parameter to URLs rendered in a Portal Page, even if that Portal Page is not the current Portal Page and was itself rendered using the gentics.pp parameter.
Enhancement
Gentics Portal.Node will now support using multichannelling datasources (for reading). See the reference documentation about details on configuration and channel selection.
Bugfix RT54418-3
The datasourcetreecomponent will now support the filter() function (using PostProcessors) in the noderule, even if the rule is not transformed into a content repository query, but is evaluated in the program logic.
Bugfix RT54025
The generation of beautiful URLs did not work when two mapping existed with the only difference that one mapping had an additional parameter mapped. This has been fixed now.
Bugfix RT54418-2
The ExpressionEvaluator will now also support the filter() function (using PostProcessors) in the match method.
Bugfix RT54510
The GCNAuthenticationManager will read the session secret in a different way after login to the CMS backend to comply with the latest security fixes of Gentics Content.Node.
Bugfix RT54349
When using a rule like “object.[optimized_attr] CONTAINSONEOF [null]” to query objects from a datasource, the generated SQL statement was invalid. This has been fixed now, this special case will be treated correctly now and the resulting SQL statement will be valid.
Bugfix RT54418
It is now possible to use PostProcessors also with the ExpressionEvaluator (using the filter method).