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

Fix a copy/paste error on the burnup chart

Summary: See PHI286, maybe. See PHI273. Strongly considering just deleting this.

Test Plan: ~.~

Reviewers: amckinley

Reviewed By: amckinley

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

+1 -1
+1 -1
src/applications/maniphest/controller/ManiphestReportController.php
··· 140 140 } 141 141 142 142 $oldv = trim($row['oldValue'], '"'); 143 - $newv = trim($row['oldValue'], '"'); 143 + $newv = trim($row['newValue'], '"'); 144 144 145 145 // If this is a status change, preserve it. 146 146 if ($oldv != 'null') {