lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
[email protected]

  • 58313 discussions
[xwiki-contrib/cristal] e06daa: CRISTAL-142: View history if the backend supports ...
by XWiki Notifications 13 Nov '24

13 Nov '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: e06daadaae3892d6eb24b239d64e4236ba89c4e1 https://github.com/xwiki-contrib/cristal/commit/e06daadaae3892d6eb24b239d64… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2024-11-13 (Wed, 13 Nov 2024) Changed paths: M api/src/api/PageData.ts M api/src/api/cristalApp.ts M api/src/api/storage.ts 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-xwiki/package.json M core/backends/backend-xwiki/src/xwikiStorage.ts M core/document/document-api/src/index.ts M core/document/document-default/src/defaultDocumentService.ts M core/extra-tabs/extra-tabs-api/src/ExtraTabsService.ts M core/extra-tabs/extra-tabs-default/src/DefaultExtraTabsService.ts M core/hierarchy/hierarchy-xwiki/package.json R core/hierarchy/hierarchy-xwiki/src/__tests__/utils.test.ts M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts R core/hierarchy/hierarchy-xwiki/src/utils.ts R core/hierarchy/hierarchy-xwiki/vitest.config.ts A core/history/history-api/package.json A core/history/history-api/src/index.ts A core/history/history-api/tsconfig.json A core/history/history-api/tsdoc.json A core/history/history-api/vite.config.ts A core/history/history-default/package.json A core/history/history-default/src/components/componentsInit.ts A core/history/history-default/src/index.ts A core/history/history-default/tsconfig.json A core/history/history-default/tsdoc.json A core/history/history-default/vite.config.ts A core/history/history-github/package.json A core/history/history-github/src/components/componentsInit.ts A core/history/history-github/src/index.ts A core/history/history-github/tsconfig.json A core/history/history-github/tsdoc.json A core/history/history-github/vite.config.ts A core/history/history-ui/langs/translation-en.json A core/history/history-ui/langs/translation-fr.json A core/history/history-ui/package.json A core/history/history-ui/src/HistoryExtraTab.ts A core/history/history-ui/src/index.ts A core/history/history-ui/src/translations.ts A core/history/history-ui/src/vue/HistoryTab.vue A core/history/history-ui/tsconfig.json A core/history/history-ui/tsdoc.json A core/history/history-ui/vite.config.ts A core/history/history-xwiki/package.json A core/history/history-xwiki/src/components/componentsInit.ts A core/history/history-xwiki/src/index.ts A core/history/history-xwiki/tsconfig.json A core/history/history-xwiki/tsdoc.json A core/history/history-xwiki/vite.config.ts M core/page-actions/page-actions-ui/src/vue/PageActions.vue A core/xwiki/xwiki-utils/package.json A core/xwiki/xwiki-utils/src/__tests__/utils.test.ts A core/xwiki/xwiki-utils/src/index.ts A core/xwiki/xwiki-utils/tsconfig.json A core/xwiki/xwiki-utils/tsdoc.json A core/xwiki/xwiki-utils/vite.config.ts A core/xwiki/xwiki-utils/vitest.config.ts M ds/api/src/index.ts M ds/shoelace/src/vue/x-alert.vue M ds/vuetify/src/vue/x-alert.vue M electron/renderer/package.json M electron/renderer/src/index.ts M lib/package.json M lib/src/components/DefaultCristalApp.ts M lib/src/staticBuild.ts M pnpm-lock.yaml M pnpm-workspace.yaml M skin/langs/translation-en.json M skin/langs/translation-fr.json M skin/src/vue/c-content.vue M sources/xwiki/mock-server/src/index.ts M web/e2e/main-page.spec.ts A web/e2e/pageObjects/HistoryExtraTab.ts M web/package.json M web/src/index.ts Log Message: ----------- CRISTAL-142: View history if the backend supports it (#418) * Add components `PageRevisionManager` and `PageRevisionManagerProvider` * Add implementation for XWiki and GitHub * Add History extra tab * Disable edit operations and display alert when user is browsing a specific revision To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22656: Add a UI for setting required rights on a document
by XWiki Notifications 13 Nov '24

13 Nov '24
1 0
0 0
[xwiki-contrib/cristal] 45a121: CRISTAL-142: View history if the backend supports it
by XWiki Notifications 13 Nov '24

