Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 29fec97c90bfc127041c187bb73437218349bffc
https://github.com/xwiki/xwiki-platform/commit/29fec97c90bfc127041c187bb734…
Author: C. Lucas <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/drawer.less
Log Message:
-----------
XWIKI-21785: Bullets are displayed next to flag icons in the Languages List in Drawer (#2784)
* Added back style lost when removing the drawer dependency
* Removed some useless style
* Increased specificity for the padding-left of the submenu items so that they would be correctly offset
(cherry picked from commit d252555967036602c8b4a97fe8c1fcd15dc6d19b)
Commit: 59f329549dce1ce1308c54df9410c9c2dc9d4e2e
https://github.com/xwiki/xwiki-platform/commit/59f329549dce1ce1308c54df9410…
Author: C. Lucas <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/drawer.less
Log Message:
-----------
XWIKI-21784: Long names cause avatar to disappear from Drawer and the 'Close the drawer' button to be shifted out of view (#2783)
* Removed the max-width set on the avatar that allowed it to get squished down
(cherry picked from commit 3f8f843ff4c6b93ce97885b72218834dda04d43b)
Commit: e4968fe268e5644ffd9bfa4ef6257d2796446009
https://github.com/xwiki/xwiki-platform/commit/e4968fe268e5644ffd9bfa4ef625…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/document/DocumentOverrideListener.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/internal/document/DocumentOverrideListenerTest.java
Log Message:
-----------
XWIKI-21553: Do not override existing documents on user action (#2790)
* Introduce a new listener to cancel any save that would delete the document.
* Add a unit test.
(cherry picked from commit c5efc1e519e710afdf3c5f40c0fcc300ad77149f)
Commit: c47c8a3d291e01cb169961f7dfb1a84a7474ca71
https://github.com/xwiki/xwiki-platform/commit/c47c8a3d291e01cb169961f7dfb1…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/internal/document/DocumentOverrideListenerTest.java
Log Message:
-----------
XWIKI-21553: Do not override existing documents on user action
* Remove mock() call not available in 14.10.x
* Use constants for user and document reference in the test
(cherry picked from commit f140102575cbdbb5a517caf51270fa669df23667)
Compare: https://github.com/xwiki/xwiki-platform/compare/8d3a70ba82f8...c47c8a3d291e
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 91bcc9c967ff4344960f5278bbb205b252ccbfc7
https://github.com/xwiki/xwiki-platform/commit/91bcc9c967ff4344960f5278bbb2…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/layouts/LivedataLayout.vue
Log Message:
-----------
XWIKI-21757: Support for Live Data description
Remove the confusing caption style on the description.
Commit: d9391db46975d12972bd3ac2160f9fceac02c1d7
https://github.com/xwiki/xwiki-platform/commit/d9391db46975d12972bd3ac2160f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/tests/unit/layouts/LivedataLayout.spec.js
Log Message:
-----------
XWIKI-21757: Support for Live Data description
Fix broken test.
Compare: https://github.com/xwiki/xwiki-platform/compare/7bfae1323057...d9391db46975
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 7bfae1323057a855cf084586776fe0c3d08aaf9f
https://github.com/xwiki/xwiki-platform/commit/7bfae1323057a855cf084586776f…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentTest.java
Log Message:
-----------
Revert "XWIKI-20465: AWM short text field ~ display bug (#2020)"
This reverts commit b06b4c0e0be09e27fd6bbf8c8396ff36fb240b0d.