stable
Clone or download
Read-only
request #16187: Administration of project members is broken on new instances
The column has_avatar in the table user does not exist anymore since git #tuleap/stable/aa21ca34844ba97951edd97a2117cb62d98f6a1b. The tracker notifications are also affected. Other notification sections in the docman, git and svn plugins are also affected but in a less annoying way (only custom avatars are visible). Change-Id: Iaf40f94559c0d4195d2931358252f49dc138df8e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/Notifications/NotificationListPresenter.php | +1 | −2 | Go to diff View file |
M | plugins/docman/templates/item-details-notifications.mustache | +1 | −1 | Go to diff View file |
M | plugins/git/include/Git/Notifications/CollectionOfUserToBeNotifiedPresenterBuilder.php | +1 | −2 | Go to diff View file |
M | plugins/git/templates/settings/notifications.mustache | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/Notifications/CollectionOfUserToBeNotifiedPresenterBuilder.php | +1 | −2 | Go to diff View file |
M | plugins/svn/templates/admin/mail_notification.mustache | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/CollectionOfUserInvolvedInNotificationPresenterBuilder.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/templates/notifications/admin-notifications-unsubscribers.mustache | +1 | −1 | Go to diff View file |
M | plugins/tracker/templates/notifications/notifications.mustache | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Notifications/CollectionOfUserInvolvedInNotificationPresenterBuilderTest.php | +3 | −5 | Go to diff View file |
M | src/common/Project/Admin/ProjectMembers/ProjectMembersDAO.php | +2 | −3 | Go to diff View file |
M | src/common/notifications/UserInvolvedInNotificationPresenter.php | +1 | −4 | Go to diff View file |
M | src/templates/project/members/project-members.mustache | +1 | −3 | Go to diff View file |
M | src/www/user/autocomplete.php | +1 | −1 | Go to diff View file |