Skip to content

6.6.0

Compare
Choose a tag to compare
@yannickroger yannickroger released this 25 Oct 19:02
· 2038 commits to 7.5 since this release

List of changes since 6.5.1.

Bugfixes

  • EZP-26412: Query error when publishing content on clean eZ Platform install (#1793)
  • EZP-26342: Fix missing clearing of Location cache on Content delete (#1797)
  • EZP-26342: Don't throw during on relation list data issue when creating drafts (#1797)
  • EZP-26277: Content type copies generated identifiers are too long (#1791)
  • EZP-26344: Publishing URL alias does not always respect reserved names (#1784)
  • EZP-26327: URL alias is not historized correctly in all cases (#1780)
  • EZP-26239: Missing update of REST-API-V2.rst about validation (#1783)
  • EZP-26125: Missing language parameter when generating _ez_content_view route (#1715)
  • EZP-26281: Missing language in full.html.twig for PreviewController (#1775)
  • EZS-1009: Send for review does not work for draft version (#1799)
  • EZP-26397: Can't edit the User ContentType because user.user_account is marked as searchable, while the FieldType is not (#1800)
  • Disable layout when rendering embedded content in rich text (#1766)
  • Disabled HTTP caching on REST content draft load (#1804)
  • EZP-25918: Download redirect code should not be permanent (#1807)

Improvements

  • EZP-26219: Add missing Slots for Signals affecting Search Engine Index (#1779)
  • EZP-26219: Add Integration test coverage to verify search index after operations affecting it (#1767)
  • EZP-26300: Add destination content href to Relation(List) REST field value (#1787)
  • EZP-26179: Refactored session rest actions to their own controller (#1782)
  • EZP-26057: Permissions API, move permission to new service to prepare for permission lookup (#1720)
  • Exposed score and index in REST SearchHits (part of #1801)
  • ContentViewBuilder will load the main location if none was asked (#1802)
  • Added previous exception to the REST exception output (#1805)
  • EZP-26326: Implement Filter and Query REST Query parameters (#1801)
  • [Profiler] Update branding and naming of eZ Platform on symfony developer debug toolbar 39a2d64

Internal

  • EZP-26219: Add Integration test coverage to verify search index after operations affecting it
  • Improved behat coverage of REST views
  • Made behat REST HTTP client use standard HTTP verbs
  • EZP-26186: Add elastic configuration for new Slots added