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

Implement Project Interface in PhabricatorRepository

Summary: T2628, PhabricatoryRepository.php now implements PhabricatorProjectInterface

Test Plan: Verify project tags still work in phabricator repositories

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

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

authored by

lkassianik and committed by
epriestley
d5e84cf1 00d13490

+2 -1
+2 -1
src/applications/repository/storage/PhabricatorRepository.php
··· 8 8 PhabricatorPolicyInterface, 9 9 PhabricatorFlaggableInterface, 10 10 PhabricatorMarkupInterface, 11 - PhabricatorDestructableInterface { 11 + PhabricatorDestructableInterface, 12 + PhabricatorProjectInterface { 12 13 13 14 /** 14 15 * Shortest hash we'll recognize in raw "a829f32" form.