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

Highlight away status by bullet and display it everywhere

Summary: D2484#13

Test Plan:
Display revision list.
Display revision detail.

Reviewers: epriestley

Reviewed By: epriestley

CC: btrahan, aran, Koolvin

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

vrana 4e687e06 fa36dd51

+51 -32
+40 -26
src/__celerity_resource_map__.php
··· 70 70 'disk' => '/rsrc/image/icon/fatcow/arrow_merge.png', 71 71 'type' => 'png', 72 72 ), 73 + '/rsrc/image/icon/fatcow/bullet_orange.png' => 74 + array( 75 + 'hash' => 'c3bf91b65baacb27f2af143ab9180119', 76 + 'uri' => '/res/c3bf91b6/rsrc/image/icon/fatcow/bullet_orange.png', 77 + 'disk' => '/rsrc/image/icon/fatcow/bullet_orange.png', 78 + 'type' => 'png', 79 + ), 80 + '/rsrc/image/icon/fatcow/bullet_red.png' => 81 + array( 82 + 'hash' => '00273e4aa6ea3de630295610d6c9560c', 83 + 'uri' => '/res/00273e4a/rsrc/image/icon/fatcow/bullet_red.png', 84 + 'disk' => '/rsrc/image/icon/fatcow/bullet_red.png', 85 + 'type' => 'png', 86 + ), 73 87 '/rsrc/image/icon/fatcow/calendar_edit.png' => 74 88 array( 75 89 'hash' => 'de249c0f4f37bf5b2c69ff39ec5573fb', ··· 2209 2223 ), 2210 2224 'phabricator-standard-page-view' => 2211 2225 array( 2212 - 'uri' => '/res/30fbf899/rsrc/css/application/base/standard-page-view.css', 2226 + 'uri' => '/res/1e786be6/rsrc/css/application/base/standard-page-view.css', 2213 2227 'type' => 'css', 2214 2228 'requires' => 2215 2229 array( ··· 2464 2478 ), array( 2465 2479 'packages' => 2466 2480 array( 2467 - '5b0e4abf' => 2481 + 'c0b5efc6' => 2468 2482 array( 2469 2483 'name' => 'core.pkg.css', 2470 2484 'symbols' => ··· 2493 2507 21 => 'phabricator-flag-css', 2494 2508 22 => 'aphront-error-view-css', 2495 2509 ), 2496 - 'uri' => '/res/pkg/5b0e4abf/core.pkg.css', 2510 + 'uri' => '/res/pkg/c0b5efc6/core.pkg.css', 2497 2511 'type' => 'css', 2498 2512 ), 2499 2513 '0c96375e' => ··· 2660 2674 'reverse' => 2661 2675 array( 2662 2676 'aphront-attached-file-view-css' => '7839ae2d', 2663 - 'aphront-crumbs-view-css' => '5b0e4abf', 2664 - 'aphront-dialog-view-css' => '5b0e4abf', 2665 - 'aphront-error-view-css' => '5b0e4abf', 2666 - 'aphront-form-view-css' => '5b0e4abf', 2677 + 'aphront-crumbs-view-css' => 'c0b5efc6', 2678 + 'aphront-dialog-view-css' => 'c0b5efc6', 2679 + 'aphront-error-view-css' => 'c0b5efc6', 2680 + 'aphront-form-view-css' => 'c0b5efc6', 2667 2681 'aphront-headsup-action-list-view-css' => 'd9299c35', 2668 - 'aphront-headsup-view-css' => '5b0e4abf', 2669 - 'aphront-list-filter-view-css' => '5b0e4abf', 2670 - 'aphront-pager-view-css' => '5b0e4abf', 2671 - 'aphront-panel-view-css' => '5b0e4abf', 2672 - 'aphront-side-nav-view-css' => '5b0e4abf', 2673 - 'aphront-table-view-css' => '5b0e4abf', 2674 - 'aphront-tokenizer-control-css' => '5b0e4abf', 2675 - 'aphront-tooltip-css' => '5b0e4abf', 2676 - 'aphront-typeahead-control-css' => '5b0e4abf', 2682 + 'aphront-headsup-view-css' => 'c0b5efc6', 2683 + 'aphront-list-filter-view-css' => 'c0b5efc6', 2684 + 'aphront-pager-view-css' => 'c0b5efc6', 2685 + 'aphront-panel-view-css' => 'c0b5efc6', 2686 + 'aphront-side-nav-view-css' => 'c0b5efc6', 2687 + 'aphront-table-view-css' => 'c0b5efc6', 2688 + 'aphront-tokenizer-control-css' => 'c0b5efc6', 2689 + 'aphront-tooltip-css' => 'c0b5efc6', 2690 + 'aphront-typeahead-control-css' => 'c0b5efc6', 2677 2691 'differential-changeset-view-css' => 'd9299c35', 2678 2692 'differential-core-view-css' => 'd9299c35', 2679 2693 'differential-inline-comment-editor' => '5ef7da0b', ··· 2739 2753 'javelin-workflow' => '0c96375e', 2740 2754 'maniphest-task-summary-css' => '7839ae2d', 2741 2755 'maniphest-transaction-detail-css' => '7839ae2d', 2742 - 'phabricator-app-buttons-css' => '5b0e4abf', 2756 + 'phabricator-app-buttons-css' => 'c0b5efc6', 2743 2757 'phabricator-content-source-view-css' => 'd9299c35', 2744 - 'phabricator-core-buttons-css' => '5b0e4abf', 2745 - 'phabricator-core-css' => '5b0e4abf', 2746 - 'phabricator-directory-css' => '5b0e4abf', 2758 + 'phabricator-core-buttons-css' => 'c0b5efc6', 2759 + 'phabricator-core-css' => 'c0b5efc6', 2760 + 'phabricator-directory-css' => 'c0b5efc6', 2747 2761 'phabricator-drag-and-drop-file-upload' => '5ef7da0b', 2748 2762 'phabricator-dropdown-menu' => '0c96375e', 2749 - 'phabricator-flag-css' => '5b0e4abf', 2750 - 'phabricator-jump-nav' => '5b0e4abf', 2763 + 'phabricator-flag-css' => 'c0b5efc6', 2764 + 'phabricator-jump-nav' => 'c0b5efc6', 2751 2765 'phabricator-keyboard-shortcut' => '0c96375e', 2752 2766 'phabricator-keyboard-shortcut-manager' => '0c96375e', 2753 2767 'phabricator-menu-item' => '0c96375e', ··· 2755 2769 'phabricator-paste-file-upload' => '0c96375e', 2756 2770 'phabricator-prefab' => '0c96375e', 2757 2771 'phabricator-project-tag-css' => '7839ae2d', 2758 - 'phabricator-remarkup-css' => '5b0e4abf', 2772 + 'phabricator-remarkup-css' => 'c0b5efc6', 2759 2773 'phabricator-shaped-request' => '5ef7da0b', 2760 - 'phabricator-standard-page-view' => '5b0e4abf', 2774 + 'phabricator-standard-page-view' => 'c0b5efc6', 2761 2775 'phabricator-tooltip' => '0c96375e', 2762 - 'phabricator-transaction-view-css' => '5b0e4abf', 2763 - 'syntax-highlighting-css' => '5b0e4abf', 2776 + 'phabricator-transaction-view-css' => 'c0b5efc6', 2777 + 'syntax-highlighting-css' => 'c0b5efc6', 2764 2778 ), 2765 2779 ));
+11 -6
webroot/rsrc/css/application/base/standard-page-view.css
··· 187 187 text-decoration: line-through; 188 188 } 189 189 190 - .aphront-table-view a.handle-status-away { 191 - border-left: 2px solid #aa0000; 192 - padding-left: .25em; 190 + a.handle-status-away, 191 + a.handle-status-sporadic { 192 + padding-left: 12px; 193 + background-repeat: no-repeat; 194 + background-position: -4px center; 195 + } 196 + 197 + a.handle-status-away { 198 + background-image: url(/rsrc/image/icon/fatcow/bullet_red.png); 193 199 } 194 200 195 - .aphront-table-view a.handle-status-sporadic { 196 - border-left: 2px solid #ffdd33; 197 - padding-left: .25em; 201 + a.handle-status-sporadic { 202 + background-image: url(/rsrc/image/icon/fatcow/bullet_orange.png); 198 203 } 199 204 200 205 a.handle-disabled {
webroot/rsrc/image/icon/fatcow/bullet_orange.png

This is a binary file and will not be displayed.

webroot/rsrc/image/icon/fatcow/bullet_red.png

This is a binary file and will not be displayed.