Branch: refs/heads/XWIKI-23019
Home: https://github.com/xwiki/xwiki-platform
Commit: 00a546dd098db9d0dbe0b537711ea31204068c7a
https://github.com/xwiki/xwiki-platform/commit/00a546dd098db9d0dbe0b537711e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-25 (Tue, 25 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-docker/src/test/it/org/xwiki/appwithinminutes/test/ui/UserClassFieldIT.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/objects/classes/UsedValuesListQueryBuilder.java
Log Message:
-----------
XWIKI-23019: Oracle inconsistent datatypes error when using user suggest for multiple users
* Expose the bug in UserClassFieldIT
* Refactor the query in UsedValuesListQueryBuilder to not order
results based on number of occurences but only based on the actual
values lexicographical order, avoiding a group by on a clob which is not
allowed in oracle
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: b26650be44fcdf772184fdb6c733d49ac3703a22
https://github.com/xwiki/xwiki-platform/commit/b26650be44fcdf772184fdb6c733…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-03-25 (Tue, 25 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-bootstrap/src/main/less/variables.less
A xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/cssVariablesInit.css
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/variables.less
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/variablesInit.vm
A xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/variablelist.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/stylesheets.vm
Log Message:
-----------
XWIKI-22667: Introduce CSS equivalents for all LESS variables (#3936)
* Replace any LESS variable value with their CSS counterpart (from LESS inheritance to CSS inheritance system).
* Add all the LESS variables defined in XWiki Standard to the CSS mapper.
* Add fallbacks for all colorTheme variables
* Add support for oldColorTheme variables
* Add a default source of truth for old and flamingo colortheme CSS/LESS variables.
---------
Co-authored-by: Simon Urli <simon.urli(a)xwiki.com>
Co-authored-by: Michael Hamann <michael(a)content-space.de>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.2.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 69ab113c7db9448773c389f35013647eee963042
https://github.com/xwiki/xwiki-platform/commit/69ab113c7db9448773c389f35013…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-03-25 (Tue, 25 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/src/main/java/org/xwiki/user/internal/group/AbstractGroupCache.java
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-default/src/test/java/org/xwiki/user/internal/group/GroupsCacheTest.java
Log Message:
-----------
XWIKI-23021: Groups are loaded repeatedly after a group change
* Check again inside the write lock if the entry has been added to the
cache in the meantime.
* Add a test that reproduces the previous race condition using several
threads and waits at dedicated places to trigger the condition
reproducibly.
(cherry picked from commit 6c6b99daf8c2daf86ab8848975ff16f65cc8dd38)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications