Branch: refs/heads/XWIKI-21949
Home: https://github.com/xwiki/xwiki-platform
Commit: ba5339454bd2c2c12d26f0c48b412a013a7a4f7a
https://github.com/xwiki/xwiki-platform/commit/ba5339454bd2c2c12d26f0c48b41…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-06-14 (Fri, 14 Jun 2024)
Changed paths:
R xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/web/EffectiveAuthorSetterListener.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/PreviewAction.java
A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/web/EffectiveAuthorSetterListener.java
Log Message:
-----------
XWIKI-22222: Add the concept of "request effective author"
* Use proper package name
* Improve code and comment.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/fix-XRENDERING-749
Home: https://github.com/xwiki/xwiki-rendering
Commit: 7da6c1dba646973ff9ed4f76aab4f96b611f20c0
https://github.com/xwiki/xwiki-rendering/commit/7da6c1dba646973ff9ed4f76aab…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-06-14 (Fri, 14 Jun 2024)
Changed paths:
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/MacroDescriptorAspect.aj
A 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-749: Deprecated MacroDescriptor's getDefaultCategory() is ignored
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/fix-XRENDERING-749
Home: https://github.com/xwiki/xwiki-rendering
Commit: cab8cad40706e1517769162a3298eba721ced5f5
https://github.com/xwiki/xwiki-rendering/commit/cab8cad40706e1517769162a329…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-06-14 (Fri, 14 Jun 2024)
Changed paths:
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/MacroDescriptorAspect.aj
A 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-749: Deprecated MacroDescriptor's getDefaultCategory() is ignored
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/fix-XRENDERING-749
Home: https://github.com/xwiki/xwiki-rendering
Commit: 41f78e291fd60e6a87ec9b77ee14250240cd2c7f
https://github.com/xwiki/xwiki-rendering/commit/41f78e291fd60e6a87ec9b77ee1…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-06-14 (Fri, 14 Jun 2024)
Changed paths:
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml
R xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/CompatibilityMacroDescriptor.java
R xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/MacroDescriptorAspect.aj
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/descriptor/MacroDescriptor.java
A xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/macro/descriptor/MacroDescriptorTest.java
Log Message:
-----------
XRENDERING-749: Deprecated MacroDescriptor's getDefaultCategory() is ignored
* I unfortunately could not find any way to inject a default implementation of `getDefaultCategories` from an aspect, so I had to put `getDefaultCategory` back into `MacroDescriptor`...
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/fix-XRENDERING-749
Home: https://github.com/xwiki/xwiki-rendering
Commit: 5d5feaad15f593df47ad4745b4aae4e378decb29
https://github.com/xwiki/xwiki-rendering/commit/5d5feaad15f593df47ad4745b4a…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-06-14 (Fri, 14 Jun 2024)
Changed paths:
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml
R xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/CompatibilityMacroDescriptor.java
R xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/main/aspect/org/xwiki/rendering/macro/descriptor/MacroDescriptorAspect.aj
A xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/src/test/java/org/xwiki/rendering/macro/descriptor/DeprecatedMacroDescriptorTest.java
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/descriptor/MacroDescriptor.java
A xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/macro/descriptor/MacroDescriptorTest.java
Log Message:
-----------
XRENDERING-749: Deprecated MacroDescriptor's getDefaultCategory() is ignored
* I undertunately could not find any way to inject a default implementation of getDefaultCategories from an aspect so I had to put getDefaultCategory back into MacroDescriptor...
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications