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
notifications@xwiki.org

March 2026

  • 1 participants
  • 1538 discussions
[xwiki/xwiki-platform] 057de2: XWIKI-23979: Upgrade to jQuery 4.0.0
by XWiki Notifications 11 Mar '26

11 Mar '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 057de2a56ead440be86701c971d080cb9497ce8c https://github.com/xwiki/xwiki-platform/commit/057de2a56ead440be86701c971d0… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-11 (Wed, 11 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package.json M xwiki-platform-core/xwiki-platform-node/src/main/node/core/livedata/livedata-ui/package.json M xwiki-platform-core/xwiki-platform-node/src/main/node/core/livedata/livedata-xwiki/package.json Log Message: ----------- XWIKI-23979: Upgrade to jQuery 4.0.0 Update and uniformize jquery peer dependencies. Commit: ce58225a2ebb984c34214854e74de5b1cd4ca158 https://github.com/xwiki/xwiki-platform/commit/ce58225a2ebb984c34214854e74d… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-11 (Wed, 11 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-bootstrap/src/main/package.json M xwiki-platform-core/xwiki-platform-node/src/main/node/tools/tool-tsconfig/package.json Log Message: ----------- [Misc] fix package.json formatting Compare: https://github.com/xwiki/xwiki-platform/compare/72a1ffb0948d...ce58225a2ebb 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] d66e40: XWIKI-23979: Upgrade to jQuery 4.0.0
by XWiki Notifications 11 Mar '26

11 Mar '26
Branch: refs/heads/fix-jquery4-notifications Home: https://github.com/xwiki/xwiki-platform Commit: d66e40a7862c1b407db5262e75b9b9edcde2402b https://github.com/xwiki/xwiki-platform/commit/d66e40a7862c1b407db5262e75b9… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-03-11 (Wed, 11 Mar 2026) Changed paths: M pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/pom.xml M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/pom.xml M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-common/pom.xml Log Message: ----------- XWIKI-23979: Upgrade to jQuery 4.0.0 * bootstrap-switch currently doesn't support jquery 4.0.0 so add a dependency to jquery-migrate along with any call of bootstrap-switch dependency. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-24114: Username with forbidden symbols notification frequency setting reverts to default after saving
by XWiki Notifications 11 Mar '26

11 Mar '26
1 0
0 0
[xwiki-contrib/ai-llm] cc67bb: LLMAI-130: Expose search context via the REST API
by XWiki Notifications 11 Mar '26

11 Mar '26
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/ai-llm Commit: cc67bbe4144c5ca1f6909396d8b461ad5a409f39 https://github.com/xwiki-contrib/ai-llm/commit/cc67bbe4144c5ca1f6909396d8b4… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-03-11 (Wed, 11 Mar 2026) Changed paths: M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/rest/DefaultCollectionResource.java M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/rest/DefaultCollectionsResource.java M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/rest/DefaultDocumentResource.java A application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/rest/DefaultSearchResource.java A application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/rest/SearchResource.java M application-ai-llm-index/application-ai-llm-index-api/src/main/resources/META-INF/components.txt M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/openai/Context.java Log Message: ----------- LLMAI-130: Expose search context via the REST API * Add a simple REST API to expose the context search. * Remove Singleton annotation from REST resources - REST resources shouldn't be singletons. Commit: 35a93d8beaa046bc6e9e29a8d95765e1ea60bfc0 https://github.com/xwiki-contrib/ai-llm/commit/35a93d8beaa046bc6e9e29a8d957… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-03-11 (Wed, 11 Mar 2026) Changed paths: M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/rest/DefaultChatCompletionsResource.java M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/rest/DefaultModelsResource.java M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/rest/DefaultPromptsResource.java Log Message: ----------- [Misc] Remove wrong Singleton annotations from REST resources Compare: https://github.com/xwiki-contrib/ai-llm/compare/1c12fb94d181...35a93d8beaa0 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 72a1ff: XWIKI-23979: Upgrade to jQuery 4.0.0
by XWiki Notifications 11 Mar '26

11 Mar '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 72a1ffb0948d591eadc1195ff8e8724afc8a8767 https://github.com/xwiki/xwiki-platform/commit/72a1ffb0948d591eadc1195ff8e8… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-11 (Wed, 11 Mar 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- XWIKI-23979: Upgrade to jQuery 4.0.0 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23879: Upload file fix doesn't work on sub-wikis
by XWiki Notifications 11 Mar '26

11 Mar '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-24113: Tomcat cache warnings
by XWiki Notifications 11 Mar '26

11 Mar '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for SYSPROP-6: The update of XWiki object properties is not working on XWiki 17.10.3+
by XWiki Notifications 11 Mar '26

11 Mar '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-18380: Initial setup form allows "." in initial admin username
by XWiki Notifications 11 Mar '26

11 Mar '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-24113: Tomcat cache warnings
by XWiki Notifications 11 Mar '26

11 Mar '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • ...
  • 154
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.