Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 539f97b0d6f8f9e049abe2a0c5321e41a137ffa0
https://github.com/xwiki/xwiki-platform/commit/539f97b0d6f8f9e049abe2a0c532…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/src/test/it/org/xwiki/administration/test/ui/RegisterIT.java
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/Registration.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/RegisterAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties
A xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-api/src/main/java/org/xwiki/security/authentication/RegistrationConfiguration.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-api/src/main/java/org/xwiki/security/authentication/ResetPasswordManager.java
A xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/main/java/org/xwiki/security/authentication/internal/DefaultRegistrationConfiguration.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/main/java/org/xwiki/security/authentication/internal/DefaultResetPasswordManager.java
A xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/main/java/org/xwiki/security/authentication/internal/RegistrationConfigurationSource.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/test/java/org/xwiki/security/authentication/internal/DefaultRegistrationConfigurationTest.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/test/java/org/xwiki/security/authentication/internal/DefaultResetPasswordManagerTest.java
A xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-script/src/main/java/org/xwiki/security/authentication/script/RegistrationScriptService.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-script/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-script/src/test/java/org/xwiki/security/authentication/script/RegistrationScriptServiceTest.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/AbstractRegistrationPage.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/passwd.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/register_macros.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/registerinline.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/resetpasswordinline.vm
Log Message:
-----------
XWIKI-17510: The reset password functionality is not affected by password strength rules (#2488)
This work mainly provides new Java APIs to access information from RegistrationConfiguration. It also provides a new API to check that the policy for the passwords is respected, and use that new API for user creation. This fixes a bug when creating a new user in private wiki. Note that this PR doesn't provide an API for all information exposed in RegistrationConfiguration: specifically all configuration related to velocity scripts are not exposed.
This PR also improves the default template used for registration to enable live validation, and allows to see captcha, and fixes a few bug when using registration without a RegistrationConfig xobject.
Most of those scenario are now covered in the integration tests which is checking if the registration works in open/close wiki, with and without a RegistrationConfig page.
* Provide new APIs for accessing RegistrationConfiguration
* Define a script service to access this API from scripts
* Rewrite velocity macro #loadConfig to exploit this new API and to
remove unused arguments
* Use the new API also in oldcore where needed
* Provide new API in ResetPasswordManager to allow ensuring a password
is compliant with the registration rules on backend
* Fix bugs and perform improvments on templates
* Add a new integration test for checking password policy
* Get rid of the testing without livevalidation as we don't have that
option anymore
* Improve integration test to also test with and without the
RegistrationConfig page
---------
Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com>
Branch: refs/heads/XWIKI-17510
Home: https://github.com/xwiki/xwiki-platform
Commit: 5a5efafeb2b7512af5ede0110a6bc4082676f2dc
https://github.com/xwiki/xwiki-platform/commit/5a5efafeb2b7512af5ede0110a6b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/src/test/it/org/xwiki/administration/test/ui/RegisterIT.java
Log Message:
-----------
XWIKI-17510: The reset password functionality is not affected by password strength rules
* Minor documentation improvment in test
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-dev-tools
Commit: f26882bf7a32f87b1273b0ccd9226caa125d8357
https://github.com/xwiki/xwiki-dev-tools/commit/f26882bf7a32f87b1273b0ccd92…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M xwiki-debug-eclipse/pom.xml
M xwiki-debug-eclipse/src/main/webapp/WEB-INF/xwiki.cfg.default
Log Message:
-----------
* move to 15.10.-SNAPSHOT
* XWIKI-21551: Remove unsupported databases related metadata from the poms
Branch: refs/heads/xinit-1.3
Home: https://github.com/xwiki-contrib/xinit
Commit: 185265025ccfa9d025f2cb99f55e9f99394c9667
https://github.com/xwiki-contrib/xinit/commit/185265025ccfa9d025f2cb99f55e9…
Author: Kévin Hoarau <kevin.hoarau(a)xwiki.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M xinit-application/src/main/resources/install.sh
M xinit-application/src/main/resources/var/lib/xinit/functions
M xinit-application/src/main/resources/var/lib/xinit/vars
Log Message:
-----------
Install xinit as root by default, make MySQL not mandatory
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 54aea51cd7b8feee42f9097f2bf1314949efab22
https://github.com/xwiki/xwiki-platform/commit/54aea51cd7b8feee42f9097f2bf1…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-cache/pom.xml
Log Message:
-----------
XWIKI-21484: Add a required rights analyzer for the cache macro
* Fix dependency version variable name
Branch: refs/heads/XWIKI-17510
Home: https://github.com/xwiki/xwiki-platform
Commit: 5e9f0c17947244f8a001cf275a47a501288013a7
https://github.com/xwiki/xwiki-platform/commit/5e9f0c17947244f8a001cf275a47…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/src/test/it/org/xwiki/administration/test/ui/RegisterIT.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/register_macros.vm
Log Message:
-----------
XWIKI-17510: The reset password functionality is not affected by password strength rules
* Improve integration test to also test with and without the
RegistrationConfig page
* Fix a small issue when the regisitration config page is not
available
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 7f1fa2c026d74591d62061cc8156f72e11262916
https://github.com/xwiki/xwiki-platform/commit/7f1fa2c026d74591d62061cc8156…
Author: Anca Luca <lucaa(a)xwiki.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/layout.less
Log Message:
-----------
XWIKI-21106: Main content area in view mode still has borders when the body background and the page content background are of the same color (#2245)
* Removed box-shadow from the page content container in view mode
* Also removed the box-shadow in edit mode (which fixes also XWIKI-21108)
Branch: refs/heads/feature-deploy-solr9
Home: https://github.com/xwiki/xwiki-platform
Commit: ba1fefa2649dfcb61fefab18ce051169d6f1ba99
https://github.com/xwiki/xwiki-platform/commit/ba1fefa2649dfcb61fefab18ce05…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-default/pom.xml
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-rest/xwiki-platform-icon-rest-api/pom.xml
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-rest/pom.xml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-rest/pom.xml
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-rest/xwiki-platform-localization-rest-api/pom.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-rest/pom.xml
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-api/pom.xml
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/pom.xml
Log Message:
-----------
XWIKI-20477: Upgrade to Solr 9.4.0
XWIKI-12955: Upgrade to JAX-RS 2 (JSR339)
Branch: refs/heads/stable-14.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: ec1c4c405064ada0be746f16c98c0d76be511bee
https://github.com/xwiki/xwiki-platform/commit/ec1c4c405064ada0be746f16c98c…
Author: Anca Luca <lucaa(a)xwiki.com>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/layout.less
Log Message:
-----------
XWIKI-21108: "Border" of the page content area in edit mode is not of the same color as in view mode (#2244)
* Reset the color of the border of the content area in edit mode to xwiki-border-color instead of input-border
(cherry picked from commit daf44eae1e0353234423320375b9f11ff24cc1ac)
Branch: refs/heads/stable-15.5.x
Home: https://github.com/xwiki/xwiki-platform
Commit: adb2cb6ef4e20f51908c3464be7e34ec6ad0695f
https://github.com/xwiki/xwiki-platform/commit/adb2cb6ef4e20f51908c3464be7e…
Author: Anca Luca <lucaa(a)xwiki.com>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/layout.less
Log Message:
-----------
XWIKI-21108: "Border" of the page content area in edit mode is not of the same color as in view mode (#2244)
* Reset the color of the border of the content area in edit mode to xwiki-border-color instead of input-border
(cherry picked from commit daf44eae1e0353234423320375b9f11ff24cc1ac)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: daf44eae1e0353234423320375b9f11ff24cc1ac
https://github.com/xwiki/xwiki-platform/commit/daf44eae1e0353234423320375b9…
Author: Anca Luca <lucaa(a)xwiki.com>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/layout.less
Log Message:
-----------
XWIKI-21108: "Border" of the page content area in edit mode is not of the same color as in view mode (#2244)
* Reset the color of the border of the content area in edit mode to xwiki-border-color instead of input-border
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 16729fe3d472037f818caeae34551fc1c3d5cb66
https://github.com/xwiki/xwiki-platform/commit/16729fe3d472037f818caeae3455…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/pom.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/pom.xml
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/AbstractMacroBlockRequiredRightAnalyzer.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/DefaultMacroBlockRequiredRightAnalyzer.java
A 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/DefaultMacroRequiredRightReporter.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/ScriptMacroAnalyzer.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/main/resources/META-INF/components.txt
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
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/ScriptMacroAnalyzerTest.java
A xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-macro/pom.xml
A xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-macro/src/main/java/org/xwiki/platform/security/requiredrights/MacroRequiredRight.java
A xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-macro/src/main/java/org/xwiki/platform/security/requiredrights/MacroRequiredRightReporter.java
A xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-macro/src/main/java/org/xwiki/platform/security/requiredrights/MacroRequiredRightsAnalyzer.java
Log Message:
-----------
XWIKI-21528: Add a dedicated required rights analyzer API for macros without dependencies
* Add a new API for macros to report required rights.
* Add support for calling these new analyzers in the default macro
analyzer.
* Improve error reporting for macro analyzers by displaying an analysis
result with the error when the macro analyzer produces an error.
Commit: edd22e35dba2437dc409ddbef144c2a1b4481772
https://github.com/xwiki/xwiki-platform/commit/edd22e35dba2437dc409ddbef144…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-cache/pom.xml
A 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/main/resources/META-INF/components.txt
A 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
Log Message:
-----------
XWIKI-21484: Add a required rights analyzer for the cache macro
Commit: e41d2e5a2ecf42235e47c17cfc6e4b22eff37b83
https://github.com/xwiki/xwiki-platform/commit/e41d2e5a2ecf42235e47c17cfc6e…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/pom.xml
A 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/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/RawMacroRequiredRightsAnalyzerTest.java
Log Message:
-----------
XWIKI-21485: Add a required rights analyzer for the raw macro
Compare: https://github.com/xwiki/xwiki-platform/compare/65a7147b8c73...e41d2e5a2ecf
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 65a7147b8c73474a8837521c23e6022b0b8b2824
https://github.com/xwiki/xwiki-platform/commit/65a7147b8c73474a8837521c23e6…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/script/SecurityLevelEditConfirmationChecker.java
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/test/java/org/xwiki/extension/xar/script/SecurityLevelEditConfirmationCheckerTest.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/pom.xml
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/src/main/java/org/xwiki/model/validation/edit/EditConfirmationCheckerResult.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/src/main/java/org/xwiki/model/validation/edit/EditConfirmationScriptService.java
A xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/src/main/java/org/xwiki/model/validation/edit/internal/EditConfirmationCheckersManager.java
R xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-api/src/test/java/org/xwiki/model/validation/edit/EditConfirmationScriptServiceTest.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-default/pom.xml
A xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-default/src/main/java/org/xwiki/model/validation/edit/internal/DefaultEditConfirmationCheckersManager.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-default/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-default/src/test/java/org/xwiki/model/validation/edit/internal/DefaultEditConfirmationCheckersManagerTest.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-api/src/main/java/org/xwiki/platform/security/requiredrights/RequiredRight.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-api/src/main/java/org/xwiki/platform/security/requiredrights/RequiredRightAnalysisResult.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/RequiredRightsChangedResult.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/RequiredRightsEditConfirmationChecker.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/RequiredRightsEditConfirmationCheckerTest.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/pom.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/edit_macros.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/EditMacrosPageTest.java
Log Message:
-----------
XWIKI-21520: Allow each pre-edit checker to be skipped (#2595)
Branch: refs/heads/xinit-1.3
Home: https://github.com/xwiki-contrib/xinit
Commit: 61a81026f26a4d52517cf191386730e2d835edb1
https://github.com/xwiki-contrib/xinit/commit/61a81026f26a4d52517cf19138673…
Author: Kévin Hoarau <kevin.hoarau(a)xwiki.com>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
M xinit-application/src/main/resources/README.md
M xinit-application/src/main/resources/install.sh
M xinit-application/src/main/resources/var/lib/xinit/functions
M xinit-application/src/main/resources/var/lib/xinit/vars
Log Message:
-----------
Allow xinit to be run as Tomcat user
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: cc20fbac394fc5c725dc4da7e873d96389dec384
https://github.com/xwiki/xwiki-platform/commit/cc20fbac394fc5c725dc4da7e873…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
M Jenkinsfile
Log Message:
-----------
[Misc] Build the quality profile with Java 17 since this is needed for SonarCloud ("Starting from the 15th of November 2023, SonarCloud will no longer accept scans executed using Java 11")