stable

Clone or download

Read-only

Update realname in new account page

Part of story #14552: User preferences goes Burning Parrot Change-Id: Iee689d933bb13960cb5f9978401cb85ef50beeb2

Modified Files

Name
M plugins/ldap/include/ldapPlugin.php +9 −3 Go to diff View file
M site-content/en_US/account/account.tab +0 −7 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +9 −0 Go to diff View file
M site-content/fr_FR/account/account.tab +0 −7 Go to diff View file
M src/common/Request/RouteCollector.php +7 −0 Go to diff View file
A src/common/User/Account/AccountInformationPreUpdateEvent.php +60 −0 Go to diff View file
M src/common/User/Account/AccountInformationPresenter.php +15 −3 Go to diff View file
M src/common/User/Account/DisplayAccountInformationController.php +5 −1 Go to diff View file
A src/common/User/Account/UpdateAccountInformationController.php +104 −0 Go to diff View file
M src/common/User/Account/templates/account-information.mustache +13 −1 Go to diff View file
M src/common/User/PreferencesPresenter.class.php +0 −8 Go to diff View file
M src/common/User/User.class.php +1 −0 Go to diff View file
M src/templates/user/info.mustache +0 −5 Go to diff View file
D src/www/account/change_realname.php +0 −60 Go to diff View file
M src/www/account/index.php +0 −9 Go to diff View file
M src/www/themes/common/css/utils/_account-maintenance.scss +0 −4 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 +42 −2 Go to diff View file
A tests/phpunit/common/User/Account/UpdateAccountInformationControllerTest.php +194 −0 Go to diff View file