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 2026

  • 1 participants
  • 1838 discussions
[xwiki/xwiki-platform] 913821: XWIKI-24448: Make sure to fix broken extensions Ve...
by XWiki Notifications 03 Jun '26

03 Jun '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 913821e6951fe255d4895b18fd420044dfe6c2f6 https://github.com/xwiki/xwiki-platform/commit/913821e6951fe255d4895b18fd42… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-06-03 (Wed, 03 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/RepositoryManager.java M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionSheet.xml Log Message: ----------- XWIKI-24448: Make sure to fix broken extensions Versions page during extension update (cherry picked from commit 3d479fa66bf24623bcc0bb11a7bb8ee5d3435008) 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] 3d479f: XWIKI-24448: Make sure to fix broken extensions Ve...
by XWiki Notifications 03 Jun '26

03 Jun '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 3d479fa66bf24623bcc0bb11a7bb8ee5d3435008 https://github.com/xwiki/xwiki-platform/commit/3d479fa66bf24623bcc0bb11a7bb… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-06-03 (Wed, 03 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/RepositoryManager.java M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionSheet.xml Log Message: ----------- XWIKI-24448: Make sure to fix broken extensions Versions page during extension update 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] fb4f2a: XWIKI-24448: Make sure to fix broken extensions Ve...
by XWiki Notifications 03 Jun '26

03 Jun '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: fb4f2ac9b42b482b14efc55f1670bcea1759446f https://github.com/xwiki/xwiki-platform/commit/fb4f2ac9b42b482b14efc55f1670… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-06-03 (Wed, 03 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/RepositoryManager.java M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionSheet.xml Log Message: ----------- XWIKI-24448: Make sure to fix broken extensions Versions page during extension update (cherry picked from commit 3d479fa66bf24623bcc0bb11a7bb8ee5d3435008) 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-20411: Add automated test for "Name strategies automatic character replacement validation"
by XWiki Notifications 03 Jun '26

03 Jun '26
1 0
0 0
[[email protected]][Issue] Updates for OIDC-295: Add the possibility to block any access to the standard authenticator
by XWiki Notifications 03 Jun '26

03 Jun '26
1 0
0 0
[xwiki/xwiki-platform] dc7110: Improve engine class handling in CaptchaServiceMan...
by XWiki Notifications 03 Jun '26

03 Jun '26
Branch: refs/heads/claude/magical-faraday-9otsF Home: https://github.com/xwiki/xwiki-platform Commit: dc71109bcc10d3096cfb2b28c48d3254a7d1dd1f https://github.com/xwiki/xwiki-platform/commit/dc71109bcc10d3096cfb2b28c48d… Author: Claude <noreply(a)anthropic.com> Date: 2026-06-03 (Wed, 03 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/src/main/java/org/xwiki/captcha/CaptchaException.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/CaptchaServiceManager.java A xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/test/java/org/xwiki/captcha/internal/CaptchaServiceManagerTest.java Log Message: ----------- Improve engine class handling in CaptchaServiceManager Validate that the engine class is assignable to CaptchaEngine before instantiating it, and replace deprecated getConstructor(null).newInstance(null) with getDeclaredConstructor().newInstance(). Adds a message-only constructor to CaptchaException and a CaptchaServiceManagerTest covering the engine validation logic. https://claude.ai/code/session_0175Ge3fDXFYeRBCxDeNx5vF 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] b97dd9: Improve engine class handling in CaptchaServiceMan...
by XWiki Notifications 03 Jun '26

03 Jun '26
Branch: refs/heads/claude/magical-faraday-9otsF Home: https://github.com/xwiki/xwiki-platform Commit: b97dd93368a70e7284f8ca02eb7b9bf3d3c8b024 https://github.com/xwiki/xwiki-platform/commit/b97dd93368a70e7284f8ca02eb7b… Author: Claude <noreply(a)anthropic.com> Date: 2026-06-03 (Wed, 03 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-api/src/main/java/org/xwiki/captcha/CaptchaException.java M xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/main/java/org/xwiki/captcha/internal/CaptchaServiceManager.java A xwiki-platform-core/xwiki-platform-captcha/xwiki-platform-captcha-jcaptcha/xwiki-platform-captcha-jcaptcha-api/src/test/java/org/xwiki/captcha/internal/CaptchaServiceManagerTest.java Log Message: ----------- Improve engine class handling in CaptchaServiceManager Validate that the engine class is assignable to CaptchaEngine before instantiating it, and replace deprecated getConstructor(null).newInstance(null) with getDeclaredConstructor().newInstance(). Adds a message-only constructor to CaptchaException and a CaptchaServiceManagerTest covering the engine validation logic. https://claude.ai/code/session_0175Ge3fDXFYeRBCxDeNx5vF 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 BVERSION-248: Error when publishing a branch to the root of a wiki
by XWiki Notifications 03 Jun '26

03 Jun '26
1 0
0 0
[xwiki/xwiki-platform] bc4e5a: XWIKI-24332: Any JAR extension uninstall/upgrade o...
by XWiki Notifications 03 Jun '26

03 Jun '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: bc4e5a2894ea9297f068b4c0d5ddd4cd5482bc1b https://github.com/xwiki/xwiki-platform/commit/bc4e5a2894ea9297f068b4c0d5dd… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-06-03 (Wed, 03 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-api/src/main/java/com/xpn/xwiki/plugin/scheduler/SchedulerPlugin.java Log Message: ----------- XWIKI-24332: Any JAR extension uninstall/upgrade on root namespace is blocked a very long time on myxwiki.org * fix `since` annotations * bulletproofing (cherry picked from commit 46807c303fcab2e906f5ade535ce9003bbb8ed33) 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] 2886d8: XWIKI-24332: Any JAR extension uninstall/upgrade o...
by XWiki Notifications 03 Jun '26

03 Jun '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 2886d8abc8bab7de4f591c72420d26f9f7470ec5 https://github.com/xwiki/xwiki-platform/commit/2886d8abc8bab7de4f591c72420d… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-06-03 (Wed, 03 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-scheduler/xwiki-platform-scheduler-api/src/main/java/com/xpn/xwiki/plugin/scheduler/SchedulerPlugin.java Log Message: ----------- XWIKI-24332: Any JAR extension uninstall/upgrade on root namespace is blocked a very long time on myxwiki.org * fix `since` annotations * bulletproofing (cherry picked from commit 46807c303fcab2e906f5ade535ce9003bbb8ed33) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • ...
  • 184
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.