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

  • 57661 discussions
[jira@xwiki.org][Issue] (XWIKI-21502) Mentions display does not follow the border-radius set at skin / color theme level
by XWiki Notifications 01 Nov '23

01 Nov '23
1 0
0 0
[jira@xwiki.org][Issue] (HELM-48) New probe (startup) and new options for liveness/readiness
by XWiki Notifications 01 Nov '23

01 Nov '23
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21502) Mentions display does not follow the border-radius set at skin / color theme level
by XWiki Notifications 01 Nov '23

01 Nov '23
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-20821) Suggest the wiki macro parameter type
by XWiki Notifications 01 Nov '23

01 Nov '23
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-20821) Suggest the wiki macro parameter type
by XWiki Notifications 01 Nov '23

01 Nov '23
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-20821) Suggest the wiki macro parameter type
by XWiki Notifications 01 Nov '23

01 Nov '23
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21501) Save & View from the realtime WYSIWYG editor asks for leave confirmation
by XWiki Notifications 01 Nov '23

01 Nov '23
1 0
0 0
[jira@xwiki.org][Issue] (XWIKI-21501) Save & View from the realtime WYSIWYG editor asks for leave confirmation
by XWiki Notifications 01 Nov '23

01 Nov '23
1 0
0 0
[xwiki/xwiki-platform] a33679: XWIKI-21501: Save & View from the realtime WYSIWYG...
by XWiki Notifications 01 Nov '23

01 Nov '23
Branch: refs/heads/stable-14.10.x Home: https://github.com/xwiki/xwiki-platform Commit: a336792abfa028740d184b9bac011306b6cccae3 https://github.com/xwiki/xwiki-platform/commit/a336792abfa028740d184b9bac01… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2023-11-01 (Wed, 01 Nov 2023) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/resources/xwiki-save/plugin.js Log Message: ----------- XWIKI-21501: Save & View from the realtime WYSIWYG editor asks for leave confirmation * Force the blur handler to be executed right away before marking the content as not dirty, if a blur timer was started (which means the editor is about to lose the focus). (cherry picked from commit 4797802e9c2b5e823180d40af2d55becb64da903)
1 0
0 0
[xwiki/xwiki-platform] b07d35: [misc] Fix test build by moving AbstractCKEditorIT...
by XWiki Notifications 01 Nov '23

01 Nov '23
Branch: refs/heads/stable-15.5.x Home: https://github.com/xwiki/xwiki-platform Commit: b07d35d425664b31d885700025ad9084754a7e77 https://github.com/xwiki/xwiki-platform/commit/b07d35d425664b31d885700025ad… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2023-11-01 (Wed, 01 Nov 2023) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/pom.xml R xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/AbstractCKEditorIT.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/pom.xml A xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/ui/AbstractCKEditorIT.java M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/pom.xml Log Message: ----------- [misc] Fix test build by moving AbstractCKEditorIT to the page objects module to be easier to reuse. (cherry picked from commit fcb87c1f0f5c8ba8d23587a5262a58b57fe6ea2e) Commit: bbf223832be1cb817bd26c63e69bbf93bb00acc5 https://github.com/xwiki/xwiki-platform/commit/bbf223832be1cb817bd26c63e69b… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2023-11-01 (Wed, 01 Nov 2023) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-save/plugin.js M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java Log Message: ----------- XWIKI-21501: Save & View from the realtime WYSIWYG editor asks for leave confirmation * Force the blur handler to be executed right away before marking the content as not dirty, if a blur timer was started (which means the editor is about to lose the focus). (cherry picked from commit 4797802e9c2b5e823180d40af2d55becb64da903) Compare: https://github.com/xwiki/xwiki-platform/compare/42065da36cac...bbf223832be1
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 5682
  • 5683
  • 5684
  • 5685
  • 5686
  • 5687
  • 5688
  • ...
  • 5767
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.