Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 553b6a2426aa2e49536ede8c4a02f7a5aa3c6ab0 https://github.com/xwiki/xwiki-platform/commit/553b6a2426aa2e49536ede8c4a02f... Author: LucasC <[email protected]> Date: 2024-11-06 (Wed, 06 Nov 2024) 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-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/RegistrationConfig.xml M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/drawer.vm M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/action-menus.less M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/drawer.less M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/BasePage.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/RegistrationPage.java 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-war/src/main/webapp/resources/uicomponents/widgets/validation/livevalidation.css M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/validation/livevalidation_prototype.js Log Message: ----------- XWIKI-22121: Improve the registration experience (#3155) - Part A: Make the registration immediately visible: changed the position of the registration login/logout buttons in the UI. - Part B: Improve live validation (especially for the password) - Part C: Improved the default page displayed after a successful registration * Added the `back to home` button. * Fixed the style of the * Moved the login and register buttons from the drawer to the navbar. * Updated style * Part B: moved around the first and last name fields. TODO: * C. replace the registration confirmation inline styling with some CSS * Split the form into two sections * Added an `About you` title for the second section. * Split the validation messages in multiple parts - Done. * C. replace the registration confirmation inline styling with some CSS * Replaced the registration confirmation inline styling with some CSS * Escaped the content added in RegistrationConfig * B. Check that other uses of Livevalidation are not broken by the changes. * Took care of a fallback for backwards compatibility * Tried to fix the register form not submitting, WIP * Fixed a wrong ID for the UIExtensionClass * Fixed the bug for unexpected lack of form submission * Fixed some codestyle * Added comments * Removed special rule for regex type validation in the JS initialization * Updated the template for creating a validationContainer to fit loading the form with values already given * Improved backwards compatibility * Updated the style of `mandatory` and `must-match` fields when valid to never show the `Ok` text. (wasn't an issue before, because the text was left empty as a mistake) * fixed booleans for validation * fixed boolean for the welcome message formatting. * Fixed `RegisterIT` * Fixed the base page object register and login function to fit the new position of those links. * Fixed the username duplicate validation message * Fixed the size of the hero image on successful registration * Updated the version for deprecation * Merge conflict resolution * Updated version number * Updated the attachment name to be more understandable * Removed a parameter with its default value * Escaped strings in the HTML template. * Improved the display of the Captcha * Solve merge conflict * Fixed wrong version number on translation deprecation section To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications