stable
Clone or download
Read-only
After early birds' feedback, we should: * remove the hour from the date of the invitation * indicate that the invitation had been sent on this date * indicate for which project the invitation has been made, if any To test: * Have some pending invitations that are obsolete * run `tuleap daily-job` Part of story #30021: Invite buddies to my Tuleap project Change-Id: If31e242c15155eca2001c47523f85669dcdf6134
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +6 | −0 | Go to diff View file |
M | site-content/pt_BR/LC_MESSAGES/tuleap-core.po | +6 | −0 | Go to diff View file |
M | src/common/InviteBuddy/InvitationCleaner.php | +16 | −2 | Go to diff View file |
M | src/templates/invite_buddy/mail-obsolete-invitation-text.mustache | +1 | −1 | Go to diff View file |
M | src/templates/invite_buddy/mail-obsolete-invitation.mustache | +1 | −1 | Go to diff View file |
M | src/utils/tuleap.php | +1 | −0 | Go to diff View file |
M | tests/unit/common/InviteBuddy/InvitationCleanerTest.php | +17 | −4 | Go to diff View file |