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]

  • 58116 discussions
[xwiki/xwiki-platform] c9eafc: XWIKI-24590: Create/check for automated tests for ...
by XWiki Notifications 30 Jul '26

30 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: c9eafc0ad7d5e7a88610bb8b2426deeb6f6294e2 https://github.com/xwiki/xwiki-platform/commit/c9eafc0ad7d5e7a88610bb8b2426… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-30 (Thu, 30 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-test/xwiki-platform-flamingo-theme-test-docker/src/test/it/org/xwiki/flamingo/test/ui/FlamingoThemeIT.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/editor/EditPage.java Log Message: ----------- XWIKI-24590: Create/check for automated tests for "Buttons Default Background" (#6030) Automate the "Buttons Default Background" manual test in FlamingoThemeIT: set the @btn-default-bg variable from the "Buttons" category of the color theme editor and verify that a button using the default style (the editor "Cancel" button) gets the configured background on a wiki page. 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-dev-llm] 2f7214: [Misc] Require handling a page's backlinks before ...
by XWiki Notifications 30 Jul '26

30 Jul '26
Branch: refs/heads/page-deletion-backlinks Home: https://github.com/xwiki/xwiki-dev-llm Commit: 2f7214973471a73bdb7f521aa861be700f1edbbb https://github.com/xwiki/xwiki-dev-llm/commit/2f7214973471a73bdb7f521aa861b… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-30 (Thu, 30 Jul 2026) Changed paths: M .claude-plugin/marketplace.json M kimi.plugin.json M opencode.jsonc M xwiki/.claude-plugin/plugin.json M xwiki/instructions/xwiki-org.md M xwiki/okf/conventions/documentation-migration.md M xwiki/okf/conventions/documentation.md A xwiki/okf/conventions/page-deletion.md M xwiki/okf/index.md M xwiki/skills/xwiki-doc-convert/SKILL.md M xwiki/skills/xwiki-doc-writing/SKILL.md M xwiki/skills/xwiki-rest-api/SKILL.md Log Message: ----------- [Misc] Require handling a page's backlinks before deleting it on xwiki.org Deleting a page on xwiki.org breaks every link pointing at it, and the breakage shows up on other pages that nothing in the delete flow names. Capture the rule as a new OKF topic (conventions/page-deletion.md), generic to any page deletion rather than tied to documentation authoring or conversion: - what the deletion wizard does repoint ("New target" + "Update links", plus the XWiki.RedirectClass redirect) and what it never does (a REST DELETE, links written as absolute URLs, macro parameters without MacroRefactoring, references held in xproperties); - why the Information tab's Backlinks list must be completed with a farm-wide search: an absolute URL is an external link, so it is not a backlink at all; - the triage table, and the recovery path (restore from the trash to get the list back) when a page was already deleted. The doc-migration file keeps only its migration-specific triage and defers the mechanics to the new topic; documentation.md and the xwiki-doc-writing, xwiki-doc-convert and xwiki-rest-api skills point at it. 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-dev-llm/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24644: The REST page delete endpoint should support a parameter to replace backlinks with a new reference
by XWiki Notifications 30 Jul '26

30 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24590: Create/check for automated tests for "Buttons Default Background"
by XWiki Notifications 30 Jul '26

30 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24593: Create/check for automated tests for "Typography Font Family Sans Serif"
by XWiki Notifications 30 Jul '26

30 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24593: Create/check for automated tests for "Typography Font Family Sans Serif"
by XWiki Notifications 30 Jul '26

30 Jul '26
1 0
0 0
[xwiki/xwiki-platform] f9e1a8: XWIKI-24642: REST pages in a space resource empty ...
by XWiki Notifications 30 Jul '26

30 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: f9e1a8fa58d9c09eaf19d1e31e73d937c5273ef9 https://github.com/xwiki/xwiki-platform/commit/f9e1a8fa58d9c09eaf19d1e31e73… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-07-30 (Thu, 30 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PagesResourceImpl.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-docker/src/test/it/org/xwiki/rest/test/PagesResourceIT.java Log Message: ----------- XWIKI-24642: REST pages in a space resource empty when ordered by date on Oracle * Accept null in the locale condition of the query as Oracle stores the empty string as null, so "language = ''" matched no document at all there and the resource returned an empty result. * Add an integration test asserting that the resource returns the pages of the space when they are ordered by date. Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> Commit: bebabc42d6eee94e7340d4496c942331ecdd9a53 https://github.com/xwiki/xwiki-platform/commit/bebabc42d6eee94e7340d4496c94… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-07-30 (Thu, 30 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/BaseAttachmentsResource.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PagesResourceImpl.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/wikis/WikiPagesResourceImpl.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/attachments/AttachmentsResourceImplTest.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/spaces/SpaceAttachmentsResourceImplTest.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/wikis/WikiAttachmentsResourceImplTest.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/wikis/WikiPagesResourceImplTest.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-docker/src/test/it/org/xwiki/rest/test/PagesResourceIT.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-docker/src/test/it/org/xwiki/rest/test/WikisResourceIT.java Log Message: ----------- XWIKI-24643: Several REST resources return results in arbitrary, unstable order * Order the pages of a wiki by full name and locale, the attachments by document, locale and file name, and add the page name to the date ordering of the pages in a space, so that paginating with start/number returns a stable, deterministic order. Without ordering by a unique key the database is free to return rows in an arbitrary order that can differ between queries, which made a REST functional test fail occasionally on Oracle. * Add integration tests asserting the order of the pages of a wiki and of the attachments, using names that are ordered differently in a non-binary collation, and asserting that paginating the date-ordered pages of a space returns each page exactly once. Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> Compare: https://github.com/xwiki/xwiki-platform/compare/1d87de290696...bebabc42d6ee 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 XWIKI-16570: Typography Font Family Sans Serif fonts are not properly displayed on Firefox and IE11
by XWiki Notifications 30 Jul '26

30 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24593: Create/check for automated tests for "Typography Font Family Sans Serif"
by XWiki Notifications 30 Jul '26

30 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24643: Several REST resources return results in arbitrary, unstable order
by XWiki Notifications 30 Jul '26

30 Jul '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 288
  • 289
  • 290
  • 291
  • 292
  • 293
  • 294
  • ...
  • 5812
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.