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]

  • 58770 discussions
[[email protected]][Issue] Updates for XWIKI-23884: Boolean document property filtering in LiveTable/Live Data only works on some database engines
by XWiki Notifications 12 Jan '26

12 Jan '26
1 0
0 0
[xwiki/xwiki-docker] a09069: [Misc] Update volume path for Postgres 18+ compati...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: a0906983a4e277bb0cc7e62beba1ad2ce1d8a50c https://github.com/xwiki/xwiki-docker/commit/a0906983a4e277bb0cc7e62beba1ad… Author: Mats <60609373+MatsG23(a)users.noreply.github.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M 16/postgres-tomcat/docker-compose.yml M 17.4/postgres-tomcat/docker-compose.yml M 17/postgres-tomcat/docker-compose.yml Log Message: ----------- [Misc] Update volume path for Postgres 18+ compatibility Postgres 18+ expects the volume mount at /var/lib/postgresql/ so it can manage the data directory structure itself with major-version-specific directory names. See: https://github.com/docker-library/postgres/pull/1259 Co-authored-by: MatsG23 <60609373+MatsG23(a)users.noreply.github.com>" Commit: 807d0e636d512673ea82e22ec1f3879b05d01b51 https://github.com/xwiki/xwiki-docker/commit/807d0e636d512673ea82e22ec1f387… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M template/docker-compose.yml Log Message: ----------- [Misc] Fix template after update of postgresql to v18 Compare: https://github.com/xwiki/xwiki-docker/compare/ad014f26065f...807d0e636d51 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] d322fe: [Misc] Fix warning about not-needed variable creation
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: d322fe5ff7eed2030cd3ade28e0157ff2e9ba9da https://github.com/xwiki/xwiki-platform/commit/d322fe5ff7eed2030cd3ade28e01… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PageResourceImpl.java Log Message: ----------- [Misc] Fix warning about not-needed variable creation Commit: 78d265cd271c72253b8cfe9e66f79fd3163185a9 https://github.com/xwiki/xwiki-platform/commit/78d265cd271c72253b8cfe9e66f7… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-default/src/main/java/org/xwiki/model/validation/internal/SlugEntityNameValidation.java M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-default/src/test/java/org/xwiki/model/validation/internal/SlugEntityNameValidationTest.java Log Message: ----------- [Misc] Better javadoc + small code improvements (no change in behavior) Compare: https://github.com/xwiki/xwiki-platform/compare/19162094d030...78d265cd271c To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki-contrib/cristal-integration-nextcloud] 3434c1: CRISTALNC-14: Implement basic components for Nextc...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/CRISTALNC-14 Home: https://github.com/xwiki-contrib/cristal-integration-nextcloud Commit: 3434c154a66c26acbedd75bf2ab7c0b74e9521f4 https://github.com/xwiki-contrib/cristal-integration-nextcloud/commit/3434c… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: A langs/translation-de.json A langs/translation-en.json A langs/translation-fr.json M package.json M pnpm-lock.yaml A src/ds/components/componentsInit.ts A src/ds/components/nextcloudDesignSystemLoader.ts A src/ds/index.ts A src/ds/translations.ts A src/ds/vue/css/style.css A src/ds/vue/form/x-checkbox.vue A src/ds/vue/form/x-file-input.vue A src/ds/vue/form/x-form.vue A src/ds/vue/form/x-navigation-tree-select.vue A src/ds/vue/form/x-select.vue A src/ds/vue/form/x-text-field.vue A src/ds/vue/x-alert.vue A src/ds/vue/x-avatar.vue A src/ds/vue/x-breadcrumb.vue A src/ds/vue/x-btn.vue A src/ds/vue/x-dialog.vue A src/ds/vue/x-divider.vue A src/ds/vue/x-img.vue A src/ds/vue/x-load.vue A src/ds/vue/x-menu-item.vue A src/ds/vue/x-menu-label.vue A src/ds/vue/x-menu.vue A src/ds/vue/x-navigation-tree.vue A src/ds/vue/x-tab-group.vue A src/ds/vue/x-tab-panel.vue A src/ds/vue/x-tab.vue A src/ds/vue/x-tree.vue M src/main.css M src/main.ts M src/vuetify.css Log Message: ----------- CRISTALNC-14: Implement basic components for Nextcloud ds To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal-integration-nextcloud/settings/not…
1 0
0 0
[xwiki/xwiki-docker] ad014f: [Misc] Fix template after update of postgresql to v18
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: ad014f26065f7dc99c77a71a7dc36869de55703f https://github.com/xwiki/xwiki-docker/commit/ad014f26065f7dc99c77a71a7dc368… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M template/docker-compose.yml Log Message: ----------- [Misc] Fix template after update of postgresql to v18 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
1 0
0 0
[xwiki/xwiki-docker] 486fba: [Misc] Update volume path for Postgres 18+ compati...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: 486fbab3f98ad9fd567d8767cb7df5352544483b https://github.com/xwiki/xwiki-docker/commit/486fbab3f98ad9fd567d8767cb7df5… Author: Mats <60609373+MatsG23(a)users.noreply.github.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M 16/postgres-tomcat/docker-compose.yml M 17.4/postgres-tomcat/docker-compose.yml M 17/postgres-tomcat/docker-compose.yml Log Message: ----------- [Misc] Update volume path for Postgres 18+ compatibility Postgres 18+ expects the volume mount at /var/lib/postgresql/ so it can manage the data directory structure itself with major-version-specific directory names. See: https://github.com/docker-library/postgres/pull/1259 Co-authored-by: Mats Gertsen <mats.gertsen(a)flavia-it.de> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 4b4238: XCOMMONS-3520: Cannot add an array to a collection...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-commons Commit: 4b423882dea62f3388ffa3f78d3ab078efa65ff7 https://github.com/xwiki/xwiki-commons/commit/4b423882dea62f3388ffa3f78d3ab… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/introspection/MethodArgumentUberspectorTest.java Log Message: ----------- XCOMMONS-3520: Cannot add an array to a collection using addAll in Velocity * improve unit test setup to test with real converters (cherry picked from commit 97a1d5ec802ec56e3f28f720e7f6f0968921ee65) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 97a1d5: XCOMMONS-3520: Cannot add an array to a collection...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 97a1d5ec802ec56e3f28f720e7f6f0968921ee65 https://github.com/xwiki/xwiki-commons/commit/97a1d5ec802ec56e3f28f720e7f6f… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/introspection/MethodArgumentUberspectorTest.java Log Message: ----------- XCOMMONS-3520: Cannot add an array to a collection using addAll in Velocity * improve unit test setup to test with real converters To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23883: Upgrade to yjs 13.6.29
by XWiki Notifications 12 Jan '26

12 Jan '26
1 0
0 0
[[email protected]][Issue] Updates for JIRA-105: Abusive modification of document when accessing administration page
by XWiki Notifications 12 Jan '26

12 Jan '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 1455
  • 1456
  • 1457
  • 1458
  • 1459
  • 1460
  • 1461
  • ...
  • 5877
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.