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
F14826513: D15533.diff
Wed, Jan 29, 1:39 AM
Unknown Object (File)
Mon, Jan 27, 9:47 AM
Unknown Object (File)
Sat, Jan 25, 5:05 AM
Unknown Object (File)
Fri, Jan 24, 12:29 PM
Unknown Object (File)
Fri, Jan 24, 12:29 PM
Unknown Object (File)
Fri, Jan 24, 12:29 PM
Unknown Object (File)
Fri, Jan 24, 12:29 PM
Unknown Object (File)
Fri, Jan 24, 12:29 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.