Skip to content

v1.4.0

Compare
Choose a tag to compare
@DominikaK DominikaK released this 21 Dec 14:01

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)