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

Arc liberate fix

Summary: Run arc liberate and commit the results on the assumption that someone forgot to do this in another diff, or their results were discarded by an automatic merge during rebase.

Test Plan: None.

Reviewers: epriestley

CC: aran, Korvin

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

+6 -1
+6 -1
src/__phutil_library_map__.php
··· 2919 2919 'PhabricatorPaste' => 2920 2920 array( 2921 2921 0 => 'PhabricatorPasteDAO', 2922 - 1 => 'PhabricatorPolicyInterface', 2922 + 1 => 'PhabricatorTokenReceiverInterface', 2923 + 2 => 'PhabricatorPolicyInterface', 2923 2924 ), 2924 2925 'PhabricatorPasteController' => 'PhabricatorController', 2925 2926 'PhabricatorPasteDAO' => 'PhabricatorLiskDAO', ··· 3006 3007 array( 3007 3008 0 => 'PhabricatorRepositoryDAO', 3008 3009 1 => 'PhabricatorPolicyInterface', 3010 + 2 => 'PhabricatorTokenReceiverInterface', 3009 3011 ), 3010 3012 'PhabricatorRepositoryCommitChangeParserWorker' => 'PhabricatorRepositoryCommitParserWorker', 3011 3013 'PhabricatorRepositoryCommitData' => 'PhabricatorRepositoryDAO', ··· 3243 3245 0 => 'PhameDAO', 3244 3246 1 => 'PhabricatorPolicyInterface', 3245 3247 2 => 'PhabricatorMarkupInterface', 3248 + 3 => 'PhabricatorTokenReceiverInterface', 3246 3249 ), 3247 3250 'PhamePostDeleteController' => 'PhameController', 3248 3251 'PhamePostEditController' => 'PhameController', ··· 3386 3389 0 => 'PhrictionDAO', 3387 3390 1 => 'PhabricatorPolicyInterface', 3388 3391 2 => 'PhabricatorSubscribableInterface', 3392 + 3 => 'PhabricatorTokenReceiverInterface', 3389 3393 ), 3390 3394 'PhrictionDocumentController' => 'PhrictionController', 3391 3395 'PhrictionDocumentEditor' => 'PhabricatorEditor', ··· 3438 3442 2 => 'PonderVotableInterface', 3439 3443 3 => 'PhabricatorSubscribableInterface', 3440 3444 4 => 'PhabricatorPolicyInterface', 3445 + 5 => 'PhabricatorTokenReceiverInterface', 3441 3446 ), 3442 3447 'PonderQuestionAskController' => 'PonderController', 3443 3448 'PonderQuestionDetailView' => 'AphrontView',