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

February 2026

  • 1 participants
  • 1392 discussions
[xwiki-contrib/cql] 1b61e2: CQL-13: Allow defining custom converters matching ...
by XWiki Notifications 05 Feb '26

05 Feb '26
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/cql Commit: 1b61e2be6fe5d0ee5e4dac26c1028845ce37537c https://github.com/xwiki-contrib/cql/commit/1b61e2be6fe5d0ee5e4dac26c102884… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2026-02-05 (Thu, 05 Feb 2026) Changed paths: M query/src/main/java/org/xwiki/contrib/cql/query/converters/CQLToSolrAtomConverter.java M query/src/main/java/org/xwiki/contrib/cql/query/converters/CQLToSolrQueryConverter.java M query/src/test/java/org/xwiki/contrib/cql/query/CQLTest.java M query/src/test/resources/META-INF/components.txt Log Message: ----------- CQL-13: Allow defining custom converters matching fields with regexes Commit: ceae63bf55b39636246d6a68b169b8de1c644a3a https://github.com/xwiki-contrib/cql/commit/ceae63bf55b39636246d6a68b169b8d… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2026-02-05 (Thu, 05 Feb 2026) Changed paths: M query/src/main/java/org/xwiki/contrib/cql/query/converters/DefaultCQLToSolrAtomConverter.java Log Message: ----------- Misc: fix typo in an expression message Compare: https://github.com/xwiki-contrib/cql/compare/228f7c22d4d3...ceae63bf55b3 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cql/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 7f6464: [release] Updated compatibility previous version t...
by XWiki Notifications 05 Feb '26

05 Feb '26
Branch: refs/heads/stable-17.4.x Home: https://github.com/xwiki/xwiki-commons Commit: 7f6464f69e39a78e0c9da07263cc3bd8d82b914b https://github.com/xwiki/xwiki-commons/commit/7f6464f69e39a78e0c9da07263cc3… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-02-05 (Thu, 05 Feb 2026) Changed paths: M pom.xml Log Message: ----------- [release] Updated compatibility previous version to the one just released. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23991: LiveData pagination status is too visible
by XWiki Notifications 05 Feb '26

05 Feb '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23297: Notification-Mail - Internal TOC-Links doesn't work
by XWiki Notifications 05 Feb '26

05 Feb '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for CQL-13: Allow defining custom converters matching fields with regexes
by XWiki Notifications 05 Feb '26

05 Feb '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23873: PDFExportIT#largeExcelImport is flickering
by XWiki Notifications 05 Feb '26

05 Feb '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23253: Java StackOverflowError in code macro when choosing js language
by XWiki Notifications 05 Feb '26

05 Feb '26
1 0
0 0
[xwiki/xwiki-platform] a588ce: XWIKI-23990: The ServletSession sometimes contains...
by XWiki Notifications 05 Feb '26

05 Feb '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: a588ce12535b4dea13aacf973b2365185d2a772a https://github.com/xwiki/xwiki-platform/commit/a588ce12535b4dea13aacf973b23… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-02-05 (Thu, 05 Feb 2026) Changed paths: M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/internal/DefaultServletContainerInitializer.java Log Message: ----------- XWIKI-23990: The ServletSession sometimes contains a null HttpSession * add bulletproofing (we always want a session at this point, so let's force it) (cherry picked from commit 067c8ab9944611eef1853423126c5b80593225d0) 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] 8c01b3: XWIKI-23990: The ServletSession sometimes contains...
by XWiki Notifications 05 Feb '26

05 Feb '26
Branch: refs/heads/stable-17.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 8c01b34fc35f7c5bf305e028868b49265d57ca29 https://github.com/xwiki/xwiki-platform/commit/8c01b34fc35f7c5bf305e028868b… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-02-05 (Thu, 05 Feb 2026) Changed paths: M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/internal/DefaultServletContainerInitializer.java Log Message: ----------- XWIKI-23990: The ServletSession sometimes contains a null HttpSession * add bulletproofing (we always want a session at this point, so let's force it) (cherry picked from commit 067c8ab9944611eef1853423126c5b80593225d0) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23990: The ServletSession sometimes contains a null HttpSession
by XWiki Notifications 05 Feb '26

05 Feb '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • ...
  • 140
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.