Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 39c5bfb2d0a497ff3d95eefcb30daa18f0a01f17
https://github.com/xwiki/xwiki-platform/commit/39c5bfb2d0a497ff3d95eefcb30d…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-10-14 (Tue, 14 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/PDFExportConfiguration.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/test/java/org/xwiki/export/pdf/PDFExportConfigurationTest.java
Log Message:
-----------
XWIKI-23599: Large PDF export fails with timeout even if the page ready timeout is increased
* Use a computed value for the default Chrome remote debugging timeout, based on the page ready timeout, so that when the users increase the latter, the former is increased as well, by default.
(cherry picked from commit 5a8aaddf3de8ea4990c3ce74aa8eb4d62e6dc280)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 5a8aaddf3de8ea4990c3ce74aa8eb4d62e6dc280
https://github.com/xwiki/xwiki-platform/commit/5a8aaddf3de8ea4990c3ce74aa8e…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-10-14 (Tue, 14 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/PDFExportConfiguration.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/test/java/org/xwiki/export/pdf/PDFExportConfigurationTest.java
Log Message:
-----------
XWIKI-23599: Large PDF export fails with timeout even if the page ready timeout is increased
* Use a computed value for the default Chrome remote debugging timeout, based on the page ready timeout, so that when the users increase the latter, the former is increased as well, by default.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-23433
Home: https://github.com/xwiki/xwiki-platform
Commit: 9acdfe657b4329784616170aaee3867fbaa4a7e2
https://github.com/xwiki/xwiki-platform/commit/9acdfe657b4329784616170aaee3…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-14 (Tue, 14 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-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
A xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/main/java/org/xwiki/url/internal/DefaultURLConfiguration.java
A 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-23433: Provide frontend check of links
* Add new properties to enable or not frontend link checks and
whitelist of links
* Provide script services to access the data from the configuration
* Add new mechanism allowing to check links when clicking on them
based on the configuration
Commit: a988795f7d1ef4af5e52dfcf74d465ae8553cc72
https://github.com/xwiki/xwiki-platform/commit/a988795f7d1ef4af5e52dfcf74d4…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-14 (Tue, 14 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/link/link-protection.js
Log Message:
-----------
Apply suggestions from code review
Co-authored-by: Michael Hamann <michael.hamann(a)xwiki.com>
Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com>
Commit: cc5334a46168d780c0277430373f71e55c04450a
https://github.com/xwiki/xwiki-platform/commit/cc5334a46168d780c0277430373f…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-14 (Tue, 14 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-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-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-23433: Provide frontend check of links
* Fix naming of allowed urls
Commit: e209cd537af650d5389726f79e46e3e57369e1b7
https://github.com/xwiki/xwiki-platform/commit/e209cd537af650d5389726f79e46…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-14 (Tue, 14 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-url/xwiki-platform-url-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/link/link-protection.js
Log Message:
-----------
XWIKI-23433: Provide frontend check of links
* Improve code
Compare: https://github.com/xwiki/xwiki-platform/compare/20523b0b584f...e209cd537af6
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications