lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
[email protected]

June 2024

  • 1 participants
  • 1409 discussions
[xwiki/xwiki-platform] 6510f9: XWIKI-22222: Add the concept of "request effective...
by XWiki Notifications 14 Jun '24

14 Jun '24
Branch: refs/heads/XWIKI-21949 Home: https://github.com/xwiki/xwiki-platform Commit: 6510f9da9d13321b1a20c561f7cf7b38b0f3be2f https://github.com/xwiki/xwiki-platform/commit/6510f9da9d13321b1a20c561f7cf… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-06-14 (Fri, 14 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/PreviewAction.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/WrappingXWikiRequest.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiRequest.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiServletRequest.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiServletRequestStub.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/web/SaveActionTest.java M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/script/WysiwygEditorScriptService.java Log Message: ----------- XWIKI-22222: Add the concept of "request effective author" * Make the request effective author optional (while keeping the event listener that sets it to the currently authenticated user by default) Commit: 2f8d7927eced7d60a8449e554aaab5e1cefcc4b9 https://github.com/xwiki/xwiki-platform/commit/2f8d7927eced7d60a8449e554aaa… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-06-14 (Fri, 14 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/EntityChannel.java M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChange.java Log Message: ----------- XWIKI-21949: Restrict the execution of script macros during a realtime WYSIWYG editing session * Use XWikiToStringBuilder Compare: https://github.com/xwiki/xwiki-platform/compare/9f8aba8097df...2f8d7927eced To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 85a705: XCOMMONS-3052: Add support for implementing Netflu...
by XWiki Notifications 14 Jun '24

14 Jun '24
Branch: refs/heads/XWIKI-21949 Home: https://github.com/xwiki/xwiki-platform Commit: 85a705ef689fc00a38032ce39c68e5f9c829956b https://github.com/xwiki/xwiki-platform/commit/85a705ef689fc00a38032ce39c68… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/DefaultEntityChannelStoreTest.java Log Message: ----------- XCOMMONS-3052: Add support for implementing Netflux channel bots as components Fix missing parameters in Channel constructor. Commit: ee677ff92965c554c07cad58cc7a0c2c9688c106 https://github.com/xwiki/xwiki-platform/commit/ee677ff92965c554c07cad58cc7a… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/DefaultEntityChannelStoreTest.java Log Message: ----------- [Misc] DefaultEntityChannelStoreTest code style improvements Commit: 547022dcaea2d7cdab751ebcf7eeec569898313e https://github.com/xwiki/xwiki-platform/commit/547022dcaea2d7cdab751ebcf7ee… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M .mvn/extensions.xml Log Message: ----------- [Misc] Upgrade to latest develocity maven extension 1.21.4 Commit: 181eb18c702b46a5e5f06aa45c9038b9f4e53574 https://github.com/xwiki/xwiki-platform/commit/181eb18c702b46a5e5f06aa45c90… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M .github/renovate.json5 Log Message: ----------- Tell Renovate to first try Maven Central, to reduce the pressure on nexus.xwiki.org. Commit: cabd5752e410136df37ac042e95d2d42d347f117 https://github.com/xwiki/xwiki-platform/commit/cabd5752e410136df37ac042e95d… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M pom.xml M xwiki-platform-core/xwiki-platform-test/pom.xml Log Message: ----------- [Misc] Upgrade TC to 1.19.8 and Selenium to 4.21.0 Commit: 9261911e8ee4a85f3bf59a19a8f11183a18287e4 https://github.com/xwiki/xwiki-platform/commit/9261911e8ee4a85f3bf59a19a8f1… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22230: Upgrade to Netty 4.1.111.Final Commit: 9523a17962d48ea8f63a6867f30b0ae8d95531a0 https://github.com/xwiki/xwiki-platform/commit/9523a17962d48ea8f63a6867f30b… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22231: Upgrade to Calcite 1.37.0 Commit: 1383547b1c7e256e9ec4b4a78e4877c7e4dda937 https://github.com/xwiki/xwiki-platform/commit/1383547b1c7e256e9ec4b4a78e48… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22232: Upgrade to Calcite Avatica 1.25.0 Commit: 76ab99555b17a69ee3cb81e7dde375a2ca5d8ee8 https://github.com/xwiki/xwiki-platform/commit/76ab99555b17a69ee3cb81e7dde3… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22233: Upgrade to HSQLDB 2.7.3 Commit: ba0dca1364a3b1e64206919b6e753e0861a60f5f https://github.com/xwiki/xwiki-platform/commit/ba0dca1364a3b1e64206919b6e75… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22234: Upgrade to c3p0 v0.10.1 Commit: 75161d0c5f8598fcf256851e90e886fceaeb0810 https://github.com/xwiki/xwiki-platform/commit/75161d0c5f8598fcf256851e90e8… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22235: Upgrade to Liquibase 4.28.0 Commit: 44b7467cb933ca50a2a0bb6055d885936629bdf9 https://github.com/xwiki/xwiki-platform/commit/44b7467cb933ca50a2a0bb6055d8… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-11 (Tue, 11 Jun 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22236: Upgrade to MChange Commons 0.3.1 Commit: 5f90563c041ef79f9c5b599f6cb6562e1da6ae31 https://github.com/xwiki/xwiki-platform/commit/5f90563c041ef79f9c5b599f6cb6… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M xwiki-platform-core/pom.xml M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-filters/xwiki-platform-legacy-notifications-filters-api/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationState.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationStateTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntitiesManager.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityFactory.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedUserReference.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManager.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntityFactory.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/script/NotificationWatchScriptService.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/WatchedLocationReferenceTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManagerTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/pom.xml A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/NotificationsWatchResource.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResource.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/test/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResourceTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsEmailsIT.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsIT.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsSettingsIT.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationWatchButtonElement.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsTrayPage.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsWatchModal.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsDisplayerUIX.xml A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/Translations.xml Log Message: ----------- XWIKI-19751: Move the "watch" button for a page to the page content menu (#3059) Goal of this change is to simplify usage of the watch page feature. It comes with important changes: - the watch location switches in the bell menu area have been removed - a new button with a logo and a status has been introduced next to edit button - a new modal has been introduced when clicking on the button providing various choices - the watch page API have been modified to not just provide boolean value watch / not watched, but to provide a larger panel of possible statuses - a REST resource have been provided to allow watching / blocking / removing a filter on a location * Start providing REST API for watch pages to simplify operations * Distinguish more cases for watched / ignored pages to improve UI * Provide implementation for REST API for watching pages * Improve WatchEntitiesManager API to support more operations * Improve WatchedEntityReference API to use UserReference * Provide a dedicated page to handle watch settings * Start writing javascript code to handle choices * Fix issue in WatchedEntitiesManager * Start providing doc / fixing checkstyle * Handle a bit more actions in UI * Fix a bug in state computer related to the fact that the scoe filter hierarchy is not really a hierarchy * Provide a new API to allow computing the reference of the immediate ancestor of a page for which a filter exists * Improve UI to base possible actions on multiple criteria: current watch status, presence or not of a filter on an ancestor, and check if the page is terminal or not * Encode all options for the watch settings modal * Change the URL scheme for the REST API * Minor improvments * Provide test for notification rest module * Fix checkstyle * Put revapi ignores * Start fixing since * Provide translations and improve UIX code * Provide page object and fix integration tests * Ensure to not display the watch status for guest * Fix a few since and some problems in UIX * Fix API of WatchedUserReference * Fix bad escaping * Better exception handling for creating references * Various improvments in translations (active voice + use of ignore) * Improve a bit the UI * Improve UI when a page is ignored/followed by an ancestor and check proper rights * Review available options and improve javascript to allow chaining operations: following space when the page is followed implies to first unfollow the page to not keep unnecessary filters and mess up the UI * Improve translations * Clean up some unnecessary code * Make the UI a bit more clear * Fix some stuff after rebsae * Slightly improve UX * Fix missing unstable * Fix bad deprecated API call Commit: d7b07470d0051270e49681aa695f2beb4e97b2d3 https://github.com/xwiki/xwiki-platform/commit/d7b07470d0051270e49681aa695f… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-activeinstalls2/pom.xml Log Message: ----------- XWIKI-22237: Upgrade to Elastic search client 8.14.0 Commit: bf9a01b889f95dc737714521e5dbd8fc0a3d3008 https://github.com/xwiki/xwiki-platform/commit/bf9a01b889f95dc737714521e5db… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/pom.xml Log Message: ----------- XWIKI-22238: Upgrade to xmlunit-matchers 2.10.0 Commit: 96d75ef4126ae44c6255063777d60556eed72343 https://github.com/xwiki/xwiki-platform/commit/96d75ef4126ae44c6255063777d6… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/pom.xml Log Message: ----------- XWIKI-22239: Upgrade to Download Plugin for Maven 1.9.0 Commit: 4ea11584c0c459faa40aa0c5cb0f8340024e0fa0 https://github.com/xwiki/xwiki-platform/commit/4ea11584c0c459faa40aa0c5cb0f… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/pom.xml Log Message: ----------- XWIKI-22240: Upgrade to aXe Selenium Integration 4.9.1 Commit: a43c615ebf215c1c492446be559ff5b1ae35b820 https://github.com/xwiki/xwiki-platform/commit/a43c615ebf215c1c492446be559f… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/src/test/it/org/xwiki/livedata/test/ui/LiveDataIT.java Log Message: ----------- XWIKI-22208: Boolean filters are not properly removed in LiveData * Prevent flickering behaviour Commit: 2082368a444d80eb5ea36ca89d595a532c0c2740 https://github.com/xwiki/xwiki-platform/commit/2082368a444d80eb5ea36ca89d59… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/src/test/it/org/xwiki/edit/test/ui/InplaceEditIT.java Log Message: ----------- XWIKI-22221: Saving from Inplace Edit mode, after switching to Source, breaks the content * Fix minor issue with integration test Commit: 89fe791fc7e3268457b57c6aac641b13aa1100fa https://github.com/xwiki/xwiki-platform/commit/89fe791fc7e3268457b57c6aac64… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22250: Upgrade to Tika 2.9.2 Commit: eef4d524320c235a7b8627b8a716b4f8683ad1e9 https://github.com/xwiki/xwiki-platform/commit/eef4d524320c235a7b8627b8a716… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22251: Upgrade to CVSS Calculator 1.4.3 Commit: 3d2522258d07f4b9659bf68ddc277ebd0d89ec6b https://github.com/xwiki/xwiki-platform/commit/3d2522258d07f4b9659bf68ddc27… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-date/pom.xml Log Message: ----------- XWIKI-22252: Upgrade to PrettyTime 5.0.8 Commit: 1597139dc2f3e78a4fccc6a91e7d7d389a6a0455 https://github.com/xwiki/xwiki-platform/commit/1597139dc2f3e78a4fccc6a91e7d… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsIT.java Log Message: ----------- [Misc] Minor fix in NotificationsIT Commit: 27b7b2e2fe3e18d16abfcd10ab39b3f4a7c53213 https://github.com/xwiki/xwiki-platform/commit/27b7b2e2fe3e18d16abfcd10ab39… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22254: Upgrade to MySQL connector 8.4.0 Commit: f5e07d8a669d39855e0ea23ba92e40800b2434de https://github.com/xwiki/xwiki-platform/commit/f5e07d8a669d39855e0ea23ba92e… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22255: Upgrade to MariaDB connector 3.4.0 Commit: bf1a8cb0308d57e019c04426c424af0ccf8ebd4d https://github.com/xwiki/xwiki-platform/commit/bf1a8cb0308d57e019c04426c424… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: 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 Log Message: ----------- [Misc] Minor LiveData PO improvment to speed up tests Commit: 2e15170d3e390bba129a2fb8d59db7d134550658 https://github.com/xwiki/xwiki-platform/commit/2e15170d3e390bba129a2fb8d59d… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsSettingsIT.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsWatchModal.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/Translations.xml Log Message: ----------- XWIKI-19751: Move the "watch" button for a page to the page content menu * Fix and improve filterAndWatchedPage test * Fix a missing change in translation Commit: d60577d2842b11a0381a2a4f686f5b277a5258f4 https://github.com/xwiki/xwiki-platform/commit/d60577d2842b11a0381a2a4f686f… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManagerTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsSettingsIT.java Log Message: ----------- XWIKI-19751: Move the "watch" button for a page to the page content menu * remove unused imports Commit: 90e5d7068551fc5bafd5437573ef61427137dbb6 https://github.com/xwiki/xwiki-platform/commit/90e5d7068551fc5bafd5437573ef… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/MailTemplate.xml M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/notification/email/macros.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/NotificationMailDefaultHtmlTest.java Log Message: ----------- XWIKI-21593: Not enough contrast on notification diff mail (#3037) * Removed obsolete attributes * Tried out adding a colortheme value for link color * Replaced the colors breaking contrast with closest colors that fulfill the contrast minimums. * Removed transparency from two colors that made them not fulfill contrast m * Fixed tests * Added template variables for the colors. * Tested manually and updated the template to fix what needed to be fixed. * Introduced a couple more variables to keep a look that's closer to the original. * Fixed an issue with the diff line meta replacement * Fixed color of the ToC tree Commit: c41688f9126c04e2d5b737a2bfa9693a4e234dbd https://github.com/xwiki/xwiki-platform/commit/c41688f9126c04e2d5b737a2bfa9… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml Log Message: ----------- XWIKI-19751: Move the "watch" button for a page to the page content menu * Fix bad HTML in the modal Commit: dbb357e9c6c966d0aa595e58fbafe966989d0cc9 https://github.com/xwiki/xwiki-platform/commit/dbb357e9c6c966d0aa595e58fbaf… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-06-12 (Wed, 12 Jun 2024) Changed paths: M pom.xml Log Message: ----------- XWIKI-22258: Upgrade to Jetty 10.0.21 Commit: 463b7f17e619e42daae154fc93a6efdbf770c9a2 https://github.com/xwiki/xwiki-platform/commit/463b7f17e619e42daae154fc93a6… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-activeinstalls2/pom.xml Log Message: ----------- XWIKI-22237: Upgrade to Elastic search client 8.14.1 Commit: 2cd334132026b2beacc5366febd1f0004208e3d3 https://github.com/xwiki/xwiki-platform/commit/2cd334132026b2beacc5366febd1… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Attachment.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiAttachment.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiAttachmentContent.java Log Message: ----------- [Misc] Remove unneeded casts Commit: df0baae087cc1208fb5be0d3921c06ddd6243868 https://github.com/xwiki/xwiki-platform/commit/df0baae087cc1208fb5be0d3921c… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/filters/FilterBoolean.vue Log Message: ----------- XWIKI-22115: Filter boxes for Notifications Custom Filters LiveData are displayed in larger size in Chrome and Edge * Adjust the styles of boolean filters to match those of list filters. Commit: 3aa2f06adc5023bbcd29f63c54e4c5f364960e1f https://github.com/xwiki/xwiki-platform/commit/3aa2f06adc5023bbcd29f63c54e4… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/drawer.less Log Message: ----------- XWIKI-22133: The upper part of the Drawer is missing on smaller mobile screens * Use 100dvh as height instead of 100vh to make sure that the drawer is fully visible when the viewport is resized, e.g., due to the navigation bar. Use 100vh as fallback as dvh is still relatively new. Commit: d50c4cf077530b3e724f5dc4b3361a1e3cbea424 https://github.com/xwiki/xwiki-platform/commit/d50c4cf077530b3e724f5dc4b336… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/resources/expectedHtmlMail1.txt M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/resources/expectedHtmlMail2.txt M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/NotificationMailDefaultHtmlTest.java Log Message: ----------- XWIKI-21593: Not enough contrast on notification diff mail (#3206) * Fix broken tests Commit: 8b029511f18600942b7a37435697506e63f06039 https://github.com/xwiki/xwiki-platform/commit/8b029511f18600942b7a37435697… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml Log Message: ----------- XWIKI-19751: Move the "watch" button for a page to the page content menu * Fixing another bad html Commit: 0ddc451a08d512f0b092bfe9923f0e42b6e62967 https://github.com/xwiki/xwiki-platform/commit/0ddc451a08d512f0b092bfe9923f… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-06-14 (Fri, 14 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/BasePage.java Log Message: ----------- XWIKI-21687: LoginIT.loginLogoutAsAdmin(TestUtils, TestReference) and LoginIT.loginWithInvalidCredentials(LogCaptureConfiguration) are flickering Commit: b78056641f38587c83271adefabee2b750b911b9 https://github.com/xwiki/xwiki-platform/commit/b78056641f38587c83271adefabe… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-14 (Fri, 14 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-api/pom.xml Log Message: ----------- XWIKI-22265: Upgrade to RssReader 3.7.0 Commit: 3795d1b52fbb9d4e2c1e1d66090e3699e4d19dcb https://github.com/xwiki/xwiki-platform/commit/3795d1b52fbb9d4e2c1e1d66090e… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-06-14 (Fri, 14 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/src/test/it/org/xwiki/edit/test/ui/InplaceEditIT.java Log Message: ----------- XWIKI-22221: Saving from Inplace Edit mode, after switching to Source, breaks the content * Ensure that an edition failure won't block other test because of the alert when leaving edition Commit: f3fa978444ee821df8ea7d51c6df185149fff404 https://github.com/xwiki/xwiki-platform/commit/f3fa978444ee821df8ea7d51c6df… Author: Dorian OUAKLI <dorian.ouakli(a)xwiki.com> Date: 2024-06-14 (Fri, 14 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml M xwiki-platform-core/xwiki-platform-realtime/pom.xml A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/pom.xml A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/java/org/xwiki/realtime/internal/DefaultRealtimeEditorManager.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/java/org/xwiki/realtime/internal/RealtimeEditorManager.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/java/org/xwiki/realtime/internal/XWikiRealtimeDocumentLockEditConfirmationChecker.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/test/java/org/xwiki/realtime/internal/DefaultRealtimeEditorManagerTest.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/test/java/org/xwiki/realtime/internal/XWikiRealtimeDocumentLockEditConfirmationCheckerTest.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/AllIT.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGMultiUserIT.java Log Message: ----------- XWIKI-21625: You shouldn't have to force the page lock to enter a realtime editing session Commit: 9127847a6f5a433556340508e7bbe10e29d5594d https://github.com/xwiki/xwiki-platform/commit/9127847a6f5a433556340508e7bb… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-06-14 (Fri, 14 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml M xwiki-platform-core/xwiki-platform-realtime/pom.xml A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/pom.xml A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/java/org/xwiki/realtime/internal/DefaultRealtimeEditorManager.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/java/org/xwiki/realtime/internal/RealtimeEditorManager.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/java/org/xwiki/realtime/internal/XWikiRealtimeDocumentLockEditConfirmationChecker.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/test/java/org/xwiki/realtime/internal/DefaultRealtimeEditorManagerTest.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/test/java/org/xwiki/realtime/internal/XWikiRealtimeDocumentLockEditConfirmationCheckerTest.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/AllIT.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGMultiUserIT.java Log Message: ----------- Merge pull request #3002 from douakli/XWIKI-21625 XWIKI-21625: You shouldn't have to force the page lock to enter a realtime editing session Commit: 9f8aba8097dfa764b0670a97bcfe799bb0a8e19c https://github.com/xwiki/xwiki-platform/commit/9f8aba8097dfa764b0670a97bcfe… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-06-14 (Fri, 14 Jun 2024) Changed paths: M .github/renovate.json5 M .mvn/extensions.xml M pom.xml M xwiki-platform-core/pom.xml M xwiki-platform-core/xwiki-platform-activeinstalls2/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/pom.xml M xwiki-platform-core/xwiki-platform-date/pom.xml M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/src/test/it/org/xwiki/edit/test/ui/InplaceEditIT.java 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/drawer.less M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-notifications/xwiki-platform-legacy-notifications-filters/xwiki-platform-legacy-notifications-filters-api/pom.xml M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-test/xwiki-platform-livedata-test-docker/src/test/it/org/xwiki/livedata/test/ui/LiveDataIT.java 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/filters/FilterBoolean.vue M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/DefaultEntityChannelStoreTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationState.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationStateTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntitiesManager.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityFactory.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedUserReference.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManager.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntityFactory.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/script/NotificationWatchScriptService.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/WatchedLocationReferenceTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManagerTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/pom.xml A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/NotificationsWatchResource.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResource.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/test/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResourceTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsEmailsIT.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsIT.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsSettingsIT.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/resources/expectedHtmlMail1.txt M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/resources/expectedHtmlMail2.txt A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationWatchButtonElement.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsTrayPage.java A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsWatchModal.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsDisplayerUIX.xml A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/Translations.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/MailTemplate.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Attachment.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiAttachment.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiAttachmentContent.java M xwiki-platform-core/xwiki-platform-realtime/pom.xml A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/pom.xml A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/java/org/xwiki/realtime/internal/DefaultRealtimeEditorManager.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/java/org/xwiki/realtime/internal/RealtimeEditorManager.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/java/org/xwiki/realtime/internal/XWikiRealtimeDocumentLockEditConfirmationChecker.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/test/java/org/xwiki/realtime/internal/DefaultRealtimeEditorManagerTest.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/test/java/org/xwiki/realtime/internal/XWikiRealtimeDocumentLockEditConfirmationCheckerTest.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/AllIT.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGMultiUserIT.java M xwiki-platform-core/xwiki-platform-test/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/BasePage.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/pom.xml M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/notification/email/macros.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/NotificationMailDefaultHtmlTest.java M xwiki-platform-core/xwiki-platform-whatsnew/xwiki-platform-whatsnew-api/pom.xml Log Message: ----------- Merge branch 'master' of github.com:xwiki/xwiki-platform into XWIKI-21949 Compare: https://github.com/xwiki/xwiki-platform/compare/26921c18ce7d...9f8aba8097df To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for SPAPP-12: It's not clear that CVSS score should be filled with all CVSS info
by XWiki Notifications 14 Jun '24

14 Jun '24
1 0
0 0
[[email protected]][Issue] Updates for SPAPP-13: Better display of CVSS
by XWiki Notifications 14 Jun '24

14 Jun '24
1 0
0 0
[[email protected]][Issue] Updates for SPAPP-8: Handle embargo date computation for advisories created for already released versions
by XWiki Notifications 14 Jun '24

14 Jun '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-21153: Move/Rename: Links on child pages with their own children not updated when pointing to their own children
by XWiki Notifications 14 Jun '24

14 Jun '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22141: Add the possibility to distinguish different accounts of the same user on the UI
by XWiki Notifications 14 Jun '24

14 Jun '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22141: Add the possibility to distinguish different accounts of the same user on the UI
by XWiki Notifications 14 Jun '24

14 Jun '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-21625: You shouldn't have to force the page lock to enter a realtime editing session
by XWiki Notifications 14 Jun '24

14 Jun '24
1 0
0 0
[xwiki/xwiki-platform] 4bb433: Merge pull request #3002 from douakli/XWIKI-21625
by XWiki Notifications 14 Jun '24

14 Jun '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 4bb4337d5f476aecf38800a9ab0255a788d638d5 https://github.com/xwiki/xwiki-platform/commit/4bb4337d5f476aecf38800a9ab02… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-06-14 (Fri, 14 Jun 2024) Changed paths: M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml M xwiki-platform-core/xwiki-platform-realtime/pom.xml A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/pom.xml A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/java/org/xwiki/realtime/internal/DefaultRealtimeEditorManager.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/java/org/xwiki/realtime/internal/RealtimeEditorManager.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/java/org/xwiki/realtime/internal/XWikiRealtimeDocumentLockEditConfirmationChecker.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/test/java/org/xwiki/realtime/internal/DefaultRealtimeEditorManagerTest.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-api/src/test/java/org/xwiki/realtime/internal/XWikiRealtimeDocumentLockEditConfirmationCheckerTest.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/AllIT.java A xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGMultiUserIT.java Log Message: ----------- Merge pull request #3002 from douakli/XWIKI-21625 XWIKI-21625: You shouldn't have to force the page lock to enter a realtime editing session (cherry picked from commit 9127847a6f5a433556340508e7bbe10e29d5594d) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • ...
  • 141
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.