Page MenuHomePhabricator

Adding basic transaction titles to awarding/revoking badges
ClosedPublic

Authored by lpriestley on Mar 28 2016, 4:25 PM.
Tags
None
Referenced Files
F13142398: D15533.diff
Fri, May 3, 6:06 AM
F13137418: D15533.id37448.diff
Thu, May 2, 6:51 PM
F13135148: D15533.id37447.diff
Thu, May 2, 7:14 AM
Unknown Object (File)
Wed, May 1, 4:21 AM
Unknown Object (File)
Tue, Apr 30, 7:27 PM
Unknown Object (File)
Tue, Apr 30, 5:05 AM
Unknown Object (File)
Thu, Apr 25, 1:01 AM
Unknown Object (File)
Fri, Apr 12, 8:51 PM
Subscribers
Tokens
"Haypence" token, awarded by chad.

Details

Summary

Ref T10677, awarding/revoking a badge should create timeline entries with titles that are more clear (excludes homepage feed stories)

Test Plan

Award/revoke a badge to single or multiple users. See timeline entries that reflect those actions.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to Adding basic transaction titles to awarding/revoking badges.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/badges/storage/PhabricatorBadgesTransaction.php
118

This reads a little awkwardly to me -- maybe "%s awarded this badge to %s recipient(s): %s"?

128

This too -- maybe "%s revoked this badge from %s recipient(s): %s"?

src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
1532–1544

If you do make wording changes, update these too.

This revision is now accepted and ready to land.Mar 28 2016, 4:33 PM
lpriestley marked 3 inline comments as done.
lpriestley edited edge metadata.

Updating to epriestley wording

This revision was automatically updated to reflect the committed changes.