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]

  • 58304 discussions
[xwiki/xwiki-platform] 7b4b93: XWIKI-17010: Code viewer doesn't allow to copy bla...
by XWiki Notifications 08 Jul '26

08 Jul '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 7b4b93302442a599655c5b79ccafe1bfb68393bb https://github.com/xwiki/xwiki-platform/commit/7b4b93302442a599655c5b79ccaf… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/code.vm Log Message: ----------- XWIKI-17010: Code viewer doesn't allow to copy blank lines * Replaced the "empty" lines with a single newline character. (cherry picked from commit 594cf7adf52c2ba70261a295395998e1e21db2ee) 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] 691c95: [Misc] Make sure openapi does not fail when there ...
by XWiki Notifications 08 Jul '26

08 Jul '26
Branch: refs/heads/fix-esm-bundling Home: https://github.com/xwiki-contrib/cristal-integration-nextcloud Commit: 691c95d85507a249bd34b2c1e8e5411d02648bbb https://github.com/xwiki-contrib/cristal-integration-nextcloud/commit/691c9… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: A bin/generate-openapi-spec.sh M composer.json Log Message: ----------- [Misc] Make sure openapi does not fail when there is nothing to generate 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-contrib/cristal-integration-nextcloud] 3f2578: [Misc] Fix lint-eslint and lint-stylelint github a...
by XWiki Notifications 08 Jul '26

08 Jul '26
Branch: refs/heads/fix-esm-bundling Home: https://github.com/xwiki-contrib/cristal-integration-nextcloud Commit: 3f2578b77c6b1ab43c5ef1928cbfaebc14565bb5 https://github.com/xwiki-contrib/cristal-integration-nextcloud/commit/3f257… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: M .github/workflows/lint-eslint.yml M .github/workflows/lint-stylelint.yml M package.json M pnpm-lock.yaml Log Message: ----------- [Misc] Fix lint-eslint and lint-stylelint github actions Adapt to pnpm. 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-platform] a8352a: XWIKI-23869: HTML5 validation outline error: headi...
by XWiki Notifications 08 Jul '26

08 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: a8352a6bd36e501d52bb9238f24f2ae004dc5d4c https://github.com/xwiki/xwiki-platform/commit/a8352a6bd36e501d52bb9238f24f… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-ui/src/main/resources/Image/Style/Code/Administration.xml M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-ui/src/main/resources/Image/Style/Code/Configuration.xml Log Message: ----------- XWIKI-23869: HTML5 validation outline error: heading level skipped on the image style code page (#5025) * Updated the heading level. * Removed useless heading. 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] 187bc9: [Misc] Add Playwright smoke test gating releases a...
by XWiki Notifications 08 Jul '26

08 Jul '26
Branch: refs/heads/fix-esm-bundling Home: https://github.com/xwiki-contrib/cristal-integration-nextcloud Commit: 187bc9806d5dd7e0a48fcba279dc23fc52b7a8f5 https://github.com/xwiki-contrib/cristal-integration-nextcloud/commit/187bc… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: A .github/workflows/e2e.yml M .github/workflows/release.yml M .gitignore M package.json M pnpm-lock.yaml A tests/e2e/pageObjects/CristalAppPage.ts A tests/e2e/pageObjects/LoginPage.ts A tests/e2e/smoke.spec.ts A tests/nextcloud/start-nextcloud.sh A tests/nextcloud/stop-nextcloud.sh A tests/playwright.config.ts Log Message: ----------- [Misc] Add Playwright smoke test gating releases across supported Nextcloud versions Commit: b9a19d30db0f37f07877946a6cde3bd76c6117c0 https://github.com/xwiki-contrib/cristal-integration-nextcloud/commit/b9a19… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: M CHANGELOG.md Log Message: ----------- [Misc] Update changelog for 1.6.1 Commit: c52737bf0a0f2887e2e1368119100f3a9d9f5499 https://github.com/xwiki-contrib/cristal-integration-nextcloud/commit/c5273… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: M vite.config.js Log Message: ----------- CRISTALNC-51: Badly distributed esm package breaks the extension Commit: 719fe62b184f4c15b0e18997ae54f0d245c81c9b https://github.com/xwiki-contrib/cristal-integration-nextcloud/commit/719fe… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: A patches/@[email protected] M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] patch bad editor link edit Apply XWIKI-24541 preemptively. Commit: cae3f6869238f3775da76ef35cdfab9300c11c16 https://github.com/xwiki-contrib/cristal-integration-nextcloud/commit/cae3f… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: M src/main.css Log Message: ----------- CRISTALNC-52: Some styles of blocknote are broken Commit: 0420d22f272a72195f5de268cdfbbf02b47a5115 https://github.com/xwiki-contrib/cristal-integration-nextcloud/commit/0420d… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: M package.json Log Message: ----------- [Misc] Reformat package.json Compare: https://github.com/xwiki-contrib/cristal-integration-nextcloud/compare/8596… 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-platform] bee2e5: XWIKI-24123: Inline link is not underlined in the ...
by XWiki Notifications 08 Jul '26

