stable

Clone or download

Read-only

Move timezone to new account interface

As it was the last element on the legacy page, drop it. Part of story #14552: User preferences goes Burning Parrot Change-Id: I32dc8889acc913be09a4097e5cc28ac685ff600c

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +16 −4 Go to diff View file
M src/common/Request/RouteCollector.php +1 −2 Go to diff View file
M src/common/User/Account/AccountInformationCollectionPresenter.php +7 −1 Go to diff View file
M src/common/User/Account/AccountTabPresenterCollection.php +0 −1 Go to diff View file
M src/common/User/Account/DisplayAccountInformationController.php +7 −12 Go to diff View file
M src/common/User/Account/EmailUpdater.php +3 −18 Go to diff View file
M src/common/User/Account/UpdateAccountInformationController.php +44 −7 Go to diff View file
M src/common/User/Account/templates/account-information.mustache +14 −0 Go to diff View file
D src/common/User/PreferencesPresenter.class.php +0 −78 Go to diff View file
M src/common/User/UserManager.class.php +0 −5 Go to diff View file
M src/common/account/TimezoneSelectorPresenter.class.php +15 −3 Go to diff View file
M src/common/dao/UserDao.class.php +0 −10 Go to diff View file
D src/templates/user/account-maintenance.mustache +0 −11 Go to diff View file
D src/templates/user/info.mustache +0 −18 Go to diff View file
D src/www/account/change_timezone.php +0 −68 Go to diff View file
M src/www/account/index.php +5 −37 Go to diff View file
A src/www/scripts/account/timezone.ts +30 −0 Go to diff View file
M src/www/scripts/webpack.config.js +2 −1 Go to diff View file
M tests/lib/Builders/UserTestBuilder.php +6 −0 Go to diff View file
M tests/phpunit/common/User/Account/UpdateAccountInformationControllerTest.php +141 −20 Go to diff View file