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

Restore one missing "order" value to the saved query migration script

Summary: Caught this when migrating my queries in production.

Auditors: btrahan

+1
+1
resources/sql/patches/20130913.maniphest.1.migratesearch.php
··· 148 148 case 'order': 149 149 $map = array( 150 150 'priority' => 'priority', 151 + 'updated' => 'updated', 151 152 'created' => 'created', 152 153 'title' => 'title', 153 154 );