stable
Clone or download
Read-only
story #9585: change avatars & pending users image
Homogenize usage of avatar: If no avatar set by the user, then the <img> tag should not be rendered. Limitation: as of today if autocompleter returns results from ldap, then default avatar is displayed. This will be done in a dedicated changeset later. Change-Id: I925aad6e74fba43765e91d9f985621f09d444f0d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/admindelegation/include/AdminDelegationBuilder.php | +1 | −0 | Go to diff View file |
M | plugins/admindelegation/templates/permission-delegation.mustache | +3 | −1 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.class.php | +2 | −1 | Go to diff View file |
M | src/common/dao/UserDao.class.php | +1 | −1 | Go to diff View file |
M | src/common/user/Admin/PendingProjectBuilder.php | +2 | −1 | Go to diff View file |
M | src/common/user/Admin/UserDetailsPresenter.php | +3 | −0 | Go to diff View file |
M | src/common/user/Admin/UserListResultsPresenter.php | +1 | −0 | Go to diff View file |
M | src/common/user/Admin/UserListResultsUserPresenter.php | +3 | −0 | Go to diff View file |
M | src/templates/admin/projects/project-pending.mustache | +3 | −1 | Go to diff View file |
M | src/templates/admin/users/no-pending.mustache | +7 | −7 | Go to diff View file |
M | src/templates/admin/users/user.mustache | +3 | −1 | Go to diff View file |
M | src/templates/admin/users/userlist.mustache | +3 | −1 | Go to diff View file |
M | src/www/admin/index.php | +5 | −5 | Go to diff View file |
M | src/www/scripts/tuleap/autocomplete-for-select2.js | +1 | −1 | Go to diff View file |
M | src/www/themes/common/images/avatar_default.png | Binary file | Go to diff View file | |
M | src/www/themes/common/tlp/src/images/tlp-avatar-extra-large.png | Binary file | Go to diff View file | |
M | src/www/themes/common/tlp/src/images/tlp-avatar-jumbo.png | Binary file | Go to diff View file | |
M | src/www/themes/common/tlp/src/images/tlp-avatar-large.png | Binary file | Go to diff View file | |
M | src/www/themes/common/tlp/src/images/tlp-avatar-mini.png | Binary file | Go to diff View file | |
M | src/www/themes/common/tlp/src/images/tlp-avatar-small.png | Binary file | Go to diff View file | |
M | src/www/themes/common/tlp/src/images/tlp-avatar.png | Binary file | Go to diff View file | |
M | src/www/user/autocomplete.php | +6 | −4 | Go to diff View file |