stable
Clone or download
Read-only
As site admin, in users ยป user or in pending users, you should see all invitations for a user (and the corresponding projects if any). Part of story #30021: Invite buddies to my Tuleap project Change-Id: I82ef258bc960b57d8aa51ef4809faa171e86804e
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +6 | โ3 | Go to diff View file |
M | site-content/pt_BR/LC_MESSAGES/tuleap-core.po | +6 | โ3 | Go to diff View file |
M | src/common/InviteBuddy/Admin/InvitedByPresenter.php | +12 | โ15 | Go to diff View file |
M | src/common/InviteBuddy/Admin/InvitedByPresenterBuilder.php | +38 | โ22 | Go to diff View file |
M | src/common/InviteBuddy/Admin/InvitedByUserPresenter.php | +47 | โ24 | Go to diff View file |
M | src/common/InviteBuddy/InvitationDao.php | +0 | โ8 | Go to diff View file |
M | src/common/Project/ProjectPresenter.php | +17 | โ0 | Go to diff View file |
M | src/common/User/Admin/PendingUserPresenter.php | +2 | โ3 | Go to diff View file |
M | src/common/User/Admin/PendingUsersDao.php | +4 | โ6 | Go to diff View file |
A | src/templates/admin/users/invited-by-user.mustache | +21 | โ0 | Go to diff View file |
A | src/templates/admin/users/invited-by.mustache | +26 | โ0 | Go to diff View file |
M | src/templates/admin/users/pending.mustache | +5 | โ21 | Go to diff View file |
M | src/templates/admin/users/user.mustache | +1 | โ20 | Go to diff View file |
M | src/www/admin/approve_pending_users.php | +23 | โ19 | Go to diff View file |
M | src/www/admin/usergroup.php | +3 | โ2 | Go to diff View file |
A | tests/unit/common/InviteBuddy/Admin/InvitedByPresenterBuilderTest.php | +125 | โ0 | Go to diff View file |