Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-rendering
Commit: 745df68cef8a5e09daca04388c8f1d82354c2181
https://github.com/xwiki/xwiki-rendering/commit/745df68cef8a5e09daca04388c8…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-11-15 (Fri, 15 Nov 2024)
Changed paths:
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/test/java/org/xwiki/rendering/macro/descriptor/DeprecatedMacroDescriptorTest.java
Log Message:
-----------
XRENDERING-759: getDefaultCategory() call does not work on recent macros which directly implement the interface
* fix flicketing test (for real this time)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/cql
Commit: 177a8643e8f12f59ca64c8ac494308f849b09e16
https://github.com/xwiki-contrib/cql/commit/177a8643e8f12f59ca64c8ac494308f…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
M pom.xml
M query/pom.xml
R query/src/main/java/org/xwiki/contrib/cql/query/converters/ConfluenceIdResolver.java
R query/src/main/java/org/xwiki/contrib/cql/query/converters/ConfluenceSpaceResolver.java
M query/src/main/java/org/xwiki/contrib/cql/query/converters/DefaultCQLToSolrAtomConverter.java
M query/src/main/java/org/xwiki/contrib/cql/query/converters/internal/AbstractIdCQLToSolrAtomConverter.java
R query/src/main/java/org/xwiki/contrib/cql/query/converters/internal/ConfluencePageClassConfluenceIdResolver.java
R query/src/main/java/org/xwiki/contrib/cql/query/converters/internal/DefaultConfluenceIdResolver.java
R query/src/main/java/org/xwiki/contrib/cql/query/converters/internal/DefaultConfluenceSpaceResolver.java
M query/src/main/resources/META-INF/components.txt
M query/src/test/java/org/xwiki/contrib/cql/query/CQLQueryExecutorTest.java
M query/src/test/java/org/xwiki/contrib/cql/query/CQLTest.java
Log Message:
-----------
Use resolvers from the Confluence module instead of the custom ones
Commit: bdf4ae6f7bb6f97a9a6847631c84e8089173ade0
https://github.com/xwiki-contrib/cql/commit/bdf4ae6f7bb6f97a9a6847631c84e80…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
M aqlparser/pom.xml
M pom.xml
M query/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release cql-0.1.0
Compare: https://github.com/xwiki-contrib/cql/compare/1433dbdfd149...bdf4ae6f7bb6
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cql/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 7e0372e90ff92b9922bccb33310b2513d3b8d9b1
https://github.com/xwiki/xwiki-platform/commit/7e0372e90ff92b9922bccb33310b…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Document.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/api/DocumentTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/test/MockitoOldcore.java
Log Message:
-----------
XWIKI-20907: Introduce the notion of required rights
* More consistent required right checking in the Document script API.
* Let the current user reference resolver mock actually return the
current user reference.
* Add tests for required rights handling in the Document script API.
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: 36969b2af9a5b1cda4a7ecc2d219bec3b080cca3
https://github.com/xwiki/xwiki-platform/commit/36969b2af9a5b1cda4a7ecc2d219…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/DocumentLocaleReader.java
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/class/class1.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/document/document1.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/document/document2.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/document/documentattachmentwithoutcontent.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/document/documentwithnestedspaces1.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/document/documentwithunknownelements.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/document/emptydocument.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/document/legacy1.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/document/legacytranslation1.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/document/new1.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/xar/legacymixed1.input.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/xar/nested1.input.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/xar/nested2.input.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/xar/test1-noforcedocument.input.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/xar/test1-sourcetype.input.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/xar/test1.input.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/xar/test1.output.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/xar/testSkipFirstDocument.output.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/xar/testSkipLastSpace.output.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/xar/xar1.input.test
Log Message:
-----------
XWIKI-20907: Introduce the notion of required rights
* Don't set a default parameter for enforce_required_rights when reading
a XAR.
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: 5f98bde87288326cf5787604e2bb87836875ed0e
https://github.com/xwiki/xwiki-platform/commit/5f98bde87288326cf5787604e2bb…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/src/main/java/org/xwiki/security/authorization/DefaultAuthorizationManager.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/src/test/java/org/xwiki/security/authorization/DefaultAuthorizationManagerIntegrationTest.java
Log Message:
-----------
XWIKI-22640: DefaultAuthorizationManager doesn't properly set the wiki reference
* Ensure to properly set the wiki reference
* Add a test to cover it
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/CRISTAL-274
Home: https://github.com/xwiki-contrib/cristal
Commit: 54e5c9a16d8f593fb3f48dce2c453e45b2de56f0
https://github.com/xwiki-contrib/cristal/commit/54e5c9a16d8f593fb3f48dce2c4…
Author: Simpel <git(a)simpel.cc>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
A core/authentication/authentication-ui/langs/translation-de.json
Log Message:
-----------
Added translation using Weblate (German)
Commit: ca89fa3392b69c22da9815a7f214e5d88190a4d9
https://github.com/xwiki-contrib/cristal/commit/ca89fa3392b69c22da9815a7f21…
Author: Simpel <git(a)simpel.cc>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
M core/authentication/authentication-ui/langs/translation-de.json
Log Message:
-----------
Translated using Weblate (German)
Currently translated at 100.0% (4 of 4 strings)
Translation: XWiki Contrib/cristal - authentication-ui
Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-authenticatio…
Commit: fdef32218f17521e6341201ed93f50ec24db919b
https://github.com/xwiki-contrib/cristal/commit/fdef32218f17521e6341201ed93…
Author: Simpel <git(a)simpel.cc>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
M core/authentication/authentication-ui/langs/translation-de.json
Log Message:
-----------
Translated using Weblate (German)
Currently translated at 100.0% (5 of 5 strings)
Translation: XWiki Contrib/cristal - authentication-ui
Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-authenticatio…
Commit: 07ded47695430525e11a4f06d65681d514fd4772
https://github.com/xwiki-contrib/cristal/commit/07ded47695430525e11a4f06d65…
Author: Simpel <git(a)simpel.cc>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
A core/page-actions/page-actions-ui/langs/translation-de.json
Log Message:
-----------
Added translation using Weblate (German)
Commit: 1cde8374b49804e854ef8b634f532c046f6ce363
https://github.com/xwiki-contrib/cristal/commit/1cde8374b49804e854ef8b634f5…
Author: Simpel <git(a)simpel.cc>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
M core/page-actions/page-actions-ui/langs/translation-de.json
Log Message:
-----------
Translated using Weblate (German)
Currently translated at 100.0% (6 of 6 strings)
Translation: XWiki Contrib/cristal - page-actions-ui
Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-page-actions-…
Commit: 3c6bde8f6b68207c9e3803933acb87aba6d7388d
https://github.com/xwiki-contrib/cristal/commit/3c6bde8f6b68207c9e3803933ac…
Author: 一颗小土豆 <2428100619(a)qq.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
A core/attachments/attachments-ui/langs/translation-zh.json
Log Message:
-----------
Added translation using Weblate (Chinese (Simplified) (zh))
Commit: 9419f13525dcc9dae45a80ead23f25ac206b9f2e
https://github.com/xwiki-contrib/cristal/commit/9419f13525dcc9dae45a80ead23…
Author: 一颗小土豆 <2428100619(a)qq.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
M core/attachments/attachments-ui/langs/translation-zh.json
Log Message:
-----------
Translated using Weblate (Chinese (Simplified) (zh))
Currently translated at 100.0% (5 of 5 strings)
Translation: XWiki Contrib/cristal - attachments-ui
Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-attachments-u…
Commit: b87f690b3a3b2a0435282c95097c16a1b1cc19e5
https://github.com/xwiki-contrib/cristal/commit/b87f690b3a3b2a0435282c95097…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
M skin/src/vue/contentTools.ts
Log Message:
-----------
--wip-- [skip ci]
Commit: 398996542df122aa5b4e95d735839716b8c10b8b
https://github.com/xwiki-contrib/cristal/commit/398996542df122aa5b4e95d7358…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
M skin/src/vue/contentTools.ts
Log Message:
-----------
[Misc] Improve contentTools.ts tsdoc
Commit: 979006c046ed9c875b4fb7c1269de61342871597
https://github.com/xwiki-contrib/cristal/commit/979006c046ed9c875b4fb7c1269…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
Log Message:
-----------
Merge remote-tracking branch 'origin/main' into CRISTAL-274
Commit: 0f217f506d468dab0f4e3ed4f8e69747848f215a
https://github.com/xwiki-contrib/cristal/commit/0f217f506d468dab0f4e3ed4f8e…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
M core/attachments/attachments-api/package.json
A core/attachments/attachments-api/src/attachment.ts
A core/attachments/attachments-api/src/attachmentsPreview.ts
A core/attachments/attachments-api/src/attachmentsService.ts
M core/attachments/attachments-api/src/index.ts
M core/attachments/attachments-default/package.json
A core/attachments/attachments-default/src/defaultAttachmentPreview.ts
M core/attachments/attachments-default/src/index.ts
A core/attachments/attachments-ui/src/vue/AttachmentPreview.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue
M core/model/model-click-listener/package.json
M core/model/model-click-listener/src/DefaultClickListener.ts
M pnpm-lock.yaml
Log Message:
-----------
--wip-- [skip ci]
Commit: ed63844e866d0f927809bbe3ed1e5ba65f9322b1
https://github.com/xwiki-contrib/cristal/commit/ed63844e866d0f927809bbe3ed1…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
A core/attachments/attachments-ui/langs/translation-zh.json
A core/authentication/authentication-ui/langs/translation-de.json
A core/page-actions/page-actions-ui/langs/translation-de.json
Log Message:
-----------
Merge pull request #389 from xwikiorgci/weblate-xwiki-contrib-cristal-skin
Translations update from Weblate
Commit: b5e09f1819e1ad8d545ea579c20c479885bbb57d
https://github.com/xwiki-contrib/cristal/commit/b5e09f1819e1ad8d545ea579c20…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
M skin/src/vue/contentTools.ts
Log Message:
-----------
[Misc] Improve contentTools.ts tsdoc
Fix linting issues.
Commit: d8da09359bdea4e2648d55da619f4dd9c7daaedb
https://github.com/xwiki-contrib/cristal/commit/d8da09359bdea4e2648d55da619…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-ui/src/vue/__tests__/UserDetails.test.ts
M electron/renderer/package.json
M electron/renderer/src/index.ts
M extension-manager/src/components/defaultComponent.ts
M extension-manager/src/components/defaultExtensionManager.ts
M extensions/menubuttons/src/components/menuEntryButton1.ts
M extensions/menubuttons/src/components/uixMenuTemplateProvider.ts
M extensions/menubuttons/src/components/uixMenuTemplateProvider2.ts
M pnpm-lock.yaml
M skin/src/components/defaultSkinManager.ts
M skin/src/components/defaultUIXEditorProvider.ts
M skin/src/components/defaultUIXTemplateProvider.ts
M skin/src/components/defaultVueTemplateProvider.ts
M skin/src/components/templateTemplateProvider.ts
M skin/src/components/uixVueTemplateProvider.ts
Log Message:
-----------
[Misc] Add deterministic import/export order
Always import reflect-metadata first.
Commit: a40b9061b2bae5265a6bca554c5be6fc93f8903b
https://github.com/xwiki-contrib/cristal/commit/a40b9061b2bae5265a6bca554c5…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
M electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts
Log Message:
-----------
CRISTAL-294: Authentication tokens are not accessible in electron
Commit: 40fc746d8b6ea68c5908b6bf6ec796ce04c77106
https://github.com/xwiki-contrib/cristal/commit/40fc746d8b6ea68c5908b6bf6ec…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
M core/attachments/attachments-default/src/defaultAttachmentPreview.ts
Log Message:
-----------
--wip-- [skip ci]
Commit: 5890f844cba66575f0907db0d40629432314fe46
https://github.com/xwiki-contrib/cristal/commit/5890f844cba66575f0907db0d40…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
A core/attachments/attachments-ui/langs/translation-zh.json
A core/authentication/authentication-ui/langs/translation-de.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-ui/src/vue/__tests__/UserDetails.test.ts
A core/page-actions/page-actions-ui/langs/translation-de.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts
M electron/renderer/package.json
M electron/renderer/src/index.ts
M extension-manager/src/components/defaultComponent.ts
M extension-manager/src/components/defaultExtensionManager.ts
M extensions/menubuttons/src/components/menuEntryButton1.ts
M extensions/menubuttons/src/components/uixMenuTemplateProvider.ts
M extensions/menubuttons/src/components/uixMenuTemplateProvider2.ts
M pnpm-lock.yaml
M skin/src/components/defaultSkinManager.ts
M skin/src/components/defaultUIXEditorProvider.ts
M skin/src/components/defaultUIXTemplateProvider.ts
M skin/src/components/defaultVueTemplateProvider.ts
M skin/src/components/templateTemplateProvider.ts
M skin/src/components/uixVueTemplateProvider.ts
M skin/src/vue/contentTools.ts
Log Message:
-----------
Merge remote-tracking branch 'origin/main' into CRISTAL-274
Commit: e06daadaae3892d6eb24b239d64e4236ba89c4e1
https://github.com/xwiki-contrib/cristal/commit/e06daadaae3892d6eb24b239d64…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
M api/src/api/PageData.ts
M api/src/api/cristalApp.ts
M api/src/api/storage.ts
M core/alerts/alerts-ui/src/vue/AlertsToasts.vue
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-dexie/src/wrappingOfflineStorage.ts
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/document/document-api/src/index.ts
M core/document/document-default/src/defaultDocumentService.ts
M core/extra-tabs/extra-tabs-api/src/ExtraTabsService.ts
M core/extra-tabs/extra-tabs-default/src/DefaultExtraTabsService.ts
M core/hierarchy/hierarchy-xwiki/package.json
R core/hierarchy/hierarchy-xwiki/src/__tests__/utils.test.ts
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
R core/hierarchy/hierarchy-xwiki/src/utils.ts
R core/hierarchy/hierarchy-xwiki/vitest.config.ts
A core/history/history-api/package.json
A core/history/history-api/src/index.ts
A core/history/history-api/tsconfig.json
A core/history/history-api/tsdoc.json
A core/history/history-api/vite.config.ts
A core/history/history-default/package.json
A core/history/history-default/src/components/componentsInit.ts
A core/history/history-default/src/index.ts
A core/history/history-default/tsconfig.json
A core/history/history-default/tsdoc.json
A core/history/history-default/vite.config.ts
A core/history/history-github/package.json
A core/history/history-github/src/components/componentsInit.ts
A core/history/history-github/src/index.ts
A core/history/history-github/tsconfig.json
A core/history/history-github/tsdoc.json
A core/history/history-github/vite.config.ts
A core/history/history-ui/langs/translation-en.json
A core/history/history-ui/langs/translation-fr.json
A core/history/history-ui/package.json
A core/history/history-ui/src/HistoryExtraTab.ts
A core/history/history-ui/src/index.ts
A core/history/history-ui/src/translations.ts
A core/history/history-ui/src/vue/HistoryTab.vue
A core/history/history-ui/tsconfig.json
A core/history/history-ui/tsdoc.json
A core/history/history-ui/vite.config.ts
A core/history/history-xwiki/package.json
A core/history/history-xwiki/src/components/componentsInit.ts
A core/history/history-xwiki/src/index.ts
A core/history/history-xwiki/tsconfig.json
A core/history/history-xwiki/tsdoc.json
A core/history/history-xwiki/vite.config.ts
M core/page-actions/page-actions-ui/src/vue/PageActions.vue
A core/xwiki/xwiki-utils/package.json
A core/xwiki/xwiki-utils/src/__tests__/utils.test.ts
A core/xwiki/xwiki-utils/src/index.ts
A core/xwiki/xwiki-utils/tsconfig.json
A core/xwiki/xwiki-utils/tsdoc.json
A core/xwiki/xwiki-utils/vite.config.ts
A core/xwiki/xwiki-utils/vitest.config.ts
M ds/api/src/index.ts
M ds/shoelace/src/vue/x-alert.vue
M ds/vuetify/src/vue/x-alert.vue
M electron/renderer/package.json
M electron/renderer/src/index.ts
M lib/package.json
M lib/src/components/DefaultCristalApp.ts
M lib/src/staticBuild.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/langs/translation-en.json
M skin/langs/translation-fr.json
M skin/src/vue/c-content.vue
M sources/xwiki/mock-server/src/index.ts
M web/e2e/main-page.spec.ts
A web/e2e/pageObjects/HistoryExtraTab.ts
M web/package.json
M web/src/index.ts
Log Message:
-----------
CRISTAL-142: View history if the backend supports it (#418)
* Add components `PageRevisionManager` and `PageRevisionManagerProvider`
* Add implementation for XWiki and GitHub
* Add History extra tab
* Disable edit operations and display alert when user is browsing a specific revision
Commit: d3363b7f756e748500d22bf0df2008449345bad6
https://github.com/xwiki-contrib/cristal/commit/d3363b7f756e748500d22bf0df2…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-13 (Wed, 13 Nov 2024)
Changed paths:
M api/src/api/PageData.ts
M api/src/api/cristalApp.ts
M api/src/api/storage.ts
M core/alerts/alerts-ui/src/vue/AlertsToasts.vue
M core/authentication/authentication-ui/package.json
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-dexie/src/wrappingOfflineStorage.ts
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/document/document-api/src/index.ts
M core/document/document-default/src/defaultDocumentService.ts
M core/extra-tabs/extra-tabs-api/src/ExtraTabsService.ts
M core/extra-tabs/extra-tabs-default/src/DefaultExtraTabsService.ts
M core/hierarchy/hierarchy-xwiki/package.json
R core/hierarchy/hierarchy-xwiki/src/__tests__/utils.test.ts
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
R core/hierarchy/hierarchy-xwiki/src/utils.ts
R core/hierarchy/hierarchy-xwiki/vitest.config.ts
A core/history/history-api/package.json
A core/history/history-api/src/index.ts
A core/history/history-api/tsconfig.json
A core/history/history-api/tsdoc.json
A core/history/history-api/vite.config.ts
A core/history/history-default/package.json
A core/history/history-default/src/components/componentsInit.ts
A core/history/history-default/src/index.ts
A core/history/history-default/tsconfig.json
A core/history/history-default/tsdoc.json
A core/history/history-default/vite.config.ts
A core/history/history-github/package.json
A core/history/history-github/src/components/componentsInit.ts
A core/history/history-github/src/index.ts
A core/history/history-github/tsconfig.json
A core/history/history-github/tsdoc.json
A core/history/history-github/vite.config.ts
A core/history/history-ui/langs/translation-en.json
A core/history/history-ui/langs/translation-fr.json
A core/history/history-ui/package.json
A core/history/history-ui/src/HistoryExtraTab.ts
A core/history/history-ui/src/index.ts
A core/history/history-ui/src/translations.ts
A core/history/history-ui/src/vue/HistoryTab.vue
A core/history/history-ui/tsconfig.json
A core/history/history-ui/tsdoc.json
A core/history/history-ui/vite.config.ts
A core/history/history-xwiki/package.json
A core/history/history-xwiki/src/components/componentsInit.ts
A core/history/history-xwiki/src/index.ts
A core/history/history-xwiki/tsconfig.json
A core/history/history-xwiki/tsdoc.json
A core/history/history-xwiki/vite.config.ts
M core/page-actions/page-actions-ui/src/vue/PageActions.vue
A core/xwiki/xwiki-utils/package.json
A core/xwiki/xwiki-utils/src/__tests__/utils.test.ts
A core/xwiki/xwiki-utils/src/index.ts
A core/xwiki/xwiki-utils/tsconfig.json
A core/xwiki/xwiki-utils/tsdoc.json
A core/xwiki/xwiki-utils/vite.config.ts
A core/xwiki/xwiki-utils/vitest.config.ts
M ds/api/src/index.ts
M ds/shoelace/src/vue/x-alert.vue
M ds/vuetify/src/vue/x-alert.vue
M electron/renderer/package.json
M electron/renderer/src/index.ts
M lib/package.json
M lib/src/components/DefaultCristalApp.ts
M lib/src/staticBuild.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/langs/translation-en.json
M skin/langs/translation-fr.json
M skin/src/vue/c-content.vue
M sources/xwiki/mock-server/src/index.ts
M web/e2e/main-page.spec.ts
A web/e2e/pageObjects/HistoryExtraTab.ts
M web/package.json
M web/src/index.ts
Log Message:
-----------
Merge remote-tracking branch 'origin/main' into CRISTAL-274
Commit: 654888605879c34fedce8acc4b3c61deed5915d9
https://github.com/xwiki-contrib/cristal/commit/654888605879c34fedce8acc4b3…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
M core/attachments/attachments-api/src/attachment.ts
M core/attachments/attachments-api/src/attachmentsPreview.ts
M core/attachments/attachments-default/src/defaultAttachmentPreview.ts
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/attachments/attachments-ui/package.json
A core/attachments/attachments-ui/src/AttachmentPreviewContentAfterUIExtension.ts
M core/attachments/attachments-ui/src/index.ts
M core/attachments/attachments-ui/src/vue/AttachmentPreview.vue
M core/model/model-api/src/index.ts
M core/model/model-click-listener/src/DefaultClickListener.ts
M core/page-actions/page-actions-ui/src/vue/DeletePage.vue
M core/uiextension/uiextension-ui/src/vue/UIExtensions.vue
M pnpm-lock.yaml
M skin/src/vue/c-content.vue
Log Message:
-----------
--wip-- [skip ci]
Commit: ef94426cf445eaf4148614e456be8edd8140dd38
https://github.com/xwiki-contrib/cristal/commit/ef94426cf445eaf4148614e456b…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
M core/attachments/attachments-ui/src/vue/AttachmentPreview.vue
Log Message:
-----------
--wip-- [skip ci]
Compare: https://github.com/xwiki-contrib/cristal/compare/5f3dd0061fee...ef94426cf445
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: c49a32700cd3f519d23eb6b2f34f4bac8831ed24
https://github.com/xwiki/xwiki-platform/commit/c49a32700cd3f519d23eb6b2f34f…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/packagefile/test1/space/nestedspace/page.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/packagefile/test1/space/page.xml
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/xar/test1-noforcedocument.input.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/xar/test1-sourcetype.input.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/xar/test1.input.test
M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/xar/xar1.input.test
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/input/XWikiDocumentLocaleEventGenerator.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/resources/filter/document1.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/test/resources/filter/documentwithattachment1content.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/test/resources/filter/documentwithattachment2content.xml
Log Message:
-----------
XWIKI-20907: Introduce the notion of required rights
* Don't output the enforceRequiredRights property in XAR output unless
it is true to avoid warnings in older versions.
* Adapt and fix tests of XAR and filter stream.
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: 7849ecece48b2c45b76414dd8b2e97a94057dfc9
https://github.com/xwiki/xwiki-platform/commit/7849ecece48b2c45b76414dd8b2e…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-ui/src/main/resources/XWiki/Authentication/WebPreferences.xml
Log Message:
-----------
XWIKI-22603: Improve rights setup
* fix wrong title
(cherry picked from commit 8375eeed0e3d1da02390b56de87611ec69f14e4f)
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: 5e4a30e2e07816f4ce0a2f6967aefad5034b53d6
https://github.com/xwiki/xwiki-platform/commit/5e4a30e2e07816f4ce0a2f6967ae…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-ui/src/main/resources/XWiki/Authentication/WebPreferences.xml
Log Message:
-----------
XWIKI-22603: Improve rights setup
* fix wrong title
(cherry picked from commit 8375eeed0e3d1da02390b56de87611ec69f14e4f)
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/book-versions
Commit: 838876008eac09d13c3adf59ee01173bb1e51e3f
https://github.com/xwiki-contrib/book-versions/commit/838876008eac09d13c3ad…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
A xwiki-book-versions-application/src/main/resources/BookVersions/Code/BookPageTemplate.xml
A xwiki-book-versions-application/src/main/resources/BookVersions/Code/CreateBookPage.xml
M xwiki-book-versions-application/src/main/resources/BookVersions/Code/Translations.xml
Log Message:
-----------
BVERSION-11 : Add book page creation feature
- adding the book paage creation form
- using the slug transformation for page names
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 37b7aa968aca73690fad91b125f1dd08647ba8a5
https://github.com/xwiki/xwiki-platform/commit/37b7aa968aca73690fad91b125f1…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/wikis/WikiPagesResourceImpl.java
A xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/wikis/WikiPagesResourceImplTest.java
Log Message:
-----------
XWIKI-22639: WikiPages REST endpoint always query main wiki in path based instances
* Ensure to use the wiki when performing the query
* Provide new unit test
* also fixes XWIKI-22630
(cherry picked from commit 2a7b3201fb5b9bd2853b3de9ec26a8e3c4fa1ac8)
Commit: a9e25fed128475067539876c9fae09ae11a3a6c8
https://github.com/xwiki/xwiki-platform/commit/a9e25fed128475067539876c9fae…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/src/main/java/org/xwiki/security/authorization/DefaultAuthorizationManager.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/src/test/java/org/xwiki/security/authorization/DefaultAuthorizationManagerIntegrationTest.java
Log Message:
-----------
XWIKI-22640: DefaultAuthorizationManager doesn't properly set the wiki reference
* Ensure to properly set the wiki reference
* Add a test to cover it
(cherry picked from commit 5f4e68d4b5b7338a03a35059583189527ee393fa)
(cherry picked from commit bd544e9b82c0722dcce5135c764c99f9b5a0a4c8)
Compare: https://github.com/xwiki/xwiki-platform/compare/05f9e116fca4...a9e25fed1284
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: bd544e9b82c0722dcce5135c764c99f9b5a0a4c8
https://github.com/xwiki/xwiki-platform/commit/bd544e9b82c0722dcce5135c764c…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/src/main/java/org/xwiki/security/authorization/DefaultAuthorizationManager.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-api/src/test/java/org/xwiki/security/authorization/DefaultAuthorizationManagerIntegrationTest.java
Log Message:
-----------
XWIKI-22640: DefaultAuthorizationManager doesn't properly set the wiki reference
* Ensure to properly set the wiki reference
* Add a test to cover it
(cherry picked from commit 5f4e68d4b5b7338a03a35059583189527ee393fa)
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: d7ed360599db6714997f064fb153c28188fddf8f
https://github.com/xwiki/xwiki-platform/commit/d7ed360599db6714997f064fb153…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-11-14 (Thu, 14 Nov 2024)
Changed paths:
A xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-ui/src/main/resources/XWiki/Authentication/WebPreferences.xml
Log Message:
-----------
XWIKI-22603: Improve rights setup
(cherry picked from commit 5efc31cea1501c9a5cb593566fea8b558ff32a2a)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications