Skip to content

v2.4.0

Compare
Choose a tag to compare
@DominikaK DominikaK released this 21 Dec 14:03
· 556 commits to master since this release

Change log:

Changes since 2.3.0

ezplatform-admin-ui changes between v1.3.0 and v1.4.0

Improvements

  • EZP-29745: Improve styling in Rich Text Editor (#699)
  • EZP-29729: As an editor, I want to have access to all my drafts (#684)
  • EZP-29171: Update Navbar menu items order (#723)
  • EZP-29713: As an Editor, I want to Move multiple content items at a time (#691)
  • EZP-29734: As an Administrator I want to add Content Type limitation for Section/Assign policy (#696)
  • EZP-28067: As an Editor, I want to Delete multiple content items at a time (#702)
  • EZEE-2234: As an Editor, I want to build a form on the fly while editing the page builder (#692)
  • EZP-29769: Add discovery bar to Drafts interface (#707)
  • EZP-29089: Usability bug when deleting containers (#704)
  • EZP-29793: Implement permissions for the Create button on the dashboard (#708)
  • EZP-28009: Extract the RichText FieldType to its own package (#715)
  • EZP-29328: As a editor I want the richtext format to support the equivalent of ezmltext's tag (#709)
  • EZP-29813: Pass custom parameters to menu item templates in right sidebar (#717)
  • EZP-29742: Implement permissions for Content/Create in Content item view (#713)
  • EZP-29748: Replacing the outdated verbiage of eZ Publish from eZ Platform when adding a Policy (#701)
  • EZP-29828: Custom Dropdown improvements (#722)
  • EZP-29827: Harmonize Preview switcher in Content Section Create/Edit views (#721)
  • EZP-29766: As an editor, I want to filter the search using subtree parameter (#711)
  • EZP-29855: Expose pages query param in Location View / Versions tab for implementing custom pagination (#733)
  • EZP-29613: As a developer I want access to ContentType on Content to avoid re-loading it (#633)
  • EZP-29658: As an Editor, I want to attach links to images in RichText Editor (#726)
  • EZP-29714: As an Editor, I want to use pagination in the sub-items widgets (#742)
  • EZEE-2303: RichText block (#714)
  • EZP-29355: As a developer, I want to edit the "ezcontent" of a custom tag (#697)
  • EZP-29856: Expose form's data ContentCreateStruct in content create view (#734)
  • EZP-29848: Make existing AdminUI tabs extendable by allowing template path and parameters change (#728)
  • EZP-29812: As an editor, I want to embed a content item within a block element (#736)
  • EZP-29744: Implement permissions for Content/Create in Sub-items table (#725)
  • EZP-29122: As a developer, I want to configure password policies in ezuser Field Definitions (#731)
  • EZP-29747: As an editor, I want to see a list of content items impossible to delete (#712)
  • EZP-29898: Add workflow icon to Admin Interface (#749)
  • EZP-29757: As an administrator, I want to be able to translate a content type (AdminUI frontend) (#730)
  • EZP-29919: Add 'approved' and 'rejected' icons (#761)
  • EZP-29921: Add possibility to use icons with custom path in Sidebar menu (#763)
  • EZP-29923: Add unit tests to RequestLocaleListener (#765)
  • EZP-29935: Add Sub items limit value to User Preferences (#769)
  • EZP-29932: As a Developer I want list of Languages based on User's browser settings (#770)

Bugs

  • EZP-29700: Syntax error after logging out (#673)
  • EZP-29707: Cannot read property 'remove' of null error from Selection (#675)
  • EZP-29709: RequestLocaleListener tries to match SiteAccess on /_fos_user_context_hash (#678)
  • EZP-29715: Javascript error with ez platform 2.3. maybe related to the new ezimageasset fieldtype (#681)
  • EZP-29660: Ezobjectrelationlist ignores allowed content types when creating content via UDW (#679)
  • EZP-29617: No route found after adding new translation (#641)
  • EZEE-2462: Edit button still active after closing draft conflict modal window (#680)
  • EZP-29730: Cannot add UDW configuration from YAML file located in other bundle
  • EZP-29731: Missing icon in custom tags (#687)
  • EZP-29728: Longitude validation appears when user try to publish after editing (#716)
  • EZP-29761: RichText Editor crashes after addin link to the content into unordered list (#719)
  • EZP-29819: Dynamic settings injected with wrong scope to config provider services (#718)
  • EZP-29832: Unable to use AdminUI without admin rights
  • EZP-29854: Cannot remove a selected item from custom dropdown (#732)
  • EZP-29825: As a dev, I want to be able to override content edit form fields for specific Content Types (#720)
  • EZP-29862: Trash button is disabled after using browser back button (#739)
  • EZP-29863: Exclamation mark is misaligned for Selection validation (#744)
  • EZP-29884: Embed toolbar is visible after removing embed item. (#745)
  • EZP-29889: Cannot set property 'disabled' of null error in console in Trash (#748)
  • EZP-29882: Embed content item is not visible in edit mode in Rich Text Editor (#746)
  • EZP-29871: Error 500 after creating Content Item based on Content Type with ezuser (#754)
  • EZP-29738: Triple validation message for invalid email address (#753)
  • EZP-29897: Workflow state panel becomes unusable in the Content Edit, when its container is displayed below the fold (#750)
  • EZP-29877: Custom tags and nested table focus issue (#752)
  • EZP-29875: Facebook tag set focus issue (#758)
  • EZP-29902: Admin UI - Locale is not correctly set (#756)
  • EZP-29716: It is not possible to translate Admin UI footer (#677)
  • EZP-29900: Validation of XML content failed when changing block styles in List block (#759)
  • EZP-28413: Empty username field after copying a user (#762)
  • EZP-29911: Deleting a translation of a content items redirects to a 404 page (#764)
  • EZP-29918: Removing padding on left and right toolbars (#760)
  • EZP-29904: Unable to select Base translation for a Content Item (#768)
  • EZP-29910: Image link icon disappears when I edit the content item (#767)
  • EZP-29917: Impossible to include custom tags, images, embed inside a custom tag (ezcontent) (#766)
  • EZP-29933: Admin UI REST API listener considers 3rd party routes as REST routes (#771)
  • EZP-29890: Wrong translation form is opened after using browser back button (#775)
  • EZP-29952: Content View mode always uses main language to display Field Def labels (#772)
  • EZP-29925: Content Type Translate in Edit mode is not based on browser's settings (#779)
  • EZP-29913: Missing disabled look and feel for some of the fields when translating Content Type (#777)

Misc

  • EZP-29712: Run nightly Behat tests on demo metarepos (#693)
  • EZP-29711: Take better screenshots on Travis (#690)
  • EZEE-1674: Create a spike of Form Builder scenarios for v2 (#727)
  • EZEE-2306: As a QA I want to broaden the coverage of automatic tests for PB (#703)
  • EZEE-2305: As a QA I want to run PB test features on Enterprise Demo (#737)

ezplatform-admin-ui-modules changes between v1.3.0 and v1.4.0

Improvements

  • EZP-28067: As an Editor, I want to Delete multiple content items at a time (#107)
  • EZP-29714: As an Editor, I want to use pagination in the sub-items widgets (#112)
  • EZP-29842: Implement content create permissions check in MFU (#116)
  • EZP-29747: As an editor, I want to see a list of content items impossible to delete (#113)

Bugs

  • EZP-29737: Invalid UDW container height after resizing window (#108)
  • EZP-29701: Select content button's outline is cut at the bottom (#110)
  • EZP-29746: Selected item blinking while loading its children in UDW (#111)
  • EZP-29836: Bulk move & delete buttons work without selection (#114)
  • EZP-29838: Cannot use Multi-file upload on Microsoft Edge (#115)
  • EZP-29873: "Cannot set property 'CurrentVersion' of null" notification when user click Bookmarks tab in UDW (#118)
  • EZP-29872: Unnecessary duplication of the file size in multi-file upload (#117)
  • EZP-29895: Loading spinner icon in Sub-items is too big (#119)
  • EZP-29965: Search in UDW does not show translated Content Type name (#122)
  • EZP-29966: Content Type is not translated in Subitems list view (#123)
  • EZP-29968: Error 500 for bulk delete/move (#124)

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

Improvements

  • EZP-29721: Broken URL alias history is not restored after regenerating aliases (#2459)
  • EZP-28009: Extract the RichText FieldType to its own package (#2302)
  • EZP-29613: As a developer I want access to ContentType on Content to avoid re-loading it (#2444)
  • EZP-29658: As an Editor, I want to attach links to images in RichText Editor (#2492)
  • EZP-29823: Filter location loading on translations to avoid exception later when lazy property is loaded (#2480)
  • EZP-29122: As a developer, I want to configure password policies in ezuser Field Definitions (#2501)
  • EZP-29764: As a Developer I want to update single Content Type translation (#2484)
  • EZP-29788: As a developer, I want to delete content type translation (#2494)
  • EZP-29451: As an Administrator I want to have a CLI command for database cleanup (#2431)
  • EZP-29851: As a developer I want to be able to load several Locations at once (#2493)
  • EZP-29749: As an Administrator I want to configure Imagine ProxyResolver (#2470)
  • EZP-29932: As a Developer I want list of Languages based on User's browser settings (#2507)
  • EZP-29962: As a Developer I want API to detect if object is user/group (#2509)

Bugs

  • EZP-29586: Content copied by another user is still owned by original creator (#2447)
  • EZP-29801: Content View breaks when providing location id as param (#2478)
  • 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-29887: Impossible to override the embed-inline default template (#2503)
  • EZP-29899: Current Content version loading can end up loading wrong version under concurrency (#2502)
  • EZP-29708: REST API returns the list of all SiteAccesses when invalid X-Siteaccess header value is set

Misc

  • EZP-29740: [Travis] For existing kernel integration tests add setups for new databases (#2468)

repository-forms changes between v2.3.0 and v2.4.0

Improvements

  • EZP-29748: Replacing the outdated verbiage of eZ Publish from eZ Platform when adding a Policy (#259)
  • EZP-29122: As a developer, I want to configure password policies in ezuser Field Definitions (#262)
  • EZP-29757: As an administrator, I want to be able to translate a content type (AdminUI frontend) (#263)

Bugs

  • EZP-29617: No route found after adding new translation (#256)
  • EZP-29518: ContentType option "Default field for sorting children" has no effect on new created objects (#258)
  • EZEE-2132: User should be redirected to created Landing Page instead of it's parent (#266)
  • EZP-29925: Content Type Translate in Edit mode is not based on browser's settings (#267)
  • EZP-29820: /user/update/{id}/{version}/{language} access limitation

Misc

  • EZP-29612: Automated code testing tool for documentation (#261)

ezplatform-richtext v1.0.0

New repository.