Branch: refs/heads/stable-15.5.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 3ed46ec49f01b9a4cb708ee215f37a974b4e027c
https://github.com/xwiki/xwiki-platform/commit/3ed46ec49f01b9a4cb708ee215f3…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/image/ImageDialogSelectModal.java
Log Message:
-----------
[Misc] Use a better selector for ImageDialogSelectModal#clickSelect
* Fixes test in RealtimeWysiwygEditorIT#imageWithCaption
* Solution inspired by 49aafb3efdc801b9dcb1c0c1650ab4c55fa89a34
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 887aa678ae39ed9eef285ee0c21faa1b8f4910e9
https://github.com/xwiki/xwiki-platform/commit/887aa678ae39ed9eef285ee0c21f…
Author: Sereza7 <lucas.charpentier(a)imt-atlantique.net>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/ContentSheet.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/htmlheader.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/office.vm
Log Message:
-----------
XWIKI-21579: Invalid lang HTML Tag when "German (Germany)" locale is set (#2627)
* Used the method from the java Locale object that's appropriate for our use case
(cherry picked from commit bb19b6a21664b59ce8ccf77a508a08350fccc01c)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: bb19b6a21664b59ce8ccf77a508a08350fccc01c
https://github.com/xwiki/xwiki-platform/commit/bb19b6a21664b59ce8ccf77a508a…
Author: Sereza7 <lucas.charpentier(a)imt-atlantique.net>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/ContentSheet.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/htmlheader.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/office.vm
Log Message:
-----------
XWIKI-21579: Invalid lang HTML Tag when "German (Germany)" locale is set (#2627)
* Used the method from the java Locale object that's appropriate for our use case