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

Allow People to be Flagged

Summary: Ref T8888, Makes People Flaggable (and makes me wonder if we should rename Flags->Bookmarks).

Test Plan: Flag myself. Get excited.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: joshuaspence, epriestley, Korvin

Maniphest Tasks: T8888

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

+2
+1
src/__phutil_library_map__.php
··· 6836 6836 'PhabricatorCustomFieldInterface', 6837 6837 'PhabricatorDestructibleInterface', 6838 6838 'PhabricatorSSHPublicKeyInterface', 6839 + 'PhabricatorFlaggableInterface', 6839 6840 'PhabricatorApplicationTransactionInterface', 6840 6841 ), 6841 6842 'PhabricatorUserBlurbField' => 'PhabricatorUserCustomField',
+1
src/applications/people/storage/PhabricatorUser.php
··· 14 14 PhabricatorCustomFieldInterface, 15 15 PhabricatorDestructibleInterface, 16 16 PhabricatorSSHPublicKeyInterface, 17 + PhabricatorFlaggableInterface, 17 18 PhabricatorApplicationTransactionInterface { 18 19 19 20 const SESSION_TABLE = 'phabricator_session';