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

Fix two typos

Summary: Too missspeled wurds.

Test Plan: Reed and campair with a deecshawnairy.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26196

+2 -2
+1 -1
src/docs/flavor/soon_static_resources.diviner
··· 121 121 122 122 = Reference Implementation: Celerity = 123 123 124 - Some of the ideas discussed here are implemented in Phorge's's //Celerity// 124 + Some of the ideas discussed here are implemented in Phorge's //Celerity// 125 125 system, which is essentially a simplified version of the //Haste// system used 126 126 by Facebook.
+1 -1
src/infrastructure/markup/markuprule/PhutilRemarkupRule.php
··· 121 121 * @return string 122 122 */ 123 123 protected function getRemarkupLinkClass($is_internal) { 124 - // Allow developers to style esternal links differently 124 + // Allow developers to style external links differently 125 125 $classes = array('remarkup-link'); 126 126 if (!$is_internal) { 127 127 $classes[] = 'remarkup-link-ext';