@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 baseURI for Packages to avoid 404

Summary: Without this change, the landing page for the Packages app is https://secure.phabricator.com/packages, which is a 404. There's probably a better way to fix this, but this was the fewest characters.

Test Plan: doitlive

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

authored by

Austin McKinley and committed by
amckinley
b2ab18f8 34082efb

+1 -1
+1 -1
src/applications/packages/application/PhabricatorPackagesApplication.php
··· 15 15 } 16 16 17 17 public function getBaseURI() { 18 - return '/packages/'; 18 + return '/packages/package/'; 19 19 } 20 20 21 21 public function getIcon() {