Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 362f2a6280d961fdfdee973e5c29061ceafd6179
https://github.com/xwiki/xwiki-platform/commit/362f2a6280d961fdfdee973e5c29…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/src/test/it/org/xwiki/index/test/ui/docker/DocumentTreeMacroIT.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/ChildrenMacro.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.xml
Log Message:
-----------
XWIKI-23041: Allow choosing the parent page for the children macro
* Add a root parameter for the children macro
* Provide an integration test
(cherry picked from commit 11659dd0ea1f4238265812562e7e5c7be355219a)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 11659dd0ea1f4238265812562e7e5c7be355219a
https://github.com/xwiki/xwiki-platform/commit/11659dd0ea1f4238265812562e7e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/src/test/it/org/xwiki/index/test/ui/docker/DocumentTreeMacroIT.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/ChildrenMacro.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.xml
Log Message:
-----------
XWIKI-23041: Allow choosing the parent page for the children macro
* Add a root parameter for the children macro
* Provide an integration test
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 8328a8ebc0ed347a489d635c4dec474e8dd7b77c
https://github.com/xwiki/xwiki-platform/commit/8328a8ebc0ed347a489d635c4dec…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/src/test/it/org/xwiki/index/test/ui/docker/DocumentTreeMacroIT.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTree.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeMacros.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/src/main/webapp/templates/documentTree_macros.vm
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-war/src/main/webapp/templates/tree_macros.vm
Log Message:
-----------
XWIKI-20528: Add parameter to open nodes of DocumentTree to given level/depth (#3995)
* Provide a new macro parameter for DocumentTree expandToLevel
* Define that new parameter also in tree_macros.vm to allow using it
for computing the data-url
* Use that macro value in DocumentTreeMacros to decide the state of a
node to automaticaly expand them
* Simplify the solution
* Provide an integration test
* Provide translations
(cherry picked from commit ec45f1f7df2033947fe687ed0c8d5269b88e2839)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.10.x/pr-3995
Home: https://github.com/xwiki/xwiki-platform
Commit: afbfd82dee96c9f352a08c98447b8e8213aa1bdc
https://github.com/xwiki/xwiki-platform/commit/afbfd82dee96c9f352a08c98447b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/src/test/it/org/xwiki/index/test/ui/docker/DocumentTreeMacroIT.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTree.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeMacros.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/src/main/webapp/templates/documentTree_macros.vm
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-war/src/main/webapp/templates/tree_macros.vm
Log Message:
-----------
XWIKI-20528: Add parameter to open nodes of DocumentTree to given level/depth (#3995)
* Provide a new macro parameter for DocumentTree expandToLevel
* Define that new parameter also in tree_macros.vm to allow using it
for computing the data-url
* Use that macro value in DocumentTreeMacros to decide the state of a
node to automaticaly expand them
* Simplify the solution
* Provide an integration test
* Provide translations
(cherry picked from commit ec45f1f7df2033947fe687ed0c8d5269b88e2839)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: ec45f1f7df2033947fe687ed0c8d5269b88e2839
https://github.com/xwiki/xwiki-platform/commit/ec45f1f7df2033947fe687ed0c8d…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/src/test/it/org/xwiki/index/test/ui/docker/DocumentTreeMacroIT.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTree.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeMacros.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/src/main/webapp/templates/documentTree_macros.vm
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-war/src/main/webapp/templates/tree_macros.vm
Log Message:
-----------
XWIKI-20528: Add parameter to open nodes of DocumentTree to given level/depth (#3995)
* Provide a new macro parameter for DocumentTree expandToLevel
* Define that new parameter also in tree_macros.vm to allow using it
for computing the data-url
* Use that macro value in DocumentTreeMacros to decide the state of a
node to automaticaly expand them
* Simplify the solution
* Provide an integration test
* Provide translations
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-20528
Home: https://github.com/xwiki/xwiki-platform
Commit: 46b280380f1def7f37736cf1c813ef664abd5efc
https://github.com/xwiki/xwiki-platform/commit/46b280380f1def7f37736cf1c813…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTree.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.xml
Log Message:
-----------
XWIKI-20528: Add parameter to open nodes of DocumentTree to given level/depth
* Provide translations
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-20528
Home: https://github.com/xwiki/xwiki-platform
Commit: 5597dd180af1696e536b4b5b87d74e2ecb5f49fd
https://github.com/xwiki/xwiki-platform/commit/5597dd180af1696e536b4b5b87d7…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/pom.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/IndexTreeScriptServiceTest.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTree.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeMacros.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-war/src/main/webapp/templates/documentTree_macros.vm
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-war/src/main/webapp/templates/tree_macros.vm
Log Message:
-----------
XWIKI-20528: Add parameter to open nodes of DocumentTree to given level/depth
* Provide a new script service method to compute a distance between 2
references
* Provide a new macro parameter for DocumentTree expandToLevel
* Define that new parameter also in tree_macros.vm to allow using it
for computing the data-url
* Use that macro value in DocumentTreeMacros to decide the state of a
node to automaticaly expand them
Commit: 2f50e4246e4af6c2cf4a860270dbf11566d003f9
https://github.com/xwiki/xwiki-platform/commit/2f50e4246e4af6c2cf4a860270db…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/src/test/it/org/xwiki/index/test/ui/docker/DocumentTreeMacroIT.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java
R xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/IndexTreeScriptServiceTest.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeMacros.xml
Log Message:
-----------
XWIKI-20528: Add parameter to open nodes of DocumentTree to given level/depth
* Simplify the solution
* Provide an integration test
Compare: https://github.com/xwiki/xwiki-platform/compare/8c41057aab72...2f50e4246e4a
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: ed873bb901f8ece7e3d1a46fa17726e1ecb19bb0
https://github.com/xwiki-contrib/cristal/commit/ed873bb901f8ece7e3d1a46fa17…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M core/browser/browser-api/src/index.ts
M core/browser/browser-default/src/components/browser-api-default.ts
M electron/browser/package.json
M electron/browser/src/components/browser-api-electron.ts
M electron/browser/src/electron/main/index.ts
M electron/browser/src/electron/preload/apiTypes.ts
M electron/browser/src/electron/preload/index.ts
A electron/state/package.json
A electron/state/src/index.ts
A electron/state/tsconfig.json
A electron/state/tsdoc.json
A electron/state/vite.config.js
M electron/storage/package.json
M electron/storage/src/components/FileSystemConfig.ts
M electron/storage/src/electron/main/index.ts
M electron/storage/src/electron/preload/apiTypes.ts
M electron/storage/src/electron/preload/index.ts
M lib/src/components/DefaultCristalApp.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
Log Message:
-----------
CRISTAL-496: Allow the file system backend root location to be configurable (#796)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: 5af9df86311cbdcfca815ebf143dee14b59a5d50
https://github.com/xwiki-contrib/oidc/commit/5af9df86311cbdcfca815ebf143dee…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
M oauth2-client/pom.xml
M oauth2-store/pom.xml
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: fdf2c0816dbb20a14d1e49050e33c3788a4e33f1
https://github.com/xwiki-contrib/oidc/commit/fdf2c0816dbb20a14d1e49050e33c3…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
M oauth2-client/pom.xml
M oauth2-store/pom.xml
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release oidc-2.16.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: ddffb2729c23b37b7f579e26a1380aff39c1658f
https://github.com/xwiki-contrib/oidc/commit/ddffb2729c23b37b7f579e26a1380a…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
M oauth2-client/pom.xml
M oauth2-client/src/main/java/org/xwiki/contrib/oidc/OAuth2ClientScriptService.java
M oauth2-client/src/main/java/org/xwiki/contrib/oidc/internal/DefaultOAuth2ClientManager.java
M oauth2-client/src/main/java/org/xwiki/contrib/oidc/internal/OAuth2TokenRenewalJob.java
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/AbstractNimbusOAuth2TokenStore.java
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/DefaultOAuth2TokenStore.java
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/NimbusOAuth2Token.java
Log Message:
-----------
OIDC-217 : Provide APIs to delete tokens from the OAuth2 Store
* Fix token renewal issues with tokens stored in the user profile
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: 4813c759924a263ee1e452c0f557196b4b416247
https://github.com/xwiki-contrib/book-versions/commit/4813c759924a263ee1e45…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-common-ui/pom.xml
M application-book-versions-default/pom.xml
M application-book-versions-publish-ui/pom.xml
M application-book-versions-ui/pom.xml
M application-book-versions-xip/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: 7a9868d094ef7bb497fb8adb73cc101550301fd8
https://github.com/xwiki-contrib/book-versions/commit/7a9868d094ef7bb497fb8…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-common-ui/pom.xml
M application-book-versions-default/pom.xml
M application-book-versions-publish-ui/pom.xml
M application-book-versions-ui/pom.xml
M application-book-versions-xip/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release application-book-versions-1.11
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications