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
[[email protected]][Issue] Updates for XWIKI-21853: Add automated test for "Name strategies test selected strategy"
by XWiki Notifications 01 Jun '26

01 Jun '26
1 0
0 0
[xwiki/xwiki-platform] 5e67cd: XWIKI-21853: Add automated test for "Name strategi...
by XWiki Notifications 01 Jun '26

01 Jun '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 5e67cd7cd2a31a8a21aa5298dbe9f373b0157665 https://github.com/xwiki/xwiki-platform/commit/5e67cd7cd2a31a8a21aa5298dbe9… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-06-01 (Mon, 01 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/pom.xml A xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-test/pom.xml A xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-test/xwiki-platform-model-validation-test-docker/pom.xml A xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-test/xwiki-platform-model-validation-test-docker/src/test/it/org/xwiki/model/validation/test/ui/docker/AllIT.java A xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-test/xwiki-platform-model-validation-test-docker/src/test/it/org/xwiki/model/validation/test/ui/docker/NameStrategiesIT.java A xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-test/xwiki-platform-model-validation-test-pageobjects/pom.xml A xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-test/xwiki-platform-model-validation-test-pageobjects/src/main/java/org/xwiki/model/validation/test/po/NameStrategiesAdministrationSectionPage.java M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-ui/pom.xml Log Message: ----------- XWIKI-21853: Add automated test for "Name strategies test selected strategy" 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 LLMAI-138: MCP add page search tool
by XWiki Notifications 01 Jun '26

01 Jun '26
1 0
0 0
[[email protected]][Issue] Updates for LLMAI-146: MCP add man/help tool
by XWiki Notifications 01 Jun '26

01 Jun '26
1 0
0 0
[xwiki-contrib/ai-llm] 66fe7d: LLMAI-138: Add query_pages MCP tool (search + brow...
by XWiki Notifications 01 Jun '26

01 Jun '26
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/ai-llm Commit: 66fe7d80058f9c985d533532d0cea79a97bd69e6 https://github.com/xwiki-contrib/ai-llm/commit/66fe7d80058f9c985d533532d0ce… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2026-06-01 (Mon, 01 Jun 2026) Changed paths: A application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/java/org/xwiki/contrib/llm/mcp/internal/MCPQueryPagesTool.java M application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/resources/META-INF/components.txt A application-ai-llm-mcp/application-ai-llm-mcp-server/src/test/java/org/xwiki/contrib/llm/mcp/internal/MCPQueryPagesToolTest.java Log Message: ----------- LLMAI-138: Add query_pages MCP tool (search + browse over Solr) Search/browse tool over XWiki's built-in Solr index, exposed to agents via the MCP server: * edismax relevance, qf-weighted on title/doccontent/doccontentraw (xdismax default preserved for multilingual expansion) * filtered browse: space subtree, author, modifiedWithin window or a raw modifiedRange; sort by relevance/newest/oldest/title * highlighted snippets keyed on the matched per-locale content field, with a content-head fallback; relevance score per result * authorization via SecureQuery view post-filter; modifiedRange validated against a strict allowlist; timeAllowed budget caps runaway queries Commit: 79240d0a8c44b5d5ec4714c88f4cff40ec23220c https://github.com/xwiki-contrib/ai-llm/commit/79240d0a8c44b5d5ec4714c88f4c… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2026-06-01 (Mon, 01 Jun 2026) Changed paths: M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/mcp/MCPListCollectionsTool.java M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/mcp/MCPSearchCollectionsTool.java M application-ai-llm-index/application-ai-llm-index-api/src/test/java/org/xwiki/contrib/llm/internal/mcp/MCPListCollectionsToolTest.java M application-ai-llm-index/application-ai-llm-index-api/src/test/java/org/xwiki/contrib/llm/internal/mcp/MCPSearchCollectionsToolTest.java M application-ai-llm-mcp/application-ai-llm-mcp-api/src/main/java/org/xwiki/contrib/llm/mcp/MCPTool.java A application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/java/org/xwiki/contrib/llm/mcp/internal/MCPManTool.java M application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/java/org/xwiki/contrib/llm/mcp/internal/MCPQueryPagesTool.java M application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/resources/META-INF/components.txt A application-ai-llm-mcp/application-ai-llm-mcp-server/src/test/java/org/xwiki/contrib/llm/mcp/internal/MCPManToolTest.java Log Message: ----------- LLMAI-146: Add man/help MCP tool New "man" tool that documents the MCP toolset to agents: with no argument it lists the enabled tools grouped by category; with a tool name it renders that tool's manual page — NAME tagline, SYNOPSIS and OPTIONS auto-generated from the input schema, the DESCRIPTION, and the tool's own prose. Adds three default methods to the MCPTool extension point, kept out of the always-advertised tool list for progressive disclosure: * getSummary() - one-line catalog/NAME tagline (falls back to the first sentence of the description) * getCategory() - catalog grouping * getManPage() - examples/see-also prose appended below the auto sections Populates the bundled tools with summaries and categories: query_pages (Search & Navigation) and the index module's list_collections / search_collections (Semantic Search). Compare: https://github.com/xwiki-contrib/ai-llm/compare/ed3ab30167ce...79240d0a8c44 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for LLMAI-146: MCP add man/help tool
by XWiki Notifications 01 Jun '26

01 Jun '26
1 0
0 0
[xwiki-contrib/mediawiki] 93ab7f: Remove the instanceof HTMLTag leftover
by XWiki Notifications 01 Jun '26

01 Jun '26
Branch: refs/heads/macroContentSyntax Home: https://github.com/xwiki-contrib/mediawiki Commit: 93ab7f860e98c322c7b25c05e29648ed7dc3a0f1 https://github.com/xwiki-contrib/mediawiki/commit/93ab7f860e98c322c7b25c05e… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2026-06-01 (Mon, 01 Jun 2026) Changed paths: M mediawiki-syntax/mediawiki-syntax-bliki/src/main/java/org/xwiki/contrib/mediawiki/syntax/bliki/internal/parser/converter/MacroEventGenerator.java Log Message: ----------- Remove the instanceof HTMLTag leftover To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/mediawiki/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 3ab6a1: XWIKI-24212: Set proper user to parse JSX/SSX
by XWiki Notifications 01 Jun '26

01 Jun '26
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 3ab6a166cbfde947259a2226196006fbc4bd9a2c https://github.com/xwiki/xwiki-platform/commit/3ab6a166cbfde947259a22261960… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-06-01 (Mon, 01 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-skinx/src/main/java/com/xpn/xwiki/web/sx/SxDocumentSource.java Log Message: ----------- XWIKI-24212: Set proper user to parse JSX/SSX (cherry picked from commit 8765030a45e0906d31c12e957ce74c66aa21f9c4) 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-21853: Add automated test for "Name strategies test selected strategy"
by XWiki Notifications 01 Jun '26

01 Jun '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-18672: Add automated test for "Change Default Editor"
by XWiki Notifications 01 Jun '26

01 Jun '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.