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

April 2026

  • 1 participants
  • 1234 discussions
[xwiki/xwiki-platform] 862dc2: [Misc] Try to fix the failing test on CI.
by XWiki Notifications 27 Apr '26

27 Apr '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 862dc211ea1a820c7ec586c2919776ce80ddc56c https://github.com/xwiki/xwiki-platform/commit/862dc211ea1a820c7ec586c29197… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-04-27 (Mon, 27 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditIT.java Log Message: ----------- [Misc] Try to fix the failing test on CI. Root cause analysis: Firefox 125+ only shows the beforeunload confirmation dialog when navigation is triggered by a synchronous user gesture. The Save & View flow triggers navigation via an async AJAX callback (onSuccess sets window.location), which no longer qualifies as a user gesture. Firefox silently navigates without showing the dialog — so return false and even event.preventDefault() in onbeforeunload both fail to produce a dialog. New strategy: Instead of fighting the browser to show a dialog, we override maybeRedirect on the AjaxSaveAndContinue instance to be a no-op. This way: 1. The AJAX save completes normally 2. The "Saved" notification is displayed (with 30-second timeout) 3. The form is disabled (set by disableEditors() before the AJAX request) 4. Navigation is not triggered — no beforeunload dialog needed 5. Both assertions (waitForNotificationSuccessMessage("Saved") and assertFalse(editWiki.isEnabled())) can be checked cleanly 6. Then setup.gotoPage(reference) navigates back to the editor normally The test still validates exactly what it was designed to verify: that the "Saved" notification appears and the form is disabled when Save & View is clicked. Also note: the @IgnoreBrowser(value = "chrome") annotation is now unnecessary since we no longer use alert handling. 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] 4c3b45: XWIKI-24286: The security scanner can fail in case...
by XWiki Notifications 27 Apr '26

27 Apr '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 4c3b456c38d3182a482843abc204e622be8994a6 https://github.com/xwiki/xwiki-platform/commit/4c3b456c38d3182a482843abc204… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-04-27 (Mon, 27 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-index/src/main/java/org/xwiki/extension/security/internal/ReviewMapFilter.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-index/src/test/java/org/xwiki/extension/security/internal/ReviewMapFilterTest.java Log Message: ----------- XWIKI-24286: The security scanner can fail in case of malformed review with empty reviews (cherry picked from commit 4f0f7f6f49922d380f6f28a99c23bff1b2018b63) (cherry picked from commit 650b6991adf77168c784d1e9f5353deef1610a61) 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] 650b69: XWIKI-24286: The security scanner can fail in case...
by XWiki Notifications 27 Apr '26

27 Apr '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 650b6991adf77168c784d1e9f5353deef1610a61 https://github.com/xwiki/xwiki-platform/commit/650b6991adf77168c784d1e9f535… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-04-27 (Mon, 27 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-index/src/main/java/org/xwiki/extension/security/internal/ReviewMapFilter.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-index/src/test/java/org/xwiki/extension/security/internal/ReviewMapFilterTest.java Log Message: ----------- XWIKI-24286: The security scanner can fail in case of malformed review with empty reviews (cherry picked from commit 4f0f7f6f49922d380f6f28a99c23bff1b2018b63) 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-24286: The security scanner can fail in case of malformed review with empty reviews
by XWiki Notifications 27 Apr '26

27 Apr '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for CONFLUENCE-520: Provide an API to read tasks from the confluence package
by XWiki Notifications 27 Apr '26

27 Apr '26
1 0
0 0
[xwiki/xwiki-platform] 4f0f7f: XWIKI-24286: The security scanner can fail in case...
by XWiki Notifications 27 Apr '26

27 Apr '26
Branch: refs/heads/stable-18.3.x Home: https://github.com/xwiki/xwiki-platform Commit: 4f0f7f6f49922d380f6f28a99c23bff1b2018b63 https://github.com/xwiki/xwiki-platform/commit/4f0f7f6f49922d380f6f28a99c23… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-04-27 (Mon, 27 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-index/src/main/java/org/xwiki/extension/security/internal/ReviewMapFilter.java M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-security/xwiki-platform-extension-security-index/src/test/java/org/xwiki/extension/security/internal/ReviewMapFilterTest.java Log Message: ----------- XWIKI-24286: The security scanner can fail in case of malformed review with empty reviews To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki-contrib/confluence] eb2bb8: Misc: introduce a setWorkingDirectory() method in ...
by XWiki Notifications 27 Apr '26

27 Apr '26
Branch: refs/heads/add_tasks Home: https://github.com/xwiki-contrib/confluence Commit: eb2bb84a7240bab6337c75c963c9a15cd9bafc74 https://github.com/xwiki-contrib/confluence/commit/eb2bb84a7240bab6337c75c9… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2026-04-27 (Mon, 27 Apr 2026) Changed paths: M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceXMLPackage.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java Log Message: ----------- Misc: introduce a setWorkingDirectory() method in ConfluenceXMLPackage Commit: b69b12c834f4a3df1953ce655e6cfe1e8ffa2f10 https://github.com/xwiki-contrib/confluence/commit/b69b12c834f4a3df1953ce65… Author: Raphaël Jakse <raphael.jakse(a)xwiki.com> Date: 2026-04-27 (Mon, 27 Apr 2026) Changed paths: M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceXMLPackage.java A confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/PropertiesConfluenceTask.java A confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/task/ConfluenceTask.java A confluence-xml/src/test/java/org/xwiki/contrib/confluence/filter/internal/TasksTest.java A confluence-xml/src/test/resources/taskscsv/package1/AO_BAF3AA_AOINLINE_TASK.csv A confluence-xml/src/test/resources/taskscsv/package1/entities.xml Log Message: ----------- CONFLUENCE-520: Provide an API to read tasks from the confluence package Compare: https://github.com/xwiki-contrib/confluence/compare/4766eafc6c2e...b69b12c8… To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-24270: Saving in the class editor sometimes shows a confirmation about unsaved changes
by XWiki Notifications 27 Apr '26

27 Apr '26
1 0
0 0
[xwiki/xwiki-platform] 308c7c: XWIKI-24270: Saving in the class editor sometimes ...
by XWiki Notifications 27 Apr '26

27 Apr '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 308c7ca6dbe9f5d2e023ea88b9a489fa32939a80 https://github.com/xwiki/xwiki-platform/commit/308c7ca6dbe9f5d2e023ea88b9a4… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-04-27 (Mon, 27 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editclass.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/actionbuttons/actionButtons.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js Log Message: ----------- XWIKI-24270: Saving in the class editor sometimes shows a confirmation about unsaved changes (#5397) * Add a submitInProgress marker to dataeditors.js to prevent the warning when submission is in progress. * Handle the Save & View button of the class editor in actionButtons.js to trigger the standard save event when it is pressed, but as a custom form specified in editclass.vm to avoid a major change to how the form is handled. (cherry picked from commit 1065e2f26339df47fe1302655984b278dd62669a) Commit: 594506dcd508c3f367b306dcc56abfa17ee50a46 https://github.com/xwiki/xwiki-platform/commit/594506dcd508c3f367b306dcc56a… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-04-27 (Mon, 27 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/ObjectEditorIT.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/junit5/browser/Browser.java Log Message: ----------- [Misc] Fix Firefox beforeUnload prompt handling in ObjectEditorIT * Restore the ability of tests to handle beforeUnload prompts in Firefox. * Wait and dismiss prompts in ObjectEditorIT. (cherry picked from commit 413bbba0182cc6fc8114380ff51d7dc95ebff3ed) Commit: c660fce2f4a7df28daca9359707199b60b6d45aa https://github.com/xwiki/xwiki-platform/commit/c660fce2f4a7df28daca93597071… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-04-27 (Mon, 27 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/ObjectEditorIT.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/junit5/browser/Browser.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/test/java/org/xwiki/test/docker/internal/junit5/TestConfigurationTest.java Log Message: ----------- [Misc] Fix Chrome beforeUnload prompt handling in tests * Re-enable handling/testing of beforeUnload prompts in Chrome by explicitly telling it to ignore all prompts. * Revert disabling of ObjectEditorIT#preventUsersToLeaveTheEditorWithoutSaving in Chrome. * Clear xwiki.test.ui.browser in TestConfigurationTest to make it possible to build `xwiki-platform-test-docker` with Chrome selected (to then use it in a UI test in the same build). (cherry picked from commit 25a97d1a0f1ff28b8e7480298df37aa23638bdaa) Compare: https://github.com/xwiki/xwiki-platform/compare/a2b4fa364d6d...c660fce2f4a7 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-23053: NestedAnnotationsIT.addAnnotationTranslation is flickering
by XWiki Notifications 27 Apr '26

27 Apr '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • ...
  • 124
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.