Skip to content

v6.13.6-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@michalmilc90 michalmilc90 released this 17 May 07:44
· 1525 commits to master since this release

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

Improvements

  • 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-29328: As a editor I want the richtext format to support the equivalent of ezmltext's tag (#2430)
  • EZP-29721: Broken URL alias history is not restored after regenerating aliases (#2459)
  • 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-29559: Delete sleeping requirement for non-empty roles (#2525)
  • EZP-30008: More unique uniqid() (#2523)
  • EZP-29466: As a Developer, I would like to have configuration for absolute/relative URLs for generated images (#2511)
  • EZP-30391: Remove Elasticsearch form Kernel (#2627)

Bugs

  • EZP-29504: ezplatform:reindex can't index a specific siteaccess (#2418)
  • EZP-29474: Error 500 for editor with section/view policy (#2413)
  • 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-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)
  • EZP-29586: Content copied by another user is still owned by original creator (#2447)
  • EZP-29809: api_keys.google_maps should not be set as null by default (#2477)
  • EZP-29375: REST API doesn't support multiple relation types (#2375)
  • EZP-29790: ContentService::loadContentListByContentInfo loads Content fields in random order on PosgreSQL (#2491)
  • EZP-29751: Wrong first URL generation in exotic languages (#2471)
  • EZP-29864: Spelling mistake in Content Type alert warnings (#2498)
  • EZP-28099: Wrong Urls at equal beginning path prefixes (#2083)
  • EZP-29899: Current Content version 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 (#2533)
  • EZP-28663: Cannot swap location when viewing item from non-main location (#2531)
  • EZP-29984: Solr Field LIKE criterion is not behaving like on Legacy Storage Engine (#2517)
  • EZP-30122: Missing argumentName parameter in InvalidArgumentType exception (#2542)
  • EZP-30118: Fix typo in UnauthorizedException message (#2541)
  • EZP-30013: --env option not passed to parallel processes of ezplatform:reindex Command (#2526)
  • EZP-30136: Updating content with "ezuser" field will not commit changes to Solr (#2544)
  • EZP-29539: Deleting object will remove all subtree items even when user does not have permission to delete them (#2536)
  • EZP-30204: Repairing broken URL aliases sometimes uses broken original entry (#2551)
  • EZP-29891: "Add Location" button is greyed out although editor has sufficient rights (#2539)
  • EZP-29279: Inconsistencies in values displayed by Date Field Type (#2499)
  • EZP-30147: Moving a subtree with invisible (hidden by parent) items fails (#2561)
  • EZP-30333: The host's port is added to image variations URIs when configured through image_host (#2604)
  • EZP-30027: LogicalAnd & LogicalOr not working when using two times the same criterion type (#2527)
  • EZP-28135: eZ\Publish\Core\SignalSlot\Slot and Signal should not be marked internal (#2641)

Misc