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]

  • 58986 discussions
[xwiki/xwiki-platform] 4b20d9: XWIKI-23630: The link protection is too intrusive
by XWiki Notifications 24 Oct '25

24 Oct '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 4b20d9c4330163e8670d6cc8bf79e222c9393ff6 https://github.com/xwiki/xwiki-platform/commit/4b20d9c4330163e8670d6cc8bf79… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-10-24 (Fri, 24 Oct 2025) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/javascript.vm 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/NavigationIT.java M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/pom.xml A xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/FrontendURLCheckPolicy.java M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/URLConfiguration.java M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/script/URLSecurityScriptService.java M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/main/java/org/xwiki/url/internal/DefaultURLConfiguration.java M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/test/java/org/xwiki/url/internal/DefaultURLConfigurationTest.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/link/link-protection.js M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm Log Message: ----------- XWIKI-23630: The link protection is too intrusive * Define a policy for the URL check frontend to allow enabling it only for comments and use that default behaviour * Refactor the URL frontend check to take into account the new policy and fix the editor issue * Refactor integration test 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 XCOMMONS-3458: HTMLCleaner should use a securely configured document builder
by XWiki Notifications 24 Oct '25

24 Oct '25
1 0
0 0
[[email protected]][Issue] Updates for XRENDERING-766: Macros followed by an empty block with parameters gets wrapped in a span when converted to annotated html
by XWiki Notifications 24 Oct '25

24 Oct '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-7517: Add support for displaying properties in the {{display}} macro
by XWiki Notifications 24 Oct '25

24 Oct '25
1 0
0 0
[xwiki/xwiki-commons] ce6bc9: XCOMMONS-3458: HTMLCleaner should use a securely c...
by XWiki Notifications 24 Oct '25

24 Oct '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: ce6bc970c3c528454a53a4227ea9db1bb0bad649 https://github.com/xwiki/xwiki-commons/commit/ce6bc970c3c528454a53a4227ea9d… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-10-24 (Fri, 24 Oct 2025) Changed paths: M xwiki-commons-core/xwiki-commons-xml/pom.xml A xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/CachedDocumentBuilderProvider.java M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/DefaultHTMLCleaner.java M xwiki-commons-core/xwiki-commons-xml/src/main/resources/META-INF/components.txt M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/html/DefaultHTMLCleanerComponentList.java A xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/internal/html/CachedDocumentBuilderProviderTest.java Log Message: ----------- XCOMMONS-3458: HTMLCleaner should use a securely configured document builder (#1482) * Configure the document builder to use secure parsing and not load external DTDs. * Introduce a new component to provide the document builder to avoid depending on too many classes in DefaultHTMLCleaner. * Add a unit test for the new component, verifying both the caching and the secure processing configuration. * Add the new component to DefaultHTMLCleanerComponentList to make it available in tests that use the HTML cleaner. * Increase test coverage to actual coverage. 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-23631: Abusive modification of the cached document when changing the syntax of a translation
by XWiki Notifications 24 Oct '25

24 Oct '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23625: Wiki editor toolbar displayed in fields forcing usage of WYSIWYG editors when preferred text editor used
by XWiki Notifications 24 Oct '25

24 Oct '25
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3458: HTMLCleaner should use a securely configured document builder
by XWiki Notifications 24 Oct '25

24 Oct '25
1 0
0 0
[xwiki/xwiki-platform] 889ef1: XWIKI-23631: Abusive modification of the cached do...
by XWiki Notifications 24 Oct '25

24 Oct '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 889ef184e9389fdf4a44a53642e2e273b2a35bc3 https://github.com/xwiki/xwiki-platform/commit/889ef184e9389fdf4a44a53642e2… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-10-24 (Fri, 24 Oct 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java Log Message: ----------- XWIKI-23631: Abusive modification of the cached document when changing the syntax of a translation 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] 925fb1: Revert "XWIKI-23625: Wiki editor toolbar displayed...
by XWiki Notifications 24 Oct '25

24 Oct '25
Branch: refs/heads/stable-17.9.x Home: https://github.com/xwiki/xwiki-platform Commit: 925fb1006413741845281179f11598ebcd4b61f0 https://github.com/xwiki/xwiki-platform/commit/925fb1006413741845281179f115… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-10-24 (Fri, 24 Oct 2025) Changed paths: M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/editors/xdomText.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/simpleedittoolbar.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/simpletoolbar.js Log Message: ----------- Revert "XWIKI-23625: Wiki editor toolbar displayed in fields forcing usage of WYSIWYG editors when preferred text editor used" This reverts commit 4ade6c4aa2cd714e489505c7b86a6ad6da8d30b8. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 1842
  • 1843
  • 1844
  • 1845
  • 1846
  • 1847
  • 1848
  • ...
  • 5899
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.