stable

Clone or download

Read-only

Transfer username display preferences

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

Modified Files

Name
M site-content/en_US/account/account.tab +0 −4 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +18 −0 Go to diff View file
M site-content/fr_FR/account/account.tab +0 −4 Go to diff View file
M src/common/User/Account/Appearance/AppareancePresenterBuilder.php +12 −1 Go to diff View file
M src/common/User/Account/Appearance/AppearancePresenter.php +46 −1 Go to diff View file
M src/common/User/Account/UpdateAppearancePreferences.php +39 −6 Go to diff View file
M src/common/User/Account/templates/appearance.mustache +1 −0 Go to diff View file
A src/common/User/Account/templates/appearance/username.mustache +17 −0 Go to diff View file
M src/common/User/PreferencesPresenter.class.php +0 −37 Go to diff View file
M src/common/User/User.class.php +1 −0 Go to diff View file
M src/templates/user/account-maintenance.mustache +1 −5 Go to diff View file
D src/templates/user/preferences.mustache +0 −40 Go to diff View file
M src/www/account/index.php +1 −32 Go to diff View file
D src/www/account/updateprefs.php +0 −55 Go to diff View file
M src/www/scripts/tuleap/account-maintenance.js +0 −14 Go to diff View file
M src/www/themes/common/css/utils/_account-maintenance.scss +0 −99 Go to diff View file
M tests/phpunit/common/User/Account/DisplayAppearanceControllerTest.php +4 −0 Go to diff View file
M tests/phpunit/common/User/Account/UpdateAppearancePreferencesTest.php +97 −0 Go to diff View file