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]

January 2025

  • 1 participants
  • 2958 discussions
[[email protected]][Issue] Updates for XWIKI-16647: Possible OOM when displaying a job with a huge log
by XWiki Notifications 20 Jan '25

20 Jan '25
1 0
0 0
[[email protected]][Issue] Updates for BVERSION-57: The Deleted Content sheet is not displayed for the top page of book/library if it is unversioned
by XWiki Notifications 20 Jan '25

20 Jan '25
1 0
0 0
[xwiki-contrib/book-versions] 741353: Revert "BVERSION-57: The Deleted Content sheet is ...
by XWiki Notifications 20 Jan '25

20 Jan '25
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/book-versions Commit: 741353575c1f44e8a71a29af7ea6c94dec56507c https://github.com/xwiki-contrib/book-versions/commit/741353575c1f44e8a71a2… Author: Josué Tille <josue.tille(a)xwiki.com> Date: 2025-01-20 (Mon, 20 Jan 2025) Changed paths: M application-book-versions-ui/src/main/resources/BookVersions/Code/DeletedContentClass.xml A application-book-versions-ui/src/main/resources/BookVersions/Code/DeletedContentSheet.xml Log Message: ----------- Revert "BVERSION-57: The Deleted Content sheet is not displayed for the top page of book/library if it is unversioned" This reverts commit 9204033708a9c43f44d70acc256d34983a9d16e0. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22798: The code macro is missing a required rights analyzer
by XWiki Notifications 20 Jan '25

20 Jan '25
1 0
0 0
[[email protected]][Issue] Updates for BVERSION-57: The Deleted Content sheet is not displayed for the top page of book/library if it is unversioned
by XWiki Notifications 20 Jan '25

20 Jan '25
1 0
0 0
[xwiki-contrib/cristal] 5a65ce: CRISTAL-408: We don't check if a page already exis...
by XWiki Notifications 20 Jan '25

20 Jan '25
Branch: refs/heads/CRISTAL-408 Home: https://github.com/xwiki-contrib/cristal Commit: 5a65ce7f7eeffb647ee9118aa222f3e6944ab20d https://github.com/xwiki-contrib/cristal/commit/5a65ce7f7eeffb647ee9118aa22… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2025-01-20 (Mon, 20 Jan 2025) Changed paths: M skin/langs/translation-en.json M skin/langs/translation-fr.json M skin/src/vue/c-page-creation-menu.vue Log Message: ----------- CRISTAL-408: We don't check if a page already exists on page creation * Use link instead of button in the alert * Check that the user has edit rights before displaying "edit" action To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[xwiki-contrib/book-versions] 920403: BVERSION-57: The Deleted Content sheet is not disp...
by XWiki Notifications 20 Jan '25

20 Jan '25
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/book-versions Commit: 9204033708a9c43f44d70acc256d34983a9d16e0 https://github.com/xwiki-contrib/book-versions/commit/9204033708a9c43f44d70… Author: Josué Tille <josue.tille(a)xwiki.com> Date: 2025-01-20 (Mon, 20 Jan 2025) Changed paths: M application-book-versions-ui/src/main/resources/BookVersions/Code/DeletedContentClass.xml R application-book-versions-ui/src/main/resources/BookVersions/Code/DeletedContentSheet.xml Log Message: ----------- BVERSION-57: The Deleted Content sheet is not displayed for the top page of book/library if it is unversioned To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] e6f82c: XWIKI-22782: Only save modified xobjects
by XWiki Notifications 20 Jan '25

20 Jan '25
Branch: refs/heads/feature-deploy-xobjectdirty Home: https://github.com/xwiki/xwiki-platform Commit: e6f82cc1f3d258df86f6c704c0abf03e1687cfc7 https://github.com/xwiki/xwiki-platform/commit/e6f82cc1f3d258df86f6c704c0ab… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-01-20 (Mon, 20 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/HibernateConfiguration.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseCollection.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseElement.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BaseClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateStore.java Log Message: ----------- XWIKI-22782: Only save modified xobjects 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 BVERSION-91: Add a link to the Versions administration in the Libraries Administration page
by XWiki Notifications 20 Jan '25

20 Jan '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22797: Extra space displayed before and after login link inside the Info message when Email Validation is activated
by XWiki Notifications 20 Jan '25

20 Jan '25
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • ...
  • 296
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.