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

Give Phragment a sort of tetris block thing as a title glyph

Summary:
Fixes T11679. This application is probably vanishing into the aether eventually, but stop it from fataling for now.

Here's the glyph: ▛

It's like a fragment of a block of file data! Right? Obviously.

Test Plan: Visited `/phragment/` with glpyhs on, saw the glyph.

Reviewers: chad, avivey

Reviewed By: avivey

Subscribers: avivey, hach-que

Maniphest Tasks: T11679

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

+1 -1
+1 -1
src/applications/phragment/application/PhabricatorPhragmentApplication.php
··· 19 19 } 20 20 21 21 public function getTitleGlyph() { 22 - return "\xE2\x26\xB6"; 22 + return "\xE2\x96\x9B"; 23 23 } 24 24 25 25 public function getApplicationGroup() {