08 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: bee2e5b5c9b72befc370d373aadc1b5acf5ae1eb https://github.com/xwiki/xwiki-platform/commit/bee2e5b5c9b72befc370d373aadc… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminPageAndChildrenRightsSheet.xml M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminPageExtensionRightsSheet.xml M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminPageRightsSheet.xml M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminSpaceExtensionRightsSheet.xml M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminTranslations.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties Log Message: ----------- XWIKI-24123: Inline link is not underlined in the info block for the PageAndChildrenRights section (#5309) * Deprecated the old translation * Created a new translation with less markup, the markup used before was just confusing and was not justified (not updated since 2015 when the UI was created) * Added the class "force-underline" on the link. * Apply a similar fix (force-underline CSS class, simplified translation key) to all four rights admin sheets with an info box with a children link * Add administration.section.pagerights.hint to AdminTranslations * Deprecate admin.pagerights.info and admin.pagerights.infoNonTerminalDoc in ApplicationResources.properties --------- Co-authored-by: Simon Urli <simon.urli(a)xwiki.com> 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] dba0aa: XWIKI-17010: Code viewer doesn't allow to copy bla...
by XWiki Notifications 08 Jul '26

08 Jul '26
Branch: refs/heads/backport/stable-18.4.x/pr-5326 Home: https://github.com/xwiki/xwiki-platform Commit: dba0aa15e9636ac8cec8d05240e0c8a961b76fb8 https://github.com/xwiki/xwiki-platform/commit/dba0aa15e9636ac8cec8d05240e0… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/code.vm Log Message: ----------- XWIKI-17010: Code viewer doesn't allow to copy blank lines * Replaced the "empty" lines with a single newline character. (cherry picked from commit 594cf7adf52c2ba70261a295395998e1e21db2ee) 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] 3b98b9: XWIKI-17010: Code viewer doesn't allow to copy bla...
by XWiki Notifications 08 Jul '26

08 Jul '26
Branch: refs/heads/backport/stable-17.10.x/pr-5326 Home: https://github.com/xwiki/xwiki-platform Commit: 3b98b9e3a0f04f55eefe1143bed3c83ae90712db https://github.com/xwiki/xwiki-platform/commit/3b98b9e3a0f04f55eefe1143bed3… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/code.vm Log Message: ----------- XWIKI-17010: Code viewer doesn't allow to copy blank lines * Replaced the "empty" lines with a single newline character. (cherry picked from commit 594cf7adf52c2ba70261a295395998e1e21db2ee) 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] 594cf7: XWIKI-17010: Code viewer doesn't allow to copy bla...
by XWiki Notifications 08 Jul '26

08 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 594cf7adf52c2ba70261a295395998e1e21db2ee https://github.com/xwiki/xwiki-platform/commit/594cf7adf52c2ba70261a2953959… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/code.vm Log Message: ----------- XWIKI-17010: Code viewer doesn't allow to copy blank lines * Replaced the "empty" lines with a single newline character. 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 CRISTALNC-52: Some styles of blocknote are broken
by XWiki Notifications 08 Jul '26

08 Jul '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 492
  • 493
  • 494
  • 495
  • 496
  • 497
  • 498
  • ...
  • 5831
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.