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

Tweak mobile action css, add to people

Summary: Makes the mobile action menu a little nicer, adds it to /people/

Test Plan: Test myself on my install, mobile and desktop.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+13 -5
+5 -5
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '48a77b2a', 10 + 'core.pkg.css' => 'f936c63f', 11 11 'core.pkg.js' => 'e01fd8e2', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => 'fbf57382', ··· 114 114 'rsrc/css/font/font-source-sans-pro.css' => '91d53463', 115 115 'rsrc/css/font/phui-font-icon-base.css' => '3b2f9260', 116 116 'rsrc/css/layout/phabricator-action-header-view.css' => '40134802', 117 - 'rsrc/css/layout/phabricator-action-list-view.css' => 'dcd9875f', 117 + 'rsrc/css/layout/phabricator-action-list-view.css' => '020d6dab', 118 118 'rsrc/css/layout/phabricator-crumbs-view.css' => '6a23399c', 119 119 'rsrc/css/layout/phabricator-filetree-view.css' => 'a8c86ace', 120 120 'rsrc/css/layout/phabricator-hovercard-view.css' => '46a13cf0', ··· 138 138 'rsrc/css/phui/phui-object-box.css' => 'ce92d8ec', 139 139 'rsrc/css/phui/phui-object-item-list-view.css' => '64b6b266', 140 140 'rsrc/css/phui/phui-pinboard-view.css' => '874c22f9', 141 - 'rsrc/css/phui/phui-property-list-view.css' => '37a1a369', 141 + 'rsrc/css/phui/phui-property-list-view.css' => '2f7199e8', 142 142 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', 143 143 'rsrc/css/phui/phui-spacing.css' => '042804d6', 144 144 'rsrc/css/phui/phui-status.css' => '2f562399', ··· 688 688 'path-typeahead' => 'f7fc67ec', 689 689 'people-profile-css' => 'ba7b2762', 690 690 'phabricator-action-header-view-css' => '40134802', 691 - 'phabricator-action-list-view-css' => 'dcd9875f', 691 + 'phabricator-action-list-view-css' => '020d6dab', 692 692 'phabricator-application-launch-view-css' => 'd290ba21', 693 693 'phabricator-busy' => '6453c869', 694 694 'phabricator-chatlog-css' => '852140ff', ··· 769 769 'phui-object-box-css' => 'ce92d8ec', 770 770 'phui-object-item-list-view-css' => '64b6b266', 771 771 'phui-pinboard-view-css' => '874c22f9', 772 - 'phui-property-list-view-css' => '37a1a369', 772 + 'phui-property-list-view-css' => '2f7199e8', 773 773 'phui-remarkup-preview-css' => '19ad512b', 774 774 'phui-spacing-css' => '042804d6', 775 775 'phui-status-list-view-css' => '2f562399',
+1
src/applications/people/controller/PhabricatorPeopleProfileController.php
··· 131 131 132 132 $crumbs = $this->buildApplicationCrumbs(); 133 133 $crumbs->addTextCrumb($user->getUsername()); 134 + $crumbs->setActionList($actions); 134 135 $feed = $this->renderUserFeed($user); 135 136 $calendar = $this->renderUserCalendar($user); 136 137 $activity = phutil_tag(
+6
webroot/rsrc/css/layout/phabricator-action-list-view.css
··· 27 27 line-height: 22px; 28 28 padding-bottom: 4px; 29 29 border-bottom: 1px solid {$thinblueborder}; 30 + padding-left: 30px; 31 + } 32 + 33 + .device .phui-property-list-actions .phabricator-action-view .phui-icon-view { 34 + font-size: 14px; 35 + line-height: 18px; 30 36 } 31 37 32 38 .phabricator-action-view {
+1
webroot/rsrc/css/phui/phui-property-list-view.css
··· 171 171 float: none; 172 172 width: auto; 173 173 margin: -12px 0 12px 0; 174 + border: none; 174 175 } 175 176 176 177 .phui-property-list-image-content img {