stable
Clone or download
Read-only
Part of story #14552: User preferences goes Burning Parrot Change-Id: I256d0d04845d9eb71ffed70577163eb48785bab5
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/account/account.tab | +0 | −12 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +45 | −0 | Go to diff View file |
M | site-content/fr_FR/account/account.tab | +0 | −12 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +22 | −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/DisplayEditionController.php | +89 | −0 | Go to diff View file |
A | src/common/User/Account/EditionPresenter.php | +97 | −0 | Go to diff View file |
A | src/common/User/Account/UpdateEditionController.php | +154 | −0 | Go to diff View file |
A | src/common/User/Account/templates/edition.mustache | +79 | −0 | Go to diff View file |
M | src/common/User/PreferencesPresenter.class.php | +0 | −42 | Go to diff View file |
M | src/common/User/User.class.php | +13 | −9 | Go to diff View file |
M | src/templates/user/preferences.mustache | +0 | −57 | Go to diff View file |
M | src/www/account/index.php | +2 | −39 | Go to diff View file |
M | src/www/account/updateprefs.php | +0 | −32 | Go to diff View file |
M | src/www/project/export/project_export_utils.php | +1 | −4 | Go to diff View file |
A | tests/phpunit/common/User/Account/DisplayEditionControllerTest.php | +86 | −0 | Go to diff View file |
A | tests/phpunit/common/User/Account/UpdateEditionControllerTest.php | +239 | −0 | Go to diff View file |