13 Nov '24
Branch: refs/heads/CRISTAL-142 Home: https://github.com/xwiki-contrib/cristal Commit: 45a121a437fdd7dcf975a418516c8ac3693faa36 https://github.com/xwiki-contrib/cristal/commit/45a121a437fdd7dcf975a418516… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2024-11-13 (Wed, 13 Nov 2024) Changed paths: M core/history/history-ui/src/vue/HistoryTab.vue M core/history/history-xwiki/src/components/componentsInit.ts Log Message: ----------- CRISTAL-142: View history if the backend supports it * Cache users details in XWiki's history * Handle superadmin in XWiki's history To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22649: Error while rendering template [htmlheader.vm] when clicking on 'Forgot your username' and 'Forgot your password' making the templates unreachable
by XWiki Notifications 13 Nov '24

13 Nov '24
1 0
0 0
[xwiki/xwiki-platform] 73a8ce: XWIKI-22649: Error while rendering template [htmlh...
by XWiki Notifications 13 Nov '24

13 Nov '24
Branch: refs/heads/stable-16.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 73a8cea53e79cada3359306a421c716c2bfac3f7 https://github.com/xwiki/xwiki-platform/commit/73a8cea53e79cada3359306a421c… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-11-13 (Wed, 13 Nov 2024) Changed paths: M xwiki-platform-distribution/xwiki-platform-distribution-ui/xwiki-platform-distribution-ui-base/src/main/resources/XWiki/XWikiPreferences.xml Log Message: ----------- XWIKI-22649: Error while rendering template [htmlheader.vm] when clicking on 'Forgot your username' and 'Forgot your password' making the templates unreachable (cherry picked from commit d2d10ed7c15d4e9e70d8a98da20277d9df9918cb) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 59e446: XWIKI-22649: Error while rendering template [htmlh...
by XWiki Notifications 13 Nov '24

13 Nov '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 59e4464f76d7c816eb9cc92f62a698862302bdeb https://github.com/xwiki/xwiki-platform/commit/59e4464f76d7c816eb9cc92f62a6… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-11-13 (Wed, 13 Nov 2024) Changed paths: M xwiki-platform-distribution/xwiki-platform-distribution-ui/xwiki-platform-distribution-ui-base/src/main/resources/XWiki/XWikiPreferences.xml Log Message: ----------- XWIKI-22649: Error while rendering template [htmlheader.vm] when clicking on 'Forgot your username' and 'Forgot your password' making the templates unreachable (cherry picked from commit d2d10ed7c15d4e9e70d8a98da20277d9df9918cb) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] d2d10e: XWIKI-22649: Error while rendering template [htmlh...
by XWiki Notifications 13 Nov '24

13 Nov '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: d2d10ed7c15d4e9e70d8a98da20277d9df9918cb https://github.com/xwiki/xwiki-platform/commit/d2d10ed7c15d4e9e70d8a98da202… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-11-13 (Wed, 13 Nov 2024) Changed paths: M xwiki-platform-distribution/xwiki-platform-distribution-ui/xwiki-platform-distribution-ui-base/src/main/resources/XWiki/XWikiPreferences.xml Log Message: ----------- XWIKI-22649: Error while rendering template [htmlheader.vm] when clicking on 'Forgot your username' and 'Forgot your password' making the templates unreachable To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22655: RestURLGenerator#getURL does not really support EnityReference
by XWiki Notifications 13 Nov '24

13 Nov '24
1 0
0 0
[xwiki-contrib/cristal] d0d96a: CRISTAL-142: View history if the backend supports it
by XWiki Notifications 13 Nov '24

13 Nov '24
Branch: refs/heads/CRISTAL-142 Home: https://github.com/xwiki-contrib/cristal Commit: d0d96a9de0ef141eef594d0b452db970fdcb00b7 https://github.com/xwiki-contrib/cristal/commit/d0d96a9de0ef141eef594d0b452… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2024-11-13 (Wed, 13 Nov 2024) Changed paths: M core/history/history-default/src/components/componentsInit.ts M core/history/history-github/src/components/componentsInit.ts M core/history/history-ui/langs/translation-en.json M core/history/history-ui/langs/translation-fr.json M core/history/history-ui/src/HistoryExtraTab.ts M core/history/history-ui/src/vue/HistoryTab.vue M core/history/history-xwiki/src/components/componentsInit.ts Log Message: ----------- CRISTAL-142: View history if the backend supports it * Handle history tab loading state * Make injected private properties readonly To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22649: Error while rendering template [htmlheader.vm] when clicking on 'Forgot your username' and 'Forgot your password' making the templates unreachable
by XWiki Notifications 13 Nov '24

13 Nov '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 3585
  • 3586
  • 3587
  • 3588
  • 3589
  • 3590
  • 3591
  • ...
  • 5832
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.