stable

Clone or download

Read-only

fix: GMT is not listed in available user timezones

This closes request #29606 GMT is not listed in available user timezones Given a user with the GMT timezone, when this user accesses to its personal settings, then another timezone is automatically displayed in the list, which leads to confusion. No value must be displayed if the timezone is not listed in the user preferences. How to test ----------- * Login as a user which uses the GMT timezone * Go to your personal settings => No timezeone must be selected and a warning must be displayed. Technical note: Default timezone for new users from LDAP is now 'UTC'. For new Tuleap installation, the default timezone for None user and admin user is now 'UTC'. Change-Id: Iacc8e56ef8099cd1d2f7979e81521affdc4eea7a

Modified Files

Name
M plugins/ldap/include/LDAP_UserManager.class.php +1 −1 Go to diff View file
M plugins/ldap/include/WelcomeDisplayController.php +4 −4 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +13 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +11 −0 Go to diff View file
M src/common/User/Account/AccountInformationCollectionPresenter.php +3 −0 Go to diff View file
M src/common/User/Account/templates/account-information.mustache +13 −1 Go to diff View file
M src/common/account/TimezoneSelectorPresenter.class.php +1 −4 Go to diff View file
M src/db/mysql/database_initvalues.sql +2 −2 Go to diff View file
M src/scripts/main/src/account/timezone.ts +1 −7 Go to diff View file