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]

  • 58878 discussions
[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
[[email protected]][Issue] Updates for XINFRA-436: Upgrade to Weblate 5.15
by XWiki Notifications 18 Dec '25

18 Dec '25
1 0
0 0
[xwiki-contrib/cristal] e5e524: CRISTAL-769: Refactor navigation tree to separate ...
by XWiki Notifications 18 Dec '25

18 Dec '25
Branch: refs/heads/CRISTAL-769 Home: https://github.com/xwiki-contrib/cristal Commit: e5e524fdaa67884bab7e7e722500130cf341f218 https://github.com/xwiki-contrib/cristal/commit/e5e524fdaa67884bab7e7e72250… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2025-12-18 (Thu, 18 Dec 2025) Changed paths: M core/navigation-tree/navigation-tree-ui/package.json M core/navigation-tree/navigation-tree-ui/src/index.ts Log Message: ----------- CRISTAL-769: Refactor navigation tree to separate logic and ds * Removed unused import To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 5c91a7: XWIKI-23796: Focus is still reset when using keybo...
by XWiki Notifications 18 Dec '25

18 Dec '25
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 5c91a75602a48fa09c7adccd12ff9dc3e2417d0a https://github.com/xwiki/xwiki-platform/commit/5c91a75602a48fa09c7adccd12ff… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2025-12-18 (Thu, 18 Dec 2025) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-ui/src/main/resources/Main/SolrSearchMacros.xml Log Message: ----------- XWIKI-23796: Focus is still reset when using keyboard with a search facet * Fixed the typo that broke the feature... (cherry picked from commit ce9b4cc77b50f149c24eadc99f30c86d98750a29) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 1538
  • 1539
  • 1540
  • 1541
  • 1542
  • 1543
  • 1544
  • ...
  • 5888
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.