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

  • 58982 discussions
[jira@xwiki.org][Issue] Updates for XWIKI-24430: Warning logged when opening the tree selector from the WYSIWYG link dialog
by XWiki Notifications 15 Jun '26

15 Jun '26
1 0
0 0
[xwiki/xwiki-platform] c8a1b8: XWIKI-24216: Add a script service to normalize ent...
by XWiki Notifications 15 Jun '26

15 Jun '26
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: c8a1b89782f3cb6787b406a8b57f3b07ef57038d https://github.com/xwiki/xwiki-platform/commit/c8a1b89782f3cb6787b406a8b57f… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/IndexTreeScriptServiceTest.java M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeMacros.xml M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-api/src/main/java/org/xwiki/tree/internal/EntityTreeNodeIdConverter.java M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-api/src/test/java/org/xwiki/tree/internal/EntityTreeNodeIdConverterTest.java Log Message: ----------- XWIKI-24216: Add a script service to normalize entity tree node IDs * Use the existing EntityTreeNodeIdConverter * Improve EntityTreeNodeIdConverter to resolve an empty reference to the current entity reference * Add unit tests * Avoid calling incorrect macros and script service methods by explicitly mapping node types to macro and method names. (cherry picked from commit 2fe4c430d177ef75565cc9b39cdce4d54da7ca3b) (cherry picked from commit 14574c26c95f21b39b18b7248f33a06f18f6a9e1) Commit: a2e174362aa61150d96d69bcdded215fd2cd4772 https://github.com/xwiki/xwiki-platform/commit/a2e174362aa61150d96d69bcdded… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/IndexTreeScriptServiceTest.java Log Message: ----------- XWIKI-24414: IndexTreeScriptService warns on null openTo for every document tree request * Don't log the warning for null node ID (cherry picked from commit d3f2790641970945962a6269421050cc80c1db97) (cherry picked from commit 3bd2abdb8ecc9d124e496f87adf33e3868d692c7) Commit: 0e0e21702184ffbdc1b0d2d20317ca01434b1916 https://github.com/xwiki/xwiki-platform/commit/0e0e21702184ffbdc1b0d2d20317… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/IndexTreeScriptServiceTest.java Log Message: ----------- XWIKI-24430: Warning logged when opening the tree selector from the WYSIWYG link dialog * Show the warning only when the converter fails. (cherry picked from commit c9c3dbe7afeaecd0bacc6ea49edf066de3bf7857) (cherry picked from commit 5d8f03e07c6a54b1ca296a0a908926f46dbcf467) Compare: https://github.com/xwiki/xwiki-platform/compare/4a26b80396af...0e0e21702184 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] 5d8f03: XWIKI-24430: Warning logged when opening the tree ...
by XWiki Notifications 15 Jun '26

15 Jun '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 5d8f03e07c6a54b1ca296a0a908926f46dbcf467 https://github.com/xwiki/xwiki-platform/commit/5d8f03e07c6a54b1ca296a0a9089… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/IndexTreeScriptServiceTest.java Log Message: ----------- XWIKI-24430: Warning logged when opening the tree selector from the WYSIWYG link dialog * Show the warning only when the converter fails. (cherry picked from commit c9c3dbe7afeaecd0bacc6ea49edf066de3bf7857) 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] c9c3db: XWIKI-24430: Warning logged when opening the tree ...
by XWiki Notifications 15 Jun '26

15 Jun '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: c9c3dbe7afeaecd0bacc6ea49edf066de3bf7857 https://github.com/xwiki/xwiki-platform/commit/c9c3dbe7afeaecd0bacc6ea49edf… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/IndexTreeScriptServiceTest.java Log Message: ----------- XWIKI-24430: Warning logged when opening the tree selector from the WYSIWYG link dialog * Show the warning only when the converter fails. 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-22535: Exception in createinline.vm when creating top-level pages from ajax requests
by XWiki Notifications 15 Jun '26

15 Jun '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for LLMAI-150: MCP SKD version bump to v2
by XWiki Notifications 15 Jun '26

15 Jun '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-24488: InplaceEditIT#selectionRestoreOnSwitchToSource is failing on Firefox
by XWiki Notifications 15 Jun '26

15 Jun '26
1 0
0 0
[xwiki/xwiki-platform] 3d2138: XWIKI-24487: EditIT#editWikiFormattingToolbarButto...
by XWiki Notifications 15 Jun '26

15 Jun '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 3d2138151753a11fe2ceeae93ed66d6683b80b84 https://github.com/xwiki/xwiki-platform/commit/3d2138151753a11fe2ceeae93ed6… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/src/test/it/org/xwiki/edit/test/ui/InplaceEditIT.java 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/EditIT.java Log Message: ----------- XWIKI-24487: EditIT#editWikiFormattingToolbarButtons is failing on Firefox XWIKI-24488: InplaceEditIT#selectionRestoreOnSwitchToSource is failing on Firefox 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-24488: InplaceEditIT#selectionRestoreOnSwitchToSource is failing on Firefox
by XWiki Notifications 15 Jun '26

15 Jun '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-24487: EditIT#editWikiFormattingToolbarButtons is failing on Firefox
by XWiki Notifications 15 Jun '26

15 Jun '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 742
  • 743
  • 744
  • 745
  • 746
  • 747
  • 748
  • ...
  • 5899
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.