Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: 15aa2a8efc9d5af1fb0e34701c47d87ead554c15
https://github.com/xwiki-contrib/book-versions/commit/15aa2a8efc9d5af1fb0e3…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-03-27 (Thu, 27 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.10
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: d275decbb59a2810d1499ade61adbd2ed6af1f73
https://github.com/xwiki-contrib/book-versions/commit/d275decbb59a2810d1499…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/BookVersionsConstants.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
M application-book-versions-publish-ui/src/main/resources/BookVersions/Code/PublishedTranslationLanguageSelector.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/NavigationMenu.xml
Log Message:
-----------
BVERSION-199 : Use the XWiki's default languauge when no default translation is defined for a page
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 5213ac91982622a9f249655736da5902e893aa46
https://github.com/xwiki-contrib/cristal/commit/5213ac91982622a9f249655736d…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M api/src/api/WikiConfig.ts
M api/src/components/defaultWikiConfig.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlParser.test.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlSerializer.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M web/public/config.json
Log Message:
-----------
CRISTAL-470: Allow the nextcloud backend root location to be configurable (#792)
* Add storageRoot to WikiConfig
* Add tests for NextcloudRemoteURLParser and
NextcloudRemoteURLSerializer
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/XWIKI-22978
Home: https://github.com/xwiki/xwiki-platform
Commit: 9a11e6904af547a3a6467d71d0dd2daa2e1f5063
https://github.com/xwiki/xwiki-platform/commit/9a11e6904af547a3a6467d71d0dd…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M xwiki-platform-core/pom.xml
A xwiki-platform-core/xwiki-platform-comment/pom.xml
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-api/pom.xml
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-api/src/main/java/org/xwiki/platform/comment/Comment.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-api/src/main/java/org/xwiki/platform/comment/CommentException.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-api/src/main/java/org/xwiki/platform/comment/CommentId.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-api/src/main/java/org/xwiki/platform/comment/CommentManager.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-api/src/main/java/org/xwiki/platform/comment/script/CommentScriptService.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-api/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-default/pom.xml
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-default/src/main/java/org/xwiki/platform/comment/internal/DefaultComment.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-default/src/main/java/org/xwiki/platform/comment/internal/DefaultCommentId.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-default/src/main/java/org/xwiki/platform/comment/internal/DefaultCommentManager.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-default/src/main/java/org/xwiki/platform/comment/internal/XWikiCommentsDocumentInitializer.java
A xwiki-platform-core/xwiki-platform-comment/xwiki-platform-comment-default/src/main/resources/META-INF/components.txt
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-minimaldependencies/pom.xml
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/mandatory/XWikiCommentsDocumentInitializer.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
Log Message:
-----------
XWIKI-22978: Comments are not ordered by date
Provide entirely new API for handling comments in XWiki and use that in
the template for getting them ordered by date.
The goal is also to deprecate all existing comment API in oldcore.
WIP: missing docs and tests.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/CRISTAL-470
Home: https://github.com/xwiki-contrib/cristal
Commit: 2a5acc25fbed1343e9a0e6b021da9a2d4053104e
https://github.com/xwiki-contrib/cristal/commit/2a5acc25fbed1343e9a0e6b021d…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M api/src/api/WikiConfig.ts
M api/src/components/defaultWikiConfig.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlParser.test.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlSerializer.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M web/public/config.json
Log Message:
-----------
CRISTAL-470: Allow the nextcloud backend root location to be configurable
* Add storageRoot to WikiConfig
* Add tests for NextcloudRemoteURLParser and
NextcloudRemoteURLSerializer
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/xwiki-docker
Commit: f0425f513086e4006ab4e606123e05282a4687ce
https://github.com/xwiki/xwiki-docker/commit/f0425f513086e4006ab4e606123e05…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M 16.4/mariadb-tomcat/docker-compose.yml
M 16.4/mysql-tomcat/docker-compose.yml
M 16/mariadb-tomcat/docker-compose.yml
M 16/mysql-tomcat/docker-compose.yml
M 17/mariadb-tomcat/docker-compose.yml
M 17/mysql-tomcat/docker-compose.yml
M template/docker-compose.yml
Log Message:
-----------
Update database server versions
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-docker
Commit: a54a25272eb89a116fee7d69a2ada7f207e4dd75
https://github.com/xwiki/xwiki-docker/commit/a54a25272eb89a116fee7d69a2ada7…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
R 14/mariadb-tomcat/.env
R 14/mariadb-tomcat/Dockerfile
R 14/mariadb-tomcat/docker-compose.yml
R 14/mariadb-tomcat/mariadb/init.sql
R 14/mariadb-tomcat/tomcat/setenv.sh
R 14/mariadb-tomcat/xwiki/docker-entrypoint.sh
R 14/mariadb-tomcat/xwiki/hibernate.cfg.xml
R 14/mysql-tomcat/.env
R 14/mysql-tomcat/Dockerfile
R 14/mysql-tomcat/docker-compose.yml
R 14/mysql-tomcat/mysql/init.sql
R 14/mysql-tomcat/tomcat/setenv.sh
R 14/mysql-tomcat/xwiki/docker-entrypoint.sh
R 14/mysql-tomcat/xwiki/hibernate.cfg.xml
R 14/postgres-tomcat/.env
R 14/postgres-tomcat/Dockerfile
R 14/postgres-tomcat/docker-compose.yml
R 14/postgres-tomcat/tomcat/setenv.sh
R 14/postgres-tomcat/xwiki/docker-entrypoint.sh
R 14/postgres-tomcat/xwiki/hibernate.cfg.xml
M 16.4/mariadb-tomcat/Dockerfile
M 16/mariadb-tomcat/Dockerfile
M 17/mariadb-tomcat/Dockerfile
M build.gradle
Log Message:
-----------
* The 14.10.x branch is not supported anymore
* XWIKI-23046: Upgrade to MariaDB connector 3.5.3
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 958fc904ff6b46fc8b7db8eae6b2188deb36f888
https://github.com/xwiki-contrib/confluence/commit/958fc904ff6b46fc8b7db8ea…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release confluence-9.82.1
Commit: 40539aee49d2b64a725449b1b420e4a7b4fc2b30
https://github.com/xwiki-contrib/confluence/commit/40539aee49d2b64a725449b1…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Compare: https://github.com/xwiki-contrib/confluence/compare/4642287c53d9...40539aee…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: 6da5163555991469f4b3a36d7247012e57b717c3
https://github.com/xwiki-contrib/book-versions/commit/6da5163555991469f4b3a…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-03-27 (Thu, 27 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: 6edbe459c10539560d215271ac026b3986839de7
https://github.com/xwiki-contrib/book-versions/commit/6edbe459c10539560d215…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-03-27 (Thu, 27 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.9
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: 9cd24fccc250e35683f68deb996cb28fa64db3d7
https://github.com/xwiki-contrib/book-versions/commit/9cd24fccc250e35683f68…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/BookVersionsConstants.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
Log Message:
-----------
BVERSION-197 : Transformt the Include Library macro into Display at publication time
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/confluence
Commit: 4ee1eb06c1c591839744ce01b4c89ec0f1d63cd3
https://github.com/xwiki-contrib/confluence/commit/4ee1eb06c1c591839744ce01…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-03-26 (Wed, 26 Mar 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/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/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 30b64b2a1d7f9004a326bc6837d68fef1a119ce7
https://github.com/xwiki-contrib/confluence/commit/30b64b2a1d7f9004a326bc68…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-03-26 (Wed, 26 Mar 2025)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
Log Message:
-----------
Misc: remove unused date field
Commit: dda02b3b2fc172e6ae84371dd47c4c4e6e40539e
https://github.com/xwiki-contrib/confluence/commit/dda02b3b2fc172e6ae84371d…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-03-26 (Wed, 26 Mar 2025)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
M confluence-xml/src/test/resources/confluencexml/attachhist.test
M confluence-xml/src/test/resources/confluencexml/attachmenthistory.test
M confluence-xml/src/test/resources/confluencexml/misc.test
Log Message:
-----------
CONFLUENCE-418: Attachments with history are missing the last version when importing history
Compare: https://github.com/xwiki-contrib/confluence/compare/26e29e6d5ce6...dda02b3b…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/stable-14.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: bfd624f6c388f627f066e09aff7a5c636d5958b3
https://github.com/xwiki/xwiki-platform/commit/bfd624f6c388f627f066e09aff7a…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-25 (Tue, 25 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/pom.xml
Log Message:
-----------
XWIKI-22909: Upgrade to Selenium 4.29.0
(cherry picked from commit 1e54b9ba7563be247dcf2006f810f52267dc9a99)
Commit: acc36460d8b0e075edabde3a785104465098ac94
https://github.com/xwiki/xwiki-platform/commit/acc36460d8b0e075edabde3a7851…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-26 (Wed, 26 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-docker/src/test/it/org/xwiki/appwithinminutes/test/ui/UserClassFieldIT.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/objects/classes/UsedValuesListQueryBuilder.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/objects/classes/UsedValuesListQueryBuilderTest.java
Log Message:
-----------
XWIKI-23019: Oracle inconsistent datatypes error when using user suggest for multiple users (#4008)
* Expose the bug in UserClassFieldIT
* Refactor the query in UsedValuesListQueryBuilder to not order
results based on number of occurences but only based on the actual
values lexicographical order, avoiding a group by on a clob which is not
allowed in oracle
* Fix unit test
* Change the solution to distinguish oracle query vs other DB query to
not have regression with other DB
(cherry picked from commit b320aea672a8daa96226dde94300c973e56f5972)
Compare: https://github.com/xwiki/xwiki-platform/compare/2b14d60815c1...acc36460d8b0
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: 07b155f9b50d2799a20f9e87b792fa95e8c3e022
https://github.com/xwiki/xwiki-platform/commit/07b155f9b50d2799a20f9e87b792…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-26 (Wed, 26 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-docker/src/test/it/org/xwiki/appwithinminutes/test/ui/UserClassFieldIT.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/objects/classes/UsedValuesListQueryBuilder.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/objects/classes/UsedValuesListQueryBuilderTest.java
Log Message:
-----------
XWIKI-23019: Oracle inconsistent datatypes error when using user suggest for multiple users (#4008)
* Expose the bug in UserClassFieldIT
* Refactor the query in UsedValuesListQueryBuilder to not order
results based on number of occurences but only based on the actual
values lexicographical order, avoiding a group by on a clob which is not
allowed in oracle
* Fix unit test
* Change the solution to distinguish oracle query vs other DB query to
not have regression with other DB
(cherry picked from commit b320aea672a8daa96226dde94300c973e56f5972)
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: aa6cd52d2762e392686f517938c610da39cdff7b
https://github.com/xwiki/xwiki-platform/commit/aa6cd52d2762e392686f517938c6…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-26 (Wed, 26 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-docker/src/test/it/org/xwiki/appwithinminutes/test/ui/UserClassFieldIT.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/objects/classes/UsedValuesListQueryBuilder.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/objects/classes/UsedValuesListQueryBuilderTest.java
Log Message:
-----------
XWIKI-23019: Oracle inconsistent datatypes error when using user suggest for multiple users (#4008)
* Expose the bug in UserClassFieldIT
* Refactor the query in UsedValuesListQueryBuilder to not order
results based on number of occurences but only based on the actual
values lexicographical order, avoiding a group by on a clob which is not
allowed in oracle
* Fix unit test
* Change the solution to distinguish oracle query vs other DB query to
not have regression with other DB
(cherry picked from commit b320aea672a8daa96226dde94300c973e56f5972)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications