Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: a988b67f7d08bc083e1295e8894474ff14493458
https://github.com/xwiki/xwiki-platform/commit/a988b67f7d08bc083e1295e88944…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseElement.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/ImportAction.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/filter/Importer.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/wikis/WikiResourceImpl.java
Log Message:
-----------
XWIKI-21071: 'Import a XAR in a wiki' REST API is not working as expected when "backup=true" and "history=REPLACE"
(cherry picked from commit 0a2d4f1c4c6c1a39733948e631b50d7b1df6c7de)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: d7636b17f6e906d304489ba90f0f712b4a7c075b
https://github.com/xwiki/xwiki-platform/commit/d7636b17f6e906d304489ba90f0f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseElement.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/ImportAction.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/filter/Importer.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/wikis/WikiResourceImpl.java
Log Message:
-----------
XWIKI-21071: 'Import a XAR in a wiki' REST API is not working as expected when "backup=true" and "history=REPLACE"
(cherry picked from commit 0a2d4f1c4c6c1a39733948e631b50d7b1df6c7de)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-XWIKI-22726
Home: https://github.com/xwiki/xwiki-platform
Commit: 31649108203204fe3293746c904f1b8c39907080
https://github.com/xwiki/xwiki-platform/commit/31649108203204fe3293746c904f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutor.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLQueryValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/DefaultHQLQueryValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLQueryValidator.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutorTest.java
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-22726: Allow customizing the validation of HQL queries through configuration
Commit: ddccee378cdca739b02d3da5f7559d93c725063b
https://github.com/xwiki/xwiki-platform/commit/ddccee378cdca739b02d3da5f755…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtils.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutor.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLCompleteStatementValidator.java
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/ConfigurableHQLQueryValidator.java
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/DefaultHQLQueryValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/DefaultHQLStatementValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLCompleteStatementValidator.java
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLQueryValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/HQLStatementValidator.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/query/hql/internal/StandardHQLCompleteStatementValidator.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/hibernate/query/HqlQueryExecutorTest.java
M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-manager/src/main/java/org/xwiki/query/QueryException.java
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-22726: Allow customizing the validation of HQL queries through configuration
* refactor the internal validator system to make it easier to reusable for other use cases
* make sure the configurable validator is executed before the standard one
* improve safe named queries initialization
* tried to remove stuff from HqlQueryExecutor, but was not enough to get rid of the ClassFanOutComplexity unfortunately
* various documentation improvements
Compare: https://github.com/xwiki/xwiki-platform/compare/488905f54609...ddccee378cdc
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: 0a2d4f1c4c6c1a39733948e631b50d7b1df6c7de
https://github.com/xwiki/xwiki-platform/commit/0a2d4f1c4c6c1a39733948e631b5…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseElement.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/ImportAction.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/filter/Importer.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/wikis/WikiResourceImpl.java
Log Message:
-----------
XWIKI-21071: 'Import a XAR in a wiki' REST API is not working as expected when "backup=true" and "history=REPLACE"
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-XWIKI-22726
Home: https://github.com/xwiki/xwiki-platform
Commit: 488905f546095ed02d950d23c94606ed57813438
https://github.com/xwiki/xwiki-platform/commit/488905f546095ed02d950d23c946…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseElement.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/ImportAction.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/filter/Importer.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/wikis/WikiResourceImpl.java
Log Message:
-----------
XWIKI-21071: 'Import a XAR in a wiki' REST API is not working as expected when "backup=true" and "history=REPLACE"
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-authenticator-trusted
Commit: 5f35f44f78d3f9dbd2e2fe0fad4a1f765c3368ca
https://github.com/xwiki-contrib/xwiki-authenticator-trusted/commit/5f35f44…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M pom.xml
M xwiki-authenticator-trusted-adapters/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-attributes/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-headers/pom.xml
M xwiki-authenticator-trusted-api/pom.xml
M xwiki-authenticator-trusted-xip/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-authenticator-trusted/settings/notif…
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/xwiki-authenticator-trusted
Commit: 021190cf4f71527682995b7aa31d507e41fd3aa8
https://github.com/xwiki-contrib/xwiki-authenticator-trusted/commit/021190c…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M pom.xml
M xwiki-authenticator-trusted-adapters/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-attributes/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-headers/pom.xml
M xwiki-authenticator-trusted-api/pom.xml
M xwiki-authenticator-trusted-xip/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release xwiki-authenticator-trusted-1.9.4
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-authenticator-trusted/settings/notif…
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 13f1a9c1789feb1716d03df39a9b5915025f1083
https://github.com/xwiki-contrib/cristal/commit/13f1a9c1789feb1716d03df39a9…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M editors/tiptap/src/vue/c-edit-tiptap.vue
M skin/langs/translation-en.json
M skin/src/index.ts
M skin/src/vue/__tests__/c-content.test.ts
A skin/src/vue/c-article.vue
M skin/src/vue/c-content.vue
M skin/src/vue/c-edit.vue
Log Message:
-----------
CRISTAL-319: Missing breadcrumb in edit mode
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/xwiki-authenticator-trusted
Commit: 1cffcf11690de202ab05c7a128f9d23ba8d71eb3
https://github.com/xwiki-contrib/xwiki-authenticator-trusted/commit/1cffcf1…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M pom.xml
M xwiki-authenticator-trusted-adapters/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-attributes/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-headers/pom.xml
M xwiki-authenticator-trusted-api/pom.xml
M xwiki-authenticator-trusted-xip/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-authenticator-trusted/settings/notif…
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/xwiki-authenticator-trusted
Commit: c985dfe2e02a3831b82f8666d86828a49d1a7a64
https://github.com/xwiki-contrib/xwiki-authenticator-trusted/commit/c985dfe…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-12-12 (Thu, 12 Dec 2024)
Changed paths:
M pom.xml
M xwiki-authenticator-trusted-adapters/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-attributes/pom.xml
M xwiki-authenticator-trusted-adapters/xwiki-authenticator-trusted-headers/pom.xml
M xwiki-authenticator-trusted-api/pom.xml
M xwiki-authenticator-trusted-xip/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release xwiki-authenticator-trusted-1.9.4
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-authenticator-trusted/settings/notif…