stable
Clone or download
Read-only
Part of story #14552 User preferences goes Burning Parrot Change-Id: I193f39297f55ce254bbc3c51ac5945e5e7b0c0e8
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/account/account.tab | +0 | −5 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +42 | −0 | Go to diff View file |
M | site-content/fr_FR/account/account.tab | +0 | −5 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +26 | −1 | Go to diff View file |
M | src/common/User/Account/AccountTabPresenterCollection.php | +1 | −0 | Go to diff View file |
A | src/common/User/Account/DisplayNotificationsController.php | +102 | −0 | Go to diff View file |
A | src/common/User/Account/NotificationsPresenter.php | +77 | −0 | Go to diff View file |
A | src/common/User/Account/UpdateNotificationsPreferences.php | +103 | −0 | Go to diff View file |
A | src/common/User/Account/templates/notifications.mustache | +53 | −0 | Go to diff View file |
M | src/common/User/PreferencesPresenter.class.php | +0 | −40 | Go to diff View file |
M | src/templates/common/user-account-tabs.mustache | +1 | −1 | Go to diff View file |
M | src/templates/user/preferences.mustache | +0 | −33 | Go to diff View file |
M | src/www/account/index.php | +0 | −10 | Go to diff View file |
M | src/www/account/updateprefs.php | +0 | −31 | Go to diff View file |
M | src/www/include/user.php | +4 | −1 | Go to diff View file |
A | tests/phpunit/common/User/Account/UpdateNotificationsControllerTest.php | +254 | −0 | Go to diff View file |