Skip to content

v7.2.0

Choose a tag to compare

@DominikaK DominikaK released this 29 Jun 12:06
· 899 commits to 7.5 since this release

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

Improvements

  • EZP-28950: MySQL UTF8 doesn't support 4-byte chars (#2367)
  • EZP-29018: Messages related to Posix converstion still points to ezpublish.yml files (#2290)
  • EZP-29106: Show author name in version list / draft conflict dialog (#2319)
  • EZP-29062: Copy subtree (#2309)
  • EZP-28811: As an Administrator I want to decide which pattern should be used in URL generation (#2306)
  • EZP-29146: As a developer, I want an API to manage bookmarks (#2324)
  • EZP-29137: As a developer, I want to replace missing images with placeholders (#2311)
  • EZP-29202: Swapping a bookmarked content item (#2335)
  • EZP-29201: Sending a bookmarked content item to trash (#2332)
  • EZP-29147: As a developer, I want a REST API to manage bookmarks (#2340)
  • EZP-29167: lowercase url should be the default configuration of the system (#2346)
  • EZP-27743: Introduce sub-interfaces of Criterion Interface (#2330)
  • EZP-28956: As a Developer I want access to Content on Location object, so that I can use it if I need it (#2328)
  • EZP-29322: As an editor I want to use translated Admin panel (#2361)
  • EZEE-2081: Move NotificationBundle into AdminUI (#2368)
  • EZP-27429: As a Developer I want the API to use configured languages unless I tell it otherwise (#2064)
  • EZP-29238: As an Administrator I want to resize original images (#2357)
  • EZP-28942: As a REST consumer, I want to sort a view using a Field (#2355)
  • EZP-28705: As a Maintainer I want PostgreSQL script to update existing sequences (#2216)

Bugs

  • EZP-28882: Wrong VersionNo emit by signalDispatcher (#2298)
  • EZP-29077: CachedPermissionService doesn't consider sudo (#2304)
  • EZP-28863: REST search error for searching fields with the same name (#2292)
  • EZP-28967: RichText Field Type removes line breaks inside table cells (#2301)
  • EZEE-1864: Scheduled publishing doesn't work together with Redis cache (#2305)
  • EZP-29116: Conversions from ezxmltext to ezrichtext fails if ezmltext have duplicate xhtml ids (#2312)
  • EZP-29087: Sending to trash should rely on content/remove policy (#2314)
  • EZP-25562: Error "Impossible to access an attribute ("width") on a null variable" when something goes wrong in ImageExtension::getImageVariation (#2318)
  • EZP-29024: Adding policy user/register to the role throws 500 (#2315)
  • EZP-29113: Role tab on CI is not refreshed after changing assignments in Admin/Roles (#2313)
  • EZP-29135: Converting ezxmltext to richtext when embed tag contains neither node_id or object_id fails (#2320)
  • EZP-27948: When swapping Locations with the same name and parent, URL aliases are not swapped as well (#2297)
  • EZP-29110: Changing tables charset to utf8mb4 result in "Specified key is too long" errors (#2326)
  • EZP-29211: Error "Notice: Undefined offset: 1" in the eZ Platform profiler tab (#2343)
  • EZP-29206: MySQL deadlock errors happen when concurrently moving subtree (#2365)
  • EZEE-1976: Cannot display Home when Content / Read has everything selected in State (#2331)
  • EZP-29296: UserService loadByEmail returns empty array from cache (#2347)
  • EZP-25487: imageAlias.width and imageAlias.height fields not filled in (#2352)
  • EZP-29297: 404 error pages for hidden locations should be tagged (#2350)
  • EZP-28789: Warning in LocationId Matcher if Content has no Location (#2235)
  • EZP-29316: UI admin allows user to create custom urls regardless of policy (#2358)
  • EZP-28774: User Deprecated: Checking for the initialization of the "xyz" private service is deprecated since Symfony 3.4 and won't be supported anymore in Symfony 4.0. (#2360)
  • EZP-29326: OwnerLimitationType and ContentCreateStruct are incompatible (#2359)
  • EZP-29093: Add state limitations to versionRead and VersionRemove (#2307)
  • EZP-29340: NotificationService is not part of SiteAccessAware Repository layer (#2363)
  • EZEE-2145: PageBuilder does not work with Map\Port matcher with SSL enabled (#2362)

Misc