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

Implemented Mentionable interface in Pholio

Summary: closes T8486

Test Plan: Create a pholio mock. In an already existing object mention the pholio mock. Verify that the reference to the object exists in the pholio mock's timeline.

Reviewers: lpriestley, #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8486

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

authored by

Paul Kassianik and committed by
epriestley
54888e1a 40714bb0

+3 -1
+1
src/__phutil_library_map__.php
··· 6726 6726 'PhabricatorProjectInterface', 6727 6727 'PhabricatorDestructibleInterface', 6728 6728 'PhabricatorSpacesInterface', 6729 + 'PhabricatorMentionableInterface', 6729 6730 ), 6730 6731 'PholioMockCommentController' => 'PholioController', 6731 6732 'PholioMockEditController' => 'PholioController',
+2 -1
src/applications/pholio/storage/PholioMock.php
··· 10 10 PhabricatorApplicationTransactionInterface, 11 11 PhabricatorProjectInterface, 12 12 PhabricatorDestructibleInterface, 13 - PhabricatorSpacesInterface { 13 + PhabricatorSpacesInterface, 14 + PhabricatorMentionableInterface { 14 15 15 16 const MARKUP_FIELD_DESCRIPTION = 'markup:description'; 16 17