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]

  • 58193 discussions
[xwiki/xwiki-platform] 32ef83: [Misc] Fix MoveAttachmentIT to correctly use anoth...
by XWiki Notifications 23 Jul '26

23 Jul '26
Branch: refs/heads/stable-18.6.x Home: https://github.com/xwiki/xwiki-platform Commit: 32ef83bca25c3e683b7344a4ab0be259b539c38e https://github.com/xwiki/xwiki-platform/commit/32ef83bca25c3e683b7344a4ab0b… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-07-24 (Fri, 24 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-test/xwiki-platform-attachment-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/MoveAttachmentIT.java Log Message: ----------- [Misc] Fix MoveAttachmentIT to correctly use another user * Fix the broken login that tried re-creating U1 with a different password instead of actually creating U2. * Assert that the document is authored by U2 who performed the move while the attachment is stil authored by U1. (cherry picked from commit d948d7612c240cd7e8f8d8ca20aebd938b6669b3) 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 XRENDERING-809: MacroDescriptor legacy getDefaultCategory() aspect is never weaved
by XWiki Notifications 23 Jul '26

23 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24612: Backward-compatibility aspect for SkinFileExtensionPluginApi.use() is never woven
by XWiki Notifications 23 Jul '26

23 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24613: Backward-compatibility aspect for the Include macro (missing-reference check) is never woven
by XWiki Notifications 23 Jul '26

23 Jul '26
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3728: Fail the build when a backward-compatibility AspectJ advice is not weaved
by XWiki Notifications 23 Jul '26

23 Jul '26
1 0
0 0
[xwiki/xwiki-commons] 372d48: XCOMMONS-3728: Fail the build when a backward-comp...
by XWiki Notifications 23 Jul '26

23 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 372d48dd862d1cc3360d49c2c8ac6aceb97ac766 https://github.com/xwiki/xwiki-commons/commit/372d48dd862d1cc3360d49c2c8ac6… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-23 (Thu, 23 Jul 2026) Changed paths: M pom.xml Log Message: ----------- XCOMMONS-3728: Fail the build when a backward-compatibility AspectJ advice is not weaved 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] db9cb6: XWIKI-24612: Backward-compatibility aspect for Ski...
by XWiki Notifications 23 Jul '26

23 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: db9cb6aae0f98ae94dcfe8eefdf381eff6b9783b https://github.com/xwiki/xwiki-platform/commit/db9cb6aae0f98ae94dcfe8eefdf3… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-23 (Thu, 23 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/XWikiCompatibilityAspect.aj M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/api/XWikiCompatibilityAspect.aj M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/doc/XWikiDocumentCompatibilityAspect.aj M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/web/XWikiServletRequestCompatibilityAspect.aj M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-rendering/xwiki-platform-legacy-rendering-macros/xwiki-platform-legacy-rendering-macro-include/src/main/aspect/org/xwiki/rendering/macro/include/IncludeMacroCompatibilityAspect.aj M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWikiContext.java M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-skinx/src/main/aspect/compatibility/com/xpn/xwiki/plugin/skinx/SkinFileExtensionPluginApiCompatibilityAspect.aj M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-skinx/src/main/java/com/xpn/xwiki/plugin/skinx/AbstractSkinExtensionPlugin.java Log Message: ----------- XWIKI-24612: Backward-compatibility aspect for SkinFileExtensionPluginApi.use() is never woven XWIKI-24613: Backward-compatibility aspect for the Include macro (missing-reference check) is never woven * Also fix other xlint warnings that we need to fix before being able to turn on xlint=error for XCOMMONS-3728 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-rendering] 7f3df3: XRENDERING-809: MacroDescriptor legacy getDefaultC...
by XWiki Notifications 23 Jul '26

23 Jul '26
Branch: refs/heads/stable-18.4.x Home: https://github.com/xwiki/xwiki-rendering Commit: 7f3df38264e13b446e588e7b40c6b890d0dfa2c2 https://github.com/xwiki/xwiki-rendering/commit/7f3df38264e13b446e588e7b40c… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-23 (Thu, 23 Jul 2026) Changed paths: M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/MacroDescriptorAspect.java M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/test/java/org/xwiki/rendering/macro/descriptor/DeprecatedMacroDescriptorTest.java Log Message: ----------- XRENDERING-809: MacroDescriptor legacy getDefaultCategory() aspect is never weaved (cherry picked from commit fe48a9a1a86f0ea1d1da37f743eeb0f65768d5f6) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-rendering] a49074: XRENDERING-809: MacroDescriptor legacy getDefaultC...
by XWiki Notifications 23 Jul '26

23 Jul '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-rendering Commit: a49074533801b4c2498571a25511febca454a4b8 https://github.com/xwiki/xwiki-rendering/commit/a49074533801b4c2498571a2551… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-23 (Thu, 23 Jul 2026) Changed paths: M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/MacroDescriptorAspect.java M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/test/java/org/xwiki/rendering/macro/descriptor/DeprecatedMacroDescriptorTest.java Log Message: ----------- XRENDERING-809: MacroDescriptor legacy getDefaultCategory() aspect is never weaved (cherry picked from commit fe48a9a1a86f0ea1d1da37f743eeb0f65768d5f6) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
[xwiki/xwiki-rendering] fe48a9: XRENDERING-809: MacroDescriptor legacy getDefaultC...
by XWiki Notifications 23 Jul '26

23 Jul '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-rendering Commit: fe48a9a1a86f0ea1d1da37f743eeb0f65768d5f6 https://github.com/xwiki/xwiki-rendering/commit/fe48a9a1a86f0ea1d1da37f743e… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-07-23 (Thu, 23 Jul 2026) Changed paths: M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/MacroDescriptorAspect.java M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/test/java/org/xwiki/rendering/macro/descriptor/DeprecatedMacroDescriptorTest.java Log Message: ----------- XRENDERING-809: MacroDescriptor legacy getDefaultCategory() aspect is never weaved To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 355
  • 356
  • 357
  • 358
  • 359
  • 360
  • 361
  • ...
  • 5820
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.