stable

Clone or download

Read-only

story #8248 Have a beautiful register confirmation email

Change-Id: Ifcecde1d9024a4623ff421350d7ae21730340f31

Modified Files

Name
M plugins/agiledashboard/include/autoload.php +2 −3 Go to diff View file
M site-content/en_US/account/account.tab +1 −1 Go to diff View file
M site-content/en_US/account/new_account_email.txt +27 −10 Go to diff View file
M site-content/en_US/include/new_user_email.txt +20 −6 Go to diff View file
M site-content/fr_FR/account/new_account_email.txt +30 −13 Go to diff View file
M site-content/fr_FR/include/new_user_email.txt +20 −5 Go to diff View file
M src/common/account/ConfirmationPresenter.class.php +3 −3 Go to diff View file
M src/common/autoload.php +5 −2 Go to diff View file
A src/common/mail/MailRegisterByAdminPresenter.class.php +49 −0 Go to diff View file
A src/common/mail/MailRegisterByUserPresenter.class.php +49 −0 Go to diff View file
A src/common/mail/MailRegisterPresenter.class.php +61 −0 Go to diff View file
M src/common/templating/mustache/MustacheRenderer.class.php +1 −1 Go to diff View file
M src/templates/account/confirmation.mustache +2 −2 Go to diff View file
A src/templates/mail/mail-admin.mustache +188 −0 Go to diff View file
A src/templates/mail/mail.mustache +219 −0 Go to diff View file
M src/utils/receive-email.php +0 −3 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 +8 −16 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 +74 −13 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +19 −0 Go to diff View file
A src/www/themes/FlamingParrot/css/utils/mail.less +0 −0 Go to diff View file
A src/www/themes/common/css/utils/mail.less +108 −0 Go to diff View file
M src/www/themes/common/css/utils/utils.less +1 −0 Go to diff View file