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

Mark UIExamples as a prototype

Summary: Ref T9103. This application is only useful for developing Phabricator, and in general is not kept "production ready". Mark it as a prototype.

Test Plan: visit /applications/, see it marked as prototype.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9103

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

+4
+4
src/applications/uiexample/application/PhabricatorUIExamplesApplication.php
··· 30 30 return self::GROUP_DEVELOPER; 31 31 } 32 32 33 + public function isPrototype() { 34 + return true; 35 + } 36 + 33 37 public function getApplicationOrder() { 34 38 return 0.110; 35 39 }