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

February 2026

  • 1 participants
  • 1392 discussions
[xwiki/xwiki-platform] 27b092: XWIKI-23985: Switching syntax in source mode wrong...
by XWiki Notifications 09 Feb '26

09 Feb '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 27b092f1556459be8a75fc3a68bd0166ceac0a50 https://github.com/xwiki/xwiki-platform/commit/27b092f1556459be8a75fc3a68bd… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-02-09 (Mon, 09 Feb 2026) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/EditSheet.xml Log Message: ----------- XWIKI-23985: Switching syntax in source mode wrongly joins the realtime session * Don't connect to realtime session on load unless we are in WYSIWYG mode. (cherry picked from commit f582505f86577b88654e7760d281083f87a72c61) 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] f58250: XWIKI-23985: Switching syntax in source mode wrong...
by XWiki Notifications 09 Feb '26

09 Feb '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: f582505f86577b88654e7760d281083f87a72c61 https://github.com/xwiki/xwiki-platform/commit/f582505f86577b88654e7760d281… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-02-09 (Mon, 09 Feb 2026) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/EditSheet.xml Log Message: ----------- XWIKI-23985: Switching syntax in source mode wrongly joins the realtime session * Don't connect to realtime session on load unless we are in WYSIWYG mode. 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-23720: The watch notification button is a link instead of an actual button
by XWiki Notifications 09 Feb '26

09 Feb '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XCOMMONS-3565: Extension dependencies exclusions are not supported by the XWiki Repository
by XWiki Notifications 09 Feb '26

09 Feb '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23720: The watch notification button is a link instead of an actual button
by XWiki Notifications 09 Feb '26

09 Feb '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23650: Broken positioning of xtree finder suggestions
by XWiki Notifications 09 Feb '26

09 Feb '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23650: Broken positioning of xtree finder suggestions
by XWiki Notifications 09 Feb '26

09 Feb '26
1 0
0 0
[xwiki/xwiki-platform] 025718: XWIKI-23650: Broken positioning of xtree finder su...
by XWiki Notifications 09 Feb '26

09 Feb '26
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 0257187afcf3b24445ade60ca906475946487abc https://github.com/xwiki/xwiki-platform/commit/0257187afcf3b24445ade60ca906… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-02-09 (Mon, 09 Feb 2026) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/entityResourcePicker.js M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/misc.less 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-webjar/src/main/webjar/finder.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/suggest/suggest.js Log Message: ----------- XWIKI-23650: Broken positioning of xtree finder suggestions * Use fixed position for the suggest input dropdown when the suggest input is on a modal (which uses fixed position) * Enable prefix matching for the tree finder * Don't close the tree modal when ESC is pressed (because it contains input fields) * Close the finder suggest dropdown when the tree modal is closed * Fix the key handling for the suggest input widget, by replacing the usage of the deprecated keypress event with keydown. (cherry picked from commit 779d10697eb6129e019848c22162d2720a11d9aa) (cherry picked from commit a36d9dfbdd81c4efcdb97886d9d62deb58c4cd75) 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] a36d9d: XWIKI-23650: Broken positioning of xtree finder su...
by XWiki Notifications 09 Feb '26

09 Feb '26
Branch: refs/heads/stable-17.4.x Home: https://github.com/xwiki/xwiki-platform Commit: a36d9dfbdd81c4efcdb97886d9d62deb58c4cd75 https://github.com/xwiki/xwiki-platform/commit/a36d9dfbdd81c4efcdb97886d9d6… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-02-09 (Mon, 09 Feb 2026) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/entityResourcePicker.js M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/misc.less 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-webjar/src/main/webjar/finder.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/suggest/suggest.js Log Message: ----------- XWIKI-23650: Broken positioning of xtree finder suggestions * Use fixed position for the suggest input dropdown when the suggest input is on a modal (which uses fixed position) * Enable prefix matching for the tree finder * Don't close the tree modal when ESC is pressed (because it contains input fields) * Close the finder suggest dropdown when the tree modal is closed * Fix the key handling for the suggest input widget, by replacing the usage of the deprecated keypress event with keydown. (cherry picked from commit 779d10697eb6129e019848c22162d2720a11d9aa) 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] 5dd5c2: XWIKI-23650: Broken positioning of xtree finder su...
by XWiki Notifications 09 Feb '26

09 Feb '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 5dd5c2f15bb6dfcdf058d7d184bc4868955cdbb3 https://github.com/xwiki/xwiki-platform/commit/5dd5c2f15bb6dfcdf058d7d184bc… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-02-09 (Mon, 09 Feb 2026) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/entityResourcePicker.js M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/misc.less 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-webjar/src/main/webjar/finder.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/suggest/suggest.js Log Message: ----------- XWIKI-23650: Broken positioning of xtree finder suggestions * Use fixed position for the suggest input dropdown when the suggest input is on a modal (which uses fixed position) * Enable prefix matching for the tree finder * Don't close the tree modal when ESC is pressed (because it contains input fields) * Close the finder suggest dropdown when the tree modal is closed * Fix the key handling for the suggest input widget, by replacing the usage of the deprecated keypress event with keydown. (cherry picked from commit 779d10697eb6129e019848c22162d2720a11d9aa) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • ...
  • 140
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.