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
[xwiki/xwiki-platform] 4443bf: [misc] Fix test build by moving AbstractCKEditorIT...
by XWiki Notifications 01 Nov '23

01 Nov '23
Branch: refs/heads/stable-15.9.x Home: https://github.com/xwiki/xwiki-platform Commit: 4443bf948b4b9c79c90e4d2d1983ba8029d10e9c https://github.com/xwiki/xwiki-platform/commit/4443bf948b4b9c79c90e4d2d1983… 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: 53116a7fb35c995a9675b85eacbf19e0ab0dd98d https://github.com/xwiki/xwiki-platform/commit/53116a7fb35c995a9675b85eacbf… 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/710d307e0732...53116a7fb35c
1 0
0 0
[xwiki/xwiki-platform] fcb87c: [misc] Fix test build by moving AbstractCKEditorIT...
by XWiki Notifications 01 Nov '23

01 Nov '23
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: fcb87c1f0f5c8ba8d23587a5262a58b57fe6ea2e https://github.com/xwiki/xwiki-platform/commit/fcb87c1f0f5c8ba8d23587a5262a… 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. Commit: 4797802e9c2b5e823180d40af2d55becb64da903 https://github.com/xwiki/xwiki-platform/commit/4797802e9c2b5e823180d40af2d5… 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). Compare: https://github.com/xwiki/xwiki-platform/compare/8641b4a28e41...4797802e9c2b
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
[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] (XDOCKER-295) Upgrade stable version to 15.9
by XWiki Notifications 31 Oct '23

31 Oct '23
1 0
0 0
[xwiki/xwiki-docker] cb5d39: XDOCKER-295: Upgrade stable version to 15.9
by XWiki Notifications 31 Oct '23

31 Oct '23
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: cb5d39e5ce02db751013c2cba0523c6e51c14007 https://github.com/xwiki/xwiki-docker/commit/cb5d39e5ce02db751013c2cba0523c… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2023-10-31 (Tue, 31 Oct 2023) Changed paths: M 15/mariadb-tomcat/.env M 15/mariadb-tomcat/Dockerfile M 15/mysql-tomcat/.env M 15/mysql-tomcat/Dockerfile M 15/postgres-tomcat/.env M 15/postgres-tomcat/Dockerfile M build.gradle Log Message: ----------- XDOCKER-295: Upgrade stable version to 15.9
1 0
0 0
[jira@xwiki.org][Issue] (XDOCKER-295) Upgrade stable version to 15.9
by XWiki Notifications 31 Oct '23

31 Oct '23
1 0
0 0
[xwiki/xwiki-commons] 639be4: [release] Updated compatibility previous version t...
by XWiki Notifications 31 Oct '23

31 Oct '23
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 639be42b3ff4fa5bf1870a6259c37384a791ff2d https://github.com/xwiki/xwiki-commons/commit/639be42b3ff4fa5bf1870a6259c37… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2023-10-31 (Tue, 31 Oct 2023) Changed paths: M pom.xml Log Message: ----------- [release] Updated compatibility previous version to the one just released. Commit: 23a41ee537a276d1845985f3c90bf2eda3a4a629 https://github.com/xwiki/xwiki-commons/commit/23a41ee537a276d1845985f3c90bf… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2023-10-31 (Tue, 31 Oct 2023) Changed paths: M xwiki-commons-core/pom.xml Log Message: ----------- [release] Removed revapi ignores from the previous version Compare: https://github.com/xwiki/xwiki-commons/compare/64f6d98f60a3...23a41ee537a2
1 0
0 0
[xwiki/xwiki-rendering] 7614ea: [release] Removed revapi ignores from the previous...
by XWiki Notifications 31 Oct '23

31 Oct '23
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: 7614ea82172de82825e2d6e34a50310acbba92c9 https://github.com/xwiki/xwiki-rendering/commit/7614ea82172de82825e2d6e34a5… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2023-10-31 (Tue, 31 Oct 2023) Changed paths: M pom.xml Log Message: ----------- [release] Removed revapi ignores from the previous version
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 5683
  • 5684
  • 5685
  • 5686
  • 5687
  • 5688
  • 5689
  • ...
  • 5767
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.