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

Make Phriction previews of the root document work correctly

Summary: Fixes T11146. Allow no slug in the URI.

Test Plan: Previewed root document in Phriction.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11146

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

+1 -1
+1 -1
src/applications/phriction/application/PhabricatorPhrictionApplication.php
··· 59 59 'new/' => 'PhrictionNewController', 60 60 'move/(?P<id>[1-9]\d*)/' => 'PhrictionMoveController', 61 61 62 - 'preview/(?P<slug>.+/)' => 'PhrictionMarkupPreviewController', 62 + 'preview/(?P<slug>.*/)' => 'PhrictionMarkupPreviewController', 63 63 'diff/(?P<id>[1-9]\d*)/' => 'PhrictionDiffController', 64 64 ), 65 65 );