stable

Clone or download

Read-only

feat: display all invitations for a user

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