Branch: refs/heads/waise
Home: https://github.com/xwiki-contrib/application-ai-llm
Commit: 179460457f7eda5eb207a276321009943a560e5d
https://github.com/xwiki-contrib/application-ai-llm/commit/179460457f7eda5e…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/rest/DefaultCollectionResource.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/rest/DefaultCollectionsResource.java
Log Message:
-----------
LLMAI-47: REST API for adding, updating and removing documents
* Respond with internal server error when an exception occurred.
* Simplify the code of DefaultCollectionsResource.
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: da9cfa6636f0a3ba0c576924af41d6547eb517c5
https://github.com/xwiki/xwiki-platform/commit/da9cfa6636f0a3ba0c576924af41…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-api/src/main/java/org/xwiki/eventstream/internal/AbstractAsynchronousEventStore.java
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/xwiki-platform-eventstream-store-solr/src/main/java/org/xwiki/eventstream/store/solr/internal/SolrEventStore.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/export/html/HtmlPackager.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-async/xwiki-platform-rendering-async-default/src/main/java/org/xwiki/rendering/async/internal/DefaultAsyncRendererExecutor.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem/src/main/java/org/xwiki/store/internal/FileSystemStoreUtils.java
Log Message:
-----------
[Misc] Use a Java 14 construct for switch + remove unnecessary escapes
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