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 -----
  • 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]

August 2026

  • 1 participants
  • 2038 discussions
[[email protected]][Issue] Updates for CRISTAL-849: Upgrade yjs to 13.6.31
by XWiki Notifications 28 Aug '26

28 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23771: AWM: Numeric field accepts invalid characters, causing server error on edit
by XWiki Notifications 28 Aug '26

28 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24712: Document pickers don't keep the full width anymore after selecting a document in some macros
by XWiki Notifications 28 Aug '26

28 Aug '26
1 0
0 0
[xwiki-contrib/cristal] 0da149: CRISTAL-848: Upgrade vue-router to 5.2.0
by XWiki Notifications 28 Aug '26

28 Aug '26
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 0da1490ead59307c22e1bc16074eb833575f2ff9 https://github.com/xwiki-contrib/cristal/commit/0da1490ead59307c22e1bc16074… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-08-28 (Fri, 28 Aug 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- CRISTAL-848: Upgrade vue-router to 5.2.0  Conflicts:  pnpm-lock.yaml Commit: 93b85dcd292efc57187050dcff627710523444fb https://github.com/xwiki-contrib/cristal/commit/93b85dcd292efc57187050dcff6… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-08-28 (Fri, 28 Aug 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- CRISTAL-849: Upgrade yjs to 13.6.31 Compare: https://github.com/xwiki-contrib/cristal/compare/dde18f90f2e2...93b85dcd292e To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] f17633: XWIKI-23771: AWM: Numeric field accepts invalid ch...
by XWiki Notifications 28 Aug '26

28 Aug '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: f176331f38ae1aac968ccf8f485c1155528164b9 https://github.com/xwiki/xwiki-platform/commit/f176331f38ae1aac968ccf8f485c… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2026-08-28 (Fri, 28 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-test/xwiki-platform-appwithinminutes-test-docker/src/test/it/org/xwiki/appwithinminutes/test/ui/NumberClassFieldIT.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/NumberClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/NumberClassTest.java Log Message: ----------- XWIKI-23771: AWM: Numeric field accepts invalid characters, causing server error on edit (#6231) * XWIKI-23771: AWM: Numeric field accepts invalid characters, causing server error on edit * Lowered the long type's min/max clamp from 2^53 to 2^52 * Removed the setSize() call from displayEdit() * Renamed browserRejectsOutOfRangeInput() to browserRejectsOutOfRangeAndDecimalInput() and extended it to also cover decimal input on the default long type * Updated NumberClassTest's expected safe integer limit * XWIKI-23771: AWM: Numeric field accepts invalid characters, causing server error on edit * Removed the min/max attributes and the SAFE_INTEGER_LIMIT constant for the long type * Renamed browserRejectsOutOfRangeAndDecimalInput() to browserRejectsDecimalInput() and made it cover both signs * Added saveShowsFriendlyErrorForOutOfRangeValue() covering the out-of-range long message * Updated NumberClassTest to expect no range on the long type * XWIKI-23771: AWM: Numeric field accepts invalid characters, causing server error on edit * Fixed the stale javadoc on browserRejectsDecimalInput() referencing the removed min attribute * XWIKI-23771: AWM: Numeric field accepts invalid characters, causing server error on edit * Merged browserRejectsDecimalInput() and saveShowsFriendlyErrorForOutOfRangeValue() into one scenario sharing a single fixture * XWIKI-23771: AWM: Numeric field accepts invalid characters, causing server error on edit * Merged browserRejectsInvalidInput() and browserRejectsDecimalAndServerRejectsOutOfRangeValue() into a single numberFieldValidation() scenario, so the AWM application, its class and its template entry are built once instead of twice. Functional tests are scenarios: what costs is the fixture, not the assertions, and both methods asserted properties of the same number input. * Documented why a valid in-range value is saved in the middle of the scenario: it covers the happy path now that the long range is no longer expressed as min and max attributes. Co-Authored-By: Claude Opus 5 (1M context) <noreply(a)anthropic.com> * XWIKI-23771: AWM: Numeric field accepts invalid characters, causing server error on edit * Passed the space reference to goToEditor() so the class is created on a terminal page * Restored the @BeforeEach logging in as superadmin and deleting the test space * XWIKI-23771: AWM: Numeric field accepts invalid characters, causing server error on edit * Restored the original reason for the mid-scenario save in the comment * XWIKI-23771: AWM: Numeric field accepts invalid characters, causing server error on edit * Added a dedicated message for the step mismatch asking for a whole number * Set the step mismatch attribute only on the integer and long types * Updated NumberClassTest for the new step mismatch expectations --------- Co-authored-by: Vincent Massol <vincent(a)massol.net> 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
[[email protected]][Issue] Updates for CRISTAL-848: Upgrade vue-router to 5.2.0
by XWiki Notifications 28 Aug '26

28 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-849: Upgrade yjs to 13.6.31
by XWiki Notifications 28 Aug '26

28 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24755: XClass properties can only be reordered with a mouse in the class editor
by XWiki Notifications 28 Aug '26

28 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24712: Document pickers don't keep the full width anymore after selecting a document in some macros
by XWiki Notifications 28 Aug '26

28 Aug '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-5671: Add the ability to reorder objects using Drag&Drop for the Object editor too
by XWiki Notifications 28 Aug '26

28 Aug '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • ...
  • 204
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.