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

Allow 'readme.md' to be read as readme file in diffusion

Summary: In the title!

Test Plan: View a readme file

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

authored by

Gareth Evans and committed by
epriestley
2d3c7349 9e6da422

+1 -1
+1 -1
src/applications/diffusion/conduit/ConduitAPI_diffusion_browsequery_Method.php
··· 49 49 50 50 $path = $result_path->getPath(); 51 51 52 - if (preg_match('/^readme(|\.txt|\.remarkup|\.rainbow)$/i', $path)) { 52 + if (preg_match('/^readme(|\.txt|\.remarkup|\.rainbow|\.md)$/i', $path)) { 53 53 $readme = $result_path; 54 54 break; 55 55 }