Page MenuHomePhabricator

Use PhabricatorEdgeType strings when rendering transactions
ClosedPublic

Authored by epriestley on Jul 5 2014, 10:48 PM.
Tags
None
Referenced Files
F15505682: D9841.id23604.diff
Tue, Apr 15, 4:54 AM
F15500629: D9841.id23929.diff
Sun, Apr 13, 6:43 PM
F15478030: D9841.id23604.diff
Mon, Apr 7, 7:51 PM
F15469561: D9841.id23929.diff
Fri, Apr 4, 2:41 PM
F15469252: D9841.id23604.diff
Fri, Apr 4, 11:01 AM
F15462173: D9841.id23929.diff
Tue, Apr 1, 12:53 PM
F15462172: D9841.id23698.diff
Tue, Apr 1, 12:53 PM
F15462170: D9841.id23604.diff
Tue, Apr 1, 12:53 PM
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
Lint
Lint Skipped
Unit
Tests Skipped

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–600

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).