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
[[email protected]][Issue] Updates for XWIKI-24850: 4.45 KB of static doc-extra tab wiring is inlined in every page instead of being a cacheable skin file
by XWiki Notifications 09 Sep '26

09 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24851: 2.16 KB of static keyboard-shortcut script is inlined in every page instead of being a cacheable skin file
by XWiki Notifications 09 Sep '26

09 Sep '26
1 0
0 0
[xwiki/xwiki-platform] c695b0: [Misc] Convert tests to JUnit5 + cleanup tests
by XWiki Notifications 09 Sep '26

09 Sep '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: c695b049a33f4c44a6e1543a7d06aa48ac847cb4 https://github.com/xwiki/xwiki-platform/commit/c695b049a33f4c44a6e1543a7d06… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/AbstractNotifyOnUpdateListTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/cache/rendering/DefaultRenderingCacheConfigurationTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/event/CommentEventGeneratorListenerTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/event/XClassPropertyEventGeneratorListenerTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/event/XObjectEventGeneratorListenerTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/filter/XWikiDocumentFilterUtilsTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/model/reference/CompactStringEntityReferenceSerializerTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/model/reference/CompactWikiStringEntityReferenceSerializerTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/model/reference/CurrentAttachmentReferenceResolverTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/model/reference/CurrentUserAndGroupDocumentReferenceResolverTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/model/reference/UserAndGroupDocumentReferenceResolverTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/model/reference/XClassRelativeStringEntityReferenceResolverTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/objects/classes/DefaultDBListQueryBuilderTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/objects/classes/ViewableAllowedDBListValueFilterTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/plugin/rightsmanager/ReferenceUserIteratorTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/query/CurrentLanguageQueryFilterTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/render/OldRenderingProviderTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/sheet/ClassSheetBinderTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/xml/DOMXMLWriterTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/xml/XMLAttributeValueFilterTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/BaseObjectReferenceTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/BooleanClassTest.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/DateClassTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/NumberClassTest.java Log Message: ----------- [Misc] Convert tests to JUnit5 + cleanup tests (cherry picked from commit ce3d787b03a084c22efecfbdb48a46c1d9c25f3c) Commit: deb88b2e6fbf02ff2119165884fac675aef6eeaf https://github.com/xwiki/xwiki-platform/commit/deb88b2e6fbf02ff2119165884fa… 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> (cherry picked from commit 75afa4d040a9749e8b11de88d6d52de8988dcb08) Compare: https://github.com/xwiki/xwiki-platform/compare/6aadd0e87e5e...deb88b2e6fbf 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-releasenotes] 245ea5: RN-116: A filter value whose comparison operator i...
by XWiki Notifications 09 Sep '26

09 Sep '26
Branch: refs/heads/RN-116 Home: https://github.com/xwiki-contrib/application-releasenotes Commit: 245ea59c13f0d20a7dcdf2ef4c31887fcf492d24 https://github.com/xwiki-contrib/application-releasenotes/commit/245ea59c13… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M application-releasenotes-api/src/main/java/org/xwiki/contrib/releasenotes/internal/DefaultChangeQueryParser.java M application-releasenotes-api/src/test/java/org/xwiki/contrib/releasenotes/internal/DefaultChangeQueryParserTest.java Log Message: ----------- RN-116: A filter value whose comparison operator is preceded by a space is read as a pattern * Trim each value of a filter before looking for the operator it is prefixed with, so that a comparison written after a space is read as the comparison it is. The value was trimmed only after the operator had been looked for, so "8.3%, >=9.0" asked for the versions like the text ">=9.0", which matches no change and says nothing about it. * Assert the operator on its own in the new test: a pattern of a comparison and the comparison itself are written the same way, so a failure comparing whole filters is unreadable. 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-contrib/application-releasenotes/settings/notifica…
1 0
0 0
[[email protected]][Issue] Updates for RN-117: A change created without an importance is displayed by no release note and no report
by XWiki Notifications 09 Sep '26

09 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for RN-114: Move the change search from Velocity to Java
by XWiki Notifications 09 Sep '26

09 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for RN-115: Add REST endpoints to create and list release notes and changes
by XWiki Notifications 09 Sep '26

09 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for RN-112: A release note needs script right because the release note template is written in Velocity
by XWiki Notifications 09 Sep '26

09 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for RN-113: Add a Java API for creating release notes and changes
by XWiki Notifications 09 Sep '26

09 Sep '26
1 0
0 0
[[email protected]][Issue] Updates for RN-115: Add REST endpoints to create and list release notes and changes
by XWiki Notifications 09 Sep '26

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

HyperKitty Powered by HyperKitty version 1.3.12.