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

  • 1 participants
  • 60004 discussions
[jira@xwiki.org][Issue] Updates for XWIKI-17146: ExtensionIT#testUninstall is flickering
by XWiki Notifications 30 Sep '24

30 Sep '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-22262: NotificationsIT.simpleNotifications is flickering
by XWiki Notifications 30 Sep '24

30 Sep '24
1 0
0 0
[xwiki-contrib/confluence] 8af803: CONFLUENCE-28: Introduce entity reference resolver...
by XWiki Notifications 29 Sep '24

29 Sep '24
Branch: refs/heads/issue_CONFLUENCE-28 Home: https://github.com/xwiki-contrib/confluence Commit: 8af8031d889a3c760f35e8543fbf1e2ac0ddab0e https://github.com/xwiki-contrib/confluence/commit/8af8031d889a3c760f35e854… Author: Clemens Klein-Robbenhaar <robbenhaar(a)green-meadows.de> Date: 2024-09-29 (Sun, 29 Sep 2024) Changed paths: M confluence-syntax-confluence/src/main/java/org/xwiki/contrib/confluence/parser/confluence/internal/ConfluenceParser.java R confluence-syntax-confluence/src/test/resources/confluence11/specific/link/spacelink.test M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java Log Message: ----------- CONFLUENCE-28: Introduce entity reference resolver for Confluence reference syntax * revert change to use the confluence reference resolver always * instead for the confluence input stream use a copy of the component which uses the confluence reference resolver * scrap the integration test in the "syntax-confluence" project as it does not longer work there (the references are parsed as XWiki references). Instead the integration test in the "xml"-project has to be sufficient To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] fe8afd: XWIKI-22487: Validate redirect URL in request para...
by XWiki Notifications 27 Sep '24

27 Sep '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: fe8afdf746878ee4ac7b4d2939b6c356950112ff https://github.com/xwiki/xwiki-platform/commit/fe8afdf746878ee4ac7b4d2939b6… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-27 (Fri, 27 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/URLSecurityManager.java M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/main/java/org/xwiki/url/internal/DefaultURLSecurityManager.java M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/test/java/org/xwiki/url/internal/DefaultURLSecurityManagerTest.java M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/internal/converter/DefaultRequestParameterConverter.java A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/test/java/org/xwiki/wysiwyg/internal/converter/DefaultRequestParameterConverterTest.java Log Message: ----------- XWIKI-22487: Validate redirect URL in request parameter converter * Add a new API to URLSecurityManager that allows specifying the request domain instead of reading it from the context. * Use this API to check the redirect URL in the request parameter converter filter. * Add tests. (cherry picked from commit 6dab7909f45deb00efd36a0cd47788e95ad64802) Commit: 617d47a0c8cfe50a81b6ac655a98fdcca6392985 https://github.com/xwiki/xwiki-platform/commit/617d47a0c8cfe50a81b6ac655a98… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-27 (Fri, 27 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/PDFExportIT.java M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/main/java/org/xwiki/officeimporter/internal/builder/DefaultPresentationBuilder.java Log Message: ----------- XWIKI-22335: Cannot import a ppt with LibreOffice 24.2.5 * Improve the math to achieve a scaling factor that leads exactly to the desired width. * Adjust the integration test to expect the new default image size. (cherry picked from commit e3c4bea87b71a946851583c587d8eba990e0a237) Commit: fb84249d95b5f29334405ba731063bddbc3e31db https://github.com/xwiki/xwiki-platform/commit/fb84249d95b5f29334405ba73106… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-27 (Fri, 27 Sep 2024) 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 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 Log Message: ----------- [Misc] Disable alert handling tests in Chrome See also https://jira.xwiki.org/browse/XWIKI-22533 (cherry picked from commit 41879e6aa1ec2a69cac7170b697fe347b24c3c6b) Compare: https://github.com/xwiki/xwiki-platform/compare/6e5acd61b7c5...fb84249d95b5 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-22535: Exception in createinline.vm when creating top-level pages from ajax requests
by XWiki Notifications 27 Sep '24

27 Sep '24
1 0
0 0
[xwiki/xwiki-platform] 9cd35b: XWIKI-22487: Validate redirect URL in request para...
by XWiki Notifications 27 Sep '24

27 Sep '24
Branch: refs/heads/stable-16.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 9cd35b0d6f611767c26a66e2a4f166913c838d82 https://github.com/xwiki/xwiki-platform/commit/9cd35b0d6f611767c26a66e2a4f1… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-27 (Fri, 27 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/URLSecurityManager.java M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/main/java/org/xwiki/url/internal/DefaultURLSecurityManager.java M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/test/java/org/xwiki/url/internal/DefaultURLSecurityManagerTest.java M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/internal/converter/DefaultRequestParameterConverter.java A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/test/java/org/xwiki/wysiwyg/internal/converter/DefaultRequestParameterConverterTest.java Log Message: ----------- XWIKI-22487: Validate redirect URL in request parameter converter * Add a new API to URLSecurityManager that allows specifying the request domain instead of reading it from the context. * Use this API to check the redirect URL in the request parameter converter filter. * Add tests. (cherry picked from commit 6dab7909f45deb00efd36a0cd47788e95ad64802) Commit: 08e82e68df398dce39b068f9cfc270599eda419c https://github.com/xwiki/xwiki-platform/commit/08e82e68df398dce39b068f9cfc2… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-27 (Fri, 27 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/PDFExportIT.java M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/main/java/org/xwiki/officeimporter/internal/builder/DefaultPresentationBuilder.java Log Message: ----------- XWIKI-22335: Cannot import a ppt with LibreOffice 24.2.5 * Improve the math to achieve a scaling factor that leads exactly to the desired width. * Adjust the integration test to expect the new default image size. (cherry picked from commit e3c4bea87b71a946851583c587d8eba990e0a237) Commit: 5a2918cf2798cc9cc6d9166251a0eb0a3a61e10b https://github.com/xwiki/xwiki-platform/commit/5a2918cf2798cc9cc6d9166251a0… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-27 (Fri, 27 Sep 2024) 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 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 Log Message: ----------- [Misc] Disable alert handling tests in Chrome See also https://jira.xwiki.org/browse/XWIKI-22533 (cherry picked from commit 41879e6aa1ec2a69cac7170b697fe347b24c3c6b) Compare: https://github.com/xwiki/xwiki-platform/compare/1e71121c7a2f...5a2918cf2798 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-22534: RealtimeWYSIWYGEditorIT#restrictScriptMacroExecution is flickering
by XWiki Notifications 27 Sep '24

