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)
Sun, Mar 31, 7:08 AM
Unknown Object (File)
Fri, Mar 29, 12:28 AM
Unknown Object (File)
Fri, Mar 29, 12:28 AM
Unknown Object (File)
Fri, Mar 29, 12:28 AM
Unknown Object (File)
Fri, Mar 29, 12:28 AM
Unknown Object (File)
Fri, Mar 29, 12:28 AM
Unknown Object (File)
Feb 12 2024, 8:55 AM
Unknown Object (File)
Feb 7 2024, 10:36 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).