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

  • 58740 discussions
[xwiki-contrib/application-ai-llm] f09ddf: LLMAI-51: Code refactoring
by XWiki Notifications 30 Jan '24

30 Jan '24
Branch: refs/heads/waise Home: https://github.com/xwiki-contrib/application-ai-llm Commit: f09ddfbd94e5eb3c9d7c37fffc77d9fbbd256eef https://github.com/xwiki-contrib/application-ai-llm/commit/f09ddfbd94e5eb3c… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2024-01-30 (Tue, 30 Jan 2024) Changed paths: M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/AIConfigSheet.xml M pom.xml Log Message: ----------- LLMAI-51: Code refactoring * Updated the sheet of the server configs to better fit the current fields
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21843) Move to a system font stack
by XWiki Notifications 30 Jan '24

30 Jan '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21843) Move to a system font stack
by XWiki Notifications 30 Jan '24

30 Jan '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21843) Move to a system font stack
by XWiki Notifications 30 Jan '24

30 Jan '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21843) Move to a system font stack
by XWiki Notifications 30 Jan '24

30 Jan '24
1 0
0 0
[jira@xwiki.org][Issue] (WORDNOTIF-4) Receive a notification when a watched word is removed
by XWiki Notifications 30 Jan '24

30 Jan '24
1 0
0 0
[xwiki-contrib/application-notification-word] 665ad4: WORDNOTIF-4: Receive a notification when a watched...
by XWiki Notifications 30 Jan '24

30 Jan '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/application-notification-word Commit: 665ad4cfc3dbbef74adccfcf545f2b46f6c23044 https://github.com/xwiki-contrib/application-notification-word/commit/665ad… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-01-30 (Tue, 30 Jan 2024) Changed paths: M application-notification-word-default/src/main/java/org/xwiki/contrib/wordnotification/internal/notification/RemovedWordsEventDescriptor.java Log Message: ----------- WORDNOTIF-4: Receive a notification when a watched word is removed * Fix wrong event type in the descriptor
1 0
0 0
[jira@xwiki.org][Issue] (MATHJAX-26) Some MathJax formulas break the WYSIWYG editor
by XWiki Notifications 30 Jan '24

30 Jan '24
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21803) Unescaped '<' (less than symbol) in in-line style breaks the WYSIWYG editor
by XWiki Notifications 30 Jan '24

30 Jan '24
1 0
0 0
[xwiki/xwiki-platform] 1a010a: XWIKI-21803: Unescaped '<' (less than symbol) in i...
by XWiki Notifications 30 Jan '24

30 Jan '24
Branch: refs/heads/stable-16.0.x Home: https://github.com/xwiki/xwiki-platform Commit: 1a010ac6cfa55a7fcd961f3fa309f8b1cb5dd529 https://github.com/xwiki/xwiki-platform/commit/1a010ac6cfa55a7fcd961f3fa309… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-01-30 (Tue, 30 Jan 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-filter/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/AllIT.java A xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/FilterIT.java A xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/ImageIT.java R xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/ImagePluginIT.java A xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/LinkIT.java R xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/LinkPluginIT.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/src/main/webjar/config.js Log Message: ----------- XWIKI-21803: Unescaped '<' (less than symbol) in in-line style breaks the WYSIWYG editor * Escape '<' in the content of style tags both for the editor HTML input and output, to overcome a bug in CKEditor's HTML parser. * Allow style tags (inside macro output), they were filtered out before by CKEditor's Advanced Content Filter * Add functional test * Rename some functional tests to be consisten. (cherry picked from commit 0f794c9e7f97995028661d20c18c4793933a56c9) (cherry picked from commit 9a9718a69d204a52177b0ec56aa9ca34ef2f4598)
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 5147
  • 5148
  • 5149
  • 5150
  • 5151
  • 5152
  • 5153
  • ...
  • 5874
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.