stable

Clone or download

Read-only

Merge commit 'refs/changes/24/6924/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #9585: change avatars & pending users image Change-Id: If51175c918f15f86c0d31e0c8a81b35841435991

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