Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: ccf5eece2d711656188438719fa19f9088ca8fc4
https://github.com/xwiki-contrib/book-versions/commit/ccf5eece2d71165618843…
Author: Ludovic Dubost <ludovic(a)xwiki.com>
Date: 2024-12-24 (Tue, 24 Dec 2024)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/BookPageClass.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/BookPageSheet.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/NavigationMenu.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
Log Message:
-----------
BVERSION-71: Version or variant selected should be remembered when navigating pages
BVERSION-32: Redirect loop when switching to 2 consecutive versions without content
BVERSION-30: Selected version is changed during navigation to a page without existing selected version content
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: d80c6368eaa25692cbeace26db79a44721d3250b
https://github.com/xwiki-contrib/book-versions/commit/d80c6368eaa25692cbeac…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2024-12-24 (Tue, 24 Dec 2024)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-api/src/main/java/org/xwiki/contrib/bookversions/BookVersionsManager.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/BookVersionsConstants.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/listeners/DocumentCreatingEventListener.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/listeners/DocumentUpdatingEventListener.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/script/BookVersionsScriptService.java
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
Log Message:
-----------
BVERSION-64 : Display translated titles dinamicaly for pages
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: 8d512817c1aef47cd3bb7a7c8bdce9cce5f9d84e
https://github.com/xwiki-contrib/book-versions/commit/8d512817c1aef47cd3bb7…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2024-12-24 (Tue, 24 Dec 2024)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-api/src/main/java/org/xwiki/contrib/bookversions/BookVersionsManager.java
M application-book-versions-api/src/main/java/org/xwiki/contrib/bookversions/PageTranslationStatus.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/script/BookVersionsScriptService.java
M application-book-versions-ui/src/main/resources/BookVersions/Code/NavigationMenu.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/PageTranslationClass.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
Log Message:
-----------
BVERSION-67 : Handle default language
- display under the language selector the info about the default language
BVERSION-66 : Add translation statuse feature
- add support for Scroll translation statuses
- display under the language selector the info about the status of the selected language
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: ea42bed1e379ba3f91e13a8175f21ada91fff114
https://github.com/xwiki-contrib/book-versions/commit/ea42bed1e379ba3f91e13…
Author: Ludovic Dubost <ludovic(a)xwiki.com>
Date: 2024-12-24 (Tue, 24 Dec 2024)
Changed paths:
A application-book-versions-ui/src/main/resources/BookVersions/Code/PrecedingVersionsSuggestPicker.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/PrecedingVersionsSuggestService.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/VersionClass.xml
Log Message:
-----------
BVERSION-22 The preceding version picker should propose and accept only a restricted list of pages
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: dad1d2eb200c0445dd5a109314c1ae323f1b17a8
https://github.com/xwiki-contrib/book-versions/commit/dad1d2eb200c0445dd5a1…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2024-12-24 (Tue, 24 Dec 2024)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-api/src/main/java/org/xwiki/contrib/bookversions/BookVersionsManager.java
A application-book-versions-api/src/main/java/org/xwiki/contrib/bookversions/PageTranslationStatus.java
M application-book-versions-default/pom.xml
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/BookVersionsConstants.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/listeners/DocumentCreatingEventListener.java
A application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/listeners/DocumentUpdatingEventListener.java
M application-book-versions-default/src/main/resources/META-INF/components.txt
M application-book-versions-ui/src/main/resources/BookVersions/Code/ContentTranslationMacro.xml
R application-book-versions-ui/src/main/resources/BookVersions/Code/PageTitleTranslationClass.xml
A application-book-versions-ui/src/main/resources/BookVersions/Code/PageTranslationClass.xml
Log Message:
-----------
BVERSION-62 : Add ContentTranslation Macro
- replacing the inefficient data save at macro load with a more robust solution that updates the translation objects at page save only
BVERSION-67 : Handle default language
- adding the flag in the page translation class
BVERSION-66 : Add translation statuse feature
- adding the status property in the class
- adding the associated macro parameter
Other changes :
- refactored the page translation class, because it does not contain only title data, but also status and the default flag
- formatted the code with the XWiki formatter
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: a7f4c2d87b43409871a2ed9ace71eeab8f86caeb
https://github.com/xwiki-contrib/cristal/commit/a7f4c2d87b43409871a2ed9ace7…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M electron/storage/src/electron/main/index.ts
M skin/src/vue/c-content.vue
Log Message:
-----------
CRISTAL-257: The edit button is presented even if the current user does not have edit rights
* Fix rights for FileSystem/GitHub/Nextcloud
* Enable edit buttons on non-existing pages
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/CRISTAL-257
Home: https://github.com/xwiki-contrib/cristal
Commit: a3d001569398ce423dc01448323c6f9fde938a87
https://github.com/xwiki-contrib/cristal/commit/a3d001569398ce423dc01448323…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M core/attachments/attachments-ui/package.json
M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue
A core/authentication/authentication-nextcloud/package.json
A core/authentication/authentication-nextcloud/src/index.ts
A core/authentication/authentication-nextcloud/tsconfig.json
A core/authentication/authentication-nextcloud/tsdoc.json
A core/authentication/authentication-nextcloud/vite.config.ts
M core/backends/backend-nextcloud/package.json
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/document/document-api/package.json
M core/document/document-api/src/index.ts
M core/document/document-default/package.json
M core/document/document-default/src/defaultDocumentService.ts
M core/link-suggest/link-suggest-api/src/linkSuggestService.ts
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
M core/link-suggest/link-suggest-xwiki/package.json
M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts
A core/markdown/markdown-api/package.json
A core/markdown/markdown-api/src/index.ts
A core/markdown/markdown-api/src/markdownRenderer.ts
A core/markdown/markdown-api/tsconfig.json
A core/markdown/markdown-api/tsdoc.json
A core/markdown/markdown-api/vite.config.ts
A core/markdown/markdown-default/package.json
A core/markdown/markdown-default/src/index.ts
A core/markdown/markdown-default/src/parseInternalImages.ts
A core/markdown/markdown-default/src/parseInternalLinks.ts
A core/markdown/markdown-default/tsconfig.json
A core/markdown/markdown-default/tsdoc.json
A core/markdown/markdown-default/vite.config.ts
M core/model/model-api/src/index.ts
M core/model/model-click-listener/src/DefaultClickListener.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
M core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceParser.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceParser.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceSerializer.ts
M core/model/model-reference/model-reference-xwiki/package.json
R core/model/model-reference/model-reference-xwiki/src/__tests__/defaultLocalURLSerializer.test.ts
A core/model/model-reference/model-reference-xwiki/src/__tests__/xWikiModelReferenceParser.test.ts
A core/model/model-reference/model-reference-xwiki/src/__tests__/xWikiModelReferenceSerializer.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceParser.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/filesystemRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLSerializer.ts
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
A core/tiptap-extensions/tiptap-extension-image/package.json
A core/tiptap-extensions/tiptap-extension-image/src/CristalTiptapImage.ts
A core/tiptap-extensions/tiptap-extension-image/src/ImageInsert.ts
A core/tiptap-extensions/tiptap-extension-image/src/index.ts
A core/tiptap-extensions/tiptap-extension-image/src/vue/ImageInsertView.vue
A core/tiptap-extensions/tiptap-extension-image/src/vue/ImageView.vue
A core/tiptap-extensions/tiptap-extension-image/tsconfig.json
A core/tiptap-extensions/tiptap-extension-image/vite.config.ts
A core/tiptap-extensions/tiptap-link-suggest-ui/package.json
A core/tiptap-extensions/tiptap-link-suggest-ui/src/index.ts
A core/tiptap-extensions/tiptap-link-suggest-ui/src/vue/LinkSuggestItem.vue
A core/tiptap-extensions/tiptap-link-suggest-ui/tsconfig.json
A core/tiptap-extensions/tiptap-link-suggest-ui/vite.config.ts
M editors/tiptap/package.json
M editors/tiptap/src/components/extensions/bubble-menu.ts
A editors/tiptap/src/components/extensions/bubble-menu/BubbleMenuAction.ts
A editors/tiptap/src/components/extensions/bubble-menu/image-actions.ts
A editors/tiptap/src/components/extensions/bubble-menu/text-actions.ts
M editors/tiptap/src/components/extensions/link-suggest.ts
M editors/tiptap/src/components/extensions/slash.ts
M editors/tiptap/src/extensions/link.ts
M editors/tiptap/src/extensions/markdown.ts
M editors/tiptap/src/vue/c-edit-tiptap.vue
M editors/tiptap/src/vue/c-tiptap-bubble-menu.vue
M editors/tiptap/src/vue/c-tiptap-link-edit.vue
M editors/tiptap/src/vue/c-tiptap-link-suggest.vue
A electron/link-suggest/link-suggest-filesystem/package.json
A electron/link-suggest/link-suggest-filesystem/src/components/componentsInit.ts
A electron/link-suggest/link-suggest-filesystem/src/components/filesystemLinkSuggestService.ts
A electron/link-suggest/link-suggest-filesystem/src/index.ts
A electron/link-suggest/link-suggest-filesystem/tsconfig.json
A electron/link-suggest/link-suggest-filesystem/tsdoc.json
A electron/link-suggest/link-suggest-filesystem/vite.config.ts
M electron/renderer/package.json
M electron/renderer/src/index.ts
M electron/storage/package.json
M electron/storage/src/electron/main/index.ts
M electron/storage/src/electron/preload/apiTypes.ts
M electron/storage/src/electron/preload/index.ts
M lib/package.json
M lib/src/staticBuild.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M rendering/rendering/src/components/MarkdownToHTMLConverter.ts
M skin/package.json
M skin/src/vue/__tests__/c-content.test.ts
M skin/src/vue/c-content.vue
Log Message:
-----------
CRISTAL-194: Support for images edition (#529)
Commit: cc61997341f6d72983844583586fc585c151455c
https://github.com/xwiki-contrib/cristal/commit/cc61997341f6d72983844583586…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M core/attachments/attachments-ui/package.json
M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue
A core/authentication/authentication-nextcloud/package.json
A core/authentication/authentication-nextcloud/src/index.ts
A core/authentication/authentication-nextcloud/tsconfig.json
A core/authentication/authentication-nextcloud/tsdoc.json
A core/authentication/authentication-nextcloud/vite.config.ts
M core/backends/backend-nextcloud/package.json
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/document/document-api/package.json
M core/document/document-api/src/index.ts
M core/document/document-default/package.json
M core/document/document-default/src/defaultDocumentService.ts
M core/link-suggest/link-suggest-api/src/linkSuggestService.ts
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
M core/link-suggest/link-suggest-xwiki/package.json
M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts
A core/markdown/markdown-api/package.json
A core/markdown/markdown-api/src/index.ts
A core/markdown/markdown-api/src/markdownRenderer.ts
A core/markdown/markdown-api/tsconfig.json
A core/markdown/markdown-api/tsdoc.json
A core/markdown/markdown-api/vite.config.ts
A core/markdown/markdown-default/package.json
A core/markdown/markdown-default/src/index.ts
A core/markdown/markdown-default/src/parseInternalImages.ts
A core/markdown/markdown-default/src/parseInternalLinks.ts
A core/markdown/markdown-default/tsconfig.json
A core/markdown/markdown-default/tsdoc.json
A core/markdown/markdown-default/vite.config.ts
M core/model/model-api/src/index.ts
M core/model/model-click-listener/src/DefaultClickListener.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
M core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceParser.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceParser.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceSerializer.ts
M core/model/model-reference/model-reference-xwiki/package.json
R core/model/model-reference/model-reference-xwiki/src/__tests__/defaultLocalURLSerializer.test.ts
A core/model/model-reference/model-reference-xwiki/src/__tests__/xWikiModelReferenceParser.test.ts
A core/model/model-reference/model-reference-xwiki/src/__tests__/xWikiModelReferenceSerializer.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceParser.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/filesystemRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLSerializer.ts
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
A core/tiptap-extensions/tiptap-extension-image/package.json
A core/tiptap-extensions/tiptap-extension-image/src/CristalTiptapImage.ts
A core/tiptap-extensions/tiptap-extension-image/src/ImageInsert.ts
A core/tiptap-extensions/tiptap-extension-image/src/index.ts
A core/tiptap-extensions/tiptap-extension-image/src/vue/ImageInsertView.vue
A core/tiptap-extensions/tiptap-extension-image/src/vue/ImageView.vue
A core/tiptap-extensions/tiptap-extension-image/tsconfig.json
A core/tiptap-extensions/tiptap-extension-image/vite.config.ts
A core/tiptap-extensions/tiptap-link-suggest-ui/package.json
A core/tiptap-extensions/tiptap-link-suggest-ui/src/index.ts
A core/tiptap-extensions/tiptap-link-suggest-ui/src/vue/LinkSuggestItem.vue
A core/tiptap-extensions/tiptap-link-suggest-ui/tsconfig.json
A core/tiptap-extensions/tiptap-link-suggest-ui/vite.config.ts
M editors/tiptap/package.json
M editors/tiptap/src/components/extensions/bubble-menu.ts
A editors/tiptap/src/components/extensions/bubble-menu/BubbleMenuAction.ts
A editors/tiptap/src/components/extensions/bubble-menu/image-actions.ts
A editors/tiptap/src/components/extensions/bubble-menu/text-actions.ts
M editors/tiptap/src/components/extensions/link-suggest.ts
M editors/tiptap/src/components/extensions/slash.ts
M editors/tiptap/src/extensions/link.ts
M editors/tiptap/src/extensions/markdown.ts
M editors/tiptap/src/vue/c-edit-tiptap.vue
M editors/tiptap/src/vue/c-tiptap-bubble-menu.vue
M editors/tiptap/src/vue/c-tiptap-link-edit.vue
M editors/tiptap/src/vue/c-tiptap-link-suggest.vue
A electron/link-suggest/link-suggest-filesystem/package.json
A electron/link-suggest/link-suggest-filesystem/src/components/componentsInit.ts
A electron/link-suggest/link-suggest-filesystem/src/components/filesystemLinkSuggestService.ts
A electron/link-suggest/link-suggest-filesystem/src/index.ts
A electron/link-suggest/link-suggest-filesystem/tsconfig.json
A electron/link-suggest/link-suggest-filesystem/tsdoc.json
A electron/link-suggest/link-suggest-filesystem/vite.config.ts
M electron/renderer/package.json
M electron/renderer/src/index.ts
M electron/storage/package.json
M electron/storage/src/electron/main/index.ts
M electron/storage/src/electron/preload/apiTypes.ts
M electron/storage/src/electron/preload/index.ts
M lib/package.json
M lib/src/staticBuild.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M rendering/rendering/src/components/MarkdownToHTMLConverter.ts
M skin/package.json
M skin/src/vue/__tests__/c-content.test.ts
M skin/src/vue/c-content.vue
Log Message:
-----------
Merge branch 'main' into CRISTAL-257
Compare: https://github.com/xwiki-contrib/cristal/compare/d7f05d42bf04...cc61997341f6
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: a3d001569398ce423dc01448323c6f9fde938a87
https://github.com/xwiki-contrib/cristal/commit/a3d001569398ce423dc01448323…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M core/attachments/attachments-ui/package.json
M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue
A core/authentication/authentication-nextcloud/package.json
A core/authentication/authentication-nextcloud/src/index.ts
A core/authentication/authentication-nextcloud/tsconfig.json
A core/authentication/authentication-nextcloud/tsdoc.json
A core/authentication/authentication-nextcloud/vite.config.ts
M core/backends/backend-nextcloud/package.json
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/document/document-api/package.json
M core/document/document-api/src/index.ts
M core/document/document-default/package.json
M core/document/document-default/src/defaultDocumentService.ts
M core/link-suggest/link-suggest-api/src/linkSuggestService.ts
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
M core/link-suggest/link-suggest-xwiki/package.json
M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts
A core/markdown/markdown-api/package.json
A core/markdown/markdown-api/src/index.ts
A core/markdown/markdown-api/src/markdownRenderer.ts
A core/markdown/markdown-api/tsconfig.json
A core/markdown/markdown-api/tsdoc.json
A core/markdown/markdown-api/vite.config.ts
A core/markdown/markdown-default/package.json
A core/markdown/markdown-default/src/index.ts
A core/markdown/markdown-default/src/parseInternalImages.ts
A core/markdown/markdown-default/src/parseInternalLinks.ts
A core/markdown/markdown-default/tsconfig.json
A core/markdown/markdown-default/tsdoc.json
A core/markdown/markdown-default/vite.config.ts
M core/model/model-api/src/index.ts
M core/model/model-click-listener/src/DefaultClickListener.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
M core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceParser.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceParser.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceSerializer.ts
M core/model/model-reference/model-reference-xwiki/package.json
R core/model/model-reference/model-reference-xwiki/src/__tests__/defaultLocalURLSerializer.test.ts
A core/model/model-reference/model-reference-xwiki/src/__tests__/xWikiModelReferenceParser.test.ts
A core/model/model-reference/model-reference-xwiki/src/__tests__/xWikiModelReferenceSerializer.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceParser.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/filesystemRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLSerializer.ts
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
A core/tiptap-extensions/tiptap-extension-image/package.json
A core/tiptap-extensions/tiptap-extension-image/src/CristalTiptapImage.ts
A core/tiptap-extensions/tiptap-extension-image/src/ImageInsert.ts
A core/tiptap-extensions/tiptap-extension-image/src/index.ts
A core/tiptap-extensions/tiptap-extension-image/src/vue/ImageInsertView.vue
A core/tiptap-extensions/tiptap-extension-image/src/vue/ImageView.vue
A core/tiptap-extensions/tiptap-extension-image/tsconfig.json
A core/tiptap-extensions/tiptap-extension-image/vite.config.ts
A core/tiptap-extensions/tiptap-link-suggest-ui/package.json
A core/tiptap-extensions/tiptap-link-suggest-ui/src/index.ts
A core/tiptap-extensions/tiptap-link-suggest-ui/src/vue/LinkSuggestItem.vue
A core/tiptap-extensions/tiptap-link-suggest-ui/tsconfig.json
A core/tiptap-extensions/tiptap-link-suggest-ui/vite.config.ts
M editors/tiptap/package.json
M editors/tiptap/src/components/extensions/bubble-menu.ts
A editors/tiptap/src/components/extensions/bubble-menu/BubbleMenuAction.ts
A editors/tiptap/src/components/extensions/bubble-menu/image-actions.ts
A editors/tiptap/src/components/extensions/bubble-menu/text-actions.ts
M editors/tiptap/src/components/extensions/link-suggest.ts
M editors/tiptap/src/components/extensions/slash.ts
M editors/tiptap/src/extensions/link.ts
M editors/tiptap/src/extensions/markdown.ts
M editors/tiptap/src/vue/c-edit-tiptap.vue
M editors/tiptap/src/vue/c-tiptap-bubble-menu.vue
M editors/tiptap/src/vue/c-tiptap-link-edit.vue
M editors/tiptap/src/vue/c-tiptap-link-suggest.vue
A electron/link-suggest/link-suggest-filesystem/package.json
A electron/link-suggest/link-suggest-filesystem/src/components/componentsInit.ts
A electron/link-suggest/link-suggest-filesystem/src/components/filesystemLinkSuggestService.ts
A electron/link-suggest/link-suggest-filesystem/src/index.ts
A electron/link-suggest/link-suggest-filesystem/tsconfig.json
A electron/link-suggest/link-suggest-filesystem/tsdoc.json
A electron/link-suggest/link-suggest-filesystem/vite.config.ts
M electron/renderer/package.json
M electron/renderer/src/index.ts
M electron/storage/package.json
M electron/storage/src/electron/main/index.ts
M electron/storage/src/electron/preload/apiTypes.ts
M electron/storage/src/electron/preload/index.ts
M lib/package.json
M lib/src/staticBuild.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M rendering/rendering/src/components/MarkdownToHTMLConverter.ts
M skin/package.json
M skin/src/vue/__tests__/c-content.test.ts
M skin/src/vue/c-content.vue
Log Message:
-----------
CRISTAL-194: Support for images edition (#529)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/CRISTAL-194
Home: https://github.com/xwiki-contrib/cristal
Commit: 08848bba596814d291bdbff38797244939a46184
https://github.com/xwiki-contrib/cristal/commit/08848bba596814d291bdbff3879…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M core/alerts/alerts-api/src/index.ts
M core/alerts/alerts-default/package.json
M core/alerts/alerts-default/src/defaultAlertsService.ts
A core/alerts/alerts-default/src/defaultAlertsServiceProvider.ts
M core/alerts/alerts-default/src/index.ts
A core/alerts/alerts-ui/langs/translation-en.json
A core/alerts/alerts-ui/langs/translation-fr.json
M core/alerts/alerts-ui/package.json
A core/alerts/alerts-ui/src/translations.ts
M core/alerts/alerts-ui/src/vue/AlertsToasts.vue
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M ds/api/src/index.ts
M ds/shoelace/src/vue/x-alert.vue
M ds/vuetify/src/vue/x-alert.vue
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-382: No clear message when the current user is not allowed to view a page
* Add Provider for AlertsService
* Detect duplicated alerts
Commit: 271f4f3a0fbf7d173cd96b2d92a204341c85dcfd
https://github.com/xwiki-contrib/cristal/commit/271f4f3a0fbf7d173cd96b2d92a…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M lib/src/components/DefaultCristalApp.ts
Log Message:
-----------
[Misc] Remove useless extra page load
Commit: 7483aa8914b64ed206392098fc516c1924603629
https://github.com/xwiki-contrib/cristal/commit/7483aa8914b64ed206392098fc5…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M editors/tiptap/src/vue/c-edit-tiptap.vue
M electron/link-suggest/link-suggest-filesystem/src/components/filesystemLinkSuggestService.ts
M electron/storage/src/electron/main/index.ts
Log Message:
-----------
--wip-- [skip ci]
Commit: 278307c81dc6b8c9e85c7be2b0d5a651195c73fa
https://github.com/xwiki-contrib/cristal/commit/278307c81dc6b8c9e85c7be2b0d…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M core/alerts/alerts-api/src/index.ts
M core/alerts/alerts-default/package.json
M core/alerts/alerts-default/src/defaultAlertsService.ts
A core/alerts/alerts-default/src/defaultAlertsServiceProvider.ts
M core/alerts/alerts-default/src/index.ts
A core/alerts/alerts-ui/langs/translation-en.json
A core/alerts/alerts-ui/langs/translation-fr.json
M core/alerts/alerts-ui/package.json
A core/alerts/alerts-ui/src/translations.ts
M core/alerts/alerts-ui/src/vue/AlertsToasts.vue
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M ds/api/src/index.ts
M ds/shoelace/src/vue/x-alert.vue
M ds/vuetify/src/vue/x-alert.vue
M lib/src/components/DefaultCristalApp.ts
M pnpm-lock.yaml
Log Message:
-----------
Merge remote-tracking branch 'origin/main' into CRISTAL-194
Commit: 5b9612dd084154023b561440537034024158bd63
https://github.com/xwiki-contrib/cristal/commit/5b9612dd084154023b561440537…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M core/markdown/markdown-api/src/markdownRenderer.ts
Log Message:
-----------
--wip-- [skip ci]
Compare: https://github.com/xwiki-contrib/cristal/compare/8d9e82c615ac...5b9612dd0841
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/book-versions
Commit: 658ef1ac7495abf70e4a1bd6b919e5698c9affb8
https://github.com/xwiki-contrib/book-versions/commit/658ef1ac7495abf70e4a1…
Author: Ludovic Dubost <ludovic(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/displayers/LibraryReferenceConverter.java
Log Message:
-----------
BVERSION-35 The picker in the includeLibrary macro should propose only pages from the libraries configured in the book
* Fixed the resolver in Convertor to make it work in sub-wiki
Commit: 0ecbe9ddd5c559c7054235e181de2765e608e0c5
https://github.com/xwiki-contrib/book-versions/commit/0ecbe9ddd5c559c705423…
Author: Ludovic Dubost <ludovic(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/displayers/VariantReferenceListConverter.java
Log Message:
-----------
BVERSION-43 The picker in the variant macro should propose only variants configured in the book
* Fixed the resolver in Convertor to make it work in sub-wiki
Commit: 3554b441d24853c5354774c9ad876d11ffa216b0
https://github.com/xwiki-contrib/book-versions/commit/3554b441d24853c535477…
Author: Ludovic Dubost <ludovic(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/VariantMacro.xml
Log Message:
-----------
BVERSION-49 Content of the variant macro should provide rich text
Commit: 5c60d3526d944a970834e7d8ba7698b88f4d177c
https://github.com/xwiki-contrib/book-versions/commit/5c60d3526d944a970834e…
Author: Ludovic Dubost <ludovic(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/AdministrationMenu.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/NavigationMenu.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.fr.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/VariantMacro.xml
Log Message:
-----------
BVERSION-69 Variant drop down should allow to not select any variant and modify message displayed under the variant select box
BVERSION-70 Translations strings incorrectly add [ ] around version and variant fields
* Also modified Administration Menu to only display link/unlink if a variant is selected
Compare: https://github.com/xwiki-contrib/book-versions/compare/fad295570f68...5c60d…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 08848bba596814d291bdbff38797244939a46184
https://github.com/xwiki-contrib/cristal/commit/08848bba596814d291bdbff3879…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M core/alerts/alerts-api/src/index.ts
M core/alerts/alerts-default/package.json
M core/alerts/alerts-default/src/defaultAlertsService.ts
A core/alerts/alerts-default/src/defaultAlertsServiceProvider.ts
M core/alerts/alerts-default/src/index.ts
A core/alerts/alerts-ui/langs/translation-en.json
A core/alerts/alerts-ui/langs/translation-fr.json
M core/alerts/alerts-ui/package.json
A core/alerts/alerts-ui/src/translations.ts
M core/alerts/alerts-ui/src/vue/AlertsToasts.vue
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M ds/api/src/index.ts
M ds/shoelace/src/vue/x-alert.vue
M ds/vuetify/src/vue/x-alert.vue
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-382: No clear message when the current user is not allowed to view a page
* Add Provider for AlertsService
* Detect duplicated alerts
Commit: 271f4f3a0fbf7d173cd96b2d92a204341c85dcfd
https://github.com/xwiki-contrib/cristal/commit/271f4f3a0fbf7d173cd96b2d92a…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M lib/src/components/DefaultCristalApp.ts
Log Message:
-----------
[Misc] Remove useless extra page load
Compare: https://github.com/xwiki-contrib/cristal/compare/8bdf7e9fcc74...271f4f3a0fbf
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/book-versions
Commit: fad295570f68b2a44a27c2ed07b108c8e0a85528
https://github.com/xwiki-contrib/book-versions/commit/fad295570f68b2a44a27c…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/VariantClass.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/VariantSheet.xml
Log Message:
-----------
BVERSION-59 : Allow to specify if a variant should include pages not associated with any variant or not
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/CRISTAL-382
Home: https://github.com/xwiki-contrib/cristal
Commit: 631510e2376b21fab0ccaf9c479570cf734d4bb7
https://github.com/xwiki-contrib/cristal/commit/631510e2376b21fab0ccaf9c479…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M core/alerts/alerts-api/src/index.ts
M core/alerts/alerts-default/package.json
M core/alerts/alerts-default/src/defaultAlertsService.ts
A core/alerts/alerts-default/src/defaultAlertsServiceProvider.ts
M core/alerts/alerts-default/src/index.ts
A core/alerts/alerts-ui/langs/translation-en.json
A core/alerts/alerts-ui/langs/translation-fr.json
M core/alerts/alerts-ui/package.json
A core/alerts/alerts-ui/src/translations.ts
M core/alerts/alerts-ui/src/vue/AlertsToasts.vue
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M ds/api/src/index.ts
M ds/shoelace/src/vue/x-alert.vue
M ds/vuetify/src/vue/x-alert.vue
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-382: No clear message when the current user is not allowed to view a page
* Add Provider for AlertsService
* Detect duplicated alerts
Commit: ceb6182069315e03def659b49b6b98db8ff90f30
https://github.com/xwiki-contrib/cristal/commit/ceb6182069315e03def659b49b6…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-12-23 (Mon, 23 Dec 2024)
Changed paths:
M lib/src/components/DefaultCristalApp.ts
Log Message:
-----------
[Misc] Remove useless extra page load
Compare: https://github.com/xwiki-contrib/cristal/compare/4cd9069800f3...ceb618206931
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications