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

Remove old Countdown route

Summary: removes old phabricator.com/countdown/{id} route and code that uses that URL scheme

Test Plan: loaded phabricator.com/countdown, verified that generated links point to phabricator.com/CXXX

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12524

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

+1 -3
-2
src/applications/countdown/application/PhabricatorCountdownApplication.php
··· 42 42 '/countdown/' => array( 43 43 '(?:query/(?P<queryKey>[^/]+)/)?' 44 44 => 'PhabricatorCountdownListController', 45 - '(?P<id>[1-9]\d*)/' 46 - => 'PhabricatorCountdownViewController', 47 45 'comment/(?P<id>[1-9]\d*)/' 48 46 => 'PhabricatorCountdownCommentController', 49 47 $this->getEditRoutePattern('edit/')
+1 -1
src/applications/countdown/query/PhabricatorCountdownSearchEngine.php
··· 110 110 ->setObject($countdown) 111 111 ->setObjectName($countdown->getMonogram()) 112 112 ->setHeader($countdown->getTitle()) 113 - ->setHref($this->getApplicationURI("{$id}/")) 113 + ->setHref($countdown->getURI()) 114 114 ->addByline( 115 115 pht( 116 116 'Created by %s',