Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: d13eecd338d054e62189b49db8e1021d20daf322
https://github.com/xwiki-contrib/cristal/commit/d13eecd338d054e62189b49db8e…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M api/src/api/storage.ts
A core/alerts/alerts-api/package.json
A core/alerts/alerts-api/src/index.ts
A core/alerts/alerts-api/tsconfig.json
A core/alerts/alerts-api/vite.config.ts
A core/alerts/alerts-default/package.json
A core/alerts/alerts-default/src/defaultAlertsService.ts
A core/alerts/alerts-default/src/index.ts
A core/alerts/alerts-default/tsconfig.json
A core/alerts/alerts-default/vite.config.ts
A core/alerts/alerts-ui/package.json
A core/alerts/alerts-ui/src/index.ts
A core/alerts/alerts-ui/src/vue/AlertsToasts.vue
A core/alerts/alerts-ui/tsconfig.json
A core/alerts/alerts-ui/vite.config.ts
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-nextcloud/src/nextcloudStorage.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/hierarchy/hierarchy-api/src/index.ts
M core/hierarchy/hierarchy-default/src/components/componentsInit.ts
M core/hierarchy/hierarchy-default/src/utils.ts
M core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts
M core/hierarchy/hierarchy-github/src/components/componentsInit.ts
M core/hierarchy/hierarchy-nextcloud/src/components/componentsInit.ts
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
A core/page-actions/page-actions-api/package.json
A core/page-actions/page-actions-api/src/index.ts
A core/page-actions/page-actions-api/tsconfig.json
A core/page-actions/page-actions-api/vite.config.ts
A core/page-actions/page-actions-default/package.json
A core/page-actions/page-actions-default/src/DefaultPageActionCategoryService.ts
A core/page-actions/page-actions-default/src/DefaultPageActionService.ts
A core/page-actions/page-actions-default/src/index.ts
A core/page-actions/page-actions-default/tsconfig.json
A core/page-actions/page-actions-default/vite.config.ts
A core/page-actions/page-actions-ui/langs/translation-en.json
A core/page-actions/page-actions-ui/langs/translation-fr.json
A core/page-actions/page-actions-ui/package.json
A core/page-actions/page-actions-ui/src/PageManagement.ts
A core/page-actions/page-actions-ui/src/index.ts
A core/page-actions/page-actions-ui/src/translations.ts
A core/page-actions/page-actions-ui/src/vue/DeletePage.vue
A core/page-actions/page-actions-ui/src/vue/PageActions.vue
A core/page-actions/page-actions-ui/src/vue/PageActionsCategory.vue
A core/page-actions/page-actions-ui/tsconfig.json
A core/page-actions/page-actions-ui/vite.config.ts
M ds/api/src/index.ts
M ds/shoelace/package.json
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
M ds/shoelace/src/vue/x-alert.vue
M ds/shoelace/src/vue/x-divider.vue
A ds/shoelace/src/vue/x-menu-item.vue
A ds/shoelace/src/vue/x-menu-label.vue
M ds/shoelace/src/vue/x-menu.vue
R ds/shoelace/src/vue/x-menuitem.vue
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
M ds/vuetify/src/vue/x-alert.vue
M ds/vuetify/src/vue/x-btn.vue
M ds/vuetify/src/vue/x-divider.vue
M ds/vuetify/src/vue/x-menu-item.vue
A ds/vuetify/src/vue/x-menu-label.vue
M ds/vuetify/src/vue/x-menu.vue
M electron/storage/src/components/fileSystemStorage.ts
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 skin/package.json
M skin/src/vue/c-content.vue
Log Message:
-----------
CRISTAL-82: Deleting a page is possible (#399)
* Add support for page actions as UI Extensions
* Add support to create and display alerts
* Add `delete(page)` operation to all backends
* Add `pageId` property to `PageHierarchyItem`
* Add "Manage" page action category
* Add "Delete" page action
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/XWIKI-12987
Home: https://github.com/xwiki/xwiki-platform
Commit: 40ce550a0e9fa407f9c54813918bcad2db2479d3
https://github.com/xwiki/xwiki-platform/commit/40ce550a0e9fa407f9c54813918b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/java/org/xwiki/refactoring/internal/ResourceReferenceRenamer.java
Log Message:
-----------
XWIKI-12987: Relative links are made absolute or even broken after moving a page
* Fix conditions to make all RenamePageIT passing
* WIP: need to double check that some conditions are not redundant and
double check side effects
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/CRISTAL-82
Home: https://github.com/xwiki-contrib/cristal
Commit: 3a60f0a3b99a974bf965f18756e3202b467e0523
https://github.com/xwiki-contrib/cristal/commit/3a60f0a3b99a974bf965f18756e…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M api/src/api/storage.ts
M core/alerts/alerts-api/src/index.ts
M core/alerts/alerts-ui/package.json
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-nextcloud/src/nextcloudStorage.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/page-actions/page-actions-ui/package.json
M core/page-actions/page-actions-ui/src/vue/DeletePage.vue
M core/page-actions/page-actions-ui/src/vue/PageActions.vue
M ds/api/src/index.ts
M ds/shoelace/package.json
M ds/shoelace/src/vue/x-alert.vue
M ds/shoelace/src/vue/x-menu.vue
M ds/vuetify/src/vue/x-alert.vue
M ds/vuetify/src/vue/x-menu.vue
M electron/storage/src/components/fileSystemStorage.ts
M lib/package.json
M pnpm-lock.yaml
M skin/package.json
Log Message:
-----------
CRISTAL-82: Deleting a page is possible
* Add missing documentation
* Improve alert component
* Other small improvements
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: 1950fae7e422fb9527a0d335d6727f6fc55d2258
https://github.com/xwiki/xwiki-platform/commit/1950fae7e422fb9527a0d335d672…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-macro/src/main/java/org/xwiki/rendering/internal/macro/display/DisplayMacro.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-macro/src/test/java/org/xwiki/rendering/internal/macro/DisplayMacroTest.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/main/java/org/xwiki/rendering/internal/macro/include/IncludeMacro.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/test/java/org/xwiki/rendering/internal/macro/include/IncludeMacroTest.java
Log Message:
-----------
XWIKI-21125: Include and Display macros should generate inline content when used in an inline context
* Convert the content to inline when the macro is called in an inline
context.
* Add tests for inline mode.sho
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications