@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

Add 8 more project images to builtins

Summary: More pretty images.

Test Plan: Set a robot as image for security project. So pretty.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+8
resources/builtin/projects/v3/book.png

This is a binary file and will not be displayed.

resources/builtin/projects/v3/clipboard.png

This is a binary file and will not be displayed.

resources/builtin/projects/v3/lightbulb.png

This is a binary file and will not be displayed.

resources/builtin/projects/v3/marker.png

This is a binary file and will not be displayed.

resources/builtin/projects/v3/piechart.png

This is a binary file and will not be displayed.

resources/builtin/projects/v3/robot.png

This is a binary file and will not be displayed.

resources/builtin/projects/v3/rocket.png

This is a binary file and will not be displayed.

resources/builtin/projects/v3/sitemap.png

This is a binary file and will not be displayed.

+8
src/applications/project/controller/PhabricatorProjectEditPictureController.php
··· 122 122 } 123 123 124 124 $builtins = array( 125 + 'projects/v3/book.png', 125 126 'projects/v3/bug.png', 126 127 'projects/v3/calendar.png', 128 + 'projects/v3/clipboard.png', 127 129 'projects/v3/cloud.png', 128 130 'projects/v3/creditcard.png', 129 131 'projects/v3/database.png', ··· 131 133 'projects/v3/experimental.png', 132 134 'projects/v3/flag.png', 133 135 'projects/v3/folder.png', 136 + 'projects/v3/lightbulb.png', 134 137 'projects/v3/lock.png', 135 138 'projects/v3/mail.png', 139 + 'projects/v3/marker.png', 136 140 'projects/v3/mobile.png', 137 141 'projects/v3/organization.png', 138 142 'projects/v3/people.png', 143 + 'projects/v3/piechart.png', 144 + 'projects/v3/robot.png', 145 + 'projects/v3/rocket.png', 139 146 'projects/v3/servers.png', 147 + 'projects/v3/sitemap.png', 140 148 'projects/v3/tag.png', 141 149 'projects/v3/trash.png', 142 150 'projects/v3/truck.png',