@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add q/a subheaders to ponder

Summary: Helps make it seem more q/a like and consistent.

Test Plan: Look at question

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D7450

+2
+2
src/applications/ponder/controller/PonderQuestionViewController.php
··· 160 160 ->setCount($question->getVoteCount()) 161 161 ->setVote($question->getUserVote()); 162 162 163 + $view->addSectionHeader(pht('Question')); 163 164 $view->addTextContent( 164 165 array( 165 166 $votable, ··· 361 362 ->setCount($answer->getVoteCount()) 362 363 ->setVote($answer->getUserVote()); 363 364 365 + $view->addSectionHeader(pht('Answer')); 364 366 $view->addTextContent( 365 367 array( 366 368 $votable,