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 -----
  • September
  • 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]

  • 58119 discussions
[xwiki/xwiki-platform] 0b08bf: [Misc] Try fixing login flickering in TestUtils (#...
by XWiki Notifications 28 Jul '26

28 Jul '26
Branch: refs/heads/stable-18.6.x Home: https://github.com/xwiki/xwiki-platform Commit: 0b08bf8920f0715d61cf728cf97a95c673f55ca7 https://github.com/xwiki/xwiki-platform/commit/0b08bf8920f0715d61cf728cf97a… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java Log Message: ----------- [Misc] Try fixing login flickering in TestUtils (#5985) * Unload the current page before performing any login request, cancelling any before-unload requests. * Catch when updating of the user properties fails due to an invalid CSRF token instead of failing silently. * Always re-cache the CSRF token after a login call, even if the user was already logged in to avoid follow-up failures after a wrong CSRF token getting cached. * Don't navigate to a blank page after login as it's not needed and just hides potential error messages but always navigate to the asked page even if the user was already logged in to avoid previous state influencing the current test. * Use a logger consistently instead of printing to stdout as we expect a logger setup in UI tests. Co-authored-by: Claude Opus 5 (1M context) <noreply(a)anthropic.com> (cherry picked from commit 6a2e541757f423a5fa3d5d4241558f7b8bad3ad8) 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] f7fa3b: [Misc] Don't skip beacon requests when unloading t...
by XWiki Notifications 28 Jul '26

28 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: f7fa3b4f60dd146169f5ec140201506aa5c3d3de https://github.com/xwiki/xwiki-platform/commit/f7fa3b4f60dd146169f5ec140201… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java Log Message: ----------- [Misc] Don't skip beacon requests when unloading the page in TestUtils * Execute and explicitly wait for requests sent on pagehide to avoid failures from not sending them while at the same time not introducing any risk for flickering tests due to requests racing with the following login request. This hack should be removed again when XWiki itself is properly protected against such racing requests. Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-docker] 0e20d4: XDOCKER-419: Upgrade stable version to 18.6.0
by XWiki Notifications 28 Jul '26

28 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: 0e20d40d207c3433129084ed2ac8be59a682edfa https://github.com/xwiki/xwiki-docker/commit/0e20d40d207c3433129084ed2ac8be… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M 18/mariadb-tomcat/.env M 18/mariadb-tomcat/Dockerfile M 18/mysql-tomcat/.env M 18/mysql-tomcat/Dockerfile M 18/postgres-tomcat/.env M 18/postgres-tomcat/Dockerfile M build.gradle Log Message: ----------- XDOCKER-419: Upgrade stable version to 18.6.0 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24628: Apply the name strategy when renaming the Name of a page with Validation enabled
by XWiki Notifications 28 Jul '26

28 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for RPN-4: Naming strategy not applied when renaming the Name of a page
by XWiki Notifications 28 Jul '26

28 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24630: Apply the name strategy when renaming the Name of a page with Validation disabled
by XWiki Notifications 28 Jul '26

28 Jul '26
1 0
0 0
[xwiki/xwiki-platform] cd9e25: [Misc] Add missing runtime dependency to xwiki-pla...
by XWiki Notifications 28 Jul '26

28 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: cd9e255bcb6d66655800bd0e30f1d5a60992ab48 https://github.com/xwiki/xwiki-platform/commit/cd9e255bcb6d66655800bd0e30f1… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-07-28 (Tue, 28 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/pom.xml M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/pom.xml Log Message: ----------- [Misc] Add missing runtime dependency to xwiki-platform-wysiwyg-api * Move the xwiki-platform-display-html dependency from the integration tests to xwiki-platform-wysiwyg-api as the code requires this dependency at runtime. Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> 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 XWIKI-24628: Apply the name strategy when renaming the Name of a page with Validation enabled
by XWiki Notifications 28 Jul '26

28 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24630: Apply the name strategy when renaming the Name of a page with Validation disabled
by XWiki Notifications 28 Jul '26

28 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XDOCKER-419: Upgrade stable version to 18.6.0
by XWiki Notifications 28 Jul '26

28 Jul '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 318
  • 319
  • 320
  • 321
  • 322
  • 323
  • 324
  • ...
  • 5812
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.