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
notifications@xwiki.org

January 2026

  • 1 participants
  • 1456 discussions
[jira@xwiki.org][Issue] Updates for CONFLUENCE-505: Convert macros footnote and display-footnotes to footnote and putFootnotes
by XWiki Notifications 07 Jan '26

07 Jan '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XCOMMONS-3536: Add parameters for the edit Template in the property descriptor
by XWiki Notifications 07 Jan '26

07 Jan '26
1 0
0 0
[xwiki-contrib/documentation] b68d5e: OP#44: Provide a Version Macro
by XWiki Notifications 07 Jan '26

07 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/documentation Commit: b68d5ecfaebbc96f81b11bec779de578a3a96977 https://github.com/xwiki-contrib/documentation/commit/b68d5ecfaebbc96f81b11… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-01-07 (Wed, 07 Jan 2026) Changed paths: A documentation-ui/src/main/resources/DocApp/Code/VersionMacro.xml Log Message: ----------- OP#44: Provide a Version Macro To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/documentation/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for XRENDERING-801: Add parameters for the edit Template in the parameter descriptor
by XWiki Notifications 07 Jan '26

07 Jan '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23874: BaseObject#clone doesn't preserve the order of the fields
by XWiki Notifications 07 Jan '26

07 Jan '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XDOCKER-390: Upgrade LTS version to 16.10.16
by XWiki Notifications 07 Jan '26

07 Jan '26
1 0
0 0
[xwiki/xwiki-platform] f2db09: XWIKI-23874: BaseObject#clone doesn't preserve the...
by XWiki Notifications 07 Jan '26

07 Jan '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: f2db0902b608dba9b63fa311f16eb722d0cbba3a https://github.com/xwiki/xwiki-platform/commit/f2db0902b608dba9b63fa311f16e… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-07 (Wed, 07 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-configuration/xwiki-platform-configuration-default/src/test/java/org/xwiki/configuration/internal/SpacePreferencesConfigurationSourceTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseCollection.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentMockitoTest.java Log Message: ----------- XWIKI-23874: BaseObject#clone doesn't preserve the order of the fields * Ensure to use a proper LinkedHashMap when performing clone of the fields * Provide unit test to cover it * Fix failure in SpacePreferencesConfigurationSourceTest which exposed the problem first (cherry picked from commit 4193cfc7ac95dfe41b3ebe34ced75b633234f153) Commit: f9b4bb4a72fe83f9c3abff3f4087e3f14f74f24f https://github.com/xwiki/xwiki-platform/commit/f9b4bb4a72fe83f9c3abff3f4087… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-07 (Wed, 07 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java Log Message: ----------- XWIKI-23866: Inconsistencies in the way XWikiDocument APIs handle class references * Remove missed old comment (cherry picked from commit 8e1318bb807c81db2d97ab0f94a5c1aac1537939) Compare: https://github.com/xwiki/xwiki-platform/compare/e160af67c376...f9b4bb4a72fe 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] 4193cf: XWIKI-23874: BaseObject#clone doesn't preserve the...
by XWiki Notifications 07 Jan '26

07 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 4193cfc7ac95dfe41b3ebe34ced75b633234f153 https://github.com/xwiki/xwiki-platform/commit/4193cfc7ac95dfe41b3ebe34ced7… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-07 (Wed, 07 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-configuration/xwiki-platform-configuration-default/src/test/java/org/xwiki/configuration/internal/SpacePreferencesConfigurationSourceTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseCollection.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentMockitoTest.java Log Message: ----------- XWIKI-23874: BaseObject#clone doesn't preserve the order of the fields * Ensure to use a proper LinkedHashMap when performing clone of the fields * Provide unit test to cover it * Fix failure in SpacePreferencesConfigurationSourceTest which exposed the problem first Commit: 8e1318bb807c81db2d97ab0f94a5c1aac1537939 https://github.com/xwiki/xwiki-platform/commit/8e1318bb807c81db2d97ab0f94a5… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-07 (Wed, 07 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java Log Message: ----------- XWIKI-23866: Inconsistencies in the way XWikiDocument APIs handle class references * Remove missed old comment Compare: https://github.com/xwiki/xwiki-platform/compare/a395d98c2358...8e1318bb807c 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] 94c6de: XDOCKER-387: Upgrade LTS version to 16.10.15
by XWiki Notifications 07 Jan '26

07 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: 94c6de808dce8af709a7f422837cc0b44e428bc8 https://github.com/xwiki/xwiki-docker/commit/94c6de808dce8af709a7f422837cc0… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-01-07 (Wed, 07 Jan 2026) Changed paths: M 16/mariadb-tomcat/.env M 16/mariadb-tomcat/Dockerfile M 16/mysql-tomcat/.env M 16/mysql-tomcat/Dockerfile M 16/postgres-tomcat/.env M 16/postgres-tomcat/Dockerfile M build.gradle Log Message: ----------- XDOCKER-387: Upgrade LTS version to 16.10.15 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23874: BaseObject#clone doesn't preserve the order of the fields
by XWiki Notifications 07 Jan '26

07 Jan '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • ...
  • 146
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.