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

Order Diffusion lint details

vrana 3017a1f0 4a8ce169

+1 -1
+1 -1
src/applications/diffusion/controller/DiffusionLintDetailsController.php
··· 118 118 WHERE branchID = %d 119 119 AND code = %s 120 120 %Q 121 + ORDER BY path, code, line 121 122 LIMIT %d OFFSET %d', 122 - // 'ORDER BY path, code, line' is disabled for performance reasons. 123 123 PhabricatorRepository::TABLE_LINTMESSAGE, 124 124 $branch->getID(), 125 125 $drequest->getLint(),