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

Change simple template dashboard to "Open Tasks" instead of "All Tasks"

Summary: "All Tasks" is bad in the long run and not clearly better for new installs.

Test Plan: Created a new smiple template, saw open tasks only.

Reviewers: chad

Reviewed By: chad

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

+2 -2
+2 -2
src/applications/dashboard/controller/PhabricatorDashboardEditController.php
··· 268 268 $request, 269 269 $viewer, 270 270 'query', 271 - pht('Recent Tasks'), 271 + pht('Open Tasks'), 272 272 array( 273 273 'class' => 'ManiphestTaskSearchEngine', 274 - 'key' => 'all', 274 + 'key' => 'open', 275 275 )); 276 276 $panel_phids[] = $task_panel->getPHID(); 277 277