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

Define DiffusionRequest::setPath()

Summary: Resolves T2056.

Test Plan: Browsed SVN repo.

Reviewers: epriestley

Reviewed By: epriestley

CC: ced, aran, Korvin

Maniphest Tasks: T2056

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

vrana a316a0bb 4f65d4f3

+5
+5
src/applications/diffusion/request/DiffusionRequest.php
··· 188 188 return $this->callsign; 189 189 } 190 190 191 + public function setPath($path) { 192 + $this->path = $path; 193 + return $this; 194 + } 195 + 191 196 public function getPath() { 192 197 return $this->path; 193 198 }