Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 0804f82ca0e1c1dabb0fc4177fde36261c556ad6
https://github.com/xwiki/xwiki-platform/commit/0804f82ca0e1c1dabb0fc4177fde…
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
(cherry picked from commit a866f3234b8dce6699eba0ecd164003f380cfbb0)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 9639f9630de891269af3ddfb853acd19c3370c8f
https://github.com/xwiki/xwiki-platform/commit/9639f9630de891269af3ddfb853a…
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
(cherry picked from commit a866f3234b8dce6699eba0ecd164003f380cfbb0)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.9.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 4ade6c4aa2cd714e489505c7b86a6ad6da8d30b8
https://github.com/xwiki/xwiki-platform/commit/4ade6c4aa2cd714e489505c7b86a…
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
(cherry picked from commit a866f3234b8dce6699eba0ecd164003f380cfbb0)
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: 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