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]

December 2025

  • 1 participants
  • 1503 discussions
[xwiki/xwiki-platform] 174d55: XWIKI-22931: The edit action modify the cached doc...
by XWiki Notifications 18 Dec '25

18 Dec '25
Branch: refs/heads/XWIKI-22931 Home: https://github.com/xwiki/xwiki-platform Commit: 174d554f1a727a79392cf208cc65eef2ddfbde09 https://github.com/xwiki/xwiki-platform/commit/174d554f1a727a79392cf208cc65… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-12-18 (Thu, 18 Dec 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiAttachment.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiAttachmentContent.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentMockitoTest.java Log Message: ----------- XWIKI-22931: The edit action modify the cached document when creating a page from template * Fix XWikiDocument#copyAttachment to actually perform a real clone including the copy of the content * Introduce a XWikiAttachment#cloneWithActualContent to clone and copy the content * Introduce a XWikiAttachmentContent#clone(boolean) that allows to decide to skip or not copying the content WIP: right now tests are passing but it shows a regression in logs when running PageTemplatesIT, probably due to the ownerDocument of XWikiAttachmnentContent in clone method Commit: 8cd0370e574f6d0d4526a7d9c5efc76564897d58 https://github.com/xwiki/xwiki-platform/commit/8cd0370e574f6d0d4526a7d9c5ef… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-12-18 (Thu, 18 Dec 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiAttachment.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiAttachmentContent.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/doc/internal/FilesystemAttachmentContent.java M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/test/java/org/xwiki/store/legacy/store/internal/FilesystemAttachmentVersioningStoreTest.java Log Message: ----------- XWIKI-22931: The edit action modify the cached document when creating a page from template * Get rid of ownerDocument in XWikiAttachmentContent * Properly override new clone method in extended classes * Set the attachment document in XWikiDocument#setAttachment WIP: this still shows a regression in PageTemplatesIT with a stacktrace about a missing attachment. Commit: 3239a82c5071c4eabdc440843895db934d48267f https://github.com/xwiki/xwiki-platform/commit/3239a82c5071c4eabdc440843895… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-12-18 (Thu, 18 Dec 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiAttachmentContent.java M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/doc/internal/FilesystemAttachmentContent.java Log Message: ----------- XWIKI-22931: The edit action modify the cached document when creating a page from template * Small improvments but still having bad stack trace when trying to create page from template related to Solr Compare: https://github.com/xwiki/xwiki-platform/compare/ea737b7fb186...3239a82c5071 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-23649: No padding at the top of the new macro editor's parameter group tab content
by XWiki Notifications 18 Dec '25

18 Dec '25
1 0
0 0
[xwiki/xwiki-platform] 583a36: XWIKI-23649: No padding at the top of the new macr...
by XWiki Notifications 18 Dec '25

18 Dec '25
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 583a36b6f2fd92cffd0077b082ab32fcfc4a126e https://github.com/xwiki/xwiki-platform/commit/583a36b6f2fd92cffd0077b082ab… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-12-18 (Thu, 18 Dec 2025) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroWizard.css Log Message: ----------- XWIKI-23649: No padding at the top of the new macro editor's parameter group tab content * Add dedicated class and CSS rule (cherry picked from commit f28e7742c25b12729d0577094b82317b5e27f045) 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] f28e77: XWIKI-23649: No padding at the top of the new macr...
by XWiki Notifications 18 Dec '25

18 Dec '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: f28e7742c25b12729d0577094b82317b5e27f045 https://github.com/xwiki/xwiki-platform/commit/f28e7742c25b12729d0577094b82… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-12-18 (Thu, 18 Dec 2025) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroWizard.css Log Message: ----------- XWIKI-23649: No padding at the top of the new macro editor's parameter group tab content * Add dedicated class and CSS rule To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki-contrib/cristal-integration-nextcloud] 823506: CRISTALNC-6: The editor is badly styled on firefox
by XWiki Notifications 18 Dec '25

18 Dec '25
Branch: refs/heads/CRISTALNC-6 Home: https://github.com/xwiki-contrib/cristal-integration-nextcloud Commit: 8235060ee0dd0b7461aeb902dfb9cd58955f4ab6 https://github.com/xwiki-contrib/cristal-integration-nextcloud/commit/82350… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2025-12-18 (Thu, 18 Dec 2025) Changed paths: A src/main.css R src/main.scss M src/main.ts A src/vuetify.css R src/vuetify.scss Log Message: ----------- CRISTALNC-6: The editor is badly styled on firefox * Add missing comments * Use css instead of scss To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal-integration-nextcloud/settings/not…
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23815: Allow to retrieve the real source XClass of an XObject
by XWiki Notifications 18 Dec '25

18 Dec '25
1 0
0 0
[[email protected]][Issue] Updates for CRISTALNC-13: Support Nextcloud dark/theme light switch
by XWiki Notifications 18 Dec '25

18 Dec '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23142: Rendering error is not clear when inserting a wrong Root parameter in Children Macro and Page Tree Macro
by XWiki Notifications 18 Dec '25

18 Dec '25
1 0
0 0
[xwiki/xwiki-platform] 5940e4: XWIKI-23815: Allow to retrieve the real source XCl...
by XWiki Notifications 18 Dec '25

18 Dec '25
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 5940e4f308667880992058ae30621e495c2238db https://github.com/xwiki/xwiki-platform/commit/5940e4f308667880992058ae3062… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-12-18 (Thu, 18 Dec 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/BaseObjectOutputFilterStream.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/BasePropertyOutputFilterStream.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/classes/BaseClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/api/DocumentTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentMockitoTest.java Log Message: ----------- XWIKI-23815: Allow to retrieve the real source XClass of an XObject (#4935) * Start providing BaseObject APIs to set and retrieve the sourceXClass * Improve a bit FilterStream to use those APIs * Fix some tests * Clean up changes (cherry picked from commit 776dd4784be600cc98b09cfd4459e75fbed97143) Commit: 3cf34f14c3cfc051ec9da931989e9fed8077a73f https://github.com/xwiki/xwiki-platform/commit/3cf34f14c3cfc051ec9da931989e… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-12-18 (Thu, 18 Dec 2025) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/VersionIT.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/classes/BaseClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentMockitoTest.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/diff/EntityDiff.java Log Message: ----------- XWIKI-23815: Allow to retrieve the real source XClass of an XObject (#4949) * Prevent getting the sourceXClass when asking for the actual XClass * Refactor diff method to use the actual sourceXClass * Cover with integration test (cherry picked from commit d9b2dcfec948a94367360e56bd3a13e03f48265f) Compare: https://github.com/xwiki/xwiki-platform/compare/5c91a75602a4...3cf34f14c3cf 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-18698: Mentions are displayed in the event stream of a wiki as addressed to the current user when they're actually not
by XWiki Notifications 18 Dec '25

18 Dec '25
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • ...
  • 151
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.