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
[email protected]

  • 58338 discussions
[xwiki-contrib/dokuwiki] 8e1ef5: DOKUWIKI-51: The hierarchy of nested spaces is rev...
by XWiki Notifications 30 Sep '24

30 Sep '24
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/dokuwiki Commit: 8e1ef513dda614539ef0bd93a1af48767132ebc7 https://github.com/xwiki-contrib/dokuwiki/commit/8e1ef513dda614539ef0bd93a1… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M dokuwiki-text/src/main/java/org/xwiki/contrib/dokuwiki/text/internal/input/DokuWikiReferenceConverter.java M dokuwiki-text/src/test/resources/dokuwikitext/dokuwiki-support-folder.test A dokuwiki-text/src/test/resources/dokuwikitext/dokuwiki-support-folder/data/pages/wiki/nested/page.txt Log Message: ----------- DOKUWIKI-51: The hierarchy of nested spaces is reversed * Use the correct order of parent paths. * Add an integration test for nested spaces. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/dokuwiki/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22508: Creating a link in WYSIWYG by selecting text should follow the name strategy
by XWiki Notifications 30 Sep '24

30 Sep '24
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3157: Upgrade to Velocity 2.4
by XWiki Notifications 30 Sep '24

30 Sep '24
1 0
0 0
[xwiki/xwiki-commons] 0af5ee: Revert "XCOMMONS-3157: Upgrade to Velocity 2.4"
by XWiki Notifications 30 Sep '24

30 Sep '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 0af5ee506d77b7030f6035ae161db73c55e76836 https://github.com/xwiki/xwiki-commons/commit/0af5ee506d77b7030f6035ae161db… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M pom.xml M xwiki-commons-core/pom.xml M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/internal/DefaultVelocityConfiguration.java A xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/introspection/MethodOverrideUberspector.java M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/internal/DefaultVelocityConfigurationTest.java Log Message: ----------- Revert "XCOMMONS-3157: Upgrade to Velocity 2.4" This reverts commit 71c277b4f7483f3a112db80ad756b2248ba554f2. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-17146: ExtensionIT#testUninstall is flickering
by XWiki Notifications 30 Sep '24

30 Sep '24
1 0
0 0
[[email protected]][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
[[email protected]][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
  • ← Newer
  • 1
  • ...
  • 3809
  • 3810
  • 3811
  • 3812
  • 3813
  • 3814
  • 3815
  • ...
  • 5834
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.