stable

Clone or download

Read-only

Introduce Preferences tab

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

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +9 −0 Go to diff View file
M src/common/Request/RouteCollector.php +8 −0 Go to diff View file
A src/common/User/Account/AccountInformationPresenter.php +66 −0 Go to diff View file
M src/common/User/Account/AccountTabPresenterCollection.php +1 −0 Go to diff View file
A src/common/User/Account/DisplayAccountInformationController.php +101 −0 Go to diff View file
A src/common/User/Account/templates/account-information.mustache +41 −0 Go to diff View file
M src/common/User/PreferencesPresenter.class.php +0 −25 Go to diff View file
M src/templates/user/info.mustache +0 −9 Go to diff View file
M tests/lib/Builders/UserTestBuilder.php +6 −0 Go to diff View file
A tests/phpunit/common/User/Account/DisplayAccountInformationControllerTest.php +97 −0 Go to diff View file