stable

Clone or download

Read-only

Move Authentication dates to security tab

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

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +12 −0 Go to diff View file
M src/common/User/Account/DisplaySecurityController.php +13 −6 Go to diff View file
M src/common/User/Account/SecurityPresenter.php +33 −4 Go to diff View file
M src/common/User/Account/templates/security.mustache +3 −2 Go to diff View file
A src/common/User/Account/templates/security/access.mustache +27 −0 Go to diff View file
R src/common/User/Account/templates/security-password.mustache Go to diff View file
R src/common/User/Account/templates/security-session.mustache Go to diff View file
M src/common/User/PreferencesPresenter.class.php +0 −47 Go to diff View file
M src/common/User/UserManager.class.php +1 −1 Go to diff View file
M src/templates/user/account-maintenance.mustache +0 −1 Go to diff View file
D src/templates/user/details.mustache +0 −22 Go to diff View file
M src/www/account/index.php +0 −11 Go to diff View file
M tests/lib/Builders/UserTestBuilder.php +19 −5 Go to diff View file
M tests/phpunit/common/User/Account/DisplaySecurityControllerTest.php +6 −1 Go to diff View file