@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, rebuild library map.

-12
-12
src/__phutil_library_map__.php
··· 525 525 'ManiphestView' => 'applications/maniphest/view/ManiphestView.php', 526 526 'MetaMTAConstants' => 'applications/metamta/constants/MetaMTAConstants.php', 527 527 'MetaMTANotificationType' => 'applications/metamta/constants/MetaMTANotificationType.php', 528 - 'NotificationMessage' => 'applications/notification/constants/message/NotificationMessage.php', 529 - 'NotificationPathname' => 'applications/notification/constants/pathname/NotificationPathname.php', 530 - 'NotificationType' => 'applications/notification/constants/type/NotificationType.php', 531 528 'OwnersPackageReplyHandler' => 'applications/owners/OwnersPackageReplyHandler.php', 532 529 'PackageCreateMail' => 'applications/owners/mail/PackageCreateMail.php', 533 530 'PackageDeleteMail' => 'applications/owners/mail/PackageDeleteMail.php', ··· 738 735 'PhabricatorMustVerifyEmailController' => 'applications/auth/controller/PhabricatorMustVerifyEmailController.php', 739 736 'PhabricatorMySQLFileStorageEngine' => 'applications/files/engine/PhabricatorMySQLFileStorageEngine.php', 740 737 'PhabricatorNotificationBuilder' => 'applications/notification/builder/notification/PhabricatorNotificationBuilder.php', 741 - 'PhabricatorNotificationConstants' => 'applications/notification/constants/base/PhabricatorNotificationConstants.php', 742 738 'PhabricatorNotificationController' => 'applications/notification/controller/base/PhabricatorNotificationController.php', 743 - 'PhabricatorNotificationPanelController' => 'applications/notification/controller/panel/PhabricatorNotificationPanelController.php', 744 739 'PhabricatorNotificationQuery' => 'applications/notification/PhabricatorNotificationQuery.php', 745 - 'PhabricatorNotificationStory' => 'applications/notification/base/PhabricatorNotificationStory.php', 746 - 'PhabricatorNotificationStoryTypeConstants' => 'applications/notification/constants/story/PhabricatorNotificationStoryTypeConstants.php', 747 740 'PhabricatorNotificationStoryView' => 'applications/notification/view/story/PhabricatorNotificationStoryView.php', 748 741 'PhabricatorNotificationTestController' => 'applications/notification/controller/test/PhabricatorNotificationTestController.php', 749 742 'PhabricatorNotificationView' => 'applications/notification/view/base/PhabricatorNotificationView.php', ··· 1525 1518 'ManiphestTransactionType' => 'ManiphestConstants', 1526 1519 'ManiphestView' => 'AphrontView', 1527 1520 'MetaMTANotificationType' => 'MetaMTAConstants', 1528 - 'NotificationMessage' => 'PhabricatorNotificationConstants', 1529 - 'NotificationPathname' => 'PhabricatorNotificationConstants', 1530 - 'NotificationType' => 'PhabricatorNotificationConstants', 1531 1521 'OwnersPackageReplyHandler' => 'PhabricatorMailReplyHandler', 1532 1522 'PackageCreateMail' => 'PackageMail', 1533 1523 'PackageDeleteMail' => 'PackageMail', ··· 1707 1697 'PhabricatorMustVerifyEmailController' => 'PhabricatorAuthController', 1708 1698 'PhabricatorMySQLFileStorageEngine' => 'PhabricatorFileStorageEngine', 1709 1699 'PhabricatorNotificationController' => 'PhabricatorController', 1710 - 'PhabricatorNotificationPanelController' => 'PhabricatorNotificationController', 1711 - 'PhabricatorNotificationStoryTypeConstants' => 'PhabricatorNotificationConstants', 1712 1700 'PhabricatorNotificationStoryView' => 'PhabricatorNotificationView', 1713 1701 'PhabricatorNotificationTestController' => 'PhabricatorNotificationController', 1714 1702 'PhabricatorNotificationView' => 'AphrontView',