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]

  • 58309 discussions
[[email protected]][Issue] Updates for XWIKI-24509: Various WCAG issues in the Repository Application
by XWiki Notifications 23 Jun '26

23 Jun '26
1 0
0 0
[xwiki/xwiki-platform] c78357: XWIKI-24509: Various WCAG issues in the Repository...
by XWiki Notifications 23 Jun '26

23 Jun '26
Branch: refs/heads/XWIKI-24509 Home: https://github.com/xwiki/xwiki-platform Commit: c7835799cde937fde8cdc1c9cf5ff787cc0d28b3 https://github.com/xwiki/xwiki-platform/commit/c7835799cde937fde8cdc1c9cf5f… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-06-23 (Tue, 23 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BooleanClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/ListClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/StaticListClassTest.java M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionAuthorsDisplayer.xml M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ExtensionSupportPlanSheet.xml M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/ImportExtension.xml M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-ui/src/main/resources/ExtensionCode/Translations.xml M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/hierarchy_macros.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/DisplayPageTest.java Log Message: ----------- XWIKI-24509: Various WCAG issues in the Repository Application Fix the accessibility violations reported by the WCAG validation on the Repository Application functional tests: * definition-list / dlitem: the Support Plan sheet wrapped its fields in a Bootstrap grid inside a single <dl>, nesting <dt>/<dd> two <div> levels deep. Each grid column now has its own <dl> so that <dt>/<dd> are direct children of a <dl>. * select-name: the list and boolean <select> displayers did not expose an accessible name. They now set an aria-label text alternative, mirroring what StringClass already does. The import form select/input get an aria-label too. * image-alt: the authors page-picker remove icon had no alt text. It now sets alt/title using a new translation. * link-name: the breadcrumb produced an empty link when a page had no title. It now falls back to the reference name when the title is empty. 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 XGITLAB-40: Gitlab macro issue table renders assignee and time_stats.time_estimate as raw API values instead of readable text
by XWiki Notifications 23 Jun '26

23 Jun '26
1 0
0 0
[[email protected]][Issue] Updates for CRISTALNC-46: Attachment section overlaps right sidebar after reopening sidebar
by XWiki Notifications 23 Jun '26

23 Jun '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24509: Various WCAG issues in the Repository Application
by XWiki Notifications 23 Jun '26

23 Jun '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24508: Upgrade to blocknote 0.51.4
by XWiki Notifications 23 Jun '26

23 Jun '26
1 0
0 0
[[email protected]][Issue] Updates for REPLICAT-237: Some replication messages might not be sent before next restart if the queue is full
by XWiki Notifications 23 Jun '26

23 Jun '26
1 0
0 0
[[email protected]][Issue] Updates for CRISTALNC-39: Resizing panel is not working
by XWiki Notifications 23 Jun '26

23 Jun '26
1 0
0 0
[xwiki/xwiki-platform] 8a9715: XWIKI-24508: Upgrade to blocknote 0.51.4
by XWiki Notifications 23 Jun '26

23 Jun '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 8a97152fd05aa343d0390d028bfebef85fdd3a00 https://github.com/xwiki/xwiki-platform/commit/8a97152fd05aa343d0390d028bfe… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-06-23 (Tue, 23 Jun 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/CollaborationIT.java M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/ImageIT.java M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/MacroIT.java M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/RoundTripIT.java M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-pageobjects/src/main/java/org/xwiki/blocknote/test/po/BlockNoteRichTextArea.java M xwiki-platform-core/xwiki-platform-node/src/main/node/editors/blocknote-headless/src/vue/c-blocknote-view.vue Log Message: ----------- XWIKI-24508: Upgrade to blocknote 0.51.4 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki-contrib/application-replication] 2e9d8c: REPLICAT-238: Make each option of the page replica...
by XWiki Notifications 23 Jun '26

23 Jun '26
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-replication Commit: 2e9d8cf9bcad12ffe333cbad54fa9eeac5969dc7 https://github.com/xwiki-contrib/application-replication/commit/2e9d8cf9bca… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-06-23 (Tue, 23 Jun 2026) Changed paths: M replication-test/replication-test-pageobjects/src/main/java/org/xwiki/contrib/replication/test/po/PageReplicationAdministrationSectionPage.java Log Message: ----------- REPLICAT-238: Make each option of the page replication administration more explicit * update the test to support the HTML change Commit: 4a4bdddcab57017687355c44ff2e95a0e20b677d https://github.com/xwiki-contrib/application-replication/commit/4a4bdddcab5… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-06-23 (Tue, 23 Jun 2026) Changed paths: M replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/AbstractReplicationMessageStore.java M replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/DefaultReplicationSender.java M replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationSenderMessageQueue.java M replication-default/src/main/java/org/xwiki/contrib/replication/internal/message/ReplicationSenderMessageStore.java M replication-default/src/main/java/org/xwiki/contrib/replication/script/ReplicationScriptService.java M replication-ui/src/main/resources/XWiki/Replication/Admin.xml Log Message: ----------- REPLICAT-237: Some replication messages might not be sent before next restart if the queue is full Compare: https://github.com/xwiki-contrib/application-replication/compare/1237a690cc… To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-replication/settings/notificat…
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 629
  • 630
  • 631
  • 632
  • 633
  • 634
  • 635
  • ...
  • 5831
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.