Branch: refs/heads/feature-XWIKI-23474
Home: https://github.com/xwiki/xwiki-platform
Commit: c6c5f5ae530ac66f5fe58e976351cf346be94678
https://github.com/xwiki/xwiki-platform/commit/c6c5f5ae530ac66f5fe58e976351…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminSheet.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminTranslations.xml
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkChannel.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkMember.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/DefaultJGroupsReceiver.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/JGroupsNetworkAdapter.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/JGroupsNetworkChannel.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/JGroupsNetworkChannels.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/JGroupsNetworkMember.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/pom.xml
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/src/main/java/org/xwiki/observation/remote/script/ObservationScriptService.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/src/main/java/org/xwiki/observation/remote/script/RemoteObservationScriptService.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-ui/pom.xml
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-ui/src/main/resources/XWiki/Observation/Admin.xml
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-ui/src/main/resources/XWiki/Observation/ObservationAdmin.xml
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-ui/src/main/resources/XWiki/Observation/Translations.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-mainwiki/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23474: Expose more of the JGroups features
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: 23ce72855a8e99df553bcd184650ba15f9f9689b
https://github.com/xwiki/xwiki-platform/commit/23ce72855a8e99df553bcd184650…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/companylogo.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/src/main/resources/FlamingoThemesCode/ThemeClass.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/src/main/resources/FlamingoThemesCode/ThemeSheet.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/src/main/resources/FlamingoThemesCode/Translations.xml
Log Message:
-----------
XWIKI-22602: Provide a UI to easily customize the logo alternative text from the colorTheme (#4517)
* Updated the flamingo theme class to add a text alternative
* Updated the theme editor
* Used the new variable in the template (default is the value used previously)
* Added support for hints in the theme editor
* Added the hint on the logo-description field
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: 8e2412dcee8af477fe84bf842dfb4ab7feb80073
https://github.com/xwiki/xwiki-platform/commit/8e2412dcee8af477fe84bf842dfb…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-pageobjects/src/main/java/org/xwiki/annotation/test/po/AnnotationsLabel.java
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Script.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Style.xml
Log Message:
-----------
XWIKI-23189: On smaller or half-screen browser windows, annotation boxes overflow beyond the right edge of the page (#4382)
* Added a check in the script to position the bubble on the left if there's not enough space on the right.
* Changed the position of the bubble pointer relative to the bubble to fit the new possible position of the bubble relative to the text.
* Fixed test
(cherry picked from commit bcefdf7f5adfd086699af41f0410ed062dcdc0fd)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-17.4.x/pr-4382
Home: https://github.com/xwiki/xwiki-platform
Commit: 6ecf7fbfc62434082ac73a80d75152c9dd9374a6
https://github.com/xwiki/xwiki-platform/commit/6ecf7fbfc62434082ac73a80d751…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-pageobjects/src/main/java/org/xwiki/annotation/test/po/AnnotationsLabel.java
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Script.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Style.xml
Log Message:
-----------
XWIKI-23189: On smaller or half-screen browser windows, annotation boxes overflow beyond the right edge of the page (#4382)
* Added a check in the script to position the bubble on the left if there's not enough space on the right.
* Changed the position of the bubble pointer relative to the bubble to fit the new possible position of the bubble relative to the text.
* Fixed test
(cherry picked from commit bcefdf7f5adfd086699af41f0410ed062dcdc0fd)
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: bcefdf7f5adfd086699af41f0410ed062dcdc0fd
https://github.com/xwiki/xwiki-platform/commit/bcefdf7f5adfd086699af41f0410…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-pageobjects/src/main/java/org/xwiki/annotation/test/po/AnnotationsLabel.java
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Script.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Style.xml
Log Message:
-----------
XWIKI-23189: On smaller or half-screen browser windows, annotation boxes overflow beyond the right edge of the page (#4382)
* Added a check in the script to position the bubble on the left if there's not enough space on the right.
* Changed the position of the bubble pointer relative to the bubble to fit the new possible position of the bubble relative to the text.
* Fixed test
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications