stable

Clone or download

Read-only

Have a preview of the selected username and relative dates formats

part of: story #14828: display dates with both absolute and relative How to test: - Go to the user preferences, in the appearance and language section - Select a username format --> The preview is updated - Select a relative date display preference --> The preview is updated - Save --> The username format and the date are formatted according to the selected preferences Change-Id: I7c65bcaa78baa7f5fa1c0de267f21bc0491b9507

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +16 −4 Go to diff View file
M src/common/User/Account/Appearance/AppearancePresenter.php +15 −0 Go to diff View file
M src/common/User/Account/templates/appearance/preview.mustache +123 −58 Go to diff View file
M src/common/User/Account/templates/appearance/username.mustache +2 −1 Go to diff View file
A src/scripts/account/appearance.test.ts +156 −0 Go to diff View file
M src/scripts/account/appearance.ts +75 −0 Go to diff View file
M src/themes/BurningParrot/css/account/includes/_appearance.scss +56 −25 Go to diff View file
M tests/unit/common/User/Account/DisplayAppearanceControllerTest.php +4 −0 Go to diff View file