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

Add "download" icon to action list view icon list

Summary: See D3849.

Test Plan: {F22492}

Reviewers: btrahan, chad

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T1997

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

+35 -30
+1
src/view/layout/PhabricatorActionView.php
··· 132 132 public static function getAvailableIcons() { 133 133 return array( 134 134 'delete', 135 + 'download', 135 136 'edit', 136 137 'file', 137 138 'flag-0',
+34 -30
webroot/rsrc/css/autosprite.css
··· 732 732 background-position: 0px -7500px; 733 733 } 734 734 735 - .action-edit { 735 + .action-download { 736 736 background-position: 0px -7517px; 737 737 } 738 738 739 - .action-file { 739 + .action-edit { 740 740 background-position: 0px -7534px; 741 741 } 742 742 743 - .action-flag-0 { 743 + .action-file { 744 744 background-position: 0px -7551px; 745 745 } 746 746 747 - .action-flag-1 { 747 + .action-flag-0 { 748 748 background-position: 0px -7568px; 749 749 } 750 750 751 - .action-flag-2 { 751 + .action-flag-1 { 752 752 background-position: 0px -7585px; 753 753 } 754 754 755 - .action-flag-3 { 755 + .action-flag-2 { 756 756 background-position: 0px -7602px; 757 757 } 758 758 759 - .action-flag-4 { 759 + .action-flag-3 { 760 760 background-position: 0px -7619px; 761 761 } 762 762 763 - .action-flag-5 { 763 + .action-flag-4 { 764 764 background-position: 0px -7636px; 765 765 } 766 766 767 - .action-flag-6 { 767 + .action-flag-5 { 768 768 background-position: 0px -7653px; 769 769 } 770 770 771 - .action-flag-7 { 771 + .action-flag-6 { 772 772 background-position: 0px -7670px; 773 773 } 774 774 775 - .action-flag-ghost { 775 + .action-flag-7 { 776 776 background-position: 0px -7687px; 777 777 } 778 778 779 - .action-fork { 779 + .action-flag-ghost { 780 780 background-position: 0px -7704px; 781 781 } 782 782 783 - .action-move { 783 + .action-fork { 784 784 background-position: 0px -7721px; 785 785 } 786 786 787 - .action-new { 787 + .action-move { 788 788 background-position: 0px -7738px; 789 789 } 790 790 791 - .action-preview { 791 + .action-new { 792 792 background-position: 0px -7755px; 793 793 } 794 794 795 - .action-subscribe-add { 795 + .action-preview { 796 796 background-position: 0px -7772px; 797 797 } 798 798 799 - .action-subscribe-auto { 799 + .action-subscribe-add { 800 800 background-position: 0px -7789px; 801 801 } 802 802 803 - .action-subscribe-delete { 803 + .action-subscribe-auto { 804 804 background-position: 0px -7806px; 805 805 } 806 806 807 - .action-unpublish { 807 + .action-subscribe-delete { 808 808 background-position: 0px -7823px; 809 809 } 810 810 811 - .action-world { 811 + .action-unpublish { 812 812 background-position: 0px -7840px; 813 813 } 814 814 815 - .remarkup-assist-b { 815 + .action-world { 816 816 background-position: 0px -7857px; 817 817 } 818 818 819 + .remarkup-assist-b { 820 + background-position: 0px -7874px; 821 + } 822 + 819 823 .remarkup-assist-code { 820 - background-position: 0px -7872px; 824 + background-position: 0px -7889px; 821 825 } 822 826 823 827 .remarkup-assist-i { 824 - background-position: 0px -7887px; 828 + background-position: 0px -7904px; 825 829 } 826 830 827 831 .remarkup-assist-image { 828 - background-position: 0px -7902px; 832 + background-position: 0px -7919px; 829 833 } 830 834 831 835 .remarkup-assist-ol { 832 - background-position: 0px -7917px; 836 + background-position: 0px -7934px; 833 837 } 834 838 835 839 .remarkup-assist-tag { 836 - background-position: 0px -7932px; 840 + background-position: 0px -7949px; 837 841 } 838 842 839 843 .remarkup-assist-tt { 840 - background-position: 0px -7947px; 844 + background-position: 0px -7964px; 841 845 } 842 846 843 847 .remarkup-assist-ul { 844 - background-position: 0px -7962px; 848 + background-position: 0px -7979px; 845 849 } 846 850 847 851 .remarkup-assist-help { 848 - background-position: 0px -7977px; 852 + background-position: 0px -7994px; 849 853 } 850 854 851 855 .remarkup-assist-table { 852 - background-position: 0px -7992px; 856 + background-position: 0px -8009px; 853 857 }
webroot/rsrc/image/autosprite.png

This is a binary file and will not be displayed.