Ponder - make feed stories and emails a bit better

Summary: Also some random cleanup now and again. Note reply handler stuff is kind of bojangles bad right now. It didn't work before though either so hey.

Test Plan: asked questions, answered questions, edited answers... the feed pleased my eye

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, aran

Maniphest Tasks: T3653

Differential Revision: https://secure.phabricator.com/D7027
This commit is contained in:
Bob Trahan
2013-09-18 15:15:25 -07:00
parent 77143d5600
commit b1dfbda741
21 changed files with 326 additions and 109 deletions

View File

@@ -92,7 +92,7 @@ final class PhabricatorMacroTransaction
return parent::getTitle();
}
public function getTitleForFeed() {
public function getTitleForFeed(PhabricatorFeedStory $story) {
$author_phid = $this->getAuthorPHID();
$object_phid = $this->getObjectPHID();
@@ -133,7 +133,7 @@ final class PhabricatorMacroTransaction
}
}
return parent::getTitleForFeed();
return parent::getTitleForFeed($story);
}
public function getActionName() {