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 XINFRA-483: Update and Convert Documentation for Local Installation of Oracle
by XWiki Notifications 25 Jun '26

25 Jun '26
1 0
0 0
[[email protected]][Issue] Updates for XINFRA-485: Update and Convert Documentation for Oracle Troubleshooting
by XWiki Notifications 25 Jun '26

25 Jun '26
1 0
0 0
[[email protected]][Issue] Updates for XINFRA-484: Update and Convert Documentation for VM Installation of Oracle
by XWiki Notifications 25 Jun '26

25 Jun '26
1 0
0 0
[xwiki/xwiki-platform] 4c2d55: XWIKI-24157: Use directly the BlockNote syntax ins...
by XWiki Notifications 25 Jun '26

25 Jun '26
Branch: refs/heads/XWIKI-24157 Home: https://github.com/xwiki/xwiki-platform Commit: 4c2d55cf7dfc99788094e8b9addf5a8f6061dbf5 https://github.com/xwiki/xwiki-platform/commit/4c2d55cf7dfc99788094e8b9addf… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-06-25 (Thu, 25 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/uniast/bn-to-uniast.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/etc/platform-editors-blocknote-react.api.md M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/index.ts A xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-react/src/blocknote/raw.tsx Log Message: ----------- XWIKI-24157: Use directly the BlockNote syntax instead of going through UniAst * Add support for raw block 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] 5c9785: XWIKI-24254: Improve XWiki/DeletedAttachments quer...
by XWiki Notifications 25 Jun '26

25 Jun '26
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 5c9785c0624aaa666cc5c7def238ef2ba7c0fcd5 https://github.com/xwiki/xwiki-platform/commit/5c9785c0624aaa666cc5c7def238… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-06-25 (Thu, 25 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/XWiki/DeletedAttachments.xml Log Message: ----------- XWIKI-24254: Improve XWiki/DeletedAttachments query handling * Put back removed column, in case it's needed by some DBs Co-Authored-By: Claude Opus 4.8 (1M context) <noreply(a)anthropic.com> 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] 7d03d9: XWIKI-24254: HQL injection in XWiki/DeletedAttachm...
by XWiki Notifications 25 Jun '26

25 Jun '26
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 7d03d9ab8b6cbd0802bbd3ea132aeae2859935d6 https://github.com/xwiki/xwiki-platform/commit/7d03d9ab8b6cbd0802bbd3ea132a… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-06-25 (Thu, 25 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/XWiki/DeletedAttachments.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/XWiki/DeletedDocumentsJSON.xml Log Message: ----------- XWIKI-24254: HQL injection in XWiki/DeletedAttachments XWIKI-24249: HQL Injection in XWiki/DeletedDocumentsJSON Co-Authored-By: Claude Opus 4.8 (1M context) <noreply(a)anthropic.com> 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 XCOMMONS-2349: Improve performance of AttributeFilter in HTMLCleaner
by XWiki Notifications 25 Jun '26

25 Jun '26
1 0
0 0
[xwiki/xwiki-commons] b67ce8: XCOMMONS-2349: Improve performance of AttributeFil...
by XWiki Notifications 25 Jun '26

25 Jun '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: b67ce8c3d0f900e678383f8a08480f26cbb109dd https://github.com/xwiki/xwiki-commons/commit/b67ce8c3d0f900e678383f8a08480… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-06-25 (Thu, 25 Jun 2026) Changed paths: M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/filter/AttributeFilter.java Log Message: ----------- XCOMMONS-2349: Improve performance of AttributeFilter in HTMLCleaner (#159) * Replace XPath by simple loop over all elements. * Make sure that replaced attributes are sorted lexicographically to guarantee deterministic results. * Cache the elements to avoid quadratic running time due to DOM modifications. * Fix > 0 vs. isEmpty code style issue reported by Sonar. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for BLOG-245: Stored XSS in Blog Application home page via Post Title
by XWiki Notifications 25 Jun '26

25 Jun '26
1 0
0 0
[xwiki-contrib/cli] 0a363d: Rename parameters and fix the temporary working fo...
by XWiki Notifications 25 Jun '26

25 Jun '26
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/cli Commit: 0a363daa5c9aa1fefb9a75cd9d6953b2305c7f2c https://github.com/xwiki-contrib/cli/commit/0a363daa5c9aa1fefb9a75cd9d6953b… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2026-06-25 (Thu, 25 Jun 2026) Changed paths: M src/main/java/org/xwiki/contrib/cli/Arguments.java M src/main/java/org/xwiki/contrib/cli/Command.java M src/main/java/org/xwiki/contrib/cli/XWikiDirAutoSync.java M src/main/java/org/xwiki/contrib/cli/XWikiFS.java M src/main/java/org/xwiki/contrib/cli/document/InputXMLRestPage.java M src/main/java/org/xwiki/contrib/cli/document/MultipleDoc.java M src/main/java/org/xwiki/contrib/cli/document/OutputXMLRestPage.java Log Message: ----------- Rename parameters and fix the temporary working folder feature To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cli/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • ...
  • 184
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.