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]

March 2025

  • 1 participants
  • 1364 discussions
[[email protected]][Issue] Updates for XWIKI-23017: The display macro is not checking if the target document exist
by XWiki Notifications 25 Mar '25

25 Mar '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23012: Prepare the content of a wiki macro call
by XWiki Notifications 25 Mar '25

25 Mar '25
1 0
0 0
[xwiki/xwiki-platform] 560dfa: XWIKI-23018: Introduce an API in DocumentModelBrid...
by XWiki Notifications 25 Mar '25

25 Mar '25
Branch: refs/heads/stable-17.2.x Home: https://github.com/xwiki/xwiki-platform Commit: 560dface64775510e5d4fe3de1281a65cc478510 https://github.com/xwiki/xwiki-platform/commit/560dface64775510e5d4fe3de128… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M xwiki-platform-core/xwiki-platform-bridge/src/main/java/org/xwiki/bridge/DocumentModelBridge.java M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-macro/src/main/java/org/xwiki/rendering/internal/macro/display/DisplayMacro.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/main/java/org/xwiki/rendering/internal/macro/include/IncludeMacro.java Log Message: ----------- XWIKI-23018: Introduce an API in DocumentModelBridge to check if the document exist XWIKI-23017: The display macro is not checking if the target document exist XWIKI-23016: The include macro is not checking if the target document exist (cherry picked from commit 96c56c5cf34801ce316ae6a6083e70f6ef1a8ba7) Commit: baf2d07348ee1cf7c3f7eda5c07410fbb08d8142 https://github.com/xwiki/xwiki-platform/commit/baf2d07348ee1cf7c3f7eda5c074… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: 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-23014: The prepared document XDOM is lost after the execution of a top level document in a view action (cherry picked from commit 68f2942fd574d469c530c11e0949bcb3f3374600) Commit: 16cf54f53b07492e665f8dd494f9447c03a15b38 https://github.com/xwiki/xwiki-platform/commit/16cf54f53b07492e665f8dd494f9… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacro.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroFactoryTest.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroTest.java Log Message: ----------- XWIKI-23012: Prepare the content of a wiki macro call (cherry picked from commit 6834799a7724f9910ef86569c1b3c5ca99c19a11) Compare: https://github.com/xwiki/xwiki-platform/compare/d9aaf692c445...16cf54f53b07 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] 96c56c: XWIKI-23018: Introduce an API in DocumentModelBrid...
by XWiki Notifications 25 Mar '25

25 Mar '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 96c56c5cf34801ce316ae6a6083e70f6ef1a8ba7 https://github.com/xwiki/xwiki-platform/commit/96c56c5cf34801ce316ae6a6083e… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M xwiki-platform-core/xwiki-platform-bridge/src/main/java/org/xwiki/bridge/DocumentModelBridge.java M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-macro/src/main/java/org/xwiki/rendering/internal/macro/display/DisplayMacro.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/main/java/org/xwiki/rendering/internal/macro/include/IncludeMacro.java Log Message: ----------- XWIKI-23018: Introduce an API in DocumentModelBridge to check if the document exist XWIKI-23017: The display macro is not checking if the target document exist XWIKI-23016: The include macro is not checking if the target document exist Commit: 68f2942fd574d469c530c11e0949bcb3f3374600 https://github.com/xwiki/xwiki-platform/commit/68f2942fd574d469c530c11e0949… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: 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-23014: The prepared document XDOM is lost after the execution of a top level document in a view action Commit: 6834799a7724f9910ef86569c1b3c5ca99c19a11 https://github.com/xwiki/xwiki-platform/commit/6834799a7724f9910ef86569c1b3… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacro.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroFactoryTest.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroTest.java Log Message: ----------- XWIKI-23012: Prepare the content of a wiki macro call Compare: https://github.com/xwiki/xwiki-platform/compare/5d2267afc202...6834799a7724 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] 4e619f: CRISTAL-430: XWiki terminal pages are not excluded...
by XWiki Notifications 25 Mar '25

25 Mar '25
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 4e619faf6a2c7e3003d0c527cd4cad676355ee60 https://github.com/xwiki-contrib/cristal/commit/4e619faf6a2c7e3003d0c527cd4… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M core/navigation-tree/navigation-tree-api/src/index.ts M core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts M ds/api/src/XNavigationTree.ts M ds/api/src/XNavigationTreeSelect.ts M ds/api/src/index.ts M ds/shoelace/src/vue/form/x-navigation-tree-select.vue M ds/shoelace/src/vue/x-navigation-tree-item.vue M ds/shoelace/src/vue/x-navigation-tree.vue M ds/vuetify/src/vue/form/x-navigation-tree-select.vue M ds/vuetify/src/vue/x-navigation-tree.vue Log Message: ----------- CRISTAL-430: XWiki terminal pages are not excluded on the page creation form (#772) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[xwiki-contrib/cristal] d05c1a: CRISTAL-430: XWiki terminal pages are not excluded...
by XWiki Notifications 25 Mar '25

25 Mar '25
Branch: refs/heads/CRISTAL-430 Home: https://github.com/xwiki-contrib/cristal Commit: d05c1ab294f1474077798d878733943fedddcd56 https://github.com/xwiki-contrib/cristal/commit/d05c1ab294f1474077798d87873… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2025-03-25 (Tue, 25 Mar 2025) Changed paths: M ds/api/src/XNavigationTree.ts M ds/api/src/XNavigationTreeSelect.ts Log Message: ----------- CRISTAL-430: XWiki terminal pages are not excluded on the page creation form * Add missing since and documentation To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23012: Prepare the content of a wiki macro call
by XWiki Notifications 25 Mar '25

25 Mar '25
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-2738: Introduce the notion of mandatory property feature
by XWiki Notifications 24 Mar '25

24 Mar '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22891: Warn about abusive manipulation of cached XWikiDocument
by XWiki Notifications 24 Mar '25

24 Mar '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23009: Introduce an script Document API to remove an attachment
by XWiki Notifications 24 Mar '25

24 Mar '25
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • ...
  • 137
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.