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]

  • 1 participants
  • 59942 discussions
[[email protected]][Issue] (XWIKI-21577) Ratings improperly remove ratings with 0 even if zero stored is allowed
by XWiki Notifications 01 Dec '23

01 Dec '23
1 0
0 0
[xwiki/xwiki-platform] 9032c8: XWIKI-21577: Ratings improperly remove ratings wit...
by XWiki Notifications 01 Dec '23

01 Dec '23
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 9032c87117644d55edd58f3d5d893c184015d133 https://github.com/xwiki/xwiki-platform/commit/9032c87117644d55edd58f3d5d89… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2023-12-01 (Fri, 01 Dec 2023) Changed paths: M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/main/java/org/xwiki/ratings/internal/SolrRatingsManager.java M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/test/java/org/xwiki/ratings/internal/SolrRatingsManagerTest.java Log Message: ----------- XWIKI-21577: Ratings improperly remove ratings with 0 even if zero stored is allowed * Fix storage of ratings when 0 should be stored (cherry picked from commit 4e9d23f1d5b6a2aaebdbf614c9daed6dbb82de7d)
1 0
0 0
[xwiki/xwiki-platform] 4e9d23: XWIKI-21577: Ratings improperly remove ratings wit...
by XWiki Notifications 01 Dec '23

01 Dec '23
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 4e9d23f1d5b6a2aaebdbf614c9daed6dbb82de7d https://github.com/xwiki/xwiki-platform/commit/4e9d23f1d5b6a2aaebdbf614c9da… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2023-12-01 (Fri, 01 Dec 2023) Changed paths: M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/main/java/org/xwiki/ratings/internal/SolrRatingsManager.java M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/test/java/org/xwiki/ratings/internal/SolrRatingsManagerTest.java Log Message: ----------- XWIKI-21577: Ratings improperly remove ratings with 0 even if zero stored is allowed * Fix storage of ratings when 0 should be stored
1 0
0 0
[[email protected]][Issue] (XWIKI-21601) XJetty "failed to lock page" when using https
by XWiki Notifications 01 Dec '23

01 Dec '23
1 0
0 0
[xwiki/xwiki-platform] 24e8ad: XWIKI-21609: DefaultLiveDataSourceManager is silen...
by XWiki Notifications 01 Dec '23

01 Dec '23
Branch: refs/heads/stable-15.5.x Home: https://github.com/xwiki/xwiki-platform Commit: 24e8ad87790caeb4034d39a6c8359d20fb674939 https://github.com/xwiki/xwiki-platform/commit/24e8ad87790caeb4034d39a6c835… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2023-12-01 (Fri, 01 Dec 2023) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/internal/DefaultLiveDataSourceManager.java Log Message: ----------- XWIKI-21609: DefaultLiveDataSourceManager is silently ignoring component initialization errors * Provide proper log errors in case of initialization problem instead of ignoring it (cherry picked from commit e87052f43ad91265abfbe40e5ed81c2341c1fa80)
1 0
0 0
[xwiki/xwiki-platform] b9f764: XWIKI-21609: DefaultLiveDataSourceManager is silen...
by XWiki Notifications 01 Dec '23

01 Dec '23
Branch: refs/heads/stable-14.10.x Home: https://github.com/xwiki/xwiki-platform Commit: b9f7643e1662806b5c72d1e1e1694a743da2fe37 https://github.com/xwiki/xwiki-platform/commit/b9f7643e1662806b5c72d1e1e169… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2023-12-01 (Fri, 01 Dec 2023) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/internal/DefaultLiveDataSourceManager.java Log Message: ----------- XWIKI-21609: DefaultLiveDataSourceManager is silently ignoring component initialization errors * Provide proper log errors in case of initialization problem instead of ignoring it (cherry picked from commit e87052f43ad91265abfbe40e5ed81c2341c1fa80)
1 0
0 0
[xwiki/xwiki-platform] 10c6ff: [Misc] Fix coverage threshold in modules
by XWiki Notifications 01 Dec '23

01 Dec '23
Branch: refs/heads/stable-14.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 10c6ff38f9633db42aaaae8ddb58eef97425a3b0 https://github.com/xwiki/xwiki-platform/commit/10c6ff38f9633db42aaaae8ddb58… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2023-12-01 (Fri, 01 Dec 2023) Changed paths: M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/pom.xml Log Message: ----------- [Misc] Fix coverage threshold in modules
1 0
0 0
[[email protected]][Issue] (XWIKI-21609) DefaultLiveDataSourceManager is silently ignoring component initialization errors
by XWiki Notifications 01 Dec '23

01 Dec '23
1 0
0 0
[[email protected]][Issue] (XWIKI-21609) DefaultLiveDataSourceManager is silently ignoring component initialization errors
by XWiki Notifications 01 Dec '23

01 Dec '23
1 0
0 0
[xwiki/xwiki-platform] b14213: XWIKI-21609: DefaultLiveDataSourceManager is silen...
by XWiki Notifications 01 Dec '23

01 Dec '23
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: b1421369b1e010c76d5e5253cae3b2c42b40c5b1 https://github.com/xwiki/xwiki-platform/commit/b1421369b1e010c76d5e5253cae3… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2023-12-01 (Fri, 01 Dec 2023) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-api/src/main/java/org/xwiki/livedata/internal/DefaultLiveDataSourceManager.java Log Message: ----------- XWIKI-21609: DefaultLiveDataSourceManager is silently ignoring component initialization errors * Provide proper log errors in case of initialization problem instead of ignoring it (cherry picked from commit e87052f43ad91265abfbe40e5ed81c2341c1fa80)
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 5686
  • 5687
  • 5688
  • 5689
  • 5690
  • 5691
  • 5692
  • ...
  • 5995
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.