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 -----
  • 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]

February 2024

  • 1 participants
  • 2655 discussions
[xwiki/xwiki-platform] 725c27: [misc] Fix the xwiki.extension.features and also i...
by XWiki Notifications 09 Feb '24

09 Feb '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 725c27b32544bc7df483be5680b5281bc8a6bf62 https://github.com/xwiki/xwiki-platform/commit/725c27b32544bc7df483be5680b5… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/pom.xml Log Message: ----------- [misc] Fix the xwiki.extension.features and also indicate the previous extension id. (cherry picked from commit d9fc599120158ca87595ec9bb1d6129406682a57)
1 0
0 0
[xwiki/xwiki-platform] d9fc59: [misc] Fix the xwiki.extension.features and also i...
by XWiki Notifications 09 Feb '24

09 Feb '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: d9fc599120158ca87595ec9bb1d6129406682a57 https://github.com/xwiki/xwiki-platform/commit/d9fc599120158ca87595ec9bb1d6… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/pom.xml M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/pom.xml Log Message: ----------- [misc] Fix the xwiki.extension.features and also indicate the previous extension id.
1 0
0 0
[[email protected]][Issue] (XWIKI-21855) Error in JS console when adding an annotation
by XWiki Notifications 09 Feb '24

09 Feb '24
1 0
0 0
[[email protected]][Issue] (XWIKI-21854) Endless spinning wheel displayed in some cases when adding an annotation
by XWiki Notifications 09 Feb '24

09 Feb '24
1 0
0 0
[xwiki/xwiki-platform] d02d70: XWIKI-21855: Error in JS console when adding an an...
by XWiki Notifications 09 Feb '24

09 Feb '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: d02d702bdde3355e161ef5d202da8f96fe941aff https://github.com/xwiki/xwiki-platform/commit/d02d702bdde3355e161ef5d202da… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-focusedplaceholder/plugin.js Log Message: ----------- XWIKI-21855: Error in JS console when adding an annotation * It seem CKEditor throws an exception if you call getSelection() on a detached editor (which can happen after an annotation is added, because we remove the editor which triggers a blur event which triggers the focused placeholder listener). (cherry picked from commit ce4195f460fbce64d67d430d004241dbcaa224b6) Commit: 4abd4866f90e8fa738501e96c66761c125744c22 https://github.com/xwiki/xwiki-platform/commit/4abd4866f90e8fa738501e96c667… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-save/plugin.js Log Message: ----------- XWIKI-21854: Endless spinning wheel displayed in some cases when adding an annotation * Don't trigger the blur event on editors that have been detached from the DOM (which happens for instance when an annotation is added). (cherry picked from commit 439f71ba0808d917e70e4e883330b6f593f2afef) Commit: ecebfeb02d01685934fb171c3f12de08f4a2bfe2 https://github.com/xwiki/xwiki-platform/commit/ecebfeb02d01685934fb171c3f12… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/pom.xml Log Message: ----------- [misc] Indicate in the POM that we bundle the CKEditor code. (cherry picked from commit 7b62e9dac95ec81db092b981cf8709adc16fdf40) Compare: https://github.com/xwiki/xwiki-platform/compare/42fb7d8d6cdf...ecebfeb02d01
1 0
0 0
[xwiki/xwiki-platform] ce4195: XWIKI-21855: Error in JS console when adding an an...
by XWiki Notifications 09 Feb '24

09 Feb '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: ce4195f460fbce64d67d430d004241dbcaa224b6 https://github.com/xwiki/xwiki-platform/commit/ce4195f460fbce64d67d430d0042… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-focusedplaceholder/plugin.js Log Message: ----------- XWIKI-21855: Error in JS console when adding an annotation * It seem CKEditor throws an exception if you call getSelection() on a detached editor (which can happen after an annotation is added, because we remove the editor which triggers a blur event which triggers the focused placeholder listener). Commit: 439f71ba0808d917e70e4e883330b6f593f2afef https://github.com/xwiki/xwiki-platform/commit/439f71ba0808d917e70e4e883330… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-save/plugin.js Log Message: ----------- XWIKI-21854: Endless spinning wheel displayed in some cases when adding an annotation * Don't trigger the blur event on editors that have been detached from the DOM (which happens for instance when an annotation is added). Commit: 7b62e9dac95ec81db092b981cf8709adc16fdf40 https://github.com/xwiki/xwiki-platform/commit/7b62e9dac95ec81db092b981cf87… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/pom.xml Log Message: ----------- [misc] Indicate in the POM that we bundle the CKEditor code. Compare: https://github.com/xwiki/xwiki-platform/compare/ddbb6d62d273...7b62e9dac95e
1 0
0 0
[[email protected]][Issue] (XWIKI-21854) Endless spinning wheel displayed in some cases when adding an annotation
by XWiki Notifications 09 Feb '24

09 Feb '24
1 0
0 0
[[email protected]][Issue] (XWIKI-21854) Endless spinning wheel displayed in some cases when adding an annotation
by XWiki Notifications 09 Feb '24

09 Feb '24
1 0
0 0
[[email protected]][Issue] (XWIKI-21854) Endless spinning wheel displayed in some cases when adding an annotation
by XWiki Notifications 09 Feb '24

09 Feb '24
1 0
0 0
[[email protected]][Issue] (XWIKI-21855) Error in JS console when adding an annotation
by XWiki Notifications 09 Feb '24

09 Feb '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • ...
  • 266
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.