Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: bac8d61ff948e783eb35aff55b02d45402ec9693
https://github.com/xwiki-contrib/cristal/commit/bac8d61ff948e783eb35aff55b0…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/model/model-reference/model-reference-xwiki/src/__tests__/defaultLocalURLSerializer.test.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLParser.ts
Log Message:
-----------
CRISTAL-366: Special characters not properly handled in XWiki references parsing/serializing
Commit: f33984491d02c762e768a15dff1f1eec2ebf7c54
https://github.com/xwiki-contrib/cristal/commit/f33984491d02c762e768a15dff1…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/model/model-reference/model-reference-xwiki/src/__tests__/defaultLocalURLSerializer.test.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLParser.ts
Log Message:
-----------
Merge pull request #507 from xwiki-contrib/CRISTAL-366
Compare: https://github.com/xwiki-contrib/cristal/compare/8bb129072f23...f33984491d02
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: ee60f25b419375cfd0d26fd0a420b4e13563975a
https://github.com/xwiki-contrib/cristal/commit/ee60f25b419375cfd0d26fd0a42…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M pnpm-lock.yaml
M skin/src/vue/c-content.vue
M web/e2e/main-page.spec.ts
M web/e2e/pageObjects/Breadcrumb.ts
Log Message:
-----------
CRISTAL-364: Breadcrumb links not working with Shoelace
* Create local links for breadcrumb items
Commit: 54df7a700aae3944f5a68d78d2ff4fed2b0610a0
https://github.com/xwiki-contrib/cristal/commit/54df7a700aae3944f5a68d78d2f…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M sources/xwiki/mock-server/src/index.ts
M web/e2e/main-page.spec.ts
M web/e2e/pageObjects/Breadcrumb.ts
M web/e2e/pageObjects/NavigationTree.ts
Log Message:
-----------
CRISTAL-364: Breadcrumb links not working with Shoelace
* Add UI test
Commit: 8bb129072f239e2b32b83d89e1a995d751e582e2
https://github.com/xwiki-contrib/cristal/commit/8bb129072f239e2b32b83d89e1a…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M pnpm-lock.yaml
M skin/src/vue/c-content.vue
M sources/xwiki/mock-server/src/index.ts
M web/e2e/main-page.spec.ts
M web/e2e/pageObjects/Breadcrumb.ts
M web/e2e/pageObjects/NavigationTree.ts
Log Message:
-----------
Merge pull request #504 from xwiki-contrib/CRISTAL-364
* Create local links for breadcrumb items
Compare: https://github.com/xwiki-contrib/cristal/compare/16792bbbca59...8bb129072f23
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/feature-XWIKI-22726
Home: https://github.com/xwiki/xwiki-platform
Commit: 4f16fc751b881e909cfac70d32cbc6ae3a7ab45b
https://github.com/xwiki/xwiki-platform/commit/4f16fc751b881e909cfac70d32cb…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-11 (Wed, 11 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
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/confluence
Commit: c4c7f7fab0e52da06603c51137206ac5d35f13cc
https://github.com/xwiki-contrib/confluence/commit/c4c7f7fab0e52da06603c511…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M 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/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: bc2d6b0940863736d6d077b3190906a1b3f3b1d9
https://github.com/xwiki-contrib/confluence/commit/bc2d6b0940863736d6d077b3…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release confluence-9.66.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/CRISTAL-366
Home: https://github.com/xwiki-contrib/cristal
Commit: bac8d61ff948e783eb35aff55b02d45402ec9693
https://github.com/xwiki-contrib/cristal/commit/bac8d61ff948e783eb35aff55b0…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/model/model-reference/model-reference-xwiki/src/__tests__/defaultLocalURLSerializer.test.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLParser.ts
Log Message:
-----------
CRISTAL-366: Special characters not properly handled in XWiki references parsing/serializing
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/CRISTAL-364
Home: https://github.com/xwiki-contrib/cristal
Commit: ee60f25b419375cfd0d26fd0a420b4e13563975a
https://github.com/xwiki-contrib/cristal/commit/ee60f25b419375cfd0d26fd0a42…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M pnpm-lock.yaml
M skin/src/vue/c-content.vue
M web/e2e/main-page.spec.ts
M web/e2e/pageObjects/Breadcrumb.ts
Log Message:
-----------
CRISTAL-364: Breadcrumb links not working with Shoelace
* Create local links for breadcrumb items
Commit: 54df7a700aae3944f5a68d78d2ff4fed2b0610a0
https://github.com/xwiki-contrib/cristal/commit/54df7a700aae3944f5a68d78d2f…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M sources/xwiki/mock-server/src/index.ts
M web/e2e/main-page.spec.ts
M web/e2e/pageObjects/Breadcrumb.ts
M web/e2e/pageObjects/NavigationTree.ts
Log Message:
-----------
CRISTAL-364: Breadcrumb links not working with Shoelace
* Add UI test
Compare: https://github.com/xwiki-contrib/cristal/compare/112167ad6f5f...54df7a700aae
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/xwiki-platform
Commit: 93b6d9b27a6525a5d27bdc8d9eab3e9ef9994367
https://github.com/xwiki/xwiki-platform/commit/93b6d9b27a6525a5d27bdc8d9eab…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1610/pom.xml
Log Message:
-----------
[Misc] Add upgrade tests from 16.10.0
* Fix typo to use 16.10.0 and not 16.10
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 6b1718c0ad86e21e8b83bb3ae5a3a8d76a46afcf
https://github.com/xwiki-contrib/cristal/commit/6b1718c0ad86e21e8b83bb3ae5a…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-ui/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/file-preview/file-preview-ui/package.json
M core/history/history-ui/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-ui/package.json
M dev/test-utils/package.json
M ds/vuetify/package.json
M lib/package.json
M pnpm-lock.yaml
M skin/package.json
Log Message:
-----------
[Misc] Update dependency vue-i18n to v10.0.5 [SECURITY]
Commit: d547432381f99f6df98d00feef55a01370350928
https://github.com/xwiki-contrib/cristal/commit/d547432381f99f6df98d00feef5…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-ui/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/file-preview/file-preview-ui/package.json
M core/history/history-ui/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-ui/package.json
M dev/test-utils/package.json
M ds/vuetify/package.json
M lib/package.json
M pnpm-lock.yaml
M skin/package.json
Log Message:
-----------
Merge pull request #483 from renovate-bot/renovate/npm-vue-i18n-vulnerability
Compare: https://github.com/xwiki-contrib/cristal/compare/834d84826661...d547432381f9
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 1a3cd070ade29616c02f2aa06cd530a3cb175849
https://github.com/xwiki-contrib/cristal/commit/1a3cd070ade29616c02f2aa06cd…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/uiextension/uiextension-default/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M rendering/rendering/package.json
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update dependency inversify to v6.2.0
Commit: 834d848266617c32c06ea9c39b7bfc6e54b32cd4
https://github.com/xwiki-contrib/cristal/commit/834d848266617c32c06ea9c39b7…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/uiextension/uiextension-default/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M rendering/rendering/package.json
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
Merge pull request #505 from renovate-bot/renovate/inversify-6.x
Compare: https://github.com/xwiki-contrib/cristal/compare/ec24dfd86c96...834d84826661
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: c104fa1206cf6e85366769183f3be5d80cb1d727
https://github.com/xwiki-contrib/cristal/commit/c104fa1206cf6e85366769183f3…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/uiextension/uiextension-default/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M rendering/rendering/package.json
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update dependency inversify to v6.1.6
Commit: aa46e2246246ba2e7f51de812c71c47e3c76ae4b
https://github.com/xwiki-contrib/cristal/commit/aa46e2246246ba2e7f51de812c7…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/uiextension/uiextension-default/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M rendering/rendering/package.json
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
Merge pull request #488 from renovate-bot/renovate/inversify-6.x
Compare: https://github.com/xwiki-contrib/cristal/compare/7fd3433265fa...aa46e2246246
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/confluence
Commit: 084dc411e1d2659b799ecb753788762a3f39aa51
https://github.com/xwiki-contrib/confluence/commit/084dc411e1d2659b799ecb75…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M confluence-resolvers/src/main/resources/META-INF/components.txt
A confluence-resource-reference-type-parsers/components.txt
A confluence-resource-reference-type-parsers/pom.xml
A confluence-resource-reference-type-parsers/src/main/java/org/xwiki/contrib/confluence/internal/parser/reference/type/ConfluenceAttachResourceReferenceTypeParser.java
A confluence-resource-reference-type-parsers/src/main/java/org/xwiki/contrib/confluence/internal/parser/reference/type/ConfluencePageResourceReferenceTypeParser.java
A confluence-resource-reference-type-parsers/src/main/java/org/xwiki/contrib/confluence/internal/parser/reference/type/ConfluenceSpaceResourceReferenceTypeParser.java
A confluence-resource-reference-type-parsers/src/main/java/org/xwiki/contrib/confluence/internal/parser/reference/type/Utils.java
A confluence-resource-reference-type-parsers/src/main/resources/META-INF/components.txt
A confluence-resource-reference-type-parsers/src/test/java/org/xwiki/contrib/confluence/internal/parser/reference/type/ConfluenceResourceReferenceTypeParserTest.java
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/ConfluenceReferenceConverter.java
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceXWikiGeneratorListener.java
M confluence-syntax-xhtml/src/test/resources/confluence+xhtml10/specific/image/image3.test
M confluence-syntax-xhtml/src/test/resources/confluence+xhtml10/specific/link/link1.test
M confluence-xml/pom.xml
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceConverter.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceConverterListener.java
A confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceLinkMappingReceiver.java
A confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceResourceReference.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/RwPagetreeMacroConverter.java
M confluence-xml/src/test/resources/confluencexml/absolutelinks.test
M confluence-xml/src/test/resources/confluencexml/brokenlink.test
M confluence-xml/src/test/resources/confluencexml/content.test
M confluence-xml/src/test/resources/confluencexml/contentwithprefixedmacros.test
M confluence-xml/src/test/resources/confluencexml/contentwithunprefixedmacros.test
M confluence-xml/src/test/resources/confluencexml/include.test
M confluence-xml/src/test/resources/confluencexml/links.test
M confluence-xml/src/test/resources/confluencexml/rootspace.test
M confluence-xml/src/test/resources/confluencexml/rootwiki.test
M pom.xml
Log Message:
-----------
CONFLUENCE-341: Introduce confluence references to avoid outputing broken links
Commit: 63e74bc1ae3170ca77e95017697dc808746dc2cd
https://github.com/xwiki-contrib/confluence/commit/63e74bc1ae3170ca77e95017…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M confluence-resolvers/src/main/java/org/xwiki/contrib/confluence/resolvers/internal/PageClassConfluenceResolver.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/ConfluencePageClassDocumentInitializer.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
M confluence-xml/src/test/resources/confluencexml/history.test
M confluence-xml/src/test/resources/confluencexml/historyorder.test
M confluence-xml/src/test/resources/confluencexml/pages3.test
M confluence-xml/src/test/resources/confluencexml/rootspace.test
Log Message:
-----------
CONFLUENCE-340: Store the originalVersion id in ConfluencePageClass
Commit: 410b0ddd5e4437ac5d59914634324da2e2558855
https://github.com/xwiki-contrib/confluence/commit/410b0ddd5e4437ac5d599146…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/PageIdentifier.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/PlantumlRenderMacroConverter.java
Log Message:
-----------
Misc: fix annotations
Commit: a7d7cb03360acf68a8479a887227e10c99309e61
https://github.com/xwiki-contrib/confluence/commit/a7d7cb03360acf68a8479a88…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
Log Message:
-----------
CONFLUENCE-343: Log sending each document revision
Commit: 1bc905e260730567b23520ed7c897a88fc601f74
https://github.com/xwiki-contrib/confluence/commit/1bc905e260730567b23520ed…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceXMLMacroSupport.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/DefaultMacroConverter.java
M confluence-xml/src/test/java/org/xwiki/contrib/confluence/filter/FakeBlockMacroConverter.java
A confluence-xml/src/test/resources/confluencexml/macroconvertercrash.test
A confluence-xml/src/test/resources/confluencexml/macroconvertercrash/entities.xml
Log Message:
-----------
CONFLUENCE-342: Don't fail the whole content conversion when a macro converter throws
Compare: https://github.com/xwiki-contrib/confluence/compare/0b533b17bce5...1bc905e2…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/stable-14.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 5ab525c7b26a034e7248e6ce3797b62d43f3349d
https://github.com/xwiki/xwiki-platform/commit/5ab525c7b26a034e7248e6ce3797…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/browser/AbstractBrowserPDFPrinter.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/browser/BrowserTab.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/test/java/org/xwiki/export/pdf/browser/BrowserPDFPrinterTest.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/chrome/ChromeTab.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/PDFExportIT.java
Log Message:
-----------
XWIKI-22694: The output of Document#getExternalURL() in the PDF cover doesn't match the URL used to access XWiki
* Set the Forwarded HTTP header when opening the print preview page in the headless Chrome instance in order for the external URL to be computed properly.
(cherry picked from commit b1e5e4f4ae4ce40d398d6adf1b6a3d53cf3f7c62)
Commit: 2b14d60815c14f5cb0e7cd5da8b625a2ffb4a8f7
https://github.com/xwiki/xwiki-platform/commit/2b14d60815c14f5cb0e7cd5da8b6…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/pom.xml
Log Message:
-----------
XWIKI-22694: The output of Document#getExternalURL() in the PDF cover doesn't match the URL used to access XWiki
* The test coverage is lower on the old branches.
(cherry picked from commit 3b6e3e56975a3a43b0c595499e3bed2ef4e4558b)
Compare: https://github.com/xwiki/xwiki-platform/compare/290d4500b6d9...2b14d60815c1
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: 0fe4535960e00694dbe6f8f201ae0debe06140c3
https://github.com/xwiki/xwiki-platform/commit/0fe4535960e00694dbe6f8f201ae…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/pom.xml
Log Message:
-----------
XWIKI-22694: The output of Document#getExternalURL() in the PDF cover doesn't match the URL used to access XWiki
* The test coverage is lower on the old branches.
(cherry picked from commit 3b6e3e56975a3a43b0c595499e3bed2ef4e4558b)
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: 3b6e3e56975a3a43b0c595499e3bed2ef4e4558b
https://github.com/xwiki/xwiki-platform/commit/3b6e3e56975a3a43b0c595499e3b…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/pom.xml
Log Message:
-----------
XWIKI-22694: The output of Document#getExternalURL() in the PDF cover doesn't match the URL used to access XWiki
* The test coverage is lower on the old branches.
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: e9c1bca49ce3a90098405a74f1e6d6b2bff49047
https://github.com/xwiki/xwiki-platform/commit/e9c1bca49ce3a90098405a74f1e6…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-model-api/src/main/java/org/xwiki/model/script/LegacyModelScriptService.java
Log Message:
-----------
[Misc] Move some deprecated class from model-api to legacy
* Fix wrong deprecated annotation
(cherry picked from commit 97cab6fb6c40602785f8a78fe7af48ec02a02f60)
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: bffd5671cd2ebb39a52d09377e894c6002b0f130
https://github.com/xwiki/xwiki-platform/commit/bffd5671cd2ebb39a52d09377e89…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml
Log Message:
-----------
XWIKI-13858: Inconsistency between Long Text and Content fields display in AWM wizard and entries (#3594)
* In all places where we can edit this object, we follow the userPreference regarding text editors.
(cherry picked from commit a81ba09a5324f8f952dbd6b4211f1d079bcd0971)
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: 175d88f6d4599435b67b3968473a66e39b29a3e5
https://github.com/xwiki/xwiki-platform/commit/175d88f6d4599435b67b3968473a…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml
Log Message:
-----------
XWIKI-13858: Inconsistency between Long Text and Content fields display in AWM wizard and entries (#3594)
* In all places where we can edit this object, we follow the userPreference regarding text editors.
(cherry picked from commit a81ba09a5324f8f952dbd6b4211f1d079bcd0971)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3594-to-stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 5ace5eb3452cf6f4877cd7b9b8cefe3c03cf8ad3
https://github.com/xwiki/xwiki-platform/commit/5ace5eb3452cf6f4877cd7b9b8ce…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml
Log Message:
-----------
XWIKI-13858: Inconsistency between Long Text and Content fields display in AWM wizard and entries (#3594)
* In all places where we can edit this object, we follow the userPreference regarding text editors.
(cherry picked from commit a81ba09a5324f8f952dbd6b4211f1d079bcd0971)
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: a81ba09a5324f8f952dbd6b4211f1d079bcd0971
https://github.com/xwiki/xwiki-platform/commit/a81ba09a5324f8f952dbd6b4211f…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml
Log Message:
-----------
XWIKI-13858: Inconsistency between Long Text and Content fields display in AWM wizard and entries (#3594)
* In all places where we can edit this object, we follow the userPreference regarding text editors.
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: 5f1122e2864abd09536edb850e013049cc9232cc
https://github.com/xwiki/xwiki-platform/commit/5f1122e2864abd09536edb850e01…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
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/uicomponents/widgets/gallery/gallery.css
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/gallery/gallery.js
Log Message:
-----------
XWIKI-22581: FocusCatcher input has no label (#3577)
* Replaced the FocusCatcher artificial input with a semantically better span.
* Updated the style of the gallery to use css grid instead of hackish solutions all around.
* Improved accessibility by changing the div interactive controllers with buttons.
* Fixed the full screen display vertical overflow issue.
(cherry picked from commit 4241c3c03639800c867c896b5f35596772e385a2)
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: 4241c3c03639800c867c896b5f35596772e385a2
https://github.com/xwiki/xwiki-platform/commit/4241c3c03639800c867c896b5f35…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
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/uicomponents/widgets/gallery/gallery.css
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/gallery/gallery.js
Log Message:
-----------
XWIKI-22581: FocusCatcher input has no label (#3577)
* Replaced the FocusCatcher artificial input with a semantically better span.
* Updated the style of the gallery to use css grid instead of hackish solutions all around.
* Improved accessibility by changing the div interactive controllers with buttons.
* Fixed the full screen display vertical overflow issue.
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: d96439486229e6511cd42407efe29e579e1aa27c
https://github.com/xwiki/xwiki-platform/commit/d96439486229e6511cd42407efe2…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-test/xwiki-platform-index-tree-test-pageobjects/src/main/java/org/xwiki/index/tree/test/po/DocumentTreeElement.java
Log Message:
-----------
XWIKI-22627: Pinned Pages are lost on space move
* Add missing PO method (was added on master for a separate JIRA issue).
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: 91641ed086e444363c565fec66ff34e62f25db31
https://github.com/xwiki/xwiki-platform/commit/91641ed086e444363c565fec66ff…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/browser/AbstractBrowserPDFPrinter.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/browser/BrowserTab.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/test/java/org/xwiki/export/pdf/browser/BrowserPDFPrinterTest.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/chrome/ChromeTab.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/PDFExportIT.java
Log Message:
-----------
XWIKI-22694: The output of Document#getExternalURL() in the PDF cover doesn't match the URL used to access XWiki
* Set the Forwarded HTTP header when opening the print preview page in the headless Chrome instance in order for the external URL to be computed properly.
(cherry picked from commit b1e5e4f4ae4ce40d398d6adf1b6a3d53cf3f7c62)
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: cf6ca70dc98e61b2f1b780ecbb10d9c3e9dd0e3e
https://github.com/xwiki/xwiki-platform/commit/cf6ca70dc98e61b2f1b780ecbb10…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/browser/AbstractBrowserPDFPrinter.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/browser/BrowserTab.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/test/java/org/xwiki/export/pdf/browser/BrowserPDFPrinterTest.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/chrome/ChromeTab.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/PDFExportIT.java
Log Message:
-----------
XWIKI-22694: The output of Document#getExternalURL() in the PDF cover doesn't match the URL used to access XWiki
* Set the Forwarded HTTP header when opening the print preview page in the headless Chrome instance in order for the external URL to be computed properly.
(cherry picked from commit b1e5e4f4ae4ce40d398d6adf1b6a3d53cf3f7c62)
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: 6a904a4cad21ffa8e53e3cec0f2496439cfc3059
https://github.com/xwiki/xwiki-platform/commit/6a904a4cad21ffa8e53e3cec0f24…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/browser/AbstractBrowserPDFPrinter.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/browser/BrowserTab.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/test/java/org/xwiki/export/pdf/browser/BrowserPDFPrinterTest.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/chrome/ChromeTab.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/PDFExportIT.java
Log Message:
-----------
XWIKI-22694: The output of Document#getExternalURL() in the PDF cover doesn't match the URL used to access XWiki
* Set the Forwarded HTTP header when opening the print preview page in the headless Chrome instance in order for the external URL to be computed properly.
(cherry picked from commit b1e5e4f4ae4ce40d398d6adf1b6a3d53cf3f7c62)
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: b1e5e4f4ae4ce40d398d6adf1b6a3d53cf3f7c62
https://github.com/xwiki/xwiki-platform/commit/b1e5e4f4ae4ce40d398d6adf1b6a…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/browser/AbstractBrowserPDFPrinter.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/main/java/org/xwiki/export/pdf/browser/BrowserTab.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-api/src/test/java/org/xwiki/export/pdf/browser/BrowserPDFPrinterTest.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/chrome/ChromeTab.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/PDFExportIT.java
Log Message:
-----------
XWIKI-22694: The output of Document#getExternalURL() in the PDF cover doesn't match the URL used to access XWiki
* Set the Forwarded HTTP header when opening the print preview page in the headless Chrome instance in order for the external URL to be computed properly.
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: 0126a71b88bf4800de68add1693fb46b8fde1c4f
https://github.com/xwiki/xwiki-platform/commit/0126a71b88bf4800de68add1693f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-12-10 (Tue, 10 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
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications