Skip to content

Releases: enonic/xp

Enonic XP Runtime 7.11.2

06 Jan 14:14
Compare
Choose a tag to compare

Changelog

Bugs

  • Content deletion isn't propagated to a grandchild layer (#9922).
  • Content references are not extracted from all input occurrences (#9915).
  • TypeScript: All QueryDSL expressions support a boost parameter which is missing in the types (#9924).

Enonic XP Runtime 7.11.1

05 Dec 14:05
Compare
Choose a tag to compare

Changelog

Bugs

  • Content library: wrong Permissions type (#9855).
  • Node library: invalid type of default property in _indexConfig (#9856).
  • QueryDsl type is missing stemmed (#9901).
  • TypeScript Add operator to QueryDSL stemmed (#9866).
  • TypeScript createMedia data is string, should be object (#9877).
  • TypeScript: ExistsDslExpression is missing from lib-node (#9907).
  • TypeScript: focalX and focalY should be number, not string (#9887).
  • Write timeout during the initialization (#9886).
  • XP won't extract meta-data on image upload (#9900).
  • auth lib accepts null PrincipalKey in a few methods (#9858).
  • publish.from unstable precision (#9894).

Enonic XP Runtime 7.11.0

07 Nov 10:07
Compare
Choose a tag to compare

Changelog

Features

  • Migrate JS API to Typescript and generate TS definitions (#9304).
  • HtmlLinkProcessor: process links with query parameters (#7571).
  • Implement QueryDSL filter (#7081).
  • Implement exists DSL expression (#9603).

Improvements

  • Add Path property to ContentVersion (#9588).
  • Add Permissions property to ContentVersion (#9585).
  • Add childOrder to ContentVersion (#9559).
  • Allow to set WorkflowInfo in UpdateMediaCommand (#9664).
  • Improve processHtml (experimental) (#9413).
  • Migrate to OSGi Cmpn 8 (#9655).
  • Verify attachment checksum on modification of media content (#9659).

Bugs

  • Attachment modifications are not synced in layers (#9604).
  • Binary references may not reflect actual file names in exports (#9635).
  • Branches with underscore must not be allowed (#8698).
  • Bug in vhost routing to other site (#9519).
  • Contents of a layout region get duplicated after save (#9753).
  • Corrupt image prevents its data to be modified (#8282).
  • Icon resolver won't respect admin vhost config (#9647).
  • Image component rendering causes 404 page if referenced image is not available (#9301).
  • NodeMultiRepoQuery does not return suggestions in result (#9668).
  • Passing in maxAge when doing system dumps results in NullPointerException (#8108).
  • Regexp is validated only in the first occurrence of an input (#9464).
  • Removing su user from role:system:admin causes failed system repo init on next restart (#9516).
  • Update media always makes content IN_PROGRESS (#9663).
  • Uploading a new attachment won't change workflow state of the content (#9520).
  • Vacuum does not release directory locks properly (#9646).
  • Vacuum stops on broken blob (#9601).
  • lib-grid jsdoc need module (#9606).
  • utf-8 charset is not set for default HTML rendering (#9697).

Refactorings

  • Dependency updates Trail 7.10 (#9499).
  • Dependency updates Trail 7.11 (#9653).
  • Minimize use of ContextAccessor.current() where possible (#9626).
  • Simplify UUID class and subclasses (#9230).
  • Update to Gradle 7 (#9541).

Enonic XP Runtime 7.11.0-RC4

04 Nov 07:05
Compare
Choose a tag to compare
Pre-release

Changelog

Features

  • HtmlLinkProcessor: process links with query parameters (#7571).
  • Implement QueryDSL filter (#7081).
  • implement exists DSL expression (#9603).

Improvements

  • Add Path property to ContentVersion (#9588).
  • Add Permissions property to ContentVersion (#9585).
  • Add childOrder to ContentVersion (#9559).
  • Allow to set WorkflowInfo in UpdateMediaCommand (#9664).
  • Improve processHtml (experimental) (#9413).
  • Migrate to OSGi Cmpn 8 (#9655).
  • verify attachment checksum on modification of media content (#9659).

Bugs

  • Attachment modifications are not synced in layers (#9604).
  • Binary references may not reflect actual file names in exports (#9635).
  • Branches with underscore must not be allowed (#8698).
  • Bug in vhost routing to other site (#9519).
  • Contents of a layout region get duplicated after save (#9753).
  • Corrupt image prevents its data to be modified (#8282).
  • Icon resolver won't respect admin vhost config (#9647).
  • Image component rendering causes 404 page if referenced image is not available (#9301).
  • NodeMultiRepoQuery does not return suggestions in result (#9668).
  • Passing in maxAge when doing system dumps results in NullPointerException (#8108).
  • Regexp is validated only in the first occurrence of an input (#9464).
  • Removing su user from role:system:admin causes failed system repo init on next restart (#9516).
  • Update media always makes content IN_PROGRESS (#9663).
  • Uploading a new attachment won't change workflow state of the content (#9520).
  • Vacuum does not release directory locks properly (#9646).
  • Vacuum stops on broken blob (#9601).
  • lib-grid jsdoc need module (#9606).
  • utf-8 charset is not set for default HTML rendering (#9697).

Refactorings

  • Dependency updates Trail 7.10 (#9499).
  • Dependency updates Trail 7.11 (#9653).
  • Minimize use of ContextAccessor.current() where possible (#9626).
  • Simplify UUID class and subclasses (#9230).
  • Update to Gradle 7 (#9541).
  • replace size with isEmpty where possible (#9674).

Enonic XP Runtime 7.11.0-RC3

01 Nov 15:33
Compare
Choose a tag to compare
Pre-release

Changelog

Features

  • HtmlLinkProcessor: process links with query parameters (#7571).
  • Implement QueryDSL filter (#7081).
  • implement exists DSL expression (#9603).

Improvements

  • Add Path property to ContentVersion (#9588).
  • Add Permissions property to ContentVersion (#9585).
  • Add childOrder to ContentVersion (#9559).
  • Allow to set WorkflowInfo in UpdateMediaCommand (#9664).
  • Improve processHtml (experimental) (#9413).
  • Make Node in node library generic (#9794).
  • Migrate to OSGi Cmpn 8 (#9655).
  • verify attachment checksum on modification of media content (#9659).

Bugs

  • Attachment modifications are not synced in layers (#9604).
  • Binary references may not reflect actual file names in exports (#9635).
  • Branches with underscore must not be allowed (#8698).
  • Bug in vhost routing to other site (#9519).
  • Contents of a layout region get duplicated after save (#9753).
  • Corrupt image prevents its data to be modified (#8282).
  • Icon resolver won't respect admin vhost config (#9647).
  • Image component rendering causes 404 page if referenced image is not available (#9301).
  • NodeMultiRepoQuery does not return suggestions in result (#9668).
  • Passing in maxAge when doing system dumps results in NullPointerException (#8108).
  • Regexp is validated only in the first occurrence of an input (#9464).
  • Removing su user from role:system:admin causes failed system repo init on next restart (#9516).
  • Update media always makes content IN_PROGRESS (#9663).
  • Uploading a new attachment won't change workflow state of the content (#9520).
  • Vacuum does not release directory locks properly (#9646).
  • Vacuum stops on broken blob (#9601).
  • Virtual Applications should be disabled by default in 7.11 (#9720).
  • lib-grid jsdoc need module (#9606).
  • utf-8 charset is not set for default HTML rendering (#9697).

Refactorings

  • Dependency updates Trail 7.10 (#9499).
  • Dependency updates Trail 7.11 (#9653).
  • Minimize use of ContextAccessor.current() where possible (#9626).
  • Simplify UUID class and subclasses (#9230).
  • Update to Gradle 7 (#9541).
  • replace size with isEmpty where possible (#9674).

Enonic XP Runtime 7.11.0-RC1

24 Oct 14:46
Compare
Choose a tag to compare
Pre-release

Changelog

Features

  • HtmlLinkProcessor: process links with query parameters (#7571).
  • Implement QueryDSL filter (#7081).
  • implement exists DSL expression (#9603).

Improvements

  • Add Path property to ContentVersion (#9588).
  • Add Permissions property to ContentVersion (#9585).
  • Add childOrder to ContentVersion (#9559).
  • Allow to set WorkflowInfo in UpdateMediaCommand (#9664).
  • Improve processHtml (experimental) (#9413).
  • Make Node in node library generic (#9794).
  • Migrate to OSGi Cmpn 8 (#9655).
  • verify attachment checksum on modification of media content (#9659).

Bugs

  • Attachment modifications are not synced in layers (#9604).
  • Binary references may not reflect actual file names in exports (#9635).
  • Branches with underscore must not be allowed (#8698).
  • Bug in vhost routing to other site (#9519).
  • Contents of a layout region get duplicated after save (#9753).
  • Corrupt image prevents its data to be modified (#8282).
  • Icon resolver won't respect admin vhost config (#9647).
  • Image component rendering causes 404 page if referenced image is not available (#9301).
  • NodeMultiRepoQuery does not return suggestions in result (#9668).
  • Passing in maxAge when doing system dumps results in NullPointerException (#8108).
  • Regexp is validated only in the first occurrence of an input (#9464).
  • Removing su user from role:system:admin causes failed system repo init on next restart (#9516).
  • Update media always makes content IN_PROGRESS (#9663).
  • Uploading a new attachment won't change workflow state of the content (#9520).
  • Vacuum does not release directory locks properly (#9646).
  • Vacuum stops on broken blob (#9601).
  • Virtual Applications should be disabled by default in 7.11 (#9720).
  • lib-grid jsdoc need module (#9606).
  • utf-8 charset is not set for default HTML rendering (#9697).

Refactorings

  • Dependency updates Trail 7.10 (#9499).
  • Dependency updates Trail 7.11 (#9653).
  • Minimize use of ContextAccessor.current() where possible (#9626).
  • Simplify UUID class and subclasses (#9230).
  • Update to Gradle 7 (#9541).
  • replace size with isEmpty where possible (#9674).

Enonic XP Runtime 7.11.0-B4

17 Oct 11:09
Compare
Choose a tag to compare
Pre-release

Changelog

Features

  • HtmlLinkProcessor: process links with query parameters (#7571).
  • Implement QueryDSL filter (#7081).
  • implement exists DSL expression (#9603).

Improvements

  • Add Path property to ContentVersion (#9588).
  • Add Permissions property to ContentVersion (#9585).
  • Add childOrder to ContentVersion (#9559).
  • Allow to set WorkflowInfo in UpdateMediaCommand (#9664).
  • Improve processHtml (experimental) (#9413).
  • Make Node in node library generic (#9794).
  • Migrate to OSGi Cmpn 8 (#9655).
  • verify attachment checksum on modification of media content (#9659).

Bugs

  • Attachment modifications are not synced in layers (#9604).
  • Binary references may not reflect actual file names in exports (#9635).
  • Branches with underscore must not be allowed (#8698).
  • Bug in vhost routing to other site (#9519).
  • Contents of a layout region get duplicated after save (#9753).
  • Corrupt image prevents its data to be modified (#8282).
  • Icon resolver won't respect admin vhost config (#9647).
  • Image component rendering causes 404 page if referenced image is not available (#9301).
  • NodeMultiRepoQuery does not return suggestions in result (#9668).
  • Passing in maxAge when doing system dumps results in NullPointerException (#8108).
  • Regexp is validated only in the first occurrence of an input (#9464).
  • Removing su user from role:system:admin causes failed system repo init on next restart (#9516).
  • Update media always makes content IN_PROGRESS (#9663).
  • Uploading a new attachment won't change workflow state of the content (#9520).
  • Vacuum does not release directory locks properly (#9646).
  • Vacuum stops on broken blob (#9601).
  • Virtual Applications should be disabled by default in 7.11 (#9720).
  • lib-grid jsdoc need module (#9606).
  • utf-8 charset is not set for default HTML rendering (#9697).

Refactorings

  • Dependency updates Trail 7.10 (#9499).
  • Dependency updates Trail 7.11 (#9653).
  • Minimize use of ContextAccessor.current() where possible (#9626).
  • Simplify UUID class and subclasses (#9230).
  • Update to Gradle 7 (#9541).
  • replace size with isEmpty where possible (#9674).

Enonic XP Runtime 7.11.0-B3

04 Oct 12:58
Compare
Choose a tag to compare
Pre-release

Changelog

Features

  • HtmlLinkProcessor: process links with query parameters (#7571).
  • Implement QueryDSL filter (#7081).
  • implement exists DSL expression (#9603).

Improvements

  • Add Path property to ContentVersion (#9588).
  • Add Permissions property to ContentVersion (#9585).
  • Add childOrder to ContentVersion (#9559).
  • Allow to set WorkflowInfo in UpdateMediaCommand (#9664).
  • Improve processHtml (experimental) (#9413).
  • Migrate to OSGi Cmpn 8 (#9655).
  • verify attachment checksum on modification of media content (#9659).

Bugs

  • Attachment modifications are not synced in layers (#9604).
  • Binary references may not reflect actual file names in exports (#9635).
  • Branches with underscore must not be allowed (#8698).
  • Bug in vhost routing to other site (#9519).
  • Contents of a layout region get duplicated after save (#9753).
  • Corrupt image prevents its data to be modified (#8282).
  • Icon resolver won't respect admin vhost config (#9647).
  • Image component rendering causes 404 page if referenced image is not available (#9301).
  • NodeMultiRepoQuery does not return suggestions in result (#9668).
  • Passing in maxAge when doing system dumps results in NullPointerException (#8108).
  • Regexp is validated only in the first occurrence of an input (#9464).
  • Removing su user from role:system:admin causes failed system repo init on next restart (#9516).
  • Update media always makes content IN_PROGRESS (#9663).
  • Uploading a new attachment won't change workflow state of the content (#9520).
  • Vacuum does not release directory locks properly (#9646).
  • Vacuum stops on broken blob (#9601).
  • Virtual Applications should be disabled by default in 7.11 (#9720).
  • lib-grid jsdoc need module (#9606).
  • utf-8 charset is not set for default HTML rendering (#9697).

Refactorings

  • Dependency updates Trail 7.10 (#9499).
  • Dependency updates Trail 7.11 (#9653).
  • Minimize use of ContextAccessor.current() where possible (#9626).
  • Simplify UUID class and subclasses (#9230).
  • Update to Gradle 7 (#9541).
  • replace size with isEmpty where possible (#9674).

Enonic XP Runtime 7.11.0-B1

15 Sep 13:30
Compare
Choose a tag to compare
Pre-release

Changelog

Features

  • HtmlLinkProcessor: process links with query parameters (#7571).
  • Implement QueryDSL filter (#7081).
  • implement exists DSL expression (#9603).

Improvements

  • Add Path property to ContentVersion (#9588).
  • Add Permissions property to ContentVersion (#9585).
  • Add childOrder to ContentVersion (#9559).
  • Allow to set WorkflowInfo in UpdateMediaCommand (#9664).
  • Improve processHtml (experimental) (#9413).
  • Migrate to OSGi Cmpn 8 (#9655).
  • verify attachment checksum on modification of media content (#9659).

Bugs

  • Attachment modifications are not synced in layers (#9604).
  • Binary references may not reflect actual file names in exports (#9635).
  • Bug in vhost routing to other site (#9519).
  • Icon resolver won't respect admin vhost config (#9647).
  • Passing in maxAge when doing system dumps results in NullPointerException (#8108).
  • Regexp is validated only in the first occurrence of an input (#9464).
  • Removing su user from role:system:admin causes failed system repo init on next restart (#9516).
  • Update media always makes content IN_PROGRESS (#9663).
  • Uploading a new attachment won't change workflow state of the content (#9520).
  • Vacuum does not release directory locks properly (#9646).
  • Vacuum stops on broken blob (#9601).
  • lib-grid jsdoc need module (#9606).
  • utf-8 charset is not set for default HTML rendering (#9697).

Refactorings

  • Dependency updates Trail 7.10 (#9499).
  • Dependency updates Trail 7.11 (#9653).
  • Minimize use of ContextAccessor.current() where possible (#9626).
  • Simplify UUID class and subclasses (#9230).
  • Update to Gradle 7 (#9541).
  • replace size with isEmpty where possible (#9674).

Enonic XP Runtime 7.10.3

31 Aug 13:32
Compare
Choose a tag to compare

Changelog

Bugs

  • Update media always makes content IN_PROGRESS (#9663).