Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-changerequest
Commit: 6c9c1de9ef59c7dfe8b006e59c1f1753ddc256aa
https://github.com/xwiki-contrib/application-changerequest/commit/6c9c1de9e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M application-changerequest-discussions/src/main/java/org/xwiki/contrib/changerequest/discussions/internal/ChangeRequestDiscussionDiffUtils.java
M application-changerequest-test/application-changerequest-test-docker/src/test/it/org/xwiki/contrib/changerequest/test/ui/ChangeRequestDiscussionIT.java
M application-changerequest-test/application-changerequest-test-docker/src/test/it/org/xwiki/contrib/changerequest/test/ui/ChangeRequestRightsIT.java
Log Message:
-----------
[Misc] Fix unused imports and checkstyle
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-changerequest/settings/notific…
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-changerequest
Commit: f9b1f125b0eb8f85e098a13e0e74dde4c137f2d3
https://github.com/xwiki-contrib/application-changerequest/commit/f9b1f125b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M application-changerequest-test/application-changerequest-test-docker/pom.xml
M application-changerequest-test/application-changerequest-test-docker/src/test/it/org/xwiki/contrib/changerequest/test/ui/ChangeRequestEditionIT.java
M application-changerequest-ui/src/main/resources/ChangeRequest/Code/SaveChangeRequestModal.xml
Log Message:
-----------
CRAPP-347: Cannot create change request with XWiki 15.5+
* Don't rely on an event listener for triggering the save event, as it
might be called before the listener to prepare the changes. Instead
rely on the fact that triggering the beforeSave event is synchronous and
will call all listeners before moving to next line.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-changerequest/settings/notific…
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-changerequest
Commit: c2738835f7002923892c170438aab27884b52d3e
https://github.com/xwiki-contrib/application-changerequest/commit/c2738835f…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
R application-changerequest-discussions/src/main/resources/ApplicationResources_pt-BR.properties
A application-changerequest-discussions/src/main/resources/ApplicationResources_pt_BR.properties
R application-changerequest-notifications/src/main/resources/ApplicationResources_pt-BR.properties
A application-changerequest-notifications/src/main/resources/ApplicationResources_pt_BR.properties
R application-changerequest-ui/src/main/resources/ChangeRequest/Code/ChangeRequestTranslations.pt-BR.xml
A application-changerequest-ui/src/main/resources/ChangeRequest/Code/ChangeRequestTranslations.pt_BR.xml
Log Message:
-----------
[Misc] Fix locale format
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-changerequest/settings/notific…
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: 5417b25ca2f713e2e23bbb4b289bbe99faa23d18
https://github.com/xwiki-contrib/ai-llm/commit/5417b25ca2f713e2e23bbb4b289b…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
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/EmbeddingsUtils.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/DocumentIndexer.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/EmbeddingModel.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/DefaultEmbeddingModel.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/ModelConfiguration.java
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/ModelWikiObjectComponentBuilder.java
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/Code/ModelsClass.xml
Log Message:
-----------
LLMAI-106: Add support for embedding model prompt prefixes
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: f30140fb440e896713142ea8647d47cfdb4dbfa5
https://github.com/xwiki/xwiki-platform/commit/f30140fb440e896713142ea8647d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/src/test/it/org/xwiki/administration/test/ui/UsersGroupsRightsManagementIT.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/UserInstanceOutputFilterStream.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/user/UserCreatedEventListener.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
Log Message:
-----------
XWIKI-11624: When a user page is restored from trashbin it's not put back in XWikiAllGroup
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/xwiki-helm
Commit: d768384788fc36f65c8b7797271cdc01e202acb7
https://github.com/xwiki-contrib/xwiki-helm/commit/d768384788fc36f65c8b7797…
Author: Martin Moreira de Jesus <martin.moreira-de-jesus(a)protonmail.com>
Date: 2024-07-31 (Wed, 31 Jul 2024)
Changed paths:
M charts/xwiki/Chart.yaml
M charts/xwiki/templates/_helpers.tpl
M charts/xwiki/templates/xwiki.yaml
M charts/xwiki/values.yaml
Log Message:
-----------
feat: add init containers
Commit: 2f8c7c613aec20ac5699443c32d18695dffb76a9
https://github.com/xwiki-contrib/xwiki-helm/commit/2f8c7c613aec20ac5699443c…
Author: Martin Moreira de Jesus <martin.moreira-de-jesus(a)protonmail.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M charts/xwiki/templates/_helpers.tpl
M charts/xwiki/tests/__snapshot__/xwiki_test.yaml.snap
M charts/xwiki/tests/xwiki_test.yaml
M charts/xwiki/values.yaml
Log Message:
-----------
feat: add tests
Commit: c2b1808ae8e3b95070e10706dfa4f1fd4096b5cd
https://github.com/xwiki-contrib/xwiki-helm/commit/c2b1808ae8e3b95070e10706…
Author: Martin Moreira de Jesus <martin.moreira-de-jesus(a)protonmail.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M charts/xwiki/templates/_helpers.tpl
M charts/xwiki/tests/__snapshot__/xwiki_test.yaml.snap
M charts/xwiki/tests/xwiki_test.yaml
M charts/xwiki/values.yaml
Log Message:
-----------
feat(initcontainers): add support for external db
Commit: aa975b272eeaf7cdda8ba0df300a4981107068b0
https://github.com/xwiki-contrib/xwiki-helm/commit/aa975b272eeaf7cdda8ba0df…
Author: sautner <12866519+gsautner(a)users.noreply.github.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M charts/xwiki/Chart.yaml
M charts/xwiki/templates/_helpers.tpl
M charts/xwiki/templates/xwiki.yaml
M charts/xwiki/tests/__snapshot__/xwiki_test.yaml.snap
M charts/xwiki/tests/xwiki_test.yaml
M charts/xwiki/values.yaml
Log Message:
-----------
Merge pull request #34 from mmoreiradj/feat/init-containers
HELM-61 add init containers
Compare: https://github.com/xwiki-contrib/xwiki-helm/compare/04427b70162f...aa975b27…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-helm/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 58c11bd8cf153c088b07f9148d44cb6c62f47123
https://github.com/xwiki/xwiki-platform/commit/58c11bd8cf153c088b07f9148d44…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-webjar/src/main/webjar/tree.js
Log Message:
-----------
XWIKI-22326: "newline" special character in page name breaks the navigation tree
(cherry picked from commit 3c93eec5ac8154253545f229986f407d83007cac)
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: f285dd8289cb56d2cf1dd529713b3bd91d0477e1
https://github.com/xwiki/xwiki-platform/commit/f285dd8289cb56d2cf1dd529713b…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-webjar/src/main/webjar/tree.js
Log Message:
-----------
XWIKI-22326: "newline" special character in page name breaks the navigation tree
(cherry picked from commit 3c93eec5ac8154253545f229986f407d83007cac)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.6.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 21bc7a2e33f2219b11da19fae43df3ac84912ab9
https://github.com/xwiki/xwiki-platform/commit/21bc7a2e33f2219b11da19fae43d…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-webjar/src/main/webjar/tree.js
Log Message:
-----------
XWIKI-22326: "newline" special character in page name breaks the navigation tree
(cherry picked from commit 3c93eec5ac8154253545f229986f407d83007cac)
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: 918e527a3900095496311c1e081d68d998d2a409
https://github.com/xwiki/xwiki-platform/commit/918e527a3900095496311c1e081d…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.xml
Log Message:
-----------
XWIKI-22346: The children macro isn't translated
(cherry picked from commit 603d4fce79f06adc8b4514e731eaa7f2bc2ae764)
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: 8b4eeda49daef771ddc2d202905ecf8554b0f10b
https://github.com/xwiki/xwiki-platform/commit/8b4eeda49daef771ddc2d202905e…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.xml
Log Message:
-----------
XWIKI-22346: The children macro isn't translated
(cherry picked from commit 603d4fce79f06adc8b4514e731eaa7f2bc2ae764)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.6.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 82f4060d849f48404b89811ca7f7132b53a9f14f
https://github.com/xwiki/xwiki-platform/commit/82f4060d849f48404b89811ca7f7…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.xml
Log Message:
-----------
XWIKI-22346: The children macro isn't translated
(cherry picked from commit 603d4fce79f06adc8b4514e731eaa7f2bc2ae764)
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: 1efb8c5c4a2f8b05eadd12b568c7b614386a9d06
https://github.com/xwiki/xwiki-platform/commit/1efb8c5c4a2f8b05eadd12b568c7…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.ko.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.uk.xml
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.xml
Log Message:
-----------
[misc] Apply xar:format
Commit: 603d4fce79f06adc8b4514e731eaa7f2bc2ae764
https://github.com/xwiki/xwiki-platform/commit/603d4fce79f06adc8b4514e731ea…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeTranslations.xml
Log Message:
-----------
XWIKI-22346: The children macro isn't translated
Compare: https://github.com/xwiki/xwiki-platform/compare/6696e9c0606b...603d4fce79f0
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: 377b3ff9da2948a5816f668b1b8b6da45f94dd7e
https://github.com/xwiki/xwiki-platform/commit/377b3ff9da2948a5816f668b1b8b…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/ForgotUsernameMailContent.xml
Log Message:
-----------
XWIKI-22355: Double colon displayed in Forgot username mail content
* Simplify the mail content and make the text version consistent with the HTML version
* Apply XML escaping in the HTML version
(cherry picked from commit 6696e9c0606b12056bf66e897203c6f37cceab10)
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: 3541ac6e1921cd35463ae4466ff05f21877f769c
https://github.com/xwiki/xwiki-platform/commit/3541ac6e1921cd35463ae4466ff0…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/ForgotUsernameMailContent.xml
Log Message:
-----------
XWIKI-22355: Double colon displayed in Forgot username mail content
* Simplify the mail content and make the text version consistent with the HTML version
* Apply XML escaping in the HTML version
(cherry picked from commit 6696e9c0606b12056bf66e897203c6f37cceab10)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.6.x
Home: https://github.com/xwiki/xwiki-platform
Commit: cbd281ceb9933c766f425a1d3aa60b7f08d56e26
https://github.com/xwiki/xwiki-platform/commit/cbd281ceb9933c766f425a1d3aa6…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/ForgotUsernameMailContent.xml
Log Message:
-----------
XWIKI-22355: Double colon displayed in Forgot username mail content
* Simplify the mail content and make the text version consistent with the HTML version
* Apply XML escaping in the HTML version
(cherry picked from commit 6696e9c0606b12056bf66e897203c6f37cceab10)
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: 6ef35b7a1186ed8d85afc7f19d9020d34623a630
https://github.com/xwiki/xwiki-platform/commit/6ef35b7a1186ed8d85afc7f19d90…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-ui/src/main/resources/XWiki/Like/UserProfileUIX.xml
Log Message:
-----------
XWIKI-22360: The "likers" section in the user profile uses wrong escaping
(cherry picked from commit af69ff126636960f608e259f47162e0e8c0c4c19)
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: 5a482714fd99806bf818b19d54120a6714da5e1a
https://github.com/xwiki/xwiki-platform/commit/5a482714fd99806bf818b19d5412…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-ui/src/main/resources/XWiki/Like/UserProfileUIX.xml
Log Message:
-----------
XWIKI-22360: The "likers" section in the user profile uses wrong escaping
(cherry picked from commit af69ff126636960f608e259f47162e0e8c0c4c19)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.6.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 64e0a8b08d31f0278924e9c6daa6a20193449ccd
https://github.com/xwiki/xwiki-platform/commit/64e0a8b08d31f0278924e9c6daa6…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-ui/src/main/resources/XWiki/Like/UserProfileUIX.xml
Log Message:
-----------
XWIKI-22360: The "likers" section in the user profile uses wrong escaping
(cherry picked from commit af69ff126636960f608e259f47162e0e8c0c4c19)
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/page-rights-viewer
Commit: 83d32f3032dc92161ebbf992699517e4ede8c5a2
https://github.com/xwiki-contrib/page-rights-viewer/commit/83d32f3032dc9216…
Author: Mohamed Boussaa <mohamed.boussaa(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M .gitignore
M README.md
A pom.xml
A src/main/resources/PageRightsViewer/Code/Macros.xml
A src/main/resources/PageRightsViewer/Code/Sheet.xml
A src/main/resources/PageRightsViewer/Code/Translations.xml
A src/main/resources/PageRightsViewer/Code/UIX.xml
A src/main/resources/PageRightsViewer/Code/WebHome.xml
Log Message:
-----------
PRVA-1 : Initial implementation
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/page-rights-viewer/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 1870bb8822ef9ae4bf6241e11d9e4c587017185b
https://github.com/xwiki/xwiki-platform/commit/1870bb8822ef9ae4bf6241e11d9e…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-rest/src/main/java/org/xwiki/annotation/rest/internal/AnnotationsRESTResource.java
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-rest/src/main/java/org/xwiki/annotation/rest/internal/AnnotationsTranslationRESTResource.java
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-rest/src/main/java/org/xwiki/annotation/rest/internal/SingleAnnotationRESTResource.java
Log Message:
-----------
XWIKI-22374: Incorrect saving of annotations when there are special characters (%, *) in the document name
* Fix the way the space names are decoded when the annotation REST resources are called.
(cherry picked from commit 5204f119a84b2c6ffda301d02ceaf7286549539a)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications