Branch: refs/heads/backport/stable-16.10.x/pr-4762
Home: https://github.com/xwiki/xwiki-platform
Commit: bc69834758fe3b64a56ffed659a71969b1c17597
https://github.com/xwiki/xwiki-platform/commit/bc69834758fe3b64a56ffed659a7…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/officeExport.xsl
A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/export/OfficeExporterTest.java
Log Message:
-----------
XWIKI-23515: When exporting to .ODT, text that is both bold and italic is not exported correctly (#4762)
* Convert <strong> to <b> to work around the bug in LibreOffice.
* Add a unit test to test that the conversion of tags works.
(cherry picked from commit d993b23c7cefe8ec9dc5a834ea4ffc5c7052c8c5)
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: d993b23c7cefe8ec9dc5a834ea4ffc5c7052c8c5
https://github.com/xwiki/xwiki-platform/commit/d993b23c7cefe8ec9dc5a834ea4f…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/officeExport.xsl
A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/export/OfficeExporterTest.java
Log Message:
-----------
XWIKI-23515: When exporting to .ODT, text that is both bold and italic is not exported correctly (#4762)
* Convert <strong> to <b> to work around the bug in LibreOffice.
* Add a unit test to test that the conversion of tags works.
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-commons
Commit: a1b86506e9105ea56962873adca5f4a40392b90b
https://github.com/xwiki/xwiki-commons/commit/a1b86506e9105ea56962873adca5f…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M xwiki-commons-tools/xwiki-commons-tool-verification-resources/src/main/java/org/xwiki/tool/checkstyle/UnstableAnnotationCheck.java
M xwiki-commons-tools/xwiki-commons-tool-verification-resources/src/test/java/org/xwiki/tool/checkstyle/UnstableAnnotationCheckTest.java
M xwiki-commons-tools/xwiki-commons-tool-verification-resources/src/test/resources/org/xwiki/tool/checkstyle/test/unstable/TestEnumWithUnstable.java
A xwiki-commons-tools/xwiki-commons-tool-verification-resources/src/test/resources/org/xwiki/tool/checkstyle/test/unstable/TestRecordWithUnstable.java
Log Message:
-----------
XCOMMONS-3480: Unstable annotation check doesn't handle properly enum fields
* Check properly enum constants, but also records, and annotations def
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications