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

  • 1 participants
  • 59856 discussions
[xwiki/xwiki-platform] 433fa5: XWIKI-18047: Non existing pages can be rated (#3233)
by XWiki Notifications 17 Jul '24

17 Jul '24
Branch: refs/heads/backport-3233-to-stable-16.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 433fa5e5cad89cdd79bb4b044f7b6b4434879ae7 https://github.com/xwiki/xwiki-platform/commit/433fa5e5cad89cdd79bb4b044f7b… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-07-17 (Wed, 17 Jul 2024) Changed paths: M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/reference/DocumentReference.java M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/reference/DocumentReferenceTest.java 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/main/java/org/xwiki/ratings/script/AbstractScriptRatingsManager.java M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/main/java/org/xwiki/ratings/script/RatingsScriptService.java M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/test/java/org/xwiki/ratings/internal/SolrRatingsManagerTest.java M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-ui/src/main/resources/XWiki/Ratings/RatingsUIX.xml Log Message: ----------- XWIKI-18047: Non existing pages can be rated (#3233) * Check server side if the page exists before adding a rating * Hide the rating UI when the page does not exist * Provide new DocumentReference#extractReference API to extract DocumentReferenec from an EntityReference --------- Co-authored-by: Simon Urli <simon.urli(a)xwiki.com> (cherry picked from commit 3b7d494f9d0a07e29f5ebd297d218891ec13f240) 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] a2d481: XWIKI-18047: Non existing pages can be rated (#3233)
by XWiki Notifications 17 Jul '24

17 Jul '24
Branch: refs/heads/backport-3233-to-stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: a2d481eee2b511344bc42956b3bdcf1ffb0063aa https://github.com/xwiki/xwiki-platform/commit/a2d481eee2b511344bc42956b3bd… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-07-17 (Wed, 17 Jul 2024) Changed paths: M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/reference/DocumentReference.java M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/reference/DocumentReferenceTest.java 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/main/java/org/xwiki/ratings/script/AbstractScriptRatingsManager.java M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/main/java/org/xwiki/ratings/script/RatingsScriptService.java M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/test/java/org/xwiki/ratings/internal/SolrRatingsManagerTest.java M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-ui/src/main/resources/XWiki/Ratings/RatingsUIX.xml Log Message: ----------- XWIKI-18047: Non existing pages can be rated (#3233) * Check server side if the page exists before adding a rating * Hide the rating UI when the page does not exist * Provide new DocumentReference#extractReference API to extract DocumentReferenec from an EntityReference --------- Co-authored-by: Simon Urli <simon.urli(a)xwiki.com> (cherry picked from commit 3b7d494f9d0a07e29f5ebd297d218891ec13f240) 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] 3b7d49: XWIKI-18047: Non existing pages can be rated (#3233)
by XWiki Notifications 17 Jul '24

17 Jul '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 3b7d494f9d0a07e29f5ebd297d218891ec13f240 https://github.com/xwiki/xwiki-platform/commit/3b7d494f9d0a07e29f5ebd297d21… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-07-17 (Wed, 17 Jul 2024) Changed paths: M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/main/java/org/xwiki/model/reference/DocumentReference.java M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/reference/DocumentReferenceTest.java 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/main/java/org/xwiki/ratings/script/AbstractScriptRatingsManager.java M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/main/java/org/xwiki/ratings/script/RatingsScriptService.java M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/test/java/org/xwiki/ratings/internal/SolrRatingsManagerTest.java M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-ui/src/main/resources/XWiki/Ratings/RatingsUIX.xml Log Message: ----------- XWIKI-18047: Non existing pages can be rated (#3233) * Check server side if the page exists before adding a rating * Hide the rating UI when the page does not exist * Provide new DocumentReference#extractReference API to extract DocumentReferenec from an EntityReference --------- Co-authored-by: Simon Urli <simon.urli(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
[jira@xwiki.org][Issue] Updates for XWIKI-10126: Page copy: add an option to prevent copying source page history
by XWiki Notifications 17 Jul '24

17 Jul '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for CONFLUENCE-257: Match Confluence behavior for link anchors
by XWiki Notifications 17 Jul '24

17 Jul '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for CONFLUENCE-258: Automatically create Confluence-compatible anchors for titles
by XWiki Notifications 17 Jul '24

17 Jul '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-15115: Make Search Suggest use IconThemes
by XWiki Notifications 17 Jul '24

17 Jul '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for CONFLUENCE-256: Migrator does not respect named strategy
by XWiki Notifications 17 Jul '24

17 Jul '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-22293: HTML error and non-rendered Velocity in export modal
by XWiki Notifications 17 Jul '24

17 Jul '24
1 0
0 0
[xwiki/xwiki-platform] 43e1d5: Update dependency com.gradle:develocity-maven-exte...
by XWiki Notifications 17 Jul '24

17 Jul '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 43e1d5e4699f147247301f725b062414c4312383 https://github.com/xwiki/xwiki-platform/commit/43e1d5e4699f147247301f725b06… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2024-07-17 (Wed, 17 Jul 2024) Changed paths: M .mvn/extensions.xml Log Message: ----------- Update dependency com.gradle:develocity-maven-extension to v1.21.6 Commit: 1cac0a74be2eb7cc913cc49efa08e213e0351878 https://github.com/xwiki/xwiki-platform/commit/1cac0a74be2eb7cc913cc49efa08… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-07-17 (Wed, 17 Jul 2024) Changed paths: M .mvn/extensions.xml Log Message: ----------- Merge pull request #3272 from renovate-bot/renovate/com.gradle-develocity-maven-extension-1.x Compare: https://github.com/xwiki/xwiki-platform/compare/32a20ae03796...1cac0a74be2e To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 4230
  • 4231
  • 4232
  • 4233
  • 4234
  • 4235
  • 4236
  • ...
  • 5986
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.