Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: bfd13ba5aed5a7aa06990438d57765491d1b3268
https://github.com/xwiki/xwiki-platform/commit/bfd13ba5aed5a7aa06990438d577…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/XWikiCompatibilityAspect.aj
Log Message:
-----------
XWIKI-13915: $xwiki.getConfiguredSyntaxes() not equals to $services.rendering.getConfiguredSyntaxes()
* Change implementation of legacy XWiki#getConfiguredSyntaxes to rely
on ExtendedRenderingConfiguration#getConfiguredSyntaxes
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-13915
Home: https://github.com/xwiki/xwiki-platform
Commit: 4c34caed4674994f5e1b2535653a639967709d0a
https://github.com/xwiki/xwiki-platform/commit/4c34caed4674994f5e1b2535653a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/XWikiCompatibilityAspect.aj
Log Message:
-----------
XWIKI-13915: $xwiki.getConfiguredSyntaxes() not equals to $services.rendering.getConfiguredSyntaxes()
* Change implementation of legacy XWiki#getConfiguredSyntaxes to rely
on ExtendedRenderingConfiguration#getConfiguredSyntaxes
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 4fe35f3cd144806dd1a7cb26ada858eb77c2cdbc
https://github.com/xwiki/xwiki-platform/commit/4fe35f3cd144806dd1a7cb26ada8…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactory.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactoryTest.java
Log Message:
-----------
XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface
* Fix date filtering for MySQL, MariaDB, PostgreSQL and Oracle
(cherry picked from commit 29c82b01b9c2218670baa301f289b4f7ffd9626f)
Commit: f7a3b5b49495d2cd711f94b4bfd39419a75b4101
https://github.com/xwiki/xwiki-platform/commit/f7a3b5b49495d2cd711f94b4bfd3…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/VersioningStoreQueryFactory.java
Log Message:
-----------
XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface
* Improve comments
(cherry picked from commit 02818d647398b6f3208586ec21babf4618a224af)
Commit: a247010c8ab8cacdc0740a5cd7989d1f4bec2fa3
https://github.com/xwiki/xwiki-platform/commit/a247010c8ab8cacdc0740a5cd798…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
Log Message:
-----------
XWIKI-21922: Introduce methods to fetch a subset of revisions in XWikiVersioningStoreInterface
* skip spoon since it seems to have a bug with private methods in interfaces
Compare: https://github.com/xwiki/xwiki-platform/compare/91303ab1ee3d...a247010c8ab8
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.2.x
Home: https://github.com/xwiki/xwiki-commons
Commit: d1cfbbc969fadd1d0c37d530a1a4fca3cd9dc93f
https://github.com/xwiki/xwiki-commons/commit/d1cfbbc969fadd1d0c37d530a1a4f…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Channel.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/JsonConverter.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxEndpoint.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/User.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Utils.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/ChannelTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/NetfluxEndpointTest.java
Log Message:
-----------
XWIKI-21767: Dynamic macros are not properly synchronized
* Implement hashCode and equals for Channel to be able to use it properly in hash-based collections.
* Fix inconsistent behavior between leaving a channel and being disconnected from a channel: in both cases the channel should be closed when there are no members left.
* Improve the way channel and user ids are generated: use StringBuilder and ThreadLocalRandom.
(cherry picked from commit 93d53b15a7ed4a9cf8d2617f00d39e95a46f8b62)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 93d53b15a7ed4a9cf8d2617f00d39e95a46f8b62
https://github.com/xwiki/xwiki-commons/commit/93d53b15a7ed4a9cf8d2617f00d39…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Channel.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/JsonConverter.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxEndpoint.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/User.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Utils.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/ChannelTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/NetfluxEndpointTest.java
Log Message:
-----------
XWIKI-21767: Dynamic macros are not properly synchronized
* Implement hashCode and equals for Channel to be able to use it properly in hash-based collections.
* Fix inconsistent behavior between leaving a channel and being disconnected from a channel: in both cases the channel should be closed when there are no members left.
* Improve the way channel and user ids are generated: use StringBuilder and ThreadLocalRandom.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 91303ab1ee3df9ab52319fea38851ace54264025
https://github.com/xwiki/xwiki-platform/commit/91303ab1ee3df9ab52319fea3885…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Document.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/src/main/java/org/xwiki/test/page/PageComponentList.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/diff_macros.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/NotificationMailDefaultHtmlTest.java
Log Message:
-----------
XWIKI-21991: Mail Prepare Thread error occurred in some cases when triggering the mail sending job from Scheduler
* Bulletproof diff_macros.vm
* Use list of user components in PageTest
* Fix possible NPE in error handling of Document#getMetadataDiff
* Provide new test for handling diff of a page when there's no
previous version in a mail notification
(cherry picked from commit 3c1fb8c5c813677fc130802e0cb35614e031fcb5)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.2.x
Home: https://github.com/xwiki/xwiki-platform
Commit: ee246833723ef5777bf365661a1a5ea64c54dd7b
https://github.com/xwiki/xwiki-platform/commit/ee246833723ef5777bf365661a1a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Document.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/src/main/java/org/xwiki/test/page/PageComponentList.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/diff_macros.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/NotificationMailDefaultHtmlTest.java
Log Message:
-----------
XWIKI-21991: Mail Prepare Thread error occurred in some cases when triggering the mail sending job from Scheduler
* Bulletproof diff_macros.vm
* Use list of user components in PageTest
* Fix possible NPE in error handling of Document#getMetadataDiff
* Provide new test for handling diff of a page when there's no
previous version in a mail notification
(cherry picked from commit 3c1fb8c5c813677fc130802e0cb35614e031fcb5)
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: 3c1fb8c5c813677fc130802e0cb35614e031fcb5
https://github.com/xwiki/xwiki-platform/commit/3c1fb8c5c813677fc130802e0cb3…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Document.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/src/main/java/org/xwiki/test/page/PageComponentList.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/diff_macros.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/NotificationMailDefaultHtmlTest.java
Log Message:
-----------
XWIKI-21991: Mail Prepare Thread error occurred in some cases when triggering the mail sending job from Scheduler
* Bulletproof diff_macros.vm
* Use list of user components in PageTest
* Fix possible NPE in error handling of Document#getMetadataDiff
* Provide new test for handling diff of a page when there's no
previous version in a mail notification
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-14.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 532401b90dd7a1d3c7ca2d6a7b5f4c81bc3ec7a5
https://github.com/xwiki/xwiki-platform/commit/532401b90dd7a1d3c7ca2d6a7b5f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/resources/xwiki-image/plugin.js
Log Message:
-----------
XWIKI-22009: Images can be resized by mouse dragging although the Size is marked as not adjustable on a default Image Style that is forced
(cherry picked from commit 46fa0f58619c0f93779d09a1a07ff616e9f4d5fb)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 351e306d342d2f0828fe4268ccba21edb7f31e58
https://github.com/xwiki/xwiki-platform/commit/351e306d342d2f0828fe4268ccba…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-image/plugin.js
Log Message:
-----------
XWIKI-22009: Images can be resized by mouse dragging although the Size is marked as not adjustable on a default Image Style that is forced
(cherry picked from commit 46fa0f58619c0f93779d09a1a07ff616e9f4d5fb)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.2.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 4aaed0b80b683e328e6b2c7beeec5adc4ffc5bc1
https://github.com/xwiki/xwiki-platform/commit/4aaed0b80b683e328e6b2c7beeec…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-image/plugin.js
Log Message:
-----------
XWIKI-22009: Images can be resized by mouse dragging although the Size is marked as not adjustable on a default Image Style that is forced
(cherry picked from commit 46fa0f58619c0f93779d09a1a07ff616e9f4d5fb)
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: 46fa0f58619c0f93779d09a1a07ff616e9f4d5fb
https://github.com/xwiki/xwiki-platform/commit/46fa0f58619c0f93779d09a1a07f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-image/plugin.js
Log Message:
-----------
XWIKI-22009: Images can be resized by mouse dragging although the Size is marked as not adjustable on a default Image Style that is forced
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: 16b34c6e0fe25a0dc04940368a67eefaa664a040
https://github.com/xwiki/xwiki-platform/commit/16b34c6e0fe25a0dc04940368a67…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-filters/xwiki-platform-legacy-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/LegacyDefaultNotificationFilterManagerTest.java
Log Message:
-----------
XWIKI-21848: Migrate NotificationFilterPreferenceLivetableResults to a Live Data source
* Fix test in legacy module
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: 44ce0f75bc7f61318a56cfb78fc869c5477a3776
https://github.com/xwiki/xwiki-platform/commit/44ce0f75bc7f61318a56cfb78fc8…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/src/test/it/org/xwiki/administration/test/ui/UsersGroupsRightsManagementIT.java
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/EditGroupModal.java
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/GroupEditPage.java
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/GroupsPage.java
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/RegistrationModal.java
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/UsersAdministrationSectionPage.java
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/pom.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminGroupsSheet.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminSheet.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminTranslations.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminUsersSheet.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/XWikiGroupSheet.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/livetable.less
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-pageobjects/src/main/java/org/xwiki/livedata/test/po/TableLayoutElement.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/displayers/DisplayerActions.vue
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/getgroups.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/getusers.vm
Log Message:
-----------
XWIKI-18994: Replace the Livetable of the Users and groups pages of the administration with a Live Data macro (#2942)
Also include the migrations for XWIKI-18993 and XWIKI-18995.
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-contrib/oidc
Commit: cc97afe4fc5778f884c5fbbf75b1bb8f70aabc6b
https://github.com/xwiki-contrib/oidc/commit/cc97afe4fc5778f884c5fbbf75b1bb…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
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: c639987b8a50a81c61014df7e3c53af758648b00
https://github.com/xwiki-contrib/oidc/commit/c639987b8a50a81c61014df7e3c53a…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-03-21 (Thu, 21 Mar 2024)
Changed paths:
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.5.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications