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]

April 2024

  • 1 participants
  • 1976 discussions
[[email protected]][Issue] (XWIKI-22103) Add progress to the Solr migration log
by XWiki Notifications 17 Apr '24

17 Apr '24
1 0
0 0
[xwiki/xwiki-platform] ec09af: XWIKI-19751: Move the "watch" button for a page to...
by XWiki Notifications 17 Apr '24

17 Apr '24
Branch: refs/heads/feat-move-watch-button Home: https://github.com/xwiki/xwiki-platform Commit: ec09afe469d4ea13daf759f23725573032f362b6 https://github.com/xwiki/xwiki-platform/commit/ec09afe469d4ea13daf759f23725… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: 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/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/test/java/org/xwiki/notifications/filters/watch/WatchedLocationReferenceTest.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsDisplayerUIX.xml Log Message: ----------- XWIKI-19751: Move the "watch" button for a page to the page content menu Work in progress: remove UI code for watch switch buttons, and start introducing a new UIX for the watch button next to the edit button. Start refactoring API for computing if a page is watched or not to get all info. Commit: a814623e504f1ac7f6aaa7a2fff4519360d3e38f https://github.com/xwiki/xwiki-platform/commit/a814623e504f1ac7f6aaa7a2fff4… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: 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-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-ui/src/main/resources/XWiki/Notifications/Code/NotificationsDisplayerUIX.xml Log Message: ----------- XWIKI-19751: Move the "watch" button for a page to the page content menu Commit: 23b12b2cc1e1b078f657355a34338c827c930285 https://github.com/xwiki/xwiki-platform/commit/23b12b2cc1e1b078f657355a3433… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: 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 Log Message: ----------- XWIKI-19751: Move the "watch" button for a page to the page content menu * Fix some tests in notification filters Commit: eae1a8a734fe511fb65b7110b05072b7499875e2 https://github.com/xwiki/xwiki-platform/commit/eae1a8a734fe511fb65b7110b050… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: 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 Log Message: ----------- XWIKI-19751: Move the "watch" button for a page to the page content menu * Start providing REST API for watch pages to simplify operations Commit: 83d0716a37609bfec16e9ecc47a97005b2a5d594 https://github.com/xwiki/xwiki-platform/commit/83d0716a37609bfec16e9ecc47a9… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: 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-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 Log Message: ----------- XWIKI-19751: Move the "watch" button for a page to the page content menu * Distinguish more cases for watched / ignored pages to improve UI Compare: https://github.com/xwiki/xwiki-platform/compare/3c17e9d4e1df...83d0716a3760 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki-contrib/xwiki-helm] f18332: HELM-65 Fix java options using old Tomcat/8 images
by XWiki Notifications 17 Apr '24

17 Apr '24
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/xwiki-helm Commit: f18332414575e1c39ba314b76a7bbb068e4ac65a https://github.com/xwiki-contrib/xwiki-helm/commit/f18332414575e1c39ba314b7… Author: Guilherme Sautner <12866519+gsautner(a)users.noreply.github.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: M charts/xwiki/templates/initialization-configmaps.yaml Log Message: ----------- HELM-65 Fix java options using old Tomcat/8 images - Fixing quote and var name To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-helm/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] ef3ef0: [Misc] Fix build tags on Gradle Enterprise
by XWiki Notifications 17 Apr '24

17 Apr '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: ef3ef01233a5325d3d48c784af302b359106b35e https://github.com/xwiki/xwiki-platform/commit/ef3ef01233a5325d3d48c784af30… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: M .mvn/develocity-custom-user-data.groovy Log Message: ----------- [Misc] Fix build tags on Gradle Enterprise Partial revert of 2bea1beed066785dc877ef3ea2dac534f265e608 to use System.properties instead of project.properties 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] (XWIKI-21824) The enter key in any field does not validate the macro editor
by XWiki Notifications 17 Apr '24

17 Apr '24
1 0
0 0
[xwiki/xwiki-commons] 7bbeee: [Misc] Cleanup gradle enterprise custom user data ...
by XWiki Notifications 17 Apr '24

17 Apr '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 7bbeeef17e7be352b968970932e9b9e252f5055d https://github.com/xwiki/xwiki-commons/commit/7bbeeef17e7be352b968970932e9b… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: M .mvn/develocity-custom-user-data.groovy Log Message: ----------- [Misc] Cleanup gradle enterprise custom user data script Remove the use of System.properties as system properties starting with "xwiki.test.ui." are never available. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-rendering] 327e6d: [Misc] Cleanup gradle enterprise custom user data ...
by XWiki Notifications 17 Apr '24

17 Apr '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: 327e6d4914882674ff114c0ba6c1a7da41e31fa5 https://github.com/xwiki/xwiki-rendering/commit/327e6d4914882674ff114c0ba6c… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-04-17 (Wed, 17 Apr 2024) Changed paths: M .mvn/develocity-custom-user-data.groovy Log Message: ----------- [Misc] Cleanup gradle enterprise custom user data script Remove the use of System.properties as system properties starting with "xwiki.test.ui." are never available. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 711161: XWIKI-21009: LiveData alternative to drag controls
by XWiki Notifications 17 Apr '24

17 Apr '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 711161029eb96ba89d9ad4c25f30240c9fda0cb1 https://github.com/xwiki/xwiki-platform/commit/711161029eb96ba89d9ad4c25f30… Author: LucasC <lucas.charpentier(a)imt-atlantique.net> Date: 2024-04-17 (Wed, 17 Apr 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: ----------- XWIKI-21009: LiveData alternative to drag controls * Fixed the sorting function to focus the new event handler Notes: * I couldn't reproduce the CI fail locally unfortunately... however the changes did not break tests so they should be correct * This does not pose an issue elsewhere because the clicked element was a child of the new sorting handler. The event propagated upwards and triggered the sort action properly. In the case of the failing test, using a test selector at this higher level allows to not fail when the icon is hidden for whatever reason. 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] (XWIKI-22093) Display total number of entries to process in R160100000XWIKI21738
by XWiki Notifications 17 Apr '24

17 Apr '24
1 0
0 0
[[email protected]][Issue] (XWIKI-22101) WatchListClass is not properly migrated for subwiki users
by XWiki Notifications 17 Apr '24

17 Apr '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • ...
  • 198
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.