Branch: refs/heads/CRISTAL-371
Home:
https://github.com/xwiki-contrib/cristal
Commit: 32f0b43b99ddd406ac5d4015c15bb6bcca9f5a40
https://github.com/xwiki-contrib/cristal/commit/32f0b43b99ddd406ac5d4015c15…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M api/src/components/defaultWikiConfig.ts
M core/attachments/attachments-default/src/defaultAttachmentPreview.ts
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/backends/backend-dexie/src/wrappingOfflineStorage.ts
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/document/document-default/src/defaultDocumentService.ts
M core/hierarchy/hierarchy-default/src/utils.ts
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M core/history/history-github/src/components/componentsInit.ts
M core/history/history-xwiki/src/components/componentsInit.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
M core/model/model-click-listener/src/DefaultClickListener.ts
M
core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceSerializer.ts
M
core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceSerializer.ts
M
core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
M
core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLParser.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
M core/page-actions/page-actions-ui/src/vue/DeletePage.vue
M ds/dsfr/src/components/dsfrDesignSystemLoader.ts
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
M ds/shoelace/src/vue/__tests__/x-alert.test.ts
M ds/shoelace/src/vue/x-navigation-tree-item.vue
M ds/shoelace/src/vue/x-navigation-tree.vue
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
M ds/vuetify/src/vue/x-navigation-tree.vue
M editors/tiptap/src/components/extensions/link-suggest.ts
M editors/tiptap/src/extensions/autoSaver.ts
M editors/tiptap/src/extensions/markdown.ts
M electron/storage/src/electron/main/index.ts
M eslint.config.mjs
M extension-manager/src/components/cristalLoader.ts
M extension-manager/src/components/defaultExtensionManager.ts
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
M lib/src/staticBuild.ts
M macros/src/components/defaultMacroProvider.ts
M rendering/rendering/src/components/marked-macro.ts
M sharedworker/impl/src/components/worker.ts
M skin/src/components/componentsInit.ts
M skin/src/components/defaultSkinManager.ts
M skin/src/vue/__tests__/c-content.test.ts
M skin/src/vue/c-edit.vue
M skin/src/vue/c-field.vue
M skin/src/vue/contentTools.ts
Log Message:
-----------
[Misc] Enforce a limit of 10 statements per method body
Commit: 2315df8e63f5f374b160c9cf193ebe60d11c1ef2
https://github.com/xwiki-contrib/cristal/commit/2315df8e63f5f374b160c9cf193…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M api/src/components/defaultWikiConfig.ts
M core/attachments/attachments-default/src/defaultAttachmentPreview.ts
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/backends/backend-dexie/src/wrappingOfflineStorage.ts
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/document/document-default/src/defaultDocumentService.ts
M core/hierarchy/hierarchy-default/src/utils.ts
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M core/history/history-github/src/components/componentsInit.ts
M core/history/history-xwiki/src/components/componentsInit.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
M core/model/model-click-listener/src/DefaultClickListener.ts
M
core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceSerializer.ts
M
core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceSerializer.ts
M
core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
M
core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLParser.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
M core/page-actions/page-actions-ui/src/vue/DeletePage.vue
M ds/dsfr/src/components/dsfrDesignSystemLoader.ts
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
M ds/shoelace/src/vue/__tests__/x-alert.test.ts
M ds/shoelace/src/vue/x-navigation-tree-item.vue
M ds/shoelace/src/vue/x-navigation-tree.vue
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
M ds/vuetify/src/vue/x-navigation-tree.vue
M editors/tiptap/src/components/extensions/link-suggest.ts
M editors/tiptap/src/extensions/autoSaver.ts
M editors/tiptap/src/extensions/markdown.ts
M electron/storage/src/electron/main/index.ts
M eslint.config.mjs
M extension-manager/src/components/cristalLoader.ts
M extension-manager/src/components/defaultExtensionManager.ts
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
M lib/src/staticBuild.ts
M macros/src/components/defaultMacroProvider.ts
M rendering/rendering/src/components/marked-macro.ts
M sharedworker/impl/src/components/worker.ts
M skin/src/components/componentsInit.ts
M skin/src/components/defaultSkinManager.ts
M skin/src/vue/__tests__/c-content.test.ts
M skin/src/vue/c-edit.vue
M skin/src/vue/c-field.vue
M skin/src/vue/contentTools.ts
Log Message:
-----------
Merge branch 'main' into CRISTAL-371
Commit: dccf4a1b0f29ca6d3f9317f441f93d85d3ec1a3b
https://github.com/xwiki-contrib/cristal/commit/dccf4a1b0f29ca6d3f9317f441f…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M electron/storage/src/electron/main/index.ts
Log Message:
-----------
CRISTAL-371: Shows details about the last edition on pages
* Linter pass
Compare:
https://github.com/xwiki-contrib/cristal/compare/e69ace47e9e4...dccf4a1b0f29
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki-contrib/cristal/settings/notifications