stable
Clone or download
Read-only
Merge commit 'refs/changes/88/4288/11' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7893 Have a beautiful project creation feedback Change-Id: I115569215446c07342801397ea577f337dad8ab8
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 |