Page MenuHomePhabricator

Use PhabricatorEdgeType strings when rendering transactions
ClosedPublic

Authored by epriestley on Jul 5 2014, 10:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 4, 3:14 AM
Unknown Object (File)
Sun, Sep 1, 7:41 AM
Unknown Object (File)
Thu, Aug 29, 12:13 PM
Unknown Object (File)
Aug 26 2024, 12:56 AM
Unknown Object (File)
Aug 19 2024, 1:02 AM
Unknown Object (File)
Aug 14 2024, 9:38 PM
Unknown Object (File)
Aug 13 2024, 11:12 PM
Unknown Object (File)
Aug 10 2024, 1:37 AM
Subscribers

Details

Summary

Ref T5245. This hooks up the translation/rendering methods added previously.

These are messy, but now extractable/translatable.

Test Plan

Viewed edge transactions and stories, saw correct strings.

Diff Detail

Repository
rP Phabricator
Branch
projedge6
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1543
Build 1543: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Use PhabricatorEdgeType strings when rendering transactions.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: joshuaspence, chad, btrahan.
joshuaspence edited edge metadata.
joshuaspence added inline comments.
src/applications/transactions/storage/PhabricatorApplicationTransaction.php
599

As mentioned in D9837, I'm not convinced that there is a need to pass this in explicitly.

724

As above.

This revision now requires changes to proceed.Jul 7 2014, 12:00 AM
This revision is now accepted and ready to land.Jul 7 2014, 4:23 AM
epriestley edited edge metadata.
  • getByConst() -> getByConstant()
epriestley updated this revision to Diff 23929.

Closed by commit rPb32313cc85d8 (authored by @epriestley).