Branch: refs/heads/CRISTAL-201
Home: https://github.com/xwiki-contrib/cristal
Commit: 0eb54067d286892fb4949ce64ea064a6b9bfb2de
https://github.com/xwiki-contrib/cristal/commit/0eb54067d286892fb4949ce64ea…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-08-23 (Fri, 23 Aug 2024)
Changed paths:
M core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts
A core/navigation-tree/navigation-tree-api/package.json
A core/navigation-tree/navigation-tree-api/src/index.ts
A core/navigation-tree/navigation-tree-api/tsconfig.json
A core/navigation-tree/navigation-tree-api/vite.config.ts
A core/navigation-tree/navigation-tree-default/package.json
A core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-default/src/index.ts
A core/navigation-tree/navigation-tree-default/tsconfig.json
A core/navigation-tree/navigation-tree-default/vite.config.ts
A core/navigation-tree/navigation-tree-filesystem/package.json
A core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-filesystem/src/index.ts
A core/navigation-tree/navigation-tree-filesystem/tsconfig.json
A core/navigation-tree/navigation-tree-filesystem/vite.config.ts
A core/navigation-tree/navigation-tree-github/package.json
A core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-github/src/index.ts
A core/navigation-tree/navigation-tree-github/tsconfig.json
A core/navigation-tree/navigation-tree-github/vite.config.ts
A core/navigation-tree/navigation-tree-nextcloud/package.json
A core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-nextcloud/src/index.ts
A core/navigation-tree/navigation-tree-nextcloud/tsconfig.json
A core/navigation-tree/navigation-tree-nextcloud/vite.config.ts
A core/navigation-tree/navigation-tree-xwiki/package.json
A core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-xwiki/src/index.ts
A core/navigation-tree/navigation-tree-xwiki/tsconfig.json
A core/navigation-tree/navigation-tree-xwiki/vite.config.ts
M ds/shoelace/package.json
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
A ds/shoelace/src/vue/x-navigation-tree.vue
M ds/vuetify/package.json
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
A ds/vuetify/src/vue/x-navigation-tree.vue
M electron/renderer/package.json
M electron/renderer/src/index.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 pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/package.json
M skin/src/vue/c-sidebar.vue
M sources/xwiki/mock-server/src/index.ts
M web/e2e/main-page.spec.ts
A web/e2e/pageObjects/NavigationTree.ts
M web/package.json
M web/src/index.ts
Log Message:
-----------
CRISTAL-201: Introduce a Navigation tree
* Introduce NavigationTreeResolver
* Implement NavigationTreeResolver components for multiple backends:
* FileSystem
* GitHub
* Nextcloud
* XWiki
* Add navigation tree UI element to Shoelace and Vuetify
* Add a page test for XWiki backend
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/CRISTAL-201
Home: https://github.com/xwiki-contrib/cristal
Commit: bea879553015661ae21e1f6b0b897153023470ed
https://github.com/xwiki-contrib/cristal/commit/bea879553015661ae21e1f6b0b8…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-08-19 (Mon, 19 Aug 2024)
Changed paths:
M editors/tiptap/package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update tiptap to v2.5.8
Commit: 23e628214aa884faf26d47f59fe3dbd4462f908e
https://github.com/xwiki-contrib/cristal/commit/23e628214aa884faf26d47f59fe…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-08-23 (Fri, 23 Aug 2024)
Changed paths:
M core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts
A core/navigation-tree/navigation-tree-api/package.json
A core/navigation-tree/navigation-tree-api/src/index.ts
A core/navigation-tree/navigation-tree-api/tsconfig.json
A core/navigation-tree/navigation-tree-api/vite.config.ts
A core/navigation-tree/navigation-tree-default/package.json
A core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-default/src/index.ts
A core/navigation-tree/navigation-tree-default/tsconfig.json
A core/navigation-tree/navigation-tree-default/vite.config.ts
A core/navigation-tree/navigation-tree-filesystem/package.json
A core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-filesystem/src/index.ts
A core/navigation-tree/navigation-tree-filesystem/tsconfig.json
A core/navigation-tree/navigation-tree-filesystem/vite.config.ts
A core/navigation-tree/navigation-tree-github/package.json
A core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-github/src/index.ts
A core/navigation-tree/navigation-tree-github/tsconfig.json
A core/navigation-tree/navigation-tree-github/vite.config.ts
A core/navigation-tree/navigation-tree-nextcloud/package.json
A core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-nextcloud/src/index.ts
A core/navigation-tree/navigation-tree-nextcloud/tsconfig.json
A core/navigation-tree/navigation-tree-nextcloud/vite.config.ts
A core/navigation-tree/navigation-tree-xwiki/package.json
A core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-xwiki/src/index.ts
A core/navigation-tree/navigation-tree-xwiki/tsconfig.json
A core/navigation-tree/navigation-tree-xwiki/vite.config.ts
M ds/shoelace/package.json
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
A ds/shoelace/src/vue/x-navigation-tree.vue
M ds/vuetify/package.json
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
A ds/vuetify/src/vue/x-navigation-tree.vue
M electron/renderer/package.json
M electron/renderer/src/index.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 pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/package.json
M skin/src/vue/c-sidebar.vue
M sources/xwiki/mock-server/src/index.ts
M web/e2e/main-page.spec.ts
A web/e2e/pageObjects/NavigationTree.ts
M web/package.json
M web/src/index.ts
Log Message:
-----------
CRISTAL-201: Introduce a Navigation tree
* Introduce NavigationTreeResolver
* Implement NavigationTreeResolver components for multiple backends:
* FileSystem
* GitHub
* Nextcloud
* XWiki
* Add navigation tree UI element to Shoelace and Vuetify
* Add a page test for XWiki backend
Compare: https://github.com/xwiki-contrib/cristal/compare/bea879553015%5E...23e62821…
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: b9bd5986b79b67e6d7f655447fc7058f8c77eaca
https://github.com/xwiki/xwiki-platform/commit/b9bd5986b79b67e6d7f655447fc7…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/servletengine/ServletContainerExecutor.java
Log Message:
-----------
XWIKI-21211: Upgrade the standalone packaging to Jetty 12.x
* Add missing websocket modules when using the official Jetty docker image
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: 3f9eb2bebe29a3db7323ee30b6a071edfdfe5b62
https://github.com/xwiki/xwiki-platform/commit/3f9eb2bebe29a3db7323ee30b6a0…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/CopyPageIT.java
Log Message:
-----------
XWIKI-21452: Macros info, success, warning and error are only distinguished by colors
* Fixing CopyPageIT
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: 4fb8f14aaebd9aaf4dcd89639958eb6353c562d3
https://github.com/xwiki/xwiki-platform/commit/4fb8f14aaebd9aaf4dcd89639958…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-pageobjects/src/main/java/org/xwiki/appwithinminutes/test/po/ApplicationHomeEditPage.java
Log Message:
-----------
XWIKI-21452: Macros info, success, warning and error are only distinguished by colors
* Ensure to properly scroll for reaching the delete button
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: facbaa3ae0a3d015b4dae222fa92ebe6a403a3e7
https://github.com/xwiki/xwiki-platform/commit/facbaa3ae0a3d015b4dae222fa92…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/src/test/it/org/xwiki/administration/test/ui/RegisterIT.java
Log Message:
-----------
XWIKI-21452: Macros info, success, warning and error are only distinguished by colors
* Fix test again
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: 12b3f6a6a040dac5d28c11e4afe943a0726a3662
https://github.com/xwiki/xwiki-platform/commit/12b3f6a6a040dac5d28c11e4afe9…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml
Log Message:
-----------
XWIKI-22439: Cannot use watch buttons when using XWiki in other language than english
* We need to get rid of the translation part of the REST resource when
calling for watching a page
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: bab2cc0672523945cf62544da414e3e1e17d913b
https://github.com/xwiki-contrib/confluence/commit/bab2cc0672523945cf62544d…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M confluence-syntax-xhtml/checkstyle-suppressions.xml
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/MacroTagHandler.java
A confluence-xml/src/test/resources/confluencexml/spanliinline.test
A confluence-xml/src/test/resources/confluencexml/spanliinline/entities.xml
Log Message:
-----------
CONFLUENCE-263: New lines are inserted at the begining of a list or in a span before a macro
Commit: 6f18a882cae75990bd6ed954085be4daf4297d60
https://github.com/xwiki-contrib/confluence/commit/6f18a882cae75990bd6ed954…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/CodeTagHandler.java
M confluence-xml/src/test/resources/confluencexml/nested.max.test
M confluence-xml/src/test/resources/confluencexml/nested.test
Log Message:
-----------
CONFLUENCE-264: The code tag is incorrectly converted to a block code macro
Compare: https://github.com/xwiki-contrib/confluence/compare/e889c2921b74...6f18a882…
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/xwiki-platform
Commit: 44081639a20fb2c6015b70f347e2834aea6a9d11
https://github.com/xwiki/xwiki-platform/commit/44081639a20fb2c6015b70f347e2…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-api/src/main/java/org/xwiki/localization/LocaleUtils.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/user/UserCreatedEventListener.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-pageobjects/src/main/java/org/xwiki/realtime/wysiwyg/test/po/RealtimeWYSIWYGEditPage.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-message/src/main/java/org/xwiki/rendering/internal/macro/message/XWikiMacroIconPrettyNameProvider.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/XWikiIconProvider.java
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-ui/src/test/it/org/xwiki/test/ui/MandatoryDocInitializedTest.java
Log Message:
-----------
[Misc] 16.0.7RC1 has been dropped: remove occurences of it.
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-rendering
Commit: 88f89a552e05ccf7b3ef09032919a29a614ca6a8
https://github.com/xwiki/xwiki-rendering/commit/88f89a552e05ccf7b3ef0903291…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/internal/util/DefaultIconProvider.java
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/util/IconProvider.java
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/java/org/xwiki/rendering/internal/macro/message/MacroIconPrettyNameProvider.java
Log Message:
-----------
[Misc] 16.0.7RC1 has been dropped: remove occurences of it.
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/xwiki-platform
Commit: 98ea5ae8097c131020f10d13eb8c7c16a285a175
https://github.com/xwiki/xwiki-platform/commit/98ea5ae8097c131020f10d13eb8c…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/messages.less
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/XWikiIconProvider.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/util/XWikiIconProviderTest.java
Log Message:
-----------
XWIKI-21452: Macros info, success, warning and error are only distinguished by colors
* Encapsulate the icon with a format block for having a dedicated css
class "icon-block"
* Provide some CSS rules to that new block: the idea being to get rid
of the flex and gap properties which are causing visual problems on
some elements
* Fix unit tests
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: 5c3252d56713fe6a70ff15717087eab6a9811ca3
https://github.com/xwiki/xwiki-platform/commit/5c3252d56713fe6a70ff15717087…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/servletengine/ServletContainerExecutor.java
Log Message:
-----------
XWIKI-21211: Upgrade the standalone packaging to Jetty 12.x
* The uri compliance was not taken into account on Jetty 12 since the second setCommand was overwriting it (instead of adding to it)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications