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]

May 2026

  • 1 participants
  • 1258 discussions
[[email protected]][Issue] Updates for XWIKI-24350: Temporary attachment files not closed during XAR import
by XWiki Notifications 13 May '26

13 May '26
1 0
0 0
[xwiki/xwiki-platform] a5331b: XWIKI-24222: Inconsistent escaping in OfficeImport...
by XWiki Notifications 13 May '26

13 May '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: a5331ba991fd2779b85866654ac7a78d070a2446 https://github.com/xwiki/xwiki-platform/commit/a5331ba991fd2779b85866654ac7… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-ui/pom.xml M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-ui/src/main/resources/XWiki/OfficeImporterResults.xml A xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-ui/src/test/java/org/xwiki/officeimporter/OfficeImporterResultsPageTest.java Log Message: ----------- XWIKI-24222: Inconsistent escaping in OfficeImporterResults * Make escaping in OfficeImporterResults consistent * Add a page test * Add missing dependencies for script services used in OfficeImporterResults (cherry picked from commit 734dabc7c895a8bd4000fde7a02f3496d8877be5) Commit: 006a9ffcaf659661ea2a3537527629041342eb48 https://github.com/xwiki/xwiki-platform/commit/006a9ffcaf659661ea2a35375276… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/AttachmentReader.java Log Message: ----------- XWIKI-24350: Temporary attachment files not closed during XAR import * Close the output stream after writing the content using try-with-resources. * Simplify the code for reading the content by using toInputStream() on the DeferredFileOutputStream which verifies that the output stream has been closed, thus verifying the closing in integration tests. (cherry picked from commit 6a185a17f0f27a59efdad5782aa17fab49be27de) Compare: https://github.com/xwiki/xwiki-platform/compare/f652db87572c...006a9ffcaf65 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] 734dab: XWIKI-24222: Inconsistent escaping in OfficeImport...
by XWiki Notifications 13 May '26

13 May '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 734dabc7c895a8bd4000fde7a02f3496d8877be5 https://github.com/xwiki/xwiki-platform/commit/734dabc7c895a8bd4000fde7a02f… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-ui/pom.xml M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-ui/src/main/resources/XWiki/OfficeImporterResults.xml A xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-ui/src/test/java/org/xwiki/officeimporter/OfficeImporterResultsPageTest.java Log Message: ----------- XWIKI-24222: Inconsistent escaping in OfficeImporterResults * Make escaping in OfficeImporterResults consistent * Add a page test * Add missing dependencies for script services used in OfficeImporterResults Commit: 6a185a17f0f27a59efdad5782aa17fab49be27de https://github.com/xwiki/xwiki-platform/commit/6a185a17f0f27a59efdad5782aa1… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/AttachmentReader.java Log Message: ----------- XWIKI-24350: Temporary attachment files not closed during XAR import * Close the output stream after writing the content using try-with-resources. * Simplify the code for reading the content by using toInputStream() on the DeferredFileOutputStream which verifies that the output stream has been closed, thus verifying the closing in integration tests. Compare: https://github.com/xwiki/xwiki-platform/compare/40155d60e7f9...6a185a17f0f2 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-24350: Temporary attachment files not closed during XAR import
by XWiki Notifications 13 May '26

13 May '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23921: Implement design improvements for Quicksearch
by XWiki Notifications 13 May '26

13 May '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23921: Implement design improvements for Quicksearch
by XWiki Notifications 13 May '26

13 May '26
1 0
0 0
[xwiki/xwiki-platform] 40155d: XWIKI-23921: Implement design improvements for Qui...
by XWiki Notifications 13 May '26

13 May '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 40155d60e7f91aa641f70e97767f408fa10caa7d https://github.com/xwiki/xwiki-platform/commit/40155d60e7f91aa641f70e97767f… Author: Thiago Krieck <149672322+tkrieck(a)users.noreply.github.com> Date: 2026-05-13 (Wed, 13 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/action-menus.less M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-webjar/src/main/webjar/searchSuggest.css M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/suggest/suggest.css M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/suggest/suggest.js Log Message: ----------- XWIKI-23921: Implement design improvements for Quicksearch (#5451) - Change the base container styles of the quick search - Add CSS variables - Change styles for the search input - Change styles for loading and full results - Change styles for each result --------- Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.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 XWIKI-24350: Temporary attachment files not closed during XAR import
by XWiki Notifications 13 May '26

13 May '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24351: Add support for parent reference to Cristal's ReferenceHandler
by XWiki Notifications 13 May '26

13 May '26
1 0
0 0
[[email protected]][Issue] Updates for XINFRA-480: Update and Convert Documentation for Upgrade-troubleshootings
by XWiki Notifications 13 May '26

13 May '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • ...
  • 126
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.