27 Sep '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-22533: Alert handling in integration tests is broken in both Firefox and Chrome
by XWiki Notifications 27 Sep '24

27 Sep '24
1 0
0 0
[xwiki/xwiki-platform] 99c40c: XWIKI-22487: Validate redirect URL in request para...
by XWiki Notifications 27 Sep '24

27 Sep '24
Branch: refs/heads/stable-16.8.x Home: https://github.com/xwiki/xwiki-platform Commit: 99c40c27b28da103cddca597ecda16bf5579bccc https://github.com/xwiki/xwiki-platform/commit/99c40c27b28da103cddca597ecda… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-27 (Fri, 27 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/URLSecurityManager.java M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/main/java/org/xwiki/url/internal/DefaultURLSecurityManager.java M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/test/java/org/xwiki/url/internal/DefaultURLSecurityManagerTest.java M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/internal/converter/DefaultRequestParameterConverter.java A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/test/java/org/xwiki/wysiwyg/internal/converter/DefaultRequestParameterConverterTest.java Log Message: ----------- XWIKI-22487: Validate redirect URL in request parameter converter * Add a new API to URLSecurityManager that allows specifying the request domain instead of reading it from the context. * Use this API to check the redirect URL in the request parameter converter filter. * Add tests. (cherry picked from commit 6dab7909f45deb00efd36a0cd47788e95ad64802) Commit: 3b2ed0dbc6b5b2831309cbaa6afa0ef0d2eb069d https://github.com/xwiki/xwiki-platform/commit/3b2ed0dbc6b5b2831309cbaa6afa… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-27 (Fri, 27 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/PDFExportIT.java M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/main/java/org/xwiki/officeimporter/internal/builder/DefaultPresentationBuilder.java Log Message: ----------- XWIKI-22335: Cannot import a ppt with LibreOffice 24.2.5 * Improve the math to achieve a scaling factor that leads exactly to the desired width. * Adjust the integration test to expect the new default image size. (cherry picked from commit e3c4bea87b71a946851583c587d8eba990e0a237) Commit: 8752b014b7c6533f3c7ded31f3c4721b4e5757b9 https://github.com/xwiki/xwiki-platform/commit/8752b014b7c6533f3c7ded31f3c4… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-27 (Fri, 27 Sep 2024) 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 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 Log Message: ----------- [Misc] Disable alert handling tests in Chrome See also https://jira.xwiki.org/browse/XWIKI-22533 (cherry picked from commit 41879e6aa1ec2a69cac7170b697fe347b24c3c6b) Compare: https://github.com/xwiki/xwiki-platform/compare/8b6a4f290772...8752b014b7c6 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] 6dab79: XWIKI-22487: Validate redirect URL in request para...
by XWiki Notifications 27 Sep '24

27 Sep '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 6dab7909f45deb00efd36a0cd47788e95ad64802 https://github.com/xwiki/xwiki-platform/commit/6dab7909f45deb00efd36a0cd477… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-27 (Fri, 27 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/URLSecurityManager.java M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/main/java/org/xwiki/url/internal/DefaultURLSecurityManager.java M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/test/java/org/xwiki/url/internal/DefaultURLSecurityManagerTest.java M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/internal/converter/DefaultRequestParameterConverter.java A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/test/java/org/xwiki/wysiwyg/internal/converter/DefaultRequestParameterConverterTest.java Log Message: ----------- XWIKI-22487: Validate redirect URL in request parameter converter * Add a new API to URLSecurityManager that allows specifying the request domain instead of reading it from the context. * Use this API to check the redirect URL in the request parameter converter filter. * Add tests. Commit: e3c4bea87b71a946851583c587d8eba990e0a237 https://github.com/xwiki/xwiki-platform/commit/e3c4bea87b71a946851583c587d8… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-27 (Fri, 27 Sep 2024) Changed paths: M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/PDFExportIT.java M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/main/java/org/xwiki/officeimporter/internal/builder/DefaultPresentationBuilder.java Log Message: ----------- XWIKI-22335: Cannot import a ppt with LibreOffice 24.2.5 * Improve the math to achieve a scaling factor that leads exactly to the desired width. * Adjust the integration test to expect the new default image size. Commit: 41879e6aa1ec2a69cac7170b697fe347b24c3c6b https://github.com/xwiki/xwiki-platform/commit/41879e6aa1ec2a69cac7170b697f… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-27 (Fri, 27 Sep 2024) 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 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 Log Message: ----------- [Misc] Disable alert handling tests in Chrome See also https://jira.xwiki.org/browse/XWIKI-22533 Compare: https://github.com/xwiki/xwiki-platform/compare/4556c095c0e0...41879e6aa1ec To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 3976
  • 3977
  • 3978
  • 3979
  • 3980
  • 3981
  • 3982
  • ...
  • 6001
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.