Skip to content

v7.1.0-beta2

Pre-release
Pre-release

Choose a tag to compare

@DominikaK DominikaK released this 13 Mar 08:38
· 1057 commits to 7.5 since this release

ezpublish-kernel changes between v7.0.0 and v7.1.0-beta2

Improvements

  • EZP-28623: Display paragraph only when user don't have permissions to see linked content (#2215)
  • EZP-28110: As a developer, I want to define attributes for custom tags (#2219)
  • EZP-27924: As a Developer I want lazy loading of content type groups (#2227)
  • EZP-28801: As a REST consumer, I want to get the location that matches an URL alias (#2255)
  • EZP-28783: As a Developer I want to search using REST FieldCriterion (#2239)
  • EZP-28843: As a Developer I want SQL Search by Field to use ezkeyword Ext. Storage (#2256)
  • EZP-28679: As a developer, I expect that OptionsResolverBasedQueryType implements QueryType interface (#2209)
  • EZP-28853: VersionInfo object is not cached in persistence (#2264)
  • EZP-28585: Links in Content Objects are not changed after change in Link Manager (#2258)
  • EZP-28848: Varnish cache should be purged for related content (#2263)
  • EZP-28065: Evaluate upgrading to fos-http-cache 2.x (#2194)
  • EZP-28926: Add validation for PermissionResolver::hasAccess(module, function) arguments (#2274)
  • EZP-28917: As a Developer I want API to manipulate User Tokens (#2270)

Bugs

  • EZP-28695: Cache key "ez-user-xxxxxx@yyyy.zz-by-login" contains reserved characters {}()/@: (#2214)
  • EZP-28665: Trying to insert a large number in the "Priority" field results in 500 database error (#2210)
  • EZP-28328: RichText Field Type removes line breaks inside formatted paragraphs (#2211)
  • EZP-28740: RegenerateUrlAliasesCommand sometimes generates alias with wrong parent (0) (#2220)
  • EZP-28728: Default TTL in default scope would be set to 60 from siteaccess scope (#2218)
  • EZP-28726: Selection edit preview fails when empty (#2217)
  • EZP-28775: HTTP Cache is not properly purged when item is restored from trash under old parent location (#2233)
  • EZEE-1866: Landing Page editor doesn't work with Map\URI siteaccess matcher (#2243)
  • EZP-28692: Corrupt password when upgrading to eZ Platform 1.13 from earlier versions without DB update (#2213)
  • EZP-28800: Make it possible to store session in redis when using platform.sh (#2245)
  • EZP-28846: Missing HTTP Cache purge when UserService{CreateUser,CreateUserGroup,UpdateUserGroup}Signal is emitted (#2249)
  • EZP-28768: Unable to exit Preview using navigation arrow (#2236)
  • EZP-28799: Subtree criterion Content Search does not work correctly with multiple Locations (#2238)
  • EZP-28860: Fix using view builders with closure controllers (#2257)
  • EZP-28883: Removing Translation from Draft corrupts all Url Aliases for the removed Translation (#2262)
  • EZP-28886: Method eZ\Publish\Core\FieldType\Page\Value::__toString() does not always return String (#2265)
  • EZP-28070: Binary File Upload copying uploaded files to /tmp without cleanup (#2260)
  • EZP-28892: User UI Config provider breaks when using Guard authentication (#2252)
  • EZP-28836: Unable to publish content if two or more translations contain invalid link (#2253)

Other

  • Use PHPUnit v7 (#2269)
  • [7.1] Remove Foshttpcache code, leaving that to ezplatform-http-cache (#2194)
  • Limit building views with view builders to string controllers (#2257)
  • Added Redis session service (#2245)
  • Deprecate PHPUnit5CompatTrait (#2240)
  • Removed password-compat lib from dependencies (#2229)