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

Rename a missed Profile -> MenuItem

Summary: Didn't grep this good enough.

Test Plan: `bin/storage upgrade -f --apply ..`, got a clean apply.

Reviewers: chad

Reviewed By: chad

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

+1 -1
+1 -1
resources/sql/autopatches/20160122.project.1.boarddefault.php
··· 7 7 $project_table = new PhabricatorProject(); 8 8 $conn_w = $project_table->establishConnection('w'); 9 9 10 - $panel_table = id(new PhabricatorProfilePanelConfiguration()); 10 + $panel_table = id(new PhabricatorProfileMenuItemConfiguration()); 11 11 $panel_conn = $panel_table->establishConnection('w'); 12 12 13 13 foreach (new LiskMigrationIterator($project_table) as $project) {