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
notifications@xwiki.org

April 2026

  • 1 participants
  • 1234 discussions
[jira@xwiki.org][Issue] Updates for XDOCKER-407: Upgrade stable version to 18.2.1
by XWiki Notifications 09 Apr '26

09 Apr '26
1 0
0 0
[xwiki/xwiki-platform] 180a5c: XWIKI-23931: Design choices for revamping of Distr...
by XWiki Notifications 09 Apr '26

09 Apr '26
Branch: refs/heads/feat-distribution-wizard-revamp Home: https://github.com/xwiki/xwiki-platform Commit: 180a5cd72fb43ad2d49927c25cf6aca69c426c71 https://github.com/xwiki/xwiki-platform/commit/180a5cd72fb43ad2d49927c25cf6… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-04-09 (Thu, 09 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-api/src/main/java/org/xwiki/distributionwizard/DistributionWizardStep.java A xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-default/src/main/java/org/xwiki/distributionwizard/internal/FlavorHelper.java M xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-default/src/main/java/org/xwiki/distributionwizard/internal/steps/AbstractStep.java M xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-default/src/main/java/org/xwiki/distributionwizard/internal/steps/FirstAdminUserStep.java M xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-default/src/main/java/org/xwiki/distributionwizard/internal/steps/FlavorChoiceStep.java M xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-default/src/main/java/org/xwiki/distributionwizard/internal/steps/FlavorInstallStep.java A xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-default/src/main/java/org/xwiki/distributionwizard/internal/steps/ReportStep.java M xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-default/src/main/java/org/xwiki/distributionwizard/internal/steps/WelcomeStep.java M xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-default/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-default/src/main/resources/templates/flavorinstallstep.vm M xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-rest/src/main/java/org/xwiki/distributionwizard/rest/DistributionWizardStepResources.java A xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-rest/src/main/java/org/xwiki/distributionwizard/rest/DistributionWizardStepStatusResources.java M xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-rest/src/main/java/org/xwiki/distributionwizard/rest/internal/DefaultDistributionWizardStepResources.java A xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-rest/src/main/java/org/xwiki/distributionwizard/rest/internal/DefaultDistributionWizardStepStatusResources.java M xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-rest/src/main/java/org/xwiki/distributionwizard/rest/internal/StepResourceHelper.java M xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-rest/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-rest/src/main/resources/xwiki.rest.distributionWizard.model.xsd M xwiki-platform-core/xwiki-platform-distributionwizard/xwiki-platform-distributionwizard-webjar/src/main/node/src/index.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/distributionwizard/distributionwizard-api/src/StepsResolver.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/distributionwizard/distributionwizard-api/src/WizardStepProps.ts M xwiki-platform-core/xwiki-platform-node/src/main/node/core/distributionwizard/distributionwizard-api/src/vue/WizardBreadcrumb.vue M xwiki-platform-core/xwiki-platform-node/src/main/node/core/distributionwizard/distributionwizard-api/src/vue/WizardDialog.vue M xwiki-platform-core/xwiki-platform-node/src/main/node/core/distributionwizard/distributionwizard-steps/src/index.ts A xwiki-platform-core/xwiki-platform-node/src/main/node/core/distributionwizard/distributionwizard-steps/src/vue/ReportStep.vue M xwiki-platform-core/xwiki-platform-node/src/main/node/core/distributionwizard/distributionwizard-xwiki/src/index.ts Log Message: ----------- XWIKI-23931: Design choices for revamping of Distribution Wizard * Refactor DW API to keep used concepts * Refactor component implementation to simplify * Implement flavor installation step * Provide report step WIP: need to handle end of the flavor install job to enable next step, and errors related to wrong user To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-docker] 63540e: XDOCKER-407: Upgrade stable version to 18.2.1
by XWiki Notifications 09 Apr '26

09 Apr '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: 63540eeecdc9f3188e67a508df13c33053e8e3f4 https://github.com/xwiki/xwiki-docker/commit/63540eeecdc9f3188e67a508df13c3… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-04-09 (Thu, 09 Apr 2026) Changed paths: M 18/mariadb-tomcat/.env M 18/mariadb-tomcat/Dockerfile M 18/mysql-tomcat/.env M 18/mysql-tomcat/Dockerfile M 18/postgres-tomcat/.env M 18/postgres-tomcat/Dockerfile M build.gradle Log Message: ----------- XDOCKER-407: Upgrade stable version to 18.2.1 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for XDOCKER-407: Upgrade stable version to 18.2.1
by XWiki Notifications 09 Apr '26

