Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-docker
Commit: 44640ccee2be1c86518cf844518f5bea1f432070
https://github.com/xwiki/xwiki-docker/commit/44640ccee2be1c86518cf844518f5b…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M 16.4/mariadb-tomcat/.env
M 16.4/mariadb-tomcat/Dockerfile
M 16.4/mysql-tomcat/.env
M 16.4/mysql-tomcat/Dockerfile
M 16.4/postgres-tomcat/.env
M 16.4/postgres-tomcat/Dockerfile
M build.gradle
Log Message:
-----------
XDOCKER-364: Upgrade recommended version to 16.4.8
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 6dabc282cbfa46dce200bed77691bb80b374fb63
https://github.com/xwiki/xwiki-platform/commit/6dabc282cbfa46dce200bed77691…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/src/test/java/org/xwiki/user/DefaultUserComponentList.java
Log Message:
-----------
XWIKI-23122: Add an API to check if a wiki contains any user
* update component list
(cherry picked from commit 00a1571de63a3cf31cb61c04e28844d46557349c)
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-commons
Commit: fe35f87d0df7d0bdb90ac12fd332c32967920e23
https://github.com/xwiki/xwiki-commons/commit/fe35f87d0df7d0bdb90ac12fd332c…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/pom.xml
A xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/src/main/java/org/xwiki/classloader/internal/ClassLoaderUtils.java
A xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/src/test/java/org/xwiki/classloader/internal/ClassLoaderUtilsTest.java
Log Message:
-----------
XCOMMONS-3327: Provide an internal helper to safely access ClassLoader resources
(cherry picked from commit 0d82d3bfacd18bff11058db5e73dc1dd7d5c768a)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 0d82d3bfacd18bff11058db5e73dc1dd7d5c768a
https://github.com/xwiki/xwiki-commons/commit/0d82d3bfacd18bff11058db5e73dc…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/pom.xml
A xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/src/main/java/org/xwiki/classloader/internal/ClassLoaderUtils.java
A xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/src/test/java/org/xwiki/classloader/internal/ClassLoaderUtilsTest.java
Log Message:
-----------
XCOMMONS-3327: Provide an internal helper to safely access ClassLoader resources
Commit: a4b712dec59621aa8065cd6e338d89b0b438697d
https://github.com/xwiki/xwiki-commons/commit/a4b712dec59621aa8065cd6e338d8…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/pom.xml
A xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/src/main/java/org/xwiki/classloader/internal/ClassLoaderUtils.java
A xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/src/test/java/org/xwiki/classloader/internal/ClassLoaderUtilsTest.java
Log Message:
-----------
Merge pull request #1325 from xwiki/feature-classloaderutils
XCOMMONS-3327: Provide an internal helper to safely access ClassLoader resources
Compare: https://github.com/xwiki/xwiki-commons/compare/dbc2bda6330d...a4b712dec596
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 42c08aa1e38db64d8a84f09435a74421830c0a9a
https://github.com/xwiki/xwiki-platform/commit/42c08aa1e38db64d8a84f09435a7…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/flamingo.js
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/layout.less
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/leftpanels.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/rightpanels.vm
Log Message:
-----------
XWIKI-12824: Add buttons to hide/show panels (#2831)
* Add animation for the panel collapsing/expanding
* Added logic for animation of panel columns
* Add the transition in itself on the aria-expanded attribute of the toggler.
* Review the style changes to optimize
* Disabled the toggle buttons when the screen is not wide enough to have the panel columns next to the content.
* Decided to keep the button in the accessibility tree at all times (removing visibility style switching)
* Added selectors so that the toggles are visible when hovered and focused.
* Added localstorage for the togglers, that works in the same way as the resizers.
* Updated the DOM of the handles for better accessibility.
* Added the translation keys, with keys that match better their context.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications