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-dev-llm] fdf060: Add skill to draft GitHub security advisories from...
by XWiki Notifications 09 Sep '26

09 Sep '26
Branch: refs/heads/xwiki-security-advisory-skill Home: https://github.com/xwiki/xwiki-dev-llm Commit: fdf0602badcf9912e25dbe1dfd6dc506a74629d1 https://github.com/xwiki/xwiki-dev-llm/commit/fdf0602badcf9912e25dbe1dfd6dc… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M README.md M xwiki/okf/index.md M xwiki/skills/xwiki-jira/SKILL.md A xwiki/skills/xwiki-security-advisory/SKILL.md Log Message: ----------- Add skill to draft GitHub security advisories from a JIRA issue The skill fetches the security-restricted JIRA issue over REST and the live advisory template + CVSS scoring guidance from the XWiki Security Policy page, then drafts the GHSA content and metadata to a work-directory file (never the repo), leaving the actual advisory creation/publishing as an explicitly-confirmed follow-up step. Co-Authored-By: Claude Sonnet 5 <noreply(a)anthropic.com> Commit: 46c8c39771ddf71e085ef878bf71174db7eade5f https://github.com/xwiki/xwiki-dev-llm/commit/46c8c39771ddf71e085ef878bf711… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki/skills/xwiki-security-advisory/SKILL.md Log Message: ----------- Ask the user directly when the JIRA fetch fails, instead of blocking Covers missing JIRA_API_TOKEN, network/auth errors and 404s (which for a restricted issue means the account can't see it, not a bad key): the skill now asks for the same fields directly and drafts from the answers, marking anything still missing as an explicit placeholder. Co-Authored-By: Claude Sonnet 5 <noreply(a)anthropic.com> Commit: 98066f466072d19a889f78e6c9c968dd9ba5374a https://github.com/xwiki/xwiki-dev-llm/commit/98066f466072d19a889f78e6c9c96… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki/skills/xwiki-security-advisory/SKILL.md Log Message: ----------- Look at published advisories for CVSS comment wording, add commit SHA placeholder New Step 3 has the skill pull a few already-published (never draft) advisories with a similar CVSS vector and match their register when wording each row's comment, without borrowing their section structure (which still comes only from the live template). Also has the References row track the fix commit's SHA specifically, with an explicit placeholder until the fix lands, mirroring the Patches row. Co-Authored-By: Claude Sonnet 5 <noreply(a)anthropic.com> Commit: dcdd9601fa0a20414687540deeb41e56190329d7 https://github.com/xwiki/xwiki-dev-llm/commit/dcdd9601fa0a20414687540deeb41… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki/skills/xwiki-security-advisory/SKILL.md Log Message: ----------- Add concrete guidance for the affected products/version-range fields Combines GitHub's own version-range syntax rules with the pattern every already-published XWiki advisory follows: one Affected product entry per leaf Maven module, an open-ended lower-bound-only vulnerable range, every maintained branch's patched version listed together, and the dashed dev-version notation (never the JIRA/@since RC style). Co-Authored-By: Claude Sonnet 5 <noreply(a)anthropic.com> Compare: https://github.com/xwiki/xwiki-dev-llm/compare/fdf0602badcf%5E...dcdd9601fa… To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for FULLCAL-94: Improve event properties population
by XWiki Notifications 09 Sep '26

09 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22383: Display the macro name next to the move handle when hovering a macro in the wysiwyg editor
by XWiki Notifications 09 Sep '26

09 Sep '26
1 0
0 0
[xwiki/xwiki-platform] a441d3: XWIKI-22383: Display the macro name next to the mo...
by XWiki Notifications 09 Sep '26

09 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: a441d39985b0df7ac45ff61b61c4c7c78a966ca6 https://github.com/xwiki/xwiki-platform/commit/a441d39985b0df7ac45ff61b61c4… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/test/javascript/xwiki-macro.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/MacroIT.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/RichTextAreaElement.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/ContentSheet.xml Log Message: ----------- XWIKI-22383: Display the macro name next to the move handle when hovering a macro in the wysiwyg editor (#6287) * Exposed the macro name on the macro widget drag handler container * Styled the macro name displayed next to the move handle of a hovered macro * Added a JavaScript test for the macro name set on the drag handler container * Added the macro hover and macro name getters to RichTextAreaElement * Added macroNameNextToTheMoveHandle to MacroIT * Darkened the macro name to keep enough contrast once the move handle opacity is applied * Moved the macro name into the move handle container flow * Delayed the hiding of the macro name to match the move handle * Stopped the move handle icon from being tiled over the macro name * Stretched the move handle over the macro name at all times * Kept the room of the move handle when the macro name is missing 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] e1d871: XWIKI-24666: Wrong version index when some version...
by XWiki Notifications 09 Sep '26

09 Sep '26
Branch: refs/heads/xwikiorg Home: https://github.com/xwiki/xwiki-platform Commit: e1d871275cd5d65267f1fd7c87008409605a1788 https://github.com/xwiki/xwiki-platform/commit/e1d871275cd5d65267f1fd7c8700… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/RepositoryManager.java Log Message: ----------- XWIKI-24666: Wrong version index when some version pages already exist (cherry picked from commit 1fbd110d7c8c5356beb8e6b45cd008a9882510c4) (cherry picked from commit a5e14d38dd3599f5cf8b466acef0fb57cfe68bb3) Commit: 1fe23bb9ea07a431859ef8b9c6c810a886ae06b1 https://github.com/xwiki/xwiki-platform/commit/1fe23bb9ea07a431859ef8b9c6c8… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/RepositoryManager.java Log Message: ----------- XWIKI-24666: Wrong version index when some version pages already exist * aldo fix project versions update (cherry picked from commit 86a5ddf0a5550484e585f59138a0ffb0f8240097) (cherry picked from commit 4a116fd4c927816ae5e2b59752cc9e4556eeb1d3) Commit: e41ff37f2ab91414e764edc1047c7dd91d803c72 https://github.com/xwiki/xwiki-platform/commit/e41ff37f2ab91414e764edc1047c… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: A xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/ExtensionImportFinishedEvent.java A xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/ExtensionImportStartingEvent.java M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/ExtensionUpdaterListener.java M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/RepositoryManager.java Log Message: ----------- XWIKI-24669: Adding or deleting latest version for an extension in the repository does not update the latest version in the main page (cherry picked from commit c103894b81a083465c9c5aa42f8f1e85de1781d7) (cherry picked from commit 56b5162d1ebd5f65b943925a6c734f654f78bc67) Commit: 91c20791e0a53e2ac1ffbfd71392de07d7fca55f https://github.com/xwiki/xwiki-platform/commit/91c20791e0a53e2ac1ffbfd71392… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/pom.xml M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/ExtensionStore.java M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/ExtensionUpdaterListener.java A xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/ProjectImportFinishedEvent.java A xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/ProjectImportStartingEvent.java A xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/ProjectUpdaterListener.java M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/RepositoryManager.java M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/XWikiRepositoryModel.java M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/resources/META-INF/components.txt Log Message: ----------- XWIKI-24671: Adding a new version for a project in the repository does not update the latest version (cherry picked from commit ce0799d7fa04702072eca84921fe285205fa8e9c) (cherry picked from commit 326a8aaa0288804e8136c162267e70ca49236176) Commit: f033090a0bd538abe14d34fec4be15eb66b430b3 https://github.com/xwiki/xwiki-platform/commit/f033090a0bd538abe14d34fec4be… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/RepositoryManager.java Log Message: ----------- XWIKI-24671: Adding a new version for a project in the repository does not update the latest version * fix merge problem (cherry picked from commit f16f3741d90047256ed345057cdf399498aa5018) Compare: https://github.com/xwiki/xwiki-platform/compare/d2f868df4faa...f033090a0bd5 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] 75afa4: XWIKI-24750: Escaping of property values is incons...
by XWiki Notifications 09 Sep '26

09 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 75afa4d040a9749e8b11de88d6d52de8988dcb08 https://github.com/xwiki/xwiki-platform/commit/75afa4d040a9749e8b11de88d6d5… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-09-09 (Wed, 09 Sep 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/ComputedFieldClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/DBTreeListClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/BooleanClassTest.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/ComputedFieldClassTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/DBTreeListClassTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/PropertyClassTest.java Log Message: ----------- XWIKI-24750: Escaping of property values is inconsistent * Consistently escape all values and attributes to ensure consistent and correct behavior. This adds escaping even in cases where either the displayed values don't need escaping or there are no attributes to escape to ensure that anything added in the future won't miss it. * Add escaping tests. 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-docker] 863f2c: [Misc] Name the official image submission after th...
by XWiki Notifications 09 Sep '26

09 Sep '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: 863f2c79ab04e669ce1805cd2e70d3e5b084d542 https://github.com/xwiki/xwiki-docker/commit/863f2c79ab04e669ce1805cd2e70d3… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M gradle/official-image.gradle Log Message: ----------- [Misc] Name the official image submission after the cycles it changes * The branch, the commit, the Pull Request title and its body were named after the stable cycle and listed every cycle of the model, announcing releases the submission did not carry: a run moving only the LTS cycle to 17.10.13 opened "Update XWiki to 18.7.0" listing all four cycles. * They are now derived from the cycles whose blocks differ from the published library file, so a single-cycle run names that one release and a run moving several names them all. 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-docker/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 095d96: Translated using Weblate (English (United Kingdom))
by XWiki Notifications 09 Sep '26

09 Sep '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 095d96c94e6202943766e00a3cc4294f4d15f5b3 https://github.com/xwiki/xwiki-platform/commit/095d96c94e6202943766e00a3cc4… Author: Andi Chandler <andi(a)gowling.com> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/EditTranslations.en_GB.xml Log Message: ----------- Translated using Weblate (English (United Kingdom)) Currently translated at 100.0% (9 of 9 strings) Translation: XWiki Platform/xwiki-platform-edit-ui-EditTranslations-1710x Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/stable-17-10-x/xwiki-platfor… Commit: 623daedb15bc7c423809212812589b937a032d51 https://github.com/xwiki/xwiki-platform/commit/623daedb15bc7c42380921281258… Author: Andi Chandler <andi(a)gowling.com> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-macro/src/main/resources/ApplicationResources_en_GB.properties Log Message: ----------- Translated using Weblate (English (United Kingdom)) Currently translated at 100.0% (9 of 9 strings) Translation: XWiki Platform/xwiki-platform-office-macro-1710x Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/stable-17-10-x/xwiki-platfor… Commit: 6aadd0e87e5ee5bc4a6340f06a0e024a3f231612 https://github.com/xwiki/xwiki-platform/commit/6aadd0e87e5ee5bc4a6340f06a0e… Author: Andi Chandler <andi(a)gowling.com> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/main/resources/ApplicationResources_en_GB.properties Log Message: ----------- Translated using Weblate (English (United Kingdom)) Currently translated at 55.5% (5 of 9 strings) Translation: XWiki Platform/xwiki-platform-security-authentication-default-1710x Translate-URL: https://l10n.xwiki.org/projects/xwiki-platform/stable-17-10-x/xwiki-platfor… Compare: https://github.com/xwiki/xwiki-platform/compare/dff5470f1210...6aadd0e87e5e 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 OIDC-319: Add support for sending the RP-initiated logout request as POST instead of GET
by XWiki Notifications 09 Sep '26

09 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24846: Make the code macro's syntax highlighter pluggable and use a client-side one by default
by XWiki Notifications 09 Sep '26

09 Sep '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • ...
  • 226
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.