09 Apr '26
1 0
0 0
[xwiki-contrib/cristal] f5c623: CRISTAL-464: User should not be able to create pag...
by XWiki Notifications 09 Apr '26

09 Apr '26
Branch: refs/heads/CRISTAL-464 Home: https://github.com/xwiki-contrib/cristal Commit: f5c623ca98f1cf3c54507687e2a7f65414212bff https://github.com/xwiki-contrib/cristal/commit/f5c623ca98f1cf3c54507687e2a… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-04-09 (Thu, 09 Apr 2026) Changed paths: M web/e2e/main-page.spec.ts-snapshots/-Shoelace-has-content-1-Mobile-Chrome-linux.png M web/e2e/main-page.spec.ts-snapshots/-Shoelace-has-content-1-chromium-linux.png M web/e2e/main-page.spec.ts-snapshots/-Shoelace-has-content-1-firefox-linux.png M web/e2e/main-page.spec.ts-snapshots/-Vuetify-has-content-1-Mobile-Chrome-linux.png M web/e2e/main-page.spec.ts-snapshots/-Vuetify-has-content-1-chromium-linux.png M web/e2e/main-page.spec.ts-snapshots/-Vuetify-has-content-1-firefox-linux.png Log Message: ----------- CRISTAL-464: User should not be able to create pages when not logged in * Update test screenshots To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[xwiki-contrib/cristal] c69c41: CRISTAL-464: User should not be able to create pag...
by XWiki Notifications 09 Apr '26

09 Apr '26
Branch: refs/heads/CRISTAL-464 Home: https://github.com/xwiki-contrib/cristal Commit: c69c41ea697eb480184b43ca257bc8022f74f99b https://github.com/xwiki-contrib/cristal/commit/c69c41ea697eb480184b43ca257… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-04-09 (Thu, 09 Apr 2026) Changed paths: M skin/langs/translation-en.json M skin/langs/translation-fr.json Log Message: ----------- CRISTAL-464: User should not be able to create pages when not logged in * Add missing translations To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for CRISTAL-464: User should not be able to create pages when not logged in
by XWiki Notifications 09 Apr '26

09 Apr '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for CRISTAL-822: There is a 404 alert error when creating a page successfully
by XWiki Notifications 09 Apr '26

09 Apr '26
1 0
0 0
[xwiki-contrib/cristal] 1a37c5: CRISTAL-822: There is a 404 alert error when creat...
by XWiki Notifications 09 Apr '26

09 Apr '26
Branch: refs/heads/CRISTAL-822 Home: https://github.com/xwiki-contrib/cristal Commit: 1a37c5516542b8baec91eb4039071bb76defac28 https://github.com/xwiki-contrib/cristal/commit/1a37c5516542b8baec91eb40390… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-04-09 (Thu, 09 Apr 2026) Changed paths: M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts M core/backends/backend-xwiki/src/xwikiStorage.ts M sources/xwiki/mock-server/src/index.ts Log Message: ----------- CRISTAL-822: There is a 404 alert error when creating a page successfully To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[xwiki-contrib/cristal] 973c36: CRISTAL-464: User should not be able to create pag...
by XWiki Notifications 09 Apr '26

09 Apr '26
Branch: refs/heads/CRISTAL-464 Home: https://github.com/xwiki-contrib/cristal Commit: 973c36b0d0a3c6aa37b7baf1c457265d002ce79b https://github.com/xwiki-contrib/cristal/commit/973c36b0d0a3c6aa37b7baf1c45… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-04-09 (Thu, 09 Apr 2026) Changed paths: M skin/src/vue/__tests__/c-sidebar.test.ts M skin/src/vue/c-page-creation-menu.vue M sources/xwiki/mock-server/src/index.ts M web/e2e/main-page.spec.ts Log Message: ----------- CRISTAL-464: User should not be able to create pages when not logged in * Add check for edit rights on parent page before child creation * Add UI test To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • ...
  • 124
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.