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]

January 2025

  • 1 participants
  • 2958 discussions
[xwiki/xwiki-platform] ae6bb6: XWIKI-22760: Execute wiki macro parameter's defaul...
by XWiki Notifications 22 Jan '25

22 Jan '25
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: ae6bb6da3ae7234b46844f767ac7de3b7a458905 https://github.com/xwiki/xwiki-platform/commit/ae6bb6da3ae7234b46844f767ac7… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroRenderer.java A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterObjectRequiredRightAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroTest.java A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterObjectRequiredRightAnalyzerTest.java M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/main/java/org/xwiki/platform/security/requiredrights/internal/analyzer/ObjectPropertyRequiredRightAnalyzer.java Log Message: ----------- XWIKI-22760: Execute wiki macro parameter's default values in the macro's context * If wiki parameter values match the default value, execute them in the context of the macro. * Add a required rights analyzer for wiki macro parameter objects. * Add tests. * Expose another helper method in ObjectPropertyRequiredRightAnalyzer (internal for now). (cherry picked from commit c99d501ed41cbee6a3c02ff927714531570789de) Commit: f0627c107fe26089e850d51af9a40a6cf37e64a3 https://github.com/xwiki/xwiki-platform/commit/f0627c107fe26089e850d51af9a4… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/main/java/org/xwiki/platform/security/requiredrights/internal/analyzer/DefaultMacroBlockRequiredRightAnalyzer.java M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/test/java/org/xwiki/platform/security/requiredrights/internal/analyzer/DefaultMacroBlockRequiredRightAnalyzerTest.java Log Message: ----------- XWIKI-22763: Analyze required rights for wiki type macro parameters * Analyze values wiki-type macro parameters similar to the macro content * Extend the tests to cover macro parameters (cherry picked from commit abdcefc0db27035b67329add836fd683e0cf92b8) Commit: 2ef0f7fa2605dcc1d6a54935c8a576c2546cd3cc https://github.com/xwiki/xwiki-platform/commit/2ef0f7fa2605dcc1d6a54935c8a5… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/main/java/org/xwiki/rendering/internal/macro/context/ContextMacroRequiredRightsAnalyzer.java A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/test/java/org/xwiki/rendering/internal/macro/context/ContextMacroRequiredRightsAnalyzerTest.java Log Message: ----------- XWIKI-22758: Analyze required rights of the context macro's source parameter * Add support for the source parameter in the context macro's required rights analyzer. * Add translations for the context macro. * Extend the tests of the required rights analyzer. (cherry picked from commit cc74dc802efe0e2d3fa2ba3355dbadc51c5fd8c7) Commit: aeaeaf3b81326e1c78976133131a587bcb66db0c https://github.com/xwiki/xwiki-platform/commit/aeaeaf3b81326e1c78976133131a… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/macro/ContentMacroRequiredRightsAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/macro/ContentMacroRequiredRightsAnalyzerTest.java Log Message: ----------- XWIKI-22759: The content macro is missing a required rights analyzer * Add a required rights analyzer for the content macro. * Add tests. (cherry picked from commit 0a705e8e253cb871b804e25c53b2bde879c886bd) Commit: 4a3a742d61333274b65c0e24d6f78b5b0dea506f https://github.com/xwiki/xwiki-platform/commit/4a3a742d61333274b65c0e24d6f7… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-cache/src/main/java/org/xwiki/rendering/internal/macro/cache/CacheMacroRequiredRightsAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-cache/src/test/java/org/xwiki/rendering/internal/macro/cache/CacheMacroRequiredRightsAnalyzerTest.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/macro/HTMLMacroRequiredRightsAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/macro/RawMacroRequiredRightsAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/macro/HTMLMacroRequiredRightsAnalyzerTest.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/macro/RawMacroRequiredRightsAnalyzerTest.java Log Message: ----------- XWIKI-22799: Make the required rights analyzers of the Cache, HTML and RAW macro case-insensitive * Ignore the case of parameter names. * Add tests. (cherry picked from commit 3d451e957fe2b14459e9ac64172b4a0e4c46971c) Commit: 84c167b44b38b53734b411bd3e2f4c30207f38a0 https://github.com/xwiki/xwiki-platform/commit/84c167b44b38b53734b411bd3e2f… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/classes/AbstractDocumentListClassPropertyValuesProvider.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/classes/GroupsClassPropertyValuesProvider.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/classes/PageClassPropertyValuesProvider.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/classes/UsersClassPropertyValuesProvider.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/classes/AbstractListClassPropertyValuesProviderTest.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/classes/GroupsClassPropertyValuesProviderTest.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/classes/PageClassPropertyValuesProviderTest.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/classes/UsersClassPropertyValuesProviderTest.java Log Message: ----------- XWIKI-22736: Improve right checks in property values provider * Check VIEW right before rendering titles * Use generic icons when the specific icon can’t be accessed * Don't provide any metadata when the page itself can’t be accessed. * Add tests. (cherry picked from commit ee642f973a7c95d2d146fe03c81bcdee1871f4ec) Compare: https://github.com/xwiki/xwiki-platform/compare/c550080d64e3...84c167b44b38 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] 1de8e6: XWIKI-22760: Execute wiki macro parameter's defaul...
by XWiki Notifications 22 Jan '25

22 Jan '25
Branch: refs/heads/stable-17.0.x Home: https://github.com/xwiki/xwiki-platform Commit: 1de8e666960352ec28325ef19bdc0bb46b93f11d https://github.com/xwiki/xwiki-platform/commit/1de8e666960352ec28325ef19bdc… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroRenderer.java A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterObjectRequiredRightAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroTest.java A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterObjectRequiredRightAnalyzerTest.java M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/main/java/org/xwiki/platform/security/requiredrights/internal/analyzer/ObjectPropertyRequiredRightAnalyzer.java Log Message: ----------- XWIKI-22760: Execute wiki macro parameter's default values in the macro's context * If wiki parameter values match the default value, execute them in the context of the macro. * Add a required rights analyzer for wiki macro parameter objects. * Add tests. * Expose another helper method in ObjectPropertyRequiredRightAnalyzer (internal for now). (cherry picked from commit c99d501ed41cbee6a3c02ff927714531570789de) Commit: c0bc41b23d7800a64a883f02845e1353c4760293 https://github.com/xwiki/xwiki-platform/commit/c0bc41b23d7800a64a883f02845e… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/main/java/org/xwiki/platform/security/requiredrights/internal/analyzer/DefaultMacroBlockRequiredRightAnalyzer.java M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/test/java/org/xwiki/platform/security/requiredrights/internal/analyzer/DefaultMacroBlockRequiredRightAnalyzerTest.java Log Message: ----------- XWIKI-22763: Analyze required rights for wiki type macro parameters * Analyze values wiki-type macro parameters similar to the macro content * Extend the tests to cover macro parameters (cherry picked from commit abdcefc0db27035b67329add836fd683e0cf92b8) Commit: d511d3f4e69ac0ffa9bd6d9d8539b0896c17862e https://github.com/xwiki/xwiki-platform/commit/d511d3f4e69ac0ffa9bd6d9d8539… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/main/java/org/xwiki/rendering/internal/macro/context/ContextMacroRequiredRightsAnalyzer.java A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/test/java/org/xwiki/rendering/internal/macro/context/ContextMacroRequiredRightsAnalyzerTest.java Log Message: ----------- XWIKI-22758: Analyze required rights of the context macro's source parameter * Add support for the source parameter in the context macro's required rights analyzer. * Add translations for the context macro. * Extend the tests of the required rights analyzer. (cherry picked from commit cc74dc802efe0e2d3fa2ba3355dbadc51c5fd8c7) Commit: 8985c4c9b6a65f22062993b522a52ab35484809d https://github.com/xwiki/xwiki-platform/commit/8985c4c9b6a65f22062993b522a5… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/macro/ContentMacroRequiredRightsAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/macro/ContentMacroRequiredRightsAnalyzerTest.java Log Message: ----------- XWIKI-22759: The content macro is missing a required rights analyzer * Add a required rights analyzer for the content macro. * Add tests. (cherry picked from commit 0a705e8e253cb871b804e25c53b2bde879c886bd) Commit: 1cf37b84bb9509974550d735b7ec3d857ad78c5f https://github.com/xwiki/xwiki-platform/commit/1cf37b84bb9509974550d735b7ec… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-cache/src/main/java/org/xwiki/rendering/internal/macro/cache/CacheMacroRequiredRightsAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-cache/src/test/java/org/xwiki/rendering/internal/macro/cache/CacheMacroRequiredRightsAnalyzerTest.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/macro/HTMLMacroRequiredRightsAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/macro/RawMacroRequiredRightsAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/macro/HTMLMacroRequiredRightsAnalyzerTest.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/macro/RawMacroRequiredRightsAnalyzerTest.java Log Message: ----------- XWIKI-22799: Make the required rights analyzers of the Cache, HTML and RAW macro case-insensitive * Ignore the case of parameter names. * Add tests. (cherry picked from commit 3d451e957fe2b14459e9ac64172b4a0e4c46971c) Commit: 60f0924699efab84ebf8f468337b7339dc24ee9d https://github.com/xwiki/xwiki-platform/commit/60f0924699efab84ebf8f468337b… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/classes/AbstractDocumentListClassPropertyValuesProvider.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/classes/GroupsClassPropertyValuesProvider.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/classes/PageClassPropertyValuesProvider.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/classes/UsersClassPropertyValuesProvider.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/classes/AbstractListClassPropertyValuesProviderTest.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/classes/GroupsClassPropertyValuesProviderTest.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/classes/PageClassPropertyValuesProviderTest.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/classes/UsersClassPropertyValuesProviderTest.java Log Message: ----------- XWIKI-22736: Improve right checks in property values provider * Check VIEW right before rendering titles * Use generic icons when the specific icon can’t be accessed * Don't provide any metadata when the page itself can’t be accessed. * Add tests. (cherry picked from commit ee642f973a7c95d2d146fe03c81bcdee1871f4ec) Compare: https://github.com/xwiki/xwiki-platform/compare/b6a03b7dfb53...60f0924699ef 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] c99d50: XWIKI-22760: Execute wiki macro parameter's defaul...
by XWiki Notifications 22 Jan '25

