Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 7c1fa96c4550e58f1cdb0e4ae0957a6b73f19780
https://github.com/xwiki/xwiki-platform/commit/7c1fa96c4550e58f1cdb0e4ae095…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-09-26 (Thu, 26 Sep 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-link/plugin.js
Log Message:
-----------
XWIKI-22508: Creating a link in WYSIWYG by selecting text should follow the name strategy
* Ensure to use the defined name strategy before providing a link
default value when selecting a text
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: acd6ed3f38a03ee66b721e56093decb3cec1b4b6
https://github.com/xwiki/xwiki-platform/commit/acd6ed3f38a03ee66b721e56093d…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-09-26 (Thu, 26 Sep 2024)
Changed paths:
M pom.xml
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/main/java/org/xwiki/officeimporter/internal/builder/DefaultPresentationBuilder.java
A xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/main/java/org/xwiki/officeimporter/internal/builder/PresentationBuilderConfiguration.java
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/test/java/org/xwiki/officeimporter/internal/builder/DefaultPresentationBuilderTest.java
A xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/test/java/org/xwiki/officeimporter/internal/builder/PresentationBuilderConfigurationTest.java
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/test/resources/custom-document-formats.json
A xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-importer/src/test/resources/pdf.pdf
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/servletengine/ServletContainerExecutor.java
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-22335: Cannot import a ppt with LibreOffice 24.2.5 (#3517)
* Convert to PDF and extract images from the PDF
* Adapt the unit test
* Change the output format to PNG
* Change the default image format back to JPEG.
* Read the old office converter configuration for size and quality.
* Add new configuration options for format, quality and image size.
* Revert "[Misc] Force using old version of LO until XWIKI-22335 is done"
* Revert "[Misc] Revert LO upgrade because of XWIKI-22335"
* Fix existing comments in DefaultPresentationBuilder
* Provide new properties in xwiki.properties
* Fallback in document-formats.js in case custom-document-formats is
not used for backward compatibility
* Provide unit test
* Improve a bit ServletContainerExecutor to have better understanding
in case of error when building LO image
This reverts commit 29e45435f32793ca8d5653c99ac89912d417526b.
This reverts commit f19ea82a3929b2efba062754c7ed296938b70212.
This reverts commit 32a20ae03796cc5159c7117c32c3ab41e58923c2.
---------
Co-authored-by: Simon Urli <simon.urli(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications