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] a202a5: XWIKI-24266: Remote/Local event converters are not...
by XWiki Notifications 20 Apr '26

20 Apr '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: a202a5d9d999402758d1beaf18cbae176cdcb75e https://github.com/xwiki/xwiki-platform/commit/a202a5d9d999402758d1beaf18cb… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-04-20 (Mon, 20 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/observation/remote/converter/DocumentEventConverterTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/event/DocumentCopyOrMoveEventConverterTest.java Log Message: ----------- XWIKI-24266: Remote/Local event converters are not registered when installing an extension * Add the new component to the component list of affected tests. (cherry picked from commit deb9133c442945c9ca7f838440b1a0a467d19ee0) 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] 25a97d: [Misc] Fix Chrome beforeUnload prompt handling in ...
by XWiki Notifications 20 Apr '26

20 Apr '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 25a97d1a0f1ff28b8e7480298df37aa23638bdaa https://github.com/xwiki/xwiki-platform/commit/25a97d1a0f1ff28b8e7480298df3… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-04-20 (Mon, 20 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). Commit: deb9133c442945c9ca7f838440b1a0a467d19ee0 https://github.com/xwiki/xwiki-platform/commit/deb9133c442945c9ca7f838440b1… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-04-20 (Mon, 20 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/observation/remote/converter/DocumentEventConverterTest.java M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/event/DocumentCopyOrMoveEventConverterTest.java Log Message: ----------- XWIKI-24266: Remote/Local event converters are not registered when installing an extension * Add the new component to the component list of affected tests. Compare: https://github.com/xwiki/xwiki-platform/compare/1065e2f26339...deb9133c4429 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] 22c9f1: XWIKI-24270: Saving in the class editor sometimes ...
by XWiki Notifications 20 Apr '26

20 Apr '26
Branch: refs/heads/backport/stable-18.3.x/pr-5397 Home: https://github.com/xwiki/xwiki-platform Commit: 22c9f15df718e2e22f9cb2936fad497d48cb0b4b https://github.com/xwiki/xwiki-platform/commit/22c9f15df718e2e22f9cb2936fad… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-04-20 (Mon, 20 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) 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] 1065e2: XWIKI-24270: Saving in the class editor sometimes ...
by XWiki Notifications 20 Apr '26

20 Apr '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 1065e2f26339df47fe1302655984b278dd62669a https://github.com/xwiki/xwiki-platform/commit/1065e2f26339df47fe1302655984… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-04-20 (Mon, 20 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. 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-24270: Saving in the class editor sometimes shows a confirmation about unsaved changes
by XWiki Notifications 20 Apr '26

20 Apr '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-24268: Hibernate attachment versioning store loses the initial 1.1 version when an attachment is first updated
by XWiki Notifications 20 Apr '26

20 Apr '26
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 20 Apr '26

20 Apr '26
1 0
0 0
[xwiki/xwiki-platform] e7e93d: XWIKI-24268: Hibernate attachment versioning store...
by XWiki Notifications 20 Apr '26

20 Apr '26
Branch: refs/heads/XWIKI-24268 Home: https://github.com/xwiki/xwiki-platform Commit: e7e93da89fec8520b196523d9a726b0d29b0c52a https://github.com/xwiki/xwiki-platform/commit/e7e93da89fec8520b196523d9a72… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-04-20 (Mon, 20 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateAttachmentStore.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiHibernateAttachmentStoreTest.java Log Message: ----------- XWIKI-24268: Hibernate attachment versioning store loses the initial 1.1 version when an attachment is first updated 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-24092: Add the possibility to use the full macro parameter type class name (including package) for the parameter displayer
by XWiki Notifications 20 Apr '26

20 Apr '26
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 20 Apr '26

20 Apr '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • ...
  • 124
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.