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]

April 2025

  • 1 participants
  • 1468 discussions
[[email protected]][Issue] Updates for XWIKI-23052: Solr still uses a lot of field related RAM
by XWiki Notifications 11 Apr '25

11 Apr '25
1 0
0 0
[xwiki/xwiki-platform] 503337: XWIKI-23095: Abusive modification of the cached do...
by XWiki Notifications 11 Apr '25

11 Apr '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 503337e44db8fcfc7865bc498b4bc01eeaa5c17f https://github.com/xwiki/xwiki-platform/commit/503337e44db8fcfc7865bc498b4b… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-04-11 (Fri, 11 Apr 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/api/XWikiUser.java Log Message: ----------- XWIKI-23095: Abusive modification of the cached document when disabling a user 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] 571251: XWIKI-23052: Solr still uses a lot of field relate...
by XWiki Notifications 11 Apr '25

11 Apr '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 5712514350485723a99be275f9bf1260f00e0f67 https://github.com/xwiki/xwiki-platform/commit/5712514350485723a99be275f9bf… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-04-11 (Fri, 11 Apr 2025) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-search/src/main/resources/conf/managed-schema.xml A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-plugin/src/main/java/org/xwiki/search/solr/LowerCaseStrField.java A xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-plugin/src/test/java/org/xwiki/search/solr/LowerCaseStrFieldTest.java Log Message: ----------- XWIKI-23052: Solr still uses a lot of field related RAM (#4043) * Introduce a new LowerCaseStrField field type. * Change the lowercase field type in the search schema to use LowerCaseStrField. 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-23094: Abusive modification of the cached document when cleaning up deleted user or group
by XWiki Notifications 11 Apr '25

11 Apr '25
1 0
0 0
[xwiki/xwiki-platform] b0392c: XWIKI-23094: Abusive modification of the cached do...
by XWiki Notifications 11 Apr '25

11 Apr '25
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: b0392c4efee6a8e189b059cd6669181d6680baac https://github.com/xwiki/xwiki-platform/commit/b0392c4efee6a8e189b059cd6669… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-04-11 (Fri, 11 Apr 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/plugin/rightsmanager/RightsManager.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/impl/xwiki/XWikiGroupServiceImpl.java Log Message: ----------- XWIKI-23094: Abusive modification of the cached document when cleaning up deleted user or group (cherry picked from commit 4120a2df8418b3dd3d80c3e241b2b2c3cd7d58f0) 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] 934b3a: XWIKI-23094: Abusive modification of the cached do...
by XWiki Notifications 11 Apr '25

11 Apr '25
Branch: refs/heads/stable-17.2.x Home: https://github.com/xwiki/xwiki-platform Commit: 934b3ae6903afca97174f0518f15d4880ca9814c https://github.com/xwiki/xwiki-platform/commit/934b3ae6903afca97174f0518f15… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-04-11 (Fri, 11 Apr 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/plugin/rightsmanager/RightsManager.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/impl/xwiki/XWikiGroupServiceImpl.java Log Message: ----------- XWIKI-23094: Abusive modification of the cached document when cleaning up deleted user or group (cherry picked from commit 4120a2df8418b3dd3d80c3e241b2b2c3cd7d58f0) 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] 4120a2: XWIKI-23094: Abusive modification of the cached do...
by XWiki Notifications 11 Apr '25

11 Apr '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 4120a2df8418b3dd3d80c3e241b2b2c3cd7d58f0 https://github.com/xwiki/xwiki-platform/commit/4120a2df8418b3dd3d80c3e241b2… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-04-11 (Fri, 11 Apr 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/plugin/rightsmanager/RightsManager.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/impl/xwiki/XWikiGroupServiceImpl.java Log Message: ----------- XWIKI-23094: Abusive modification of the cached document when cleaning up deleted user or group 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-19711: Webjar urls can't be resolved without calling the script service
by XWiki Notifications 11 Apr '25

11 Apr '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-19711: Webjar urls can't be resolved without calling the script service
by XWiki Notifications 11 Apr '25

11 Apr '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-21570: Image appears to be cut at the bottom when exporting as RTF
by XWiki Notifications 11 Apr '25

11 Apr '25
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • ...
  • 147
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.