stable
Clone or download
Read-only
Revert "request #14160: Do not hardcode user's avatar url"
This reverts commit 8f1dc8ee4653877c50d82a9b90efc54f32325542. Change-Id: Ib2901658789e7492a2ef55d16637229702a42629
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/cardwall/www/js/cardwall.js | +3 | −2 | Go to diff View file |
M | plugins/git/include/Git/Notifications/CollectionOfUserToBeNotifiedPresenterBuilder.php | +1 | −2 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.php | +2 | −4 | Go to diff View file |
M | plugins/svn/include/SVN/Notifications/CollectionOfUserToBeNotifiedPresenterBuilder.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/CollectionOfUserInvolvedInNotificationPresenterBuilder.php | +3 | −12 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/Settings/Administration/NotificationsAdminSettingsControllerCommon.php | +2 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +6 | −11 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +3 | −9 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Notifications/CollectionOfUserInvolvedInNotificationPresenterBuilderTest.php | +1 | −19 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UsersValueTest.php | +7 | −11 | Go to diff View file |
M | src/common/Project/Admin/ProjectMembers/ProjectMembersController.php | +0 | −3 | Go to diff View file |
M | src/common/Project/Admin/ProjectUGroup/Details/MemberPresenter.php | +0 | −5 | Go to diff View file |
M | src/common/Project/Admin/ProjectUGroup/Details/MembersPresenterBuilder.php | +1 | −2 | Go to diff View file |
M | src/common/User/Admin/UserDetailsPresenter.php | +0 | −5 | Go to diff View file |
M | src/common/User/Admin/UserListResultsPresenter.php | +0 | −8 | Go to diff View file |
M | src/common/User/Admin/UserListResultsUserPresenter.php | +0 | −3 | Go to diff View file |
M | src/common/User/UserImportCollection.php | +0 | −1 | Go to diff View file |
M | src/common/Widget/ProjectMembers/AdministratorPresenter.php | +0 | −5 | Go to diff View file |
M | src/templates/admin/users/user.mustache | +1 | −1 | Go to diff View file |
M | src/templates/admin/users/userlist.mustache | +1 | −1 | Go to diff View file |
M | src/templates/project/admin/ugroup-settings-member-list.mustache | +1 | −1 | Go to diff View file |
M | src/templates/project/members/project-members.mustache | +1 | −1 | Go to diff View file |
M | src/templates/widgets/project-members.mustache | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/admin/members-import/project-admin-member-import-preview.mustache | +1 | −1 | Go to diff View file |
M | src/www/user/autocomplete.php | +2 | −5 | Go to diff View file |
M | tests/phpunit/common/Project/Admin/ProjectUGroup/Details/MembersPresenterBuilderTest.php | +18 | −21 | Go to diff View file |
M | tests/simpletest/common/User/UserImportTest.php | +2 | −4 | Go to diff View file |