Skip to content

v7.3.0

Compare
Choose a tag to compare
@DominikaK DominikaK released this 05 Oct 16:26
· 1282 commits to master since this release

ezpublish-kernel changes between v7.2.0 and v7.3.0

Improvements

  • EZP-29427: As Developer I want a way to clear cache for a specific content version (#2396)
  • EZP-29462: Improve docblock and return type hint for ContentView::getLocation method (#2406)
  • EZP-29290: As an Editor, I want to have preconfigured "Author" section while creating the content (#2417)
  • EZP-29470: As a developer I want trace for uncached Persistence calls (#2407)
  • EZP-29541: As a developer, I want a API to manage user preference (#2426)
  • EZP-29577: As a developer, I want a API to count user preference (#2433)
  • EZP-29104: Spike on ImageAsset field type (#2403)
  • EZP-29554: As an editor, I want to be able to apply custom styles to part of my text (#2427)
  • EZP-28881: Add a field to support "date object was trashed" (#2379)
  • EZP-29139: RegenerateUrlAliasesCommand should keep historized Url Aliases (#2454)
  • EZP-29234: As a developer, I want to read about customizing REST API response (#2434)
  • EZP-29508: As an editor I want to manage ALT field with an image asset field type (#2451)
  • EZP-29408: As an editor I want to delete a content item with an image asset field (#2409)
  • EZP-29664: As a Developer I want RichText Custom Styles to be stored as eztemplate (#2457)
  • EZP-29328: As a editor I want the richtext format to support the equivalent of ezmltext's tag (#2430)

Bugs

  • EZP-29387: Variation cache should be SiteAccess and domain aware (#2383)
  • EZP-29376: New SiteAccess aware repo not handling languages on ContentView & when using sudo() (#2376)
  • EZP-29377: Problem setting the English local in Chrome for eZ Platform UI i18n (#2385)
  • EZP-29385: Richtext : blockquote does not allow multiple titles on the same level (#2381)
  • EZP-29391: Richtext : superscript/subscript does not support and tag (#2386)
  • EZEE-2176: Database schema update script from 7.1 to 7.2 fails on the eznotification table (#2389)
  • EZP-29396: Cache size blows up in when using Redis with Stash (5.x & 1.x) (#2387)
  • EZP-29447: Number of pending notifications is gather without taking into current user (#2400)
  • EZP-29421: Contents of file field are lost if object is saved before publishing (#2405)
  • EZP-29083: Error after trying to delete role assignment (#2377)
  • EZP-29034: Cannot install ezplatform on 1.7 branch (#2415)
  • EZP-29536: User isn't redirected to the login page when UnauthorizedException is thrown (#2425)
  • EZP-28888: Custom cache_service_name can not be set from siteaccess group (#2420)
  • DEMO-201: User is unable to create Article from COTF (#2432)
  • EZP-29504: ezplatform:reindex can't index a specific siteaccess (#2418)
  • EZP-29474: Error 500 for editor with section/view policy (#2413)
  • EZP-29581: I cannot clear image variation caches without clearing all caches (#2437)
  • EZP-29619: StashPass should check if config[caches] is set (#2450)
  • EZP-29518: ContentType option "Default field for sorting children" has no effect on new created objects (#2428)
  • EZP-29531: Do not render layout when rendering selection and relation items (#2205)
  • EZP-29593: Random time-related test corruption for internalPublishVersion (#2443)
  • EZP-29684: Remove the hyphen from the "E-mail" in whole application (#2461)
  • EZP-29510: UI admin edit content does not allow to cancel if user has version remove permissions (#2414)
  • EZP-29695: Option "Default content availability" on content types not working (#2462)

Misc