Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 35fc0fefc3bd0f0add1a83f8d17bb23605e7bdda
https://github.com/xwiki/xwiki-platform/commit/35fc0fefc3bd0f0add1a83f8d17b…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
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/RichTextAreaElement.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/src/main/java/org/xwiki/realtime/wysiwyg/test/po/RealtimeRichTextAreaElement.java
Log Message:
-----------
[misc] Attempt to reduce realtime editing test flickering by reactivating the browser tabs while waiting for changes to be propagated.
Commit: 07c13f969334eb31b95708aa888b0b4d965378f7
https://github.com/xwiki/xwiki-platform/commit/07c13f969334eb31b95708aa888b…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-maximize/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/EditSheet.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/toolbar.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/src/main/java/org/xwiki/realtime/wysiwyg/test/po/RealtimeRichTextAreaElement.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.css
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js
Log Message:
-----------
XWIKI-22780: Redesign the action buttons toolbar for the realtime WYSIWYG editor
* Fix: leave / join realtime from fullscreen mode fails
* Fix: switch between WYSIWYG and Source mode from fullscreen, while editing in realtime, fails
* Fix: coeditor positions (i.e. user caret indicators) are not visible when editing in-place fullscreen
* Fix: JavaScript errors when toggling fullscreen mode because we're trying to re-attach the shadow root for some of the custom elements (because the toolbar is detached and re-attached)
* Remove useless style (the in-place editor doesn't use a focus border anymore)
* Wait a bit when reactivating browser tabs, otherwise it doesn't have any effect
Compare: https://github.com/xwiki/xwiki-platform/compare/06d51b98e6a3...07c13f969334
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: e09a1188790174b737ae1a0dcbe3b9f067bc0052
https://github.com/xwiki/xwiki-platform/commit/e09a1188790174b737ae1a0dcbe3…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/src/test/it/org/xwiki/administration/test/ui/RegisterIT.java
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/DeletePageIT.java
M xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-test/xwiki-platform-sharepage-test-pageobjects/src/main/java/org/xwiki/sharepage/test/po/ShareResultDialog.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/AbstractRegistrationPage.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/RefactoringStatusPage.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/job/question/ExtensionBreakingQuestion.form.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/job/question/XClassBreakingQuestion.form.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/macros.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/JobStatusJSONPageTest.java
Log Message:
-----------
XWIKI-22433: Provide consistency in info / warning / error class usages in templates
* Fixed the collision between general variables and macro parameters by using the pattern described in https://stackoverflow.com/questions/541670/velocity-named-parameters-for-a-… This collision created unwanted titles in some macros that shouldn't have had any...
* Updated the JobStatusJSONPageTest to take into account this change.
* Updated the few places where the private macro is used for its extra parameters
* Updated the message content expectations in DeletePageIT
* Made the selector for the message content a bit more specific. It still contains the title but not the icon alt anymore.
* Updated the Flamingo delete page tests.
* Updated the XPath used in the share page tests PO to reflect the change in DOM
* Updated admin registration tests.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-21417
Home: https://github.com/xwiki/xwiki-platform
Commit: 237d32160a1aee49bee5b3470aed278de980fcc0
https://github.com/xwiki/xwiki-platform/commit/237d32160a1aee49bee5b3470aed…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BooleanClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/DateClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/GroupsClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/LevelsClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/ListClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/NumberClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PasswordClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/StringClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/UsersClass.java
Log Message:
-----------
XWIKI-21417: BaseObject#set always set the metadata dirty flag of the owner doc to true
* Provide a new API to retrieve current property or create a new one,
use that call in all fromString and fromStringArray methods
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: 06d51b98e6a30e5f3b8448101e6a0e80cbc52240
https://github.com/xwiki/xwiki-platform/commit/06d51b98e6a30e5f3b8448101e6a…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminThemesSheet.xml
Log Message:
-----------
XWIKI-23121: Abusive modification of the cached document in XWiki console when changing a Theme setting from Administration
* removing that code since there is no point having such a hack anymore
(cherry picked from commit d4d536043cf3ba89d8cc560639d2ffa12f381db3)
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: d4d536043cf3ba89d8cc560639d2ffa12f381db3
https://github.com/xwiki/xwiki-platform/commit/d4d536043cf3ba89d8cc560639d2…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminThemesSheet.xml
Log Message:
-----------
XWIKI-23121: Abusive modification of the cached document in XWiki console when changing a Theme setting from Administration
* removing that code since there is no point having such a hack anymore
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-contrib/confluence
Commit: 79ca435e5618c27ef32b54a6b6923fab187d9a44
https://github.com/xwiki-contrib/confluence/commit/79ca435e5618c27ef32b54a6…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: f2b71dd55519a59867a1ccf17621f196a662bd87
https://github.com/xwiki-contrib/confluence/commit/f2b71dd55519a59867a1ccf1…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release confluence-9.82.6
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: eef50576df8695123a0f7558937c9d5a2e621d95
https://github.com/xwiki/xwiki-platform/commit/eef50576df8695123a0f7558937c…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/BasePage.java
Log Message:
-----------
Revert "XWIKI-22996: The contentmenu list of buttons should be coded as a list (#4016)"
Reverting because it breaks HTML5 validation tests, because of the
presence of div for some modals (e.g. export modal) in the ul menus.
Those errors are not caught by Axe Core, we should probably ignore them
but apparently it's complicated to add exceptions for the HTML5
validation tool.
This reverts commit a20b0ca7ed5fb2aff5a6365694800d69c4bf715c.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications