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

Minor, fix a constant in PhabricatorRepositoryEditor

See <https://github.com/facebook/phabricator/pull/554>

+1 -1
+1 -1
src/applications/repository/editor/PhabricatorRepositoryEditor.php
··· 318 318 $errors = parent::validateTransaction($object, $type, $xactions); 319 319 320 320 switch ($type) { 321 - case self::TYPE_CREDENTIAL: 321 + case PhabricatorRepositoryTransaction::TYPE_CREDENTIAL: 322 322 $ok = PassphraseCredentialControl::validateTransactions( 323 323 $this->getActor(), 324 324 $xactions);