Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 5f134afb2e526a193d9347791d7d2238a6fa810f
https://github.com/xwiki/xwiki-platform/commit/5f134afb2e526a193d9347791d7d…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-09-03 (Tue, 03 Sep 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/main/java/com/xpn/xwiki/internal/plugin/image/ThumbnailatorImageProcessor.java
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/test/java/com/xpn/xwiki/internal/plugin/image/ThumbnailatorImageProcessorTest.java
A xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-processing/xwiki-platform-image-processing-api/src/test/resources/Portrait_5.jpg
Log Message:
-----------
XWIKI-22411: Image inserted with height or width parameter isn't displayed in the orientation provided by EXIF data
* Use Thumbnailator to read the image which correctly interprets the
EXIF data.
* Add a test with a test image.
Commit: 6570f40f976aec82baf388b5239d1412cab238c9
https://github.com/xwiki/xwiki-platform/commit/6570f40f976aec82baf388b5239d…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-09-03 (Tue, 03 Sep 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/script/SolrIndexScriptService.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/script/SolrIndexScriptServiceTest.java
Log Message:
-----------
XWIKI-22474: Use the ContextualAuthorization manager in SolrIndexScriptService
* Simplify SolrIndexScriptService by using a contextual authorization
manager.
* Adapt the tests.
Compare: https://github.com/xwiki/xwiki-platform/compare/da97744a6804...6570f40f976a
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-rendering
Commit: c7d75ec96c11401427e6005eb4295752759c43dc
https://github.com/xwiki/xwiki-rendering/commit/c7d75ec96c11401427e6005eb42…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-09-03 (Tue, 03 Sep 2024)
Changed paths:
A xwiki-rendering-integration-tests/src/test/resources/simple/misc/misc11.test
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/main/java/org/xwiki/rendering/internal/parser/xhtml/wikimodel/XHTMLMarkerResourceReferenceParser.java
Log Message:
-----------
XRENDERING-753: HTML parsing error when copy/pasting a row with mention macro
* Provide a fallback in case of parsing a resource reference missing
information, to avoid getting IndexOutOfBoundsException error
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications