Skip to content

v6.13.8-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@glye glye released this 16 Nov 17:22
· 3 commits to 6.13 since this release
1f4cb2a

ezpublish-kernel changes between v6.13.6 and v6.13.8-rc1

Improvements

  • EZP-25721: Warn development upfront of ConfigResolver initialization order issues (#2679)
  • EZP-30547: As a Developer I'd like to be able to debug config resolver & services (#2635)
  • EZP-29373: As a Maintainer I want all supported ezpublish-kernel branches to use short array syntax (#2597)
  • EZP-30985: Remove deprecated features from eZ (#2796)
  • EZP-31519: Move app.php rejection snippet from front controller to ezpublish-kernel (#3010)

Bugs

  • EZP-30546: Cache service has wrong instance on command line (#2649)
  • EZP-30635: Reindex Command Infinite Loop when content-count % iteration-count === 0 (#2664)
  • EZP-30722: Siteaccess is loaded after commands are loaded on run, triggering unnecessary config resolver warnings (#2687)
  • EZP-30817: ezplatform:timestamps:to-utc command updates wrong field versions (#2724)
  • EZP-30729: CleanupVersionsCommand causes database issues when removing versions of User ContentType (#2691)
  • EZP-30681: Moving location leads to double slash in path_identification_string (#2671)
  • EZP-30823: Race conditions on publish causing anon user to lack access, due to version_read check when loading wrong version (#2740)
  • EZP-30754: Doctrine error when trying to update only the 'always_available' metadata of a Content (#2850)
  • EZP-30806: Using OR Criterion in REST request results in "Bad Request" error (#2883)
  • EZP-31203: In Multirepository setup Installer always use a default Database connection for checking if the database exists (#2900)
  • EZP-31268: REST Functional tests are failing on PHP versions lower than 7.3 (#2909)
  • EZP-31258: "scaledown" image filters crop when they shouldn't (#2907)
  • EZP-31298: API errors leak path information (#2945)
  • EZP-30664: Skipped indexing erroneous Content and logged all exceptions (#2666)
  • EZP-30956: File with name beginning with "(" cannot be downloaded (#2899)
  • EZP-31560: [Composer 2.x] Some classes have incorrect psr-0 or psr-4 namespaces (#3020)
  • EZP-31644: Compound SiteAccess matcher usage results in serializing error (#3037)
  • EZP-31677: Query Field's FielDefinitionIdentifier matcher doesn't test the field's identifier (#3041)
  • EZP-31718: render_esi function will not be cached properly when using Compound Matcher (#3046)
  • EZP-31325: SortClause\ContentId and SortClause\Location\Id use dictionary order in Solr SE
  • EZP-31810: Compound SiteAccess matcher will include serialized 'pathinfo' and 'queryParams' attributes unnecessarily (#3063)

Misc

  • EZP-31189: Reduce memory required for 1.7 and 1.13 branches to install (#2869)