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

Sort arcanist projects by name

Summary: Fixes T3691.

Test Plan: they be sorted now

Reviewers: epriestley

Reviewed By: epriestley

CC: edward, Korvin, aran

Maniphest Tasks: T3691

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

+2
+2
src/applications/repository/controller/PhabricatorRepositoryArcanistProjectEditController.php
··· 28 28 $name = $repository->getname(); 29 29 $repos[$repository->getID()] = "r{$callsign} ({$name})"; 30 30 } 31 + // note "None" will still be first thanks to 'r' prefix 32 + asort($repos); 31 33 32 34 if ($request->isFormPost()) { 33 35