@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 ability to edit Projects on mobile

Summary: sets action list to crumbs

Test Plan: shrink browser, see mobile action list, click on it, edit

Reviewers: epriestley, btrahan

Reviewed By: btrahan

Subscribers: epriestley, Korvin

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

+1
+1
src/applications/project/controller/PhabricatorProjectEditMainController.php
··· 42 42 $project->getName(), 43 43 $this->getApplicationURI('view/'.$project->getID().'/')); 44 44 $crumbs->addTextCrumb(pht('Edit')); 45 + $crumbs->setActionList($actions); 45 46 46 47 $object_box = id(new PHUIObjectBoxView()) 47 48 ->setHeader($header)