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

Diviner: Fix a broken link in "Adding New Classes" article

Summary: There is no codebase called "phabricator" anymore.

Test Plan:
# Go to https://we.phorge.it/book/contrib/article/adding_new_classes/ or http://phorge.localhost/book/contrib/article/adding_new_classes/ and click on the first link in the text ("Phabricator Application").
# Run `./bin/diviner generate`
# Repeat step 1

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+1 -1
+1 -1
src/docs/contributor/adding_new_classes.diviner
··· 18 18 Phorge primarily discovers functionality by looking at concrete subclasses 19 19 of some base class. For example, Phorge determines which applications are 20 20 available by looking at all of the subclasses of 21 - @{class@phabricator:PhabricatorApplication}. It 21 + @{class:PhabricatorApplication}. It 22 22 discovers available workflows in `arc` by looking at all of the subclasses of 23 23 @{class@arcanist:ArcanistWorkflow}. It discovers available locales 24 24 by looking at all of the subclasses of @{class@arcanist:PhutilLocale}.