@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, bad autoload map merge.

Auditors: chad

+1 -3
+1 -3
src/__phutil_library_map__.php
··· 639 639 'ManiphestTaskQuery' => 'applications/maniphest/ManiphestTaskQuery.php', 640 640 'ManiphestTaskStatus' => 'applications/maniphest/constants/ManiphestTaskStatus.php', 641 641 'ManiphestTaskSubscriber' => 'applications/maniphest/storage/ManiphestTaskSubscriber.php', 642 - 'ManiphestTaskSummaryView' => 'applications/maniphest/view/ManiphestTaskSummaryView.php', 643 642 'ManiphestTransaction' => 'applications/maniphest/storage/ManiphestTransaction.php', 644 643 'ManiphestTransactionDetailView' => 'applications/maniphest/view/ManiphestTransactionDetailView.php', 645 644 'ManiphestTransactionEditor' => 'applications/maniphest/editor/ManiphestTransactionEditor.php', ··· 2264 2263 'ManiphestTaskQuery' => 'PhabricatorQuery', 2265 2264 'ManiphestTaskStatus' => 'ManiphestConstants', 2266 2265 'ManiphestTaskSubscriber' => 'ManiphestDAO', 2267 - 'ManiphestTaskSummaryView' => 'ManiphestView', 2268 2266 'ManiphestTransaction' => 2269 2267 array( 2270 2268 0 => 'ManiphestDAO', ··· 2748 2746 'PhabricatorObjectHandleStatus' => 'PhabricatorObjectHandleConstants', 2749 2747 'PhabricatorObjectItemListExample' => 'PhabricatorUIExample', 2750 2748 'PhabricatorObjectItemListView' => 'AphrontView', 2751 - 'PhabricatorObjectItemView' => 'AphrontView', 2749 + 'PhabricatorObjectItemView' => 'AphrontTagView', 2752 2750 'PhabricatorObjectListView' => 'AphrontView', 2753 2751 'PhabricatorOffsetPagedQuery' => 'PhabricatorQuery', 2754 2752 'PhabricatorOwnersConfigOptions' => 'PhabricatorApplicationConfigOptions',