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]

  • 58981 discussions
[[email protected]][Issue] Updates for XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages
by XWiki Notifications 04 Sep '25

04 Sep '25
1 0
0 0
[[email protected]][Issue] Updates for XRENDERING-785: Line breaks at the end of block elements should be escaped
by XWiki Notifications 04 Sep '25

04 Sep '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-16306: Syntax Highlighting causes insertions to be copied to a new line each time Enter is pressed in WikiEditor
by XWiki Notifications 04 Sep '25

04 Sep '25
1 0
0 0
[xwiki/xwiki-platform] b93ffb: XCOMMONS-3419: Log messages coming from translatio...
by XWiki Notifications 04 Sep '25

04 Sep '25
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: b93ffb1ae695c534c2a6d52eeafbd18daec5a532 https://github.com/xwiki/xwiki-platform/commit/b93ffb1ae695c534c2a6d52eeafb… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-09-04 (Thu, 04 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/main/java/org/xwiki/logging/script/LoggingScriptService.java M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/test/java/org/xwiki/logging/script/LoggingScriptServiceTest.java Log Message: ----------- XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages * make sure to use the right parser when for translations coming from the translation framework (cherry picked from commit 53ce83181a6e2ec2a97587190c1b6948c1bc6b6c) 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] 1f8fe4: XCOMMONS-3419: Log messages coming from translatio...
by XWiki Notifications 04 Sep '25

04 Sep '25
Branch: refs/heads/stable-17.7.x Home: https://github.com/xwiki/xwiki-platform Commit: 1f8fe4c16f06d542ba43201eb173eb159e111761 https://github.com/xwiki/xwiki-platform/commit/1f8fe4c16f06d542ba43201eb173… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-09-04 (Thu, 04 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/main/java/org/xwiki/logging/script/LoggingScriptService.java M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/test/java/org/xwiki/logging/script/LoggingScriptServiceTest.java Log Message: ----------- XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages * make sure to use the right parser when for translations coming from the translation framework (cherry picked from commit 53ce83181a6e2ec2a97587190c1b6948c1bc6b6c) 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] 85a893: XCOMMONS-3419: Log messages coming from translatio...
by XWiki Notifications 04 Sep '25

04 Sep '25
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-commons Commit: 85a893c3ca8bc57820096fb077b6b4b506ebd7a9 https://github.com/xwiki/xwiki-commons/commit/85a893c3ca8bc57820096fb077b6b… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-09-04 (Thu, 04 Sep 2025) Changed paths: M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/pom.xml M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/LogUtils.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/AbstractMessageParser.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/ExtendedMessageFormatter.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageFormatMessageParser.java R xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageParser.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/SLF4JMessageParser.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/LogUtilsTest.java R xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/MessageParserTest.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/MessageformatMessageParserTest.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/SLF4JMessageParserTest.java Log Message: ----------- XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages * introduce dedicated parsers for each source of message (cherry picked from commit e434b2aa32db99d6f38d8b892afd5ff699bf89c6) Commit: 828158c668fd325574ebb47e2d9f9d45abc2dcc7 https://github.com/xwiki/xwiki-commons/commit/828158c668fd325574ebb47e2d9f9… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-09-04 (Thu, 04 Sep 2025) Changed paths: M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/LogUtils.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/LogUtilsTest.java Log Message: ----------- XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages * fix cases where the translation uses more parameters than the original message (cherry picked from commit 7d396311a9d39db18a44ca4c374d80960c526cc6) Compare: https://github.com/xwiki/xwiki-commons/compare/17a4a05a34ab...828158c668fd To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 442c10: XCOMMONS-3419: Log messages coming from translatio...
by XWiki Notifications 04 Sep '25

04 Sep '25
Branch: refs/heads/stable-17.4.x Home: https://github.com/xwiki/xwiki-commons Commit: 442c100c6e79e8b7709842ce248298d6e5bf81b2 https://github.com/xwiki/xwiki-commons/commit/442c100c6e79e8b7709842ce24829… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-09-04 (Thu, 04 Sep 2025) Changed paths: M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/pom.xml M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/LogUtils.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/AbstractMessageParser.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/ExtendedMessageFormatter.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageFormatMessageParser.java R xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageParser.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/SLF4JMessageParser.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/LogUtilsTest.java R xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/MessageParserTest.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/MessageformatMessageParserTest.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/SLF4JMessageParserTest.java Log Message: ----------- XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages * introduce dedicated parsers for each source of message (cherry picked from commit e434b2aa32db99d6f38d8b892afd5ff699bf89c6) Commit: 6e2497deaf4d024f15bd431f44d6c883e345ee36 https://github.com/xwiki/xwiki-commons/commit/6e2497deaf4d024f15bd431f44d6c… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-09-04 (Thu, 04 Sep 2025) Changed paths: M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/LogUtils.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/LogUtilsTest.java Log Message: ----------- XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages * fix cases where the translation uses more parameters than the original message (cherry picked from commit 7d396311a9d39db18a44ca4c374d80960c526cc6) Compare: https://github.com/xwiki/xwiki-commons/compare/cd3d05cbf8e0...6e2497deaf4d To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 53ce83: XCOMMONS-3419: Log messages coming from translatio...
by XWiki Notifications 04 Sep '25

04 Sep '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 53ce83181a6e2ec2a97587190c1b6948c1bc6b6c https://github.com/xwiki/xwiki-platform/commit/53ce83181a6e2ec2a97587190c1b… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-09-04 (Thu, 04 Sep 2025) Changed paths: M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/main/java/org/xwiki/logging/script/LoggingScriptService.java M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/test/java/org/xwiki/logging/script/LoggingScriptServiceTest.java Log Message: ----------- XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages * make sure to use the right parser when for translations coming from the translation framework 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] 7d3963: XCOMMONS-3419: Log messages coming from translatio...
by XWiki Notifications 04 Sep '25

04 Sep '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 7d396311a9d39db18a44ca4c374d80960c526cc6 https://github.com/xwiki/xwiki-commons/commit/7d396311a9d39db18a44ca4c374d8… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-09-04 (Thu, 04 Sep 2025) Changed paths: M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/LogUtils.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/LogUtilsTest.java Log Message: ----------- XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages * fix cases where the translation uses more parameters than the original message 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 XWIKI-20910: Save fails silently when the value of a property of an object cannot be parsed properly
by XWiki Notifications 04 Sep '25

04 Sep '25
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 2055
  • 2056
  • 2057
  • 2058
  • 2059
  • 2060
  • 2061
  • ...
  • 5899
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.