Removing commented out code
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 9 2016
Apr 7 2016
Removing obsolete method
Apr 5 2016
Copy pasta
I expect two more diffs for this task: one for awarding/revoking badges in the badges.edit API call, and one for querying who awarded whom.
Apr 4 2016
Yeah, I was pondering the award/revoke flow. PasteEditConduitAPIMethod is so bare bones as an example, and PhabricatorBadgesEditEngine is so different from other edit engines... I'm just not sure how that will hook into the badges edit API method.
Is there a reason, other than scope, why we're not implementing a badges.create Conduit API method? Or any of the other ones?
Apr 3 2016
What's left is adding Awarded by ... to recipient list on badge view:
redundundun
Apr 2 2016
Do you think that until we implement a custom behavior, that we could make that handle not appear as a link? Or is that too involved?
Fixing a regression - empty badges box if all badges are archived
Optimizing badges and awards queries to only fetch data that's relevant
This diff intentionally doesn't include the "recipient list on the badge page" part of this task:
Apr 1 2016
We currently track awarderPHID in the badges_award table. Do we still need an awarderPHID in badges_badge table?
Updating to shoddiness
Haha. Yes, well, you claim in another file that it was WoW colors. Get your story straight, @chad !
Did I get the colors wrong? I thought I copied them as they were...
Mar 31 2016
Moving things around
Mar 30 2016
This is done. Minor followup: T10698.
Mar 29 2016
Okay I agree that it would be nice to show badges under all instance of the profile image if it has the appropriate size.
Also... I added Chad this time
How do I reproduce this error?
Mar 28 2016
What is your reasoning for wanting to show badges in previews?
Switching to local variable
Not sure why this works better, but moved the badge-showing logic to the event view
Are you sure the profile image in the preview should have badges? Depending on the timing and on other things happening with the object, the preview won't be able to predict if it's a major event or not...
empty $badges should be of type array
Closing this, because it seems to be done, the way the title is written. All other related plans have their own tasks.
Pretty sure I covered all the badge transactions.