stable

Clone or download

Read-only

story #7893 Have a beautiful project creation feedback

- Template email when a project is created Change-Id: Idf7e24cbc430b217f77cd9e5843d37a79a0116b0

Modified Files

Name
M site-content/en_US/project/register.tab +40 −1 Go to diff View file
M site-content/fr_FR/project/register.tab +40 −1 Go to diff View file
M src/common/autoload.php +5 −2 Go to diff View file
M src/common/mail/MailPresenterFactory.class.php +124 −18 Go to diff View file
A src/common/mail/MailProjectNotificationMustBeApprovedPresenter.class.php +98 −0 Go to diff View file
A src/common/mail/MailProjectNotificationPresenter.class.php +98 −0 Go to diff View file
A src/common/mail/MailProjectOneStepRegisterPresenter.class.php +127 −0 Go to diff View file
M src/common/mail/TuleapRegisterMail.class.php +39 −1 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationController.class.php +5 −29 Go to diff View file
M src/common/project/OneStepRegistration/OneStepRegistrationApprovalPresenter.class.php +6 −14 Go to diff View file
M src/common/project/OneStepRegistration/OneStepRegistrationPresenter.class.php +6 −14 Go to diff View file
M src/common/project/Project.class.php +4 −0 Go to diff View file
A src/templates/mail/mail-project-register-admin.mustache +219 −0 Go to diff View file
A src/templates/mail/mail-project-register.mustache +238 −0 Go to diff View file
M src/www/include/proj_email.php +4 −7 Go to diff View file