Differential D17207 Diff 41374 src/applications/differential/customfield/DifferentialBlameRevisionField.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/customfield/DifferentialBlameRevisionField.php
| Show First 20 Lines • Show All 85 Lines • ▼ Show 20 Lines | public function getApplicationTransactionTitleForFeed( | ||||
| $new = $xaction->getNewValue(); | $new = $xaction->getNewValue(); | ||||
| return pht( | return pht( | ||||
| '%s updated the blame revision for %s.', | '%s updated the blame revision for %s.', | ||||
| $xaction->renderHandleLink($author_phid), | $xaction->renderHandleLink($author_phid), | ||||
| $xaction->renderHandleLink($object_phid)); | $xaction->renderHandleLink($object_phid)); | ||||
| } | } | ||||
| public function shouldAppearInCommitMessage() { | |||||
| return true; | |||||
| } | |||||
| public function shouldAppearInConduitDictionary() { | public function shouldAppearInConduitDictionary() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| public function shouldAppearInConduitTransactions() { | public function shouldAppearInConduitTransactions() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| protected function newConduitEditParameterType() { | protected function newConduitEditParameterType() { | ||||
| return new ConduitStringParameterType(); | return new ConduitStringParameterType(); | ||||
| } | } | ||||
| } | } | ||||