Skip to content

v7.3.5

Compare
Choose a tag to compare
@andrerom andrerom released this 27 Feb 10:45

ezpublish-kernel changes between v7.3.4...v7.3.5

Changes

  • EZP-29823: Allow to filter Location on translations to not throw when lazy loading Content (#2480)
  • EZP-29864: Spelling mistake in Content Type alert warnings (#2498)
  • EZP-28099: Wrong Urls at equal beginning path prefixes (#2083)
  • EZP-29451: As an Administrator I want to have a CLI command for database cleanup (#2431)
  • EZP-29749: As an Administrator I want to configure Imagine ProxyResolver (#2470)
    • EZP-29466: As a Administrator, I would like to have configuration for absolute/relative URLs for generated images (#2511)
  • EZP-29899: Content loading can end up loading wrong version under concurrency (#2502)
  • EZP-30004: ezplatform:urls:regenerate-aliases changes parent of broken link (#2522)
  • EZP-29924: Can't save ContentType with RelationList which has selectionMethod from legacy (#2518)
  • EZP-29959: Token not found exception in ContentViewBuilder when used to build own exception page (#2510)
  • EZP-29041: Content still visible in ezobjectrelationlist after sending it to trash (#2515)
  • EZP-28663: Cannot swap location when viewing item from non-main location (#2531)
  • EZP-29984: Fix LIKE support for * as wildcard across engines, deprecate % usage (#2517)
  • EZP-30122: Fixed missing argumentName parameter in InvalidArgumentType exception (#2542)
  • EZP-30118: Fixed typo in UnauthorizedException message (#2541)
  • EZP-30013: --env option not passed to parallel processes of ezplatform:reindex Command (#2526)
  • EZP-30146: Added missing LocationId SortClause REST Input Parser (#2546)
  • EZP-30136: Updating content with "ezuser" field will not commit changes to Solr (#2544)

Misc

  • EZP-29559: Delete sleeping requirement for non-empty roles (#2525)
  • EZP-30008: More unique uniqid() (#2523)
  • Remove dot from Content Type identifier (#2530)
  • [Cache] Fix class parameter given to Symfony for custom TagAware impl (548f7d6)
  • [Travis] Add testing on PHP 7.3 (#2504)