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]

September 2026

  • 1 participants
  • 2257 discussions
[xwiki/xwiki-platform] 1c6020: [Misc] Perform any REST actions as a given user in...
by XWiki Notifications 10 Sep '26

10 Sep '26
Branch: refs/heads/mentions-it-rest-fixture Home: https://github.com/xwiki/xwiki-platform Commit: 1c602093f84cb525cf458cefad250efcf644b675 https://github.com/xwiki/xwiki-platform/commit/1c602093f84cb525cf458cefad25… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-test/xwiki-platform-mentions-test-docker/src/test/it/org/xwiki/mentions/test/ui/MentionsIT.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java Log Message: ----------- [Misc] Perform any REST actions as a given user instead of one action per method * Take an XWikiCredentials instead of a login and a password in RestTestUtils#runAs, so that the new API doesn't add callers to the httpclient 3 UsernamePasswordCredentials, which is being migrated away from Co-Authored-By: Claude Opus 5 <noreply(a)anthropic.com> Claude-Session: https://claude.ai/code/session_017bPPPf84YcMdxH6f1RMUf3 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] dbba36: XWIKI-24834: Creating a link to a new page by sele...
by XWiki Notifications 10 Sep '26

10 Sep '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-platform Commit: dbba367a1fc3e4757b960bcf43f4fb17ad1bae07 https://github.com/xwiki/xwiki-platform/commit/dbba367a1fc3e4757b960bcf43f4… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-link/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/LinkIT.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditorDialog.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/LinkDialog.java M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-webjar/src/main/webjar/resource/entityResourceSuggester.js Log Message: ----------- XWIKI-24834: Creating a link to a new page by selecting text and validating the link dialog produces an empty link target * Preselect the page that would be created from the link label, following the configured page name strategy, when the link dialog is opened to create a new link. * Don't accept an empty link target that was not explicitly selected and that has neither an anchor nor a query string. * Add functional tests for creating a link from the selected text, for updating a link that targets the current page and for the link target validation. Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> (cherry picked from commit 74ec7bb1f7544c859c1860e350b87527a1d475aa) 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] 74ec7b: XWIKI-24834: Creating a link to a new page by sele...
by XWiki Notifications 10 Sep '26

10 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 74ec7bb1f7544c859c1860e350b87527a1d475aa https://github.com/xwiki/xwiki-platform/commit/74ec7bb1f7544c859c1860e350b8… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-link/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/LinkIT.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditorDialog.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/LinkDialog.java M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-webjar/src/main/webjar/resource/entityResourceSuggester.js Log Message: ----------- XWIKI-24834: Creating a link to a new page by selecting text and validating the link dialog produces an empty link target * Preselect the page that would be created from the link label, following the configured page name strategy, when the link dialog is opened to create a new link. * Don't accept an empty link target that was not explicitly selected and that has neither an anchor nor a query string. * Add functional tests for creating a link from the selected text, for updating a link that targets the current page and for the link target validation. Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.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-commons] 911ca3: XCOMMONS-3763: Upgrade to Groovy 5.1.2
by XWiki Notifications 10 Sep '26

10 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 911ca3226796a1100fca357a7c36e72cb936c529 https://github.com/xwiki/xwiki-commons/commit/911ca3226796a1100fca357a7c36e… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3763: Upgrade to Groovy 5.1.2 Commit: 72cb635772add46986e857c253fdb3d0c4344fb4 https://github.com/xwiki/xwiki-commons/commit/72cb635772add46986e857c253fdb… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3753: Upgrade to AWS SDK 2.54.15 Commit: 0adb3be3016ac516c4f81e5a14634d81cd64b463 https://github.com/xwiki/xwiki-commons/commit/0adb3be3016ac516c4f81e5a14634… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3774: Upgrade to JGroups 5.5.7 Commit: 328e6f8e39a73712e0829b5315555a8bc24aa817 https://github.com/xwiki/xwiki-commons/commit/328e6f8e39a73712e0829b5315555… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3775: Upgrade to Plexus Utils 4.1.0 Compare: https://github.com/xwiki/xwiki-commons/compare/d58f17d9982b...328e6f8e39a7 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 XCOMMONS-3753: Upgrade to AWS SDK 2.54.15
by XWiki Notifications 10 Sep '26

10 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3021: Upgrade to Maven Plugin Tools 3.15.1
by XWiki Notifications 10 Sep '26

10 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3763: Upgrade to Groovy 5.1.2
by XWiki Notifications 10 Sep '26

10 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3774: Upgrade to JGroups 5.5.7
by XWiki Notifications 10 Sep '26

10 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3773: Upgrade to Sonar Maven plugin 5.8.0.7211
by XWiki Notifications 10 Sep '26

10 Sep '26
1 0
0 0
[xwiki/xwiki-commons] d58f17: XCOMMONS-3773: Upgrade to Sonar Maven plugin 5.8.0...
by XWiki Notifications 10 Sep '26

10 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: d58f17d9982b21b800066cd39b4ac07d0dcda128 https://github.com/xwiki/xwiki-commons/commit/d58f17d9982b21b800066cd39b4ac… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3773: Upgrade to Sonar Maven plugin 5.8.0.7211 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • ...
  • 226
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.