stable

Clone or download

Read-only

Transfer avatars in account section

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

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 +22 −1 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 +5 −1 Go to diff View file
M src/common/User/Account/AccountInformationCollectionPresenter.php +23 −3 Go to diff View file
M src/common/User/Account/ChangeAvatarController.php +14 −17 Go to diff View file
M src/common/User/Account/DisplayAccountInformationController.php +12 −0 Go to diff View file
M src/common/User/Account/templates/account-information.mustache +113 −26 Go to diff View file
M src/common/User/PreferencesPresenter.class.php +0 −45 Go to diff View file
D src/templates/user/change-avatar-modal.mustache +0 −47 Go to diff View file
M src/templates/user/info.mustache +0 −6 Go to diff View file
A src/www/scripts/account/avatar.ts +46 −0 Go to diff View file
A src/www/scripts/account/avatar/preview-container.ts +33 −0 Go to diff View file
A src/www/scripts/account/avatar/preview.ts +108 −0 Go to diff View file
A src/www/scripts/account/avatar/reset.ts +53 −0 Go to diff View file
A src/www/scripts/account/avatar/use-default.ts +27 −0 Go to diff View file
D src/www/scripts/tuleap/account-maintenance.js +0 −139 Go to diff View file
M src/www/scripts/webpack.config.js +2 −2 Go to diff View file
M src/www/themes/BurningParrot/css/account/_account.scss +1 −0 Go to diff View file
A src/www/themes/BurningParrot/css/account/includes/_account-information.scss +93 −0 Go to diff View file
M src/www/themes/common/css/utils/_account-maintenance.scss +0 −61 Go to diff View file