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

Shorten titles in Pholio

Summary: Shortens the titles to 24 characters. Will likely make the boards bigger than 240px at some point.

Test Plan: Tested normal phrases as well as MMMMMMMms. M's will break, but only slightly. Felt it was a fair tradeoff?

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2660

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

+4 -6
+1 -1
src/__celerity_resource_map__.php
··· 2880 2880 ), 2881 2881 'phabricator-pinboard-view-css' => 2882 2882 array( 2883 - 'uri' => '/res/b5a7de33/rsrc/css/layout/phabricator-pinboard-view.css', 2883 + 'uri' => '/res/c6af8d76/rsrc/css/layout/phabricator-pinboard-view.css', 2884 2884 'type' => 'css', 2885 2885 'requires' => 2886 2886 array(
-1
src/applications/pholio/controller/PholioMockListController.php
··· 66 66 'div', 67 67 array(), 68 68 pht('Created on %s', $datetime))); 69 - 70 69 $board->addItem($item); 71 70 } 72 71
+3 -4
webroot/rsrc/css/layout/phabricator-pinboard-view.css
··· 14 14 background: #ffffff; 15 15 border-radius: 3px; 16 16 17 - display: block; 18 17 float: left; 18 + width: 240px; 19 19 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); 20 20 text-align: left; 21 21 } ··· 29 29 .device-phone .phabricator-pinboard-item-view { 30 30 float: none; 31 31 margin: 0 auto 10px; 32 - 33 - /* NOTE: This needs to be changed if we use images other than 160px wide. */ 34 - width: 240px; 35 32 } 36 33 37 34 .phabricator-pinboard-item-header { ··· 42 39 border-top-left-radius: 3px; 43 40 border-top-right-radius: 3px; 44 41 border-bottom: 1px solid #d5d9df; 42 + white-space: nowrap; 43 + overflow: hidden; 45 44 } 46 45 47 46 .phabricator-pinboard-item-header a {