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

Deprecate Fund and Phortune prototype applications

Summary: See T15726

Test Plan: Go to `/applications/` and see that Fund and Phortune say "Deprecated".

Reviewers: O1 Blessed Committers, speck

Reviewed By: O1 Blessed Committers, speck

Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25533

+8
+4
src/applications/fund/application/PhabricatorFundApplication.php
··· 30 30 return true; 31 31 } 32 32 33 + public function isDeprecated() { 34 + return true; 35 + } 36 + 33 37 public function getRemarkupRules() { 34 38 return array( 35 39 new FundInitiativeRemarkupRule(),
+4
src/applications/phortune/application/PhabricatorPhortuneApplication.php
··· 30 30 return true; 31 31 } 32 32 33 + public function isDeprecated() { 34 + return true; 35 + } 36 + 33 37 public function getRoutes() { 34 38 return array( 35 39 '/phortune/' => array(