Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: ae662bb920357fadde87bd42efdfbe661fce231f
https://github.com/xwiki-contrib/oidc/commit/ae662bb920357fadde87bd42efdfbe…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2025-04-02 (Wed, 02 Apr 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: 58063ab90299a079258fbfb1ee39852a4d45cb55
https://github.com/xwiki-contrib/oidc/commit/58063ab90299a079258fbfb1ee3985…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2025-04-02 (Wed, 02 Apr 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.1
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: 5c895f7c3fa973beba3df5319c4e934a8104475a
https://github.com/xwiki-contrib/oidc/commit/5c895f7c3fa973beba3df5319c4e93…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/AbstractNimbusOAuth2TokenStore.java
Log Message:
-----------
OIDC-222 : Saving a new oauth2 token overwrites tokens from previous configurations
* Make sure that a new object is created when no object exists for thee
given configuration
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/xwiki-platform
Commit: 1dec7e3cd119ee351b5b32a4bbc5420ce5932977
https://github.com/xwiki/xwiki-platform/commit/1dec7e3cd119ee351b5b32a4bbc5…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/src/main/resources/XWiki/Realtime/Configuration.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wiki/xwiki-platform-realtime-wiki-webjar/src/main/webjar/wikiEditor.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js
Log Message:
-----------
XWIKI-22780: Redesign the action buttons toolbar for the realtime WYSIWYG editor
* Bulletproof the recent versions dropdown.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.2.x
Home: https://github.com/xwiki/xwiki-platform
Commit: c9b8b00348dd1987e5ad43a901f2a2b291273b12
https://github.com/xwiki/xwiki-platform/commit/c9b8b00348dd1987e5ad43a901f2…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/commentsinline.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/CommentsIT.java
A xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentElement.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentsTab.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/comments2.vm
Log Message:
-----------
XWIKI-22978: Comments are not ordered by date (#4015)
Provide a quickfix for ordering the comments directly in
commentsinline.vm. Since we cannot call directly $collectiontool.sort
because the Object property cannot be accessed by beanutils, we build a sorted
map indexed by date, taking into
account the rare possibility that 2 comments have been added at exact
same date.
Also all this work is duplicated in comments2.vm for fixing it in old
PDF export.
Note that ideally all this work should be refactored with a proper Java
API for comments, see also XWIKI-23049.
(cherry picked from commit 7afb957e90c71f106ccbb06f9eed657cb6c8ec4a)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-17.2.x/pr-4015
Home: https://github.com/xwiki/xwiki-platform
Commit: 8c3fca9f2f96087ac8b80ecf111e7d162f2529fd
https://github.com/xwiki/xwiki-platform/commit/8c3fca9f2f96087ac8b80ecf111e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/commentsinline.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/CommentsIT.java
A xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentElement.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentsTab.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/comments2.vm
Log Message:
-----------
XWIKI-22978: Comments are not ordered by date (#4015)
Provide a quickfix for ordering the comments directly in
commentsinline.vm. Since we cannot call directly $collectiontool.sort
because the Object property cannot be accessed by beanutils, we build a sorted
map indexed by date, taking into
account the rare possibility that 2 comments have been added at exact
same date.
Also all this work is duplicated in comments2.vm for fixing it in old
PDF export.
Note that ideally all this work should be refactored with a proper Java
API for comments, see also XWIKI-23049.
(cherry picked from commit 7afb957e90c71f106ccbb06f9eed657cb6c8ec4a)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: fd71dd610fa6351e4fce3a260ea94054f1a84d8b
https://github.com/xwiki/xwiki-platform/commit/fd71dd610fa6351e4fce3a260ea9…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/commentsinline.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/CommentsIT.java
A xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentElement.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentsTab.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/comments2.vm
Log Message:
-----------
XWIKI-22978: Comments are not ordered by date (#4015)
Provide a quickfix for ordering the comments directly in
commentsinline.vm. Since we cannot call directly $collectiontool.sort
because the Object property cannot be accessed by beanutils, we build a sorted
map indexed by date, taking into
account the rare possibility that 2 comments have been added at exact
same date.
Also all this work is duplicated in comments2.vm for fixing it in old
PDF export.
Note that ideally all this work should be refactored with a proper Java
API for comments, see also XWIKI-23049.
(cherry picked from commit 7afb957e90c71f106ccbb06f9eed657cb6c8ec4a)
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: f0651b98ed094f800a5e36e7babab5c5354dacba
https://github.com/xwiki/xwiki-platform/commit/f0651b98ed094f800a5e36e7baba…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/commentsinline.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/CommentsIT.java
A xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentElement.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentsTab.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/comments2.vm
Log Message:
-----------
XWIKI-22978: Comments are not ordered by date (#4015)
Provide a quickfix for ordering the comments directly in
commentsinline.vm. Since we cannot call directly $collectiontool.sort
because the Object property cannot be accessed by beanutils, we build a sorted
map indexed by date, taking into
account the rare possibility that 2 comments have been added at exact
same date.
Also all this work is duplicated in comments2.vm for fixing it in old
PDF export.
Note that ideally all this work should be refactored with a proper Java
API for comments, see also XWIKI-23049.
(cherry picked from commit 7afb957e90c71f106ccbb06f9eed657cb6c8ec4a)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.4.x/pr-4015
Home: https://github.com/xwiki/xwiki-platform
Commit: d540339024db34ef24757fdba6d743b1d4bf9a77
https://github.com/xwiki/xwiki-platform/commit/d540339024db34ef24757fdba6d7…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/commentsinline.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/CommentsIT.java
A xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentElement.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentsTab.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/comments2.vm
Log Message:
-----------
XWIKI-22978: Comments are not ordered by date (#4015)
Provide a quickfix for ordering the comments directly in
commentsinline.vm. Since we cannot call directly $collectiontool.sort
because the Object property cannot be accessed by beanutils, we build a sorted
map indexed by date, taking into
account the rare possibility that 2 comments have been added at exact
same date.
Also all this work is duplicated in comments2.vm for fixing it in old
PDF export.
Note that ideally all this work should be refactored with a proper Java
API for comments, see also XWIKI-23049.
(cherry picked from commit 7afb957e90c71f106ccbb06f9eed657cb6c8ec4a)
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-4015
Home: https://github.com/xwiki/xwiki-platform
Commit: 68defd50b780999ad885f365eecdc5d134649dca
https://github.com/xwiki/xwiki-platform/commit/68defd50b780999ad885f365eecd…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/commentsinline.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/CommentsIT.java
A xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentElement.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentsTab.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/comments2.vm
Log Message:
-----------
XWIKI-22978: Comments are not ordered by date (#4015)
Provide a quickfix for ordering the comments directly in
commentsinline.vm. Since we cannot call directly $collectiontool.sort
because the Object property cannot be accessed by beanutils, we build a sorted
map indexed by date, taking into
account the rare possibility that 2 comments have been added at exact
same date.
Also all this work is duplicated in comments2.vm for fixing it in old
PDF export.
Note that ideally all this work should be refactored with a proper Java
API for comments, see also XWIKI-23049.
(cherry picked from commit 7afb957e90c71f106ccbb06f9eed657cb6c8ec4a)
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: 7afb957e90c71f106ccbb06f9eed657cb6c8ec4a
https://github.com/xwiki/xwiki-platform/commit/7afb957e90c71f106ccbb06f9eed…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/commentsinline.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/CommentsIT.java
A xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentElement.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentsTab.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/comments2.vm
Log Message:
-----------
XWIKI-22978: Comments are not ordered by date (#4015)
Provide a quickfix for ordering the comments directly in
commentsinline.vm. Since we cannot call directly $collectiontool.sort
because the Object property cannot be accessed by beanutils, we build a sorted
map indexed by date, taking into
account the rare possibility that 2 comments have been added at exact
same date.
Also all this work is duplicated in comments2.vm for fixing it in old
PDF export.
Note that ideally all this work should be refactored with a proper Java
API for comments, see also XWIKI-23049.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22978-2
Home: https://github.com/xwiki/xwiki-platform
Commit: 96c76adfdb8b193307e268635a3169a3349f86b1
https://github.com/xwiki/xwiki-platform/commit/96c76adfdb8b193307e268635a31…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/commentsinline.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/CommentsIT.java
A xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentElement.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/CommentsTab.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/comments2.vm
Log Message:
-----------
XWIKI-22978: Comments are not ordered by date
* Improve a bit the solution by using a sorted map
* Provide integration tests and better PO to test comments
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: 90b4b9fe5b4818d0325afdcadb2f47773c96a783
https://github.com/xwiki/xwiki-platform/commit/90b4b9fe5b4818d0325afdcadb2f…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/type.less
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/toolbar.js
Log Message:
-----------
XWIKI-22780: Redesign the action buttons toolbar for the realtime WYSIWYG editor
* Fix the Change Summary modal when editing in-place (fetching the changes was failing because the submitted form data was incomplete)
* Fix the flickering on the document title when entering in-place edit mode
* Remove the background-color from the title input when editing in-place
* Place the caret at the start of the title input rather than selecting the entire document title, when entering in-place edit mode.
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: 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