22 Jan '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: c99d501ed41cbee6a3c02ff927714531570789de https://github.com/xwiki/xwiki-platform/commit/c99d501ed41cbee6a3c02ff92771… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroRenderer.java A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterObjectRequiredRightAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroTest.java A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterObjectRequiredRightAnalyzerTest.java M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/main/java/org/xwiki/platform/security/requiredrights/internal/analyzer/ObjectPropertyRequiredRightAnalyzer.java Log Message: ----------- XWIKI-22760: Execute wiki macro parameter's default values in the macro's context * If wiki parameter values match the default value, execute them in the context of the macro. * Add a required rights analyzer for wiki macro parameter objects. * Add tests. * Expose another helper method in ObjectPropertyRequiredRightAnalyzer (internal for now). Commit: abdcefc0db27035b67329add836fd683e0cf92b8 https://github.com/xwiki/xwiki-platform/commit/abdcefc0db27035b67329add836f… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/main/java/org/xwiki/platform/security/requiredrights/internal/analyzer/DefaultMacroBlockRequiredRightAnalyzer.java M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/test/java/org/xwiki/platform/security/requiredrights/internal/analyzer/DefaultMacroBlockRequiredRightAnalyzerTest.java Log Message: ----------- XWIKI-22763: Analyze required rights for wiki type macro parameters * Analyze values wiki-type macro parameters similar to the macro content * Extend the tests to cover macro parameters Commit: cc74dc802efe0e2d3fa2ba3355dbadc51c5fd8c7 https://github.com/xwiki/xwiki-platform/commit/cc74dc802efe0e2d3fa2ba3355db… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/main/java/org/xwiki/rendering/internal/macro/context/ContextMacroRequiredRightsAnalyzer.java A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/test/java/org/xwiki/rendering/internal/macro/context/ContextMacroRequiredRightsAnalyzerTest.java Log Message: ----------- XWIKI-22758: Analyze required rights of the context macro's source parameter * Add support for the source parameter in the context macro's required rights analyzer. * Add translations for the context macro. * Extend the tests of the required rights analyzer. Commit: 0a705e8e253cb871b804e25c53b2bde879c886bd https://github.com/xwiki/xwiki-platform/commit/0a705e8e253cb871b804e25c53b2… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/macro/ContentMacroRequiredRightsAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/macro/ContentMacroRequiredRightsAnalyzerTest.java Log Message: ----------- XWIKI-22759: The content macro is missing a required rights analyzer * Add a required rights analyzer for the content macro. * Add tests. Commit: 3d451e957fe2b14459e9ac64172b4a0e4c46971c https://github.com/xwiki/xwiki-platform/commit/3d451e957fe2b14459e9ac64172b… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-cache/src/main/java/org/xwiki/rendering/internal/macro/cache/CacheMacroRequiredRightsAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-cache/src/test/java/org/xwiki/rendering/internal/macro/cache/CacheMacroRequiredRightsAnalyzerTest.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/macro/HTMLMacroRequiredRightsAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/macro/RawMacroRequiredRightsAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/macro/HTMLMacroRequiredRightsAnalyzerTest.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/macro/RawMacroRequiredRightsAnalyzerTest.java Log Message: ----------- XWIKI-22799: Make the required rights analyzers of the Cache, HTML and RAW macro case-insensitive * Ignore the case of parameter names. * Add tests. Commit: ee642f973a7c95d2d146fe03c81bcdee1871f4ec https://github.com/xwiki/xwiki-platform/commit/ee642f973a7c95d2d146fe03c81b… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/classes/AbstractDocumentListClassPropertyValuesProvider.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/classes/GroupsClassPropertyValuesProvider.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/classes/PageClassPropertyValuesProvider.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/classes/UsersClassPropertyValuesProvider.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/classes/AbstractListClassPropertyValuesProviderTest.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/classes/GroupsClassPropertyValuesProviderTest.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/classes/PageClassPropertyValuesProviderTest.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/classes/UsersClassPropertyValuesProviderTest.java Log Message: ----------- XWIKI-22736: Improve right checks in property values provider * Check VIEW right before rendering titles * Use generic icons when the specific icon can’t be accessed * Don't provide any metadata when the page itself can’t be accessed. * Add tests. Compare: https://github.com/xwiki/xwiki-platform/compare/c4108f7edb32...ee642f973a7c 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] 081a36: XWIKI-22782: Only save modified xobjects
by XWiki Notifications 22 Jan '25

22 Jan '25
Branch: refs/heads/feature-deploy-xobjectdirty Home: https://github.com/xwiki/xwiki-platform Commit: 081a3608e7d23d13edae64f9c32fa548645cc2d4 https://github.com/xwiki/xwiki-platform/commit/081a3608e7d23d13edae64f9c32f… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/HibernateConfiguration.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/main/java/com/xpn/xwiki/objects/BaseElement.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BaseClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateStore.java Log Message: ----------- XWIKI-22782: Only save modified xobjects 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 XWIKI-22809: Add automated test for "Disconnect from Office Server"
by XWiki Notifications 22 Jan '25

22 Jan '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22807: Livedata REST result have inconsitant result when called currently
by XWiki Notifications 22 Jan '25

22 Jan '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22808: Add automated test for "Icon picker default selection"
by XWiki Notifications 22 Jan '25

22 Jan '25
1 0
0 0
[xwiki/xwiki-platform] c4108f: [Misc] Fix backport action configuration
by XWiki Notifications 22 Jan '25

22 Jan '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: c4108f7edb32b8896c0353b12bedf01909e4034d https://github.com/xwiki/xwiki-platform/commit/c4108f7edb32b8896c0353b12bed… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M .backportrc.json Log Message: ----------- [Misc] Fix backport action configuration 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] 654bb4: Update dependency com.gradle:develocity-maven-exte...
by XWiki Notifications 22 Jan '25

22 Jan '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 654bb42b56adff79dcee9e23d568716600d7f03d https://github.com/xwiki/xwiki-commons/commit/654bb42b56adff79dcee9e23d5687… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M .mvn/extensions.xml Log Message: ----------- Update dependency com.gradle:develocity-maven-extension to v1.23.1 Commit: c8e69e949c66838d464e8f4d239cabba244ec422 https://github.com/xwiki/xwiki-commons/commit/c8e69e949c66838d464e8f4d239ca… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M .mvn/extensions.xml Log Message: ----------- Merge pull request #1214 from renovate-bot/renovate/com.gradle-develocity-maven-extension-1.x Update dependency com.gradle:develocity-maven-extension to v1.23.1 Compare: https://github.com/xwiki/xwiki-commons/compare/61c5076ad1ed...c8e69e949c66 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] 166903: Update dependency com.gradle:develocity-maven-exte...
by XWiki Notifications 22 Jan '25

22 Jan '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 16690379c0e644f57a6e85e03b2565b69eb534db https://github.com/xwiki/xwiki-platform/commit/16690379c0e644f57a6e85e03b25… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M .mvn/extensions.xml Log Message: ----------- Update dependency com.gradle:develocity-maven-extension to v1.23.1 Commit: 29788c76c7bf1303eaf94e6220a87d1420615a2a https://github.com/xwiki/xwiki-platform/commit/29788c76c7bf1303eaf94e6220a8… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M .mvn/extensions.xml Log Message: ----------- Merge pull request #3823 from renovate-bot/renovate/com.gradle-develocity-maven-extension-1.x Update dependency com.gradle:develocity-maven-extension to v1.23.1 Compare: https://github.com/xwiki/xwiki-platform/compare/2e4f1f7d0607...29788c76c7bf To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • ...
  • 296
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.