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

Expand typeahead document copy

Summary: Seems reasonable? At least, it always matches however a user might think about documents (app or document). Unclear if "Diffusion" for example, are actually needed.

Test Plan: tested searching for "phriction", "wiki", "document", etc.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+9 -9
+1 -1
src/applications/differential/phid/DifferentialRevisionPHIDType.php
··· 5 5 const TYPECONST = 'DREV'; 6 6 7 7 public function getTypeName() { 8 - return pht('Revision'); 8 + return pht('Differential Revision'); 9 9 } 10 10 11 11 public function getPHIDTypeApplicationClass() {
+1 -1
src/applications/fund/phid/FundInitiativePHIDType.php
··· 5 5 const TYPECONST = 'FITV'; 6 6 7 7 public function getTypeName() { 8 - return pht('Initiative'); 8 + return pht('Fund Initiative'); 9 9 } 10 10 11 11 public function newObject() {
+1 -1
src/applications/maniphest/phid/ManiphestTaskPHIDType.php
··· 5 5 const TYPECONST = 'TASK'; 6 6 7 7 public function getTypeName() { 8 - return pht('Task'); 8 + return pht('Maniphest Task'); 9 9 } 10 10 11 11 public function getPHIDTypeApplicationClass() {
+1 -1
src/applications/passphrase/phid/PassphraseCredentialPHIDType.php
··· 5 5 const TYPECONST = 'CDTL'; 6 6 7 7 public function getTypeName() { 8 - return pht('Credential'); 8 + return pht('Passphrase Credential'); 9 9 } 10 10 11 11 public function newObject() {
+1 -1
src/applications/pholio/phid/PholioMockPHIDType.php
··· 5 5 const TYPECONST = 'MOCK'; 6 6 7 7 public function getTypeName() { 8 - return pht('Mock'); 8 + return pht('Pholio Mock'); 9 9 } 10 10 11 11 public function getPHIDTypeApplicationClass() {
+1 -1
src/applications/phriction/phid/PhrictionDocumentPHIDType.php
··· 5 5 const TYPECONST = 'WIKI'; 6 6 7 7 public function getTypeName() { 8 - return pht('Wiki Document'); 8 + return pht('Phriction Wiki Document'); 9 9 } 10 10 11 11 public function getPHIDTypeApplicationClass() {
+1 -1
src/applications/ponder/phid/PonderAnswerPHIDType.php
··· 5 5 const TYPECONST = 'ANSW'; 6 6 7 7 public function getTypeName() { 8 - return pht('Answer'); 8 + return pht('Ponder Answer'); 9 9 } 10 10 11 11 public function newObject() {
+1 -1
src/applications/ponder/phid/PonderQuestionPHIDType.php
··· 5 5 const TYPECONST = 'QUES'; 6 6 7 7 public function getTypeName() { 8 - return pht('Question'); 8 + return pht('Ponder Question'); 9 9 } 10 10 11 11 public function getPHIDTypeApplicationClass() {
+1 -1
src/applications/repository/phid/PhabricatorRepositoryCommitPHIDType.php
··· 5 5 const TYPECONST = 'CMIT'; 6 6 7 7 public function getTypeName() { 8 - return pht('Commit'); 8 + return pht('Diffusion Commit'); 9 9 } 10 10 11 11 public function getPHIDTypeApplicationClass() {