stable

Clone or download

Read-only

Move email change interface

This change is already fat enough to only focus on the change of the email itself, the confirmation screens will be moved in a next commit. Part of story #14552: User preferences goes Burning Parrot Change-Id: I63d3425d4075e9c00617f80c02db31f791a61901

Modified Files

Name
M plugins/ldap/include/ldapPlugin.php +1 −3 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −36 Go to diff View file
M src/common/User/Account/AccountInformationCollection.php +14 −0 Go to diff View file
M src/common/User/Account/AccountInformationCollectionPresenter.php +12 −0 Go to diff View file
M src/common/User/Account/ChangeEmailController.php +0 −77 Go to diff View file
R src/common/User/Account/ChangeEmailPresenter.php Go to diff View file
A src/common/User/Account/EmailUpdater.php +74 −0 Go to diff View file
M src/common/User/Account/UpdateAccountInformationController.php +39 −6 Go to diff View file
M src/common/User/Account/templates/account-information.mustache +16 −0 Go to diff View file
M src/common/User/PreferencesPresenter.class.php +0 −23 Go to diff View file
D src/templates/user/change-email-confirm.mustache +0 −7 Go to diff View file
D src/templates/user/change-email.mustache +0 −17 Go to diff View file
M src/templates/user/info.mustache +0 −4 Go to diff View file
D src/www/account/change_email-confirm.php +0 −24 Go to diff View file
D src/www/account/change_email.php +0 −24 Go to diff View file
M src/www/account/index.php +0 −9 Go to diff View file
M tests/lib/Builders/UserTestBuilder.php +6 −0 Go to diff View file
M tests/phpunit/common/User/Account/DisplayAccountInformationControllerTest.php +31 −0 Go to diff View file
M tests/phpunit/common/User/Account/UpdateAccountInformationControllerTest.php +115 −1 Go to diff View file