Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F973231
20151231.proj.01.icon.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
763 B
Referenced Files
None
Subscribers
None
20151231.proj.01.icon.php
View Options
<?php
$icon_map
=
array
(
'fa-briefcase'
=>
'project'
,
'fa-tags'
=>
'tag'
,
'fa-lock'
=>
'policy'
,
'fa-users'
=>
'group'
,
'fa-folder'
=>
'folder'
,
'fa-calendar'
=>
'timeline'
,
'fa-flag-checkered'
=>
'goal'
,
'fa-truck'
=>
'release'
,
'fa-bug'
=>
'bugs'
,
'fa-trash-o'
=>
'cleanup'
,
'fa-umbrella'
=>
'umbrella'
,
'fa-envelope'
=>
'communication'
,
'fa-building'
=>
'organization'
,
'fa-cloud'
=>
'infrastructure'
,
'fa-credit-card'
=>
'account'
,
'fa-flask'
=>
'experimental'
,
);
$table
=
new
PhabricatorProject
();
$conn_w
=
$table
->
establishConnection
(
'w'
);
foreach
(
$icon_map
as
$old_icon
=>
$new_key
)
{
queryfx
(
$conn_w
,
'UPDATE %T SET icon = %s WHERE icon = %s'
,
$table
->
getTableName
(),
$new_key
,
$old_icon
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 6:44 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227747
Default Alt Text
20151231.proj.01.icon.php (763 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment