Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-rendering
Commit: 84bb2686d11d9da17dc445a2d1d3114d71c8246d
https://github.com/xwiki/xwiki-rendering/commit/84bb2686d11d9da17dc445a2d1d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/AbstractMacroDescriptorAspect.aj
R xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/MacroDescriptorAspect.aj
A xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/MacroDescriptorAspect.java
A 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-749: Deprecated MacroDescriptor's getDefaultCategory() is ignored (#308)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/fix-XRENDERING-749
Home: https://github.com/xwiki/xwiki-rendering
Commit: 86fe4f5ce5112c6e72f2678601638f92da161424
https://github.com/xwiki/xwiki-rendering/commit/86fe4f5ce5112c6e72f26786016…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/AbstractMacroDescriptorAspect.aj
R xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/MacroDescriptorAspect.aj
A xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/MacroDescriptorAspect.java
A 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-749: Deprecated MacroDescriptor's getDefaultCategory() is ignored
* overwrite the default implementation of getDefaultCategories to be based on getDefaultCategory (in case it's implemented)
* also move MacroDescriptorAspect to an annotation based java version
* fix a warning in AbstractMacroDescriptorAspect
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 2ead1db84bac643b75cd53d23ee481b05b6c136f
https://github.com/xwiki-contrib/cristal/commit/2ead1db84bac643b75cd53d23ee…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M api/src/api/WikiConfig.ts
M api/src/components/defaultWikiConfig.ts
M core/backends/backend-github/src/GitHubWikiConfig.ts
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/XWikiWikiConfig.ts
A core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
A core/hierarchy/hierarchy-api/package.json
A core/hierarchy/hierarchy-api/src/index.ts
A core/hierarchy/hierarchy-api/tsconfig.json
A core/hierarchy/hierarchy-api/vite.config.ts
A core/hierarchy/hierarchy-default/package.json
A core/hierarchy/hierarchy-default/src/components/componentsInit.ts
A core/hierarchy/hierarchy-default/src/index.ts
A core/hierarchy/hierarchy-default/tsconfig.json
A core/hierarchy/hierarchy-default/vite.config.ts
A core/hierarchy/hierarchy-filesystem/package.json
A core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts
A core/hierarchy/hierarchy-filesystem/src/index.ts
A core/hierarchy/hierarchy-filesystem/tsconfig.json
A core/hierarchy/hierarchy-filesystem/vite.config.ts
A core/hierarchy/hierarchy-github/package.json
A core/hierarchy/hierarchy-github/src/components/componentsInit.ts
A core/hierarchy/hierarchy-github/src/index.ts
A core/hierarchy/hierarchy-github/tsconfig.json
A core/hierarchy/hierarchy-github/vite.config.ts
A core/hierarchy/hierarchy-xwiki/package.json
A core/hierarchy/hierarchy-xwiki/src/__tests__/utils.test.ts
A core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
A core/hierarchy/hierarchy-xwiki/src/index.ts
A core/hierarchy/hierarchy-xwiki/src/utils.ts
A core/hierarchy/hierarchy-xwiki/tsconfig.json
A core/hierarchy/hierarchy-xwiki/vite.config.ts
M ds/api/src/index.ts
M ds/shoelace/src/vue/x-breadcrumb.vue
M ds/vuetify/src/vue/x-breadcrumb.vue
M electron/renderer/package.json
M electron/renderer/src/index.ts
M electron/storage/src/components/FileSystemConfig.ts
M electron/storage/src/components/fileSystemStorage.ts
M lib/src/components/DefaultCristalApp.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/package.json
M skin/src/vue/c-content.vue
M skin/src/vue/contentTools.ts
M sources/xwiki/mock-server/src/index.ts
M web/e2e/main-page.spec.ts
M web/package.json
M web/src/index.ts
Log Message:
-----------
CRISTAL-200: Support for breadcrumb (#275)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications