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

Update a couple of lingering instances of secure.phabricator.com to we.phorge.it

Summary: We were still pointint to secure.phabricator.com in a couple places. This fixes that.

Test Plan: No testing needed

Reviewers: O1 Blessed Committers, speck, Cigaryno

Reviewed By: O1 Blessed Committers, speck, Cigaryno

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

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

+2 -2
+1 -1
src/applications/diviner/controller/DivinerMainController.php
··· 50 50 $text = pht( 51 51 "(NOTE) **Looking for documentation?** ". 52 52 "If you're looking for help and information about %s, ". 53 - "you can [[https://secure.phabricator.com/diviner/ | ". 53 + "you can [[https://we.phorge.it/diviner/ | ". 54 54 "browse the public %s documentation]] on the live site.\n\n". 55 55 "Diviner is the documentation generator used to build this ". 56 56 "documentation.\n\n".
+1 -1
src/view/widget/AphrontStackTraceView.php
··· 15 15 $libraries = PhutilBootloader::getInstance()->getAllLibraries(); 16 16 17 17 // TODO: Make this configurable? 18 - $path = 'https://secure.phabricator.com/diffusion/%s/browse/master/src/'; 18 + $path = 'https://we.phorge.it/diffusion/%s/browse/master/src/'; 19 19 20 20 $callsigns = array( 21 21 'arcanist' => 'ARC',