Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: a866f3234b8dce6699eba0ecd164003f380cfbb0
https://github.com/xwiki/xwiki-platform/commit/a866f3234b8dce6699eba0ecd164…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/editors/xdomText.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/simpleedittoolbar.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/simpletoolbar.js
Log Message:
-----------
XWIKI-23625: Wiki editor toolbar displayed in fields forcing usage of WYSIWYG editors when preferred text editor used
* Refactor a bit the logic of simpletoolbar: the toolbar is injected
next to its textarea so we should enable the toolbar only for those
textarea and not for any textarea of the page having the proper syntax,
as it's breaking sheets in case of properties defined to use specific
editors
* Also fix AWM.Content to specify the proper data-syntax in the
textarea so that it properly enabled the toolbar
* And finally fix xdomText.vm so that the toolbar could be enabled for
any property having the appropriate syntax
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: d931957f641dc31086c6ed83017738f5599c1c9a
https://github.com/xwiki/xwiki-platform/commit/d931957f641dc31086c6ed830177…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-macro/xwiki-platform-notifications-macro-ui/src/main/resources/XWiki/Notifications/Code/Macro/NotificationsMacro.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/src/main/java/org/xwiki/notifications/notifiers/internal/InternalHtmlNotificationRenderer.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/src/test/java/org/xwiki/notifications/notifiers/internal/InternalHtmlNotificationRendererTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/GroupedNotificationElementPage.java
Log Message:
-----------
XWIKI-22999: Activity stream should use list semantics (#4357)
* Added list semantics to the notification macro, which is used among other things in the activity stream. It's also used notably in the notification dropdown.
* Fixed the test
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications