stable
Clone or download
Read-only
Merge commit 'refs/changes/79/4179/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #8197: enhance register form UX Change-Id: Ia2cf903bfa15f9bde1bb1a54349760d51196dded
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/account/account.tab | +3 | −2 | Go to diff View file |
M | site-content/fr_FR/account/account.tab | +3 | −2 | Go to diff View file |
A | src/common/account/Account_RegisterField.class.php | +32 | −0 | Go to diff View file |
M | src/common/account/RegisterAdminPrefillValuesPresenter.class.php | +2 | −2 | Go to diff View file |
M | src/common/account/RegisterPrefillValuesPresenter.class.php | +18 | −1 | Go to diff View file |
M | src/common/account/RegisterPresenter.class.php | +2 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/templates/account/register-admin.mustache | +83 | −21 | Go to diff View file |
A | src/templates/account/register-choose-email.mustache | +3 | −0 | Go to diff View file |
M | src/templates/account/register-choose-password.mustache | +1 | −1 | Go to diff View file |
M | src/templates/account/register-form-start.mustache | +27 | −2 | Go to diff View file |
M | src/templates/account/register-purpose-directions.mustache | +4 | −1 | Go to diff View file |
M | src/templates/account/register-user.mustache | +52 | −8 | Go to diff View file |
M | src/www/account/register.php | +76 | −38 | Go to diff View file |
M | src/www/scripts/check_pw.js.php | +36 | −16 | Go to diff View file |