stable

Clone or download

Read-only

story #7892 Have a beautiful register feedback

Change-Id: I2bd50ac10192f19c9f53bbc0189569e345e68614

Modified Files

Name
M site-content/en_US/account/account.tab +6 −6 Go to diff View file
M site-content/en_US/admin/new_account_email.txt +21 −0 Go to diff View file
M site-content/fr_FR/account/account.tab +6 −6 Go to diff View file
M site-content/fr_FR/account/new_account_email.txt +2 −2 Go to diff View file
M site-content/fr_FR/admin/new_account_email.txt +21 −0 Go to diff View file
M site-content/fr_FR/include/new_user_email.txt +2 −2 Go to diff View file
M src/common/account/ConfirmationPresenter.class.php +24 −2 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
A src/common/mail/MailPresenterFactory.class.php +136 −0 Go to diff View file
A src/common/mail/TuleapRegisterMail.class.php +63 −0 Go to diff View file
M src/templates/account/confirmation.mustache +27 −4 Go to diff View file
M src/templates/mail/mail-admin.mustache +31 −29 Go to diff View file
M src/www/account/pending-resend.php +1 −1 Go to diff View file
M src/www/account/register.php +36 −11 Go to diff View file
M src/www/admin/approve_pending_users.php +1 −1 Go to diff View file
M src/www/include/proj_email.php +13 −70 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/account-confirmation.less +9 −1 Go to diff View file
M src/www/themes/common/css/utils/account-confirmation.less +159 −25 Go to diff View file
M src/www/themes/common/css/utils/utils.less +1 −1 Go to diff View file
A src/www/themes/common/images/email.svg +39 −0 Go to diff View file