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
[[email protected]][Issue] (XWIKI-21882) Remove deprecated Panel.Spaces panel
by XWiki Notifications 13 Feb '24

13 Feb '24
1 0
0 0
[[email protected]][Issue] (XWIKI-21882) Remove deprecated Panel.Spaces panel
by XWiki Notifications 13 Feb '24

13 Feb '24
1 0
0 0
[xwiki/xwiki-platform] 74775d: XWIKI-21880: Cannot delete user defined filters
by XWiki Notifications 13 Feb '24

13 Feb '24
Branch: refs/heads/XWIKI-21880 Home: https://github.com/xwiki/xwiki-platform Commit: 74775da0ddd5c11ca726187683685eb536d7bd64 https://github.com/xwiki/xwiki-platform/commit/74775da0ddd5c11ca72618768368… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-02-13 (Tue, 13 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/DefaultNotificationFilterPreferenceManagerTest.java Log Message: ----------- XWIKI-21880: Cannot delete user defined filters * Small test improvment
1 0
0 0
[xwiki/xwiki-platform] e8b706: XWIKI-21880: Cannot delete user defined filters
by XWiki Notifications 13 Feb '24

13 Feb '24
Branch: refs/heads/XWIKI-21880 Home: https://github.com/xwiki/xwiki-platform Commit: e8b7061f437874ed9bda45c14f1639e41b4aa86a https://github.com/xwiki/xwiki-platform/commit/e8b7061f437874ed9bda45c14f16… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-02-13 (Tue, 13 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/DefaultNotificationFilterPreferenceManager.java M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/DefaultNotificationFilterPreferenceManagerTest.java Log Message: ----------- XWIKI-21880: Cannot delete user defined filters * Refactor DefaultNotificationFilterPreferenceManager to never throw immediately an exception thrown by a provider, but to only do it if all providers failed * Provide a new test covering this behaviour
1 0
0 0
[[email protected]][Issue] (XWIKI-21881) Sticky Tomcat Cache Warnings still occur on latest XWiki version
by XWiki Notifications 13 Feb '24

13 Feb '24
1 0
0 0
[[email protected]][Issue] (XWIKI-21881) Sticky Tomcat Cache Warnings still occur on latest XWiki version
by XWiki Notifications 13 Feb '24

13 Feb '24
1 0
0 0
[[email protected]][Issue] (XWIKI-21881) Sticky Tomcat Cache Warnings still occur on latest XWiki version
by XWiki Notifications 13 Feb '24

13 Feb '24
1 0
0 0
[[email protected]][Issue] (XWIKI-21763) Disable the server-side image resizing while exporting to PDF
by XWiki Notifications 13 Feb '24

13 Feb '24
1 0
0 0
[xwiki/xwiki-platform] 86f24b: [Misc] I tried to write a test to verify that an i...
by XWiki Notifications 13 Feb '24

13 Feb '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 86f24b78cc0ca4d9fbf7adcf48b5e95ce6c13551 https://github.com/xwiki/xwiki-platform/commit/86f24b78cc0ca4d9fbf7adcf48b5… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-02-13 (Tue, 13 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/image/ImageDialogSelectModal.java A xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/image/select/ImageDialogUploadSelectForm.java 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/AllIT.java 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: ----------- [Misc] I tried to write a test to verify that an image uploaded by one user during a real-time session is visible by the other coeditors, but unfortunately it's not possible to open a new incognito window with Selenium (to be able to login with two different users). A WebDriver instance is bound to a browser session (cookies). We'd have to create a new WebDriver instance, which is not trivial in our test setup. Pushing what I have so far, to be continued later. (cherry picked from commit 254bcab007adb8726327afa75dc7eee764e1c273)
1 0
0 0
[xwiki/xwiki-platform] 254bca: [Misc] I tried to write a test to verify that an i...
by XWiki Notifications 13 Feb '24

13 Feb '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 254bcab007adb8726327afa75dc7eee764e1c273 https://github.com/xwiki/xwiki-platform/commit/254bcab007adb8726327afa75dc7… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-02-13 (Tue, 13 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/image/ImageDialogSelectModal.java A xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/image/select/ImageDialogUploadSelectForm.java 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/AllIT.java 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: ----------- [Misc] I tried to write a test to verify that an image uploaded by one user during a real-time session is visible by the other coeditors, but unfortunately it's not possible to open a new incognito window with Selenium (to be able to login with two different users). A WebDriver instance is bound to a browser session (cookies). We'd have to create a new WebDriver instance, which is not trivial in our test setup. Pushing what I have so far, to be continued later.
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • ...
  • 266
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.