Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: 85415beba0d2d6bb7f80b98fc1d93556daebc7f4
https://github.com/xwiki-contrib/ai-llm/commit/85415beba0d2d6bb7f80b98fc1d9…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-07-02 (Tue, 02 Jul 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/pom.xml
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/Chunk.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/ChunkingUtils.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/SolrConnector.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/AiLLMSolrCoreInitializer.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/DefaultCollection.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/DocumentIndexer.java
A application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/authorization/XWikiAuthorizationManagerBuilder.java
A application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/xwikistore/XWikiDocumentCollectionIndexingTaskConsumer.java
A application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/xwikistore/XWikiDocumentDocument.java
A application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/xwikistore/XWikiDocumentDocumentIndexingTaskConsumer.java
A application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/xwikistore/XWikiDocumentStore.java
A application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/xwikistore/XWikiDocumentStoreEventListener.java
A application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/xwikistore/XWikiDocumentStoreHelper.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/resources/ApplicationResources.properties
M application-ai-llm-index/application-ai-llm-index-api/src/main/resources/META-INF/components.txt
M application-ai-llm-index/application-ai-llm-index-ui/src/main/resources/AI/Collections/Code/CollectionsSheet.xml
Log Message:
-----------
LLMAI-56: Add support for indexing existing XWiki spaces
* Add a new xwiki store
* Display the spaces configuration
* Add a listener for indexing updated documents
* Add listener for updating the indexed documents when the collection is updated.
* Avoid embedding unchanged chunks.
* Store the document store of a chunk in Solr to allow cleaning documents by store.
* Add an authorization manager that checks XWiki rights.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: ab67f6b31fe1b0d33d48c6bd8b315f91d7ce5b85
https://github.com/xwiki/xwiki-platform/commit/ab67f6b31fe1b0d33d48c6bd8b31…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-07-02 (Tue, 02 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editclass.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editobject.vm
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-fontawesome/src/main/resources/IconThemes/FontAwesome.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-ui/src/main/resources/IconThemes/Silk.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/icons/default.iconset
A xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/icons/silk/reposition.png
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.css
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
Log Message:
-----------
XWIKI-21236: Object edit mode does not use current icon theme (#2593)
* Updated the icons on the object and class editors to use current icontheme
* Added a translation for the property move handle
* Removed the alt text for the icon itself and moved the translation to the containing button instead
* Added an icon to the iconTheme, and used it in instead of a hard coded icon from datamodel.
* Fixed format on dataeditors.css
* Set the color of the delete icons to RED
* Removed extra padding from the object title.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: a9ec1f98049cf446d5d05a0233fe8380891509ec
https://github.com/xwiki/xwiki-platform/commit/a9ec1f98049cf446d5d05a0233fe…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-07-02 (Tue, 02 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/web/EffectiveAuthorSetterListener.java
Log Message:
-----------
XWIKI-22222: Add the concept of "request effective author"
* Fix the listener component hint to match the package (thanks @surli )
(cherry picked from commit 604759d9f98f0f09affed87473fdef8529c63e8c)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 8875f9cb985106937825c264062619799a66b1f0
https://github.com/xwiki/xwiki-platform/commit/8875f9cb985106937825c2640626…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-07-02 (Tue, 02 Jul 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/web/EffectiveAuthorSetterListener.java
Log Message:
-----------
XWIKI-22222: Add the concept of "request effective author"
* Fix the listener component hint to match the package (thanks @surli )
(cherry picked from commit 604759d9f98f0f09affed87473fdef8529c63e8c)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications