@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 "uri" to the fields returned by "differential.revision.search"

Summary: Ref T13490. This simplifies mostly-theoretical cases where you're accessing Phabricator via arc-over-ssh and the Conduit protocol + domain may differ from the production protocol + domain.

Test Plan: Called API via web UI, saw sensible URI values in results.

Maniphest Tasks: T13490

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

+1
+1
src/applications/differential/storage/DifferentialRevision.php
··· 1104 1104 1105 1105 return array( 1106 1106 'title' => $this->getTitle(), 1107 + 'uri' => PhabricatorEnv::getURI($this->getURI()), 1107 1108 'authorPHID' => $this->getAuthorPHID(), 1108 1109 'status' => $status_info, 1109 1110 'repositoryPHID' => $this->getRepositoryPHID(),