Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: a11be13597d0deba9eef34a23a37e59c54445a0f
https://github.com/xwiki/xwiki-platform/commit/a11be13597d0deba9eef34a23a37…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/notification.js
Log Message:
-----------
XWIKI-23101: XWiki Notifications alert too often (#4102)
* Removed the harmful role from the notifications themselves. The role is already on the container and handles notifying non visual users.
* Added comments to avoid repeating the mistake I did in XWIKI-22709
(cherry picked from commit 0838101c57b510213ebd4837e4b3a168cb087ffa)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.10.x/pr-4102
Home: https://github.com/xwiki/xwiki-platform
Commit: 4254722b6112eea2a61f48b718f35c7f6a7eb456
https://github.com/xwiki/xwiki-platform/commit/4254722b6112eea2a61f48b718f3…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/notification.js
Log Message:
-----------
XWIKI-23101: XWiki Notifications alert too often (#4102)
* Removed the harmful role from the notifications themselves. The role is already on the container and handles notifying non visual users.
* Added comments to avoid repeating the mistake I did in XWIKI-22709
(cherry picked from commit 0838101c57b510213ebd4837e4b3a168cb087ffa)
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: 0838101c57b510213ebd4837e4b3a168cb087ffa
https://github.com/xwiki/xwiki-platform/commit/0838101c57b510213ebd4837e4b3…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/notification.js
Log Message:
-----------
XWIKI-23101: XWiki Notifications alert too often (#4102)
* Removed the harmful role from the notifications themselves. The role is already on the container and handles notifying non visual users.
* Added comments to avoid repeating the mistake I did in XWIKI-22709
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-classloaderutils
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
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: e34208b5bb2bd21a5f57738488472a013edb3c10
https://github.com/xwiki/xwiki-platform/commit/e34208b5bb2bd21a5f5773848847…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-distribution/src/main/java/org/xwiki/extension/distribution/internal/DefaultDistributionManager.java
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-api/src/main/java/org/xwiki/user/UserManager.java
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/src/main/java/org/xwiki/user/internal/DefaultUserManager.java
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/src/main/java/org/xwiki/user/internal/document/CurrentUserManager.java
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/src/main/java/org/xwiki/user/internal/document/DocumentUserManager.java
A xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/src/main/java/org/xwiki/user/internal/document/UserCache.java
A xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/src/main/java/org/xwiki/user/internal/document/UserListener.java
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/src/test/java/org/xwiki/user/internal/document/DocumentUserManagerTest.java
A xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/src/test/java/org/xwiki/user/internal/document/UserListenerTest.java
Log Message:
-----------
XWIKI-23122: Add an API to check if a wiki contains any user (#4065)
XWIKI-23073: In some cases the number of users is counted with each /view/ guest request
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/application-blog
Commit: b98ab6f17da3029576f42d12b4442cd555c7e0b4
https://github.com/xwiki-contrib/application-blog/commit/b98ab6f17da3029576…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M application-blog-api/pom.xml
M application-blog-api/src/main/java/org/xwiki/contrib/blog/script/BlogScriptService.java
A application-blog-api/src/test/java/org/xwiki/contrib/blog/script/BlogScriptServiceTest.java
M application-blog-ui/src/main/resources/Blog/BlogCode.xml
M application-blog-ui/src/main/resources/Blog/BlogPostLayoutCards.xml
M application-blog-ui/src/main/resources/Blog/BlogPostLayoutImage.xml
M application-blog-ui/src/main/resources/Blog/CategoriesCode.xml
M application-blog-ui/src/main/resources/Blog/CategorySheet.xml
M application-blog-ui/src/main/resources/Blog/RssCode.xml
Log Message:
-----------
BLOG-191: Content is wrongly rendered
* Use the regular display methods to render the extract/content.
* Add a script service to display the extract or content that supports using external URLs.
* Improve rendering of titles and categories with special characters.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-blog/settings/notifications