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]

  • 58673 discussions
[xwiki/xwiki-platform] 63bd76: [Misc] Add missing excludes in export-pdf-test-con...
by XWiki Notifications 21 May '24

21 May '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 63bd7666b5b64087fef8638487f80f1f602b9ec9 https://github.com/xwiki/xwiki-platform/commit/63bd7666b5b64087fef8638487f8… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/pom.xml Log Message: ----------- [Misc] Add missing excludes in export-pdf-test-content Use dependencyManagement instead of excludes to prevent any problem: previous solution was working by accident as the dependencies were provided elsewhere in tests. (cherry picked from commit 4844bdde2b665f5a1606fde90a5c9ef6c851c28b) 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] 4844bd: [Misc] Add missing excludes in export-pdf-test-con...
by XWiki Notifications 21 May '24

21 May '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 4844bdde2b665f5a1606fde90a5c9ef6c851c28b https://github.com/xwiki/xwiki-platform/commit/4844bdde2b665f5a1606fde90a5c… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/pom.xml Log Message: ----------- [Misc] Add missing excludes in export-pdf-test-content Use dependencyManagement instead of excludes to prevent any problem: previous solution was working by accident as the dependencies were provided elsewhere in tests. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki-contrib/ai-llm] 548f25: LLMAI-54: Develop a chat UI that is independent of...
by XWiki Notifications 21 May '24

21 May '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/ai-llm Commit: 548f25ca3f6a2f061fb16a08a50335549cd55d27 https://github.com/xwiki-contrib/ai-llm/commit/548f25ca3f6a2f061fb16a08a503… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M application-ai-llm-chat/application-ai-llm-chat-webjar/pom.xml M application-ai-llm-chat/application-ai-llm-chat-webjar/webjar/chatUILoader.js A application-ai-llm-chat/application-ai-llm-chat-webjar/webjar/purify.min.js M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/Javascript.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/TestUI.xml Log Message: ----------- LLMAI-54: Develop a chat UI that is independent of XWiki and can be embedded in any application * Add DOMPurify for the markdown rendered content to prevent XSS attacks * Small fix 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 XWIKI-14046: Server not responding error when saving pages based on templates
by XWiki Notifications 21 May '24

21 May '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22177: Remove the login button for guest users commenting
by XWiki Notifications 21 May '24

21 May '24
1 0
0 0
[xwiki-contrib/ai-llm] abdb54: [Misc] Mark example content as such and make it no...
by XWiki Notifications 21 May '24

21 May '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/ai-llm Commit: abdb54599f4e26f3c12af53a4c9176f7930b69dc https://github.com/xwiki-contrib/ai-llm/commit/abdb54599f4e26f3c12af53a4c91… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M application-ai-llm-models/application-ai-llm-models-ui/pom.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/Ada-002.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/GPT3.5-turbo.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/GPT4.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/bert.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/mixtral.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/PromptDB/Free Pompt.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/PromptDB/Summarize.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/PromptDB/Translate.xml Log Message: ----------- [Misc] Mark example content as such and make it non-hidden Commit: 021317722e9d204ca31696726d8254f11019d07d https://github.com/xwiki-contrib/ai-llm/commit/021317722e9d204ca31696726d82… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/StyleSheet.xml Log Message: ----------- LLMAI-18: Continue Improving UI * Remove fixed height of the whole chat UI as it breaks the display of the advanced options Commit: 6cfe95e6e5c2b83320a89817325e4692c8e0de0b https://github.com/xwiki-contrib/ai-llm/commit/6cfe95e6e5c2b83320a89817325e… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M application-ai-llm-chat/application-ai-llm-chat-webjar/webjar/chatUILoader.js M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/RAGChatRequestFilter.java M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/OpenAIChatModel.java M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/openai/ChatCompletionChunk.java M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/openai/ChatCompletionRequest.java A application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/openai/StreamOptions.java M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/Javascript.xml Log Message: ----------- LLMAI-45: Create a new Java API for chat models * Add support for usage information in streaming responses, see https://community.openai.com/t/usage-stats-now-available-when-using-streami… * Adapt the chat request builder to be more in line with Java record naming conventions Compare: https://github.com/xwiki-contrib/ai-llm/compare/e00f6b85c88d...6cfe95e6e5c2 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 XWIKI-14046: Server not responding error when saving pages based on templates
by XWiki Notifications 21 May '24

21 May '24
1 0
0 0
[xwiki/xwiki-platform] 134c6c: [Misc] Add missing excludes in export-pdf-test-con...
by XWiki Notifications 21 May '24

21 May '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 134c6c451bfa7dd251b721e075adc1c2c17220fb https://github.com/xwiki/xwiki-platform/commit/134c6c451bfa7dd251b721e075ad… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/pom.xml Log Message: ----------- [Misc] Add missing excludes in export-pdf-test-content The module declares a dependency to an extension that also have dependencies to xwiki-platform but with another version: we need to exclude those. (cherry picked from commit ec72c9dadbdb65262a874875abe5b08135f70b63) 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] ec72c9: [Misc] Add missing excludes in export-pdf-test-con...
by XWiki Notifications 21 May '24

21 May '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: ec72c9dadbdb65262a874875abe5b08135f70b63 https://github.com/xwiki/xwiki-platform/commit/ec72c9dadbdb65262a874875abe5… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-content/pom.xml Log Message: ----------- [Misc] Add missing excludes in export-pdf-test-content The module declares a dependency to an extension that also have dependencies to xwiki-platform but with another version: we need to exclude those. 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] 3fa545: XWIKI-22176: WrappingQuery's bindValue(s) methods ...
by XWiki Notifications 21 May '24

21 May '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 3fa545ff622e1ad8ccccdbb4ab60c49a98fad236 https://github.com/xwiki/xwiki-platform/commit/3fa545ff622e1ad8ccccdbb4ab60… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/src/test/java/org/xwiki/query/internal/WrappingQueryTest.java Log Message: ----------- XWIKI-22176: WrappingQuery's bindValue(s) methods unexpectedly return the wrapped query *remove useless since annotations (cherry picked from commit 04ec7d06378c6550c8c9a90b1a02f87f411c66e8) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 4389
  • 4390
  • 4391
  • 4392
  • 4393
  • 4394
  • 4395
  • ...
  • 5868
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.