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

Move PHUIInfoView

Summary: Just moves this because I can never easily find it.

Test Plan: Check UIExamples

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+1 -1
+1 -1
src/__phutil_library_map__.php
··· 1769 1769 'PHUIImageMaskExample' => 'applications/uiexample/examples/PHUIImageMaskExample.php', 1770 1770 'PHUIImageMaskView' => 'view/phui/PHUIImageMaskView.php', 1771 1771 'PHUIInfoExample' => 'applications/uiexample/examples/PHUIInfoExample.php', 1772 - 'PHUIInfoView' => 'view/form/PHUIInfoView.php', 1772 + 'PHUIInfoView' => 'view/phui/PHUIInfoView.php', 1773 1773 'PHUIInvisibleCharacterTestCase' => 'view/phui/__tests__/PHUIInvisibleCharacterTestCase.php', 1774 1774 'PHUIInvisibleCharacterView' => 'view/phui/PHUIInvisibleCharacterView.php', 1775 1775 'PHUILeftRightExample' => 'applications/uiexample/examples/PHUILeftRightExample.php',
src/view/form/PHUIInfoView.php src/view/phui/PHUIInfoView.php