Skip to content

Commit 39221b1

Browse files
author
epriestley
committed
Merge branch 'master' into phutil_tag
(Synchronizing.)
2 parents 4054703 + 3e7a751 commit 39221b1

File tree

88 files changed

+1194
-575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+1194
-575
lines changed

conf/default.conf.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,9 @@
839839
// Should Phabricator show beta applications on the homepage
840840
'phabricator.show-beta-applications' => false,
841841

842+
// Contains a list of uninstalled applications
843+
'phabricator.uninstalled-applications' => array(),
844+
842845
// -- Files ----------------------------------------------------------------- //
843846

844847
// Lists which uploaded file types may be viewed in the browser. If a file
263 Bytes
Loading
272 Bytes
Loading
1.78 KB
Loading
1.78 KB
Loading
886 Bytes
Loading
895 Bytes
Loading
177 Bytes
Loading
199 Bytes
Loading
385 Bytes
Loading
410 Bytes
Loading
1005 Bytes
Loading
965 Bytes
Loading
Loading
1.1 KB
Loading
418 Bytes
Loading
421 Bytes
Loading
1.73 KB
Loading
1.55 KB
Loading
1.67 KB
Loading
1.56 KB
Loading
306 Bytes
Loading
295 Bytes
Loading
776 Bytes
Loading
923 Bytes
Loading
1.63 KB
Loading
1.51 KB
Loading
1.84 KB
Loading
1.45 KB
Loading

resources/sprite/manifest/conph.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"version" : 1,
3+
"sprites" : {
4+
"conpher_calendar_off" : {
5+
"name" : "conpher_calendar_off",
6+
"rule" : ".conpher_calendar_off",
7+
"hash" : "a8228ab90fd90f4c2500d9285179bf26"
8+
},
9+
"conpher_calendar_on" : {
10+
"name" : "conpher_calendar_on",
11+
"rule" : ".conpher_calendar_on, .device-desktop .conpher_calendar_off:hover ",
12+
"hash" : "931243bc3c414782ddb2d1d9607908ba"
13+
},
14+
"conpher_conversation_off" : {
15+
"name" : "conpher_conversation_off",
16+
"rule" : ".conpher_conversation_off",
17+
"hash" : "931abb0377898297a9a603a6d280b977"
18+
},
19+
"conpher_conversation_on" : {
20+
"name" : "conpher_conversation_on",
21+
"rule" : ".conpher_conversation_on, .device-desktop .conpher_conversation_off:hover ",
22+
"hash" : "0b8a39dc5019dac1975b7be2ca0ccbfa"
23+
},
24+
"conpher_files_off" : {
25+
"name" : "conpher_files_off",
26+
"rule" : ".conpher_files_off",
27+
"hash" : "de1aee01b9b47b354e6ac280ae68bae1"
28+
},
29+
"conpher_files_on" : {
30+
"name" : "conpher_files_on",
31+
"rule" : ".conpher_files_on, .device-desktop .conpher_files_off:hover ",
32+
"hash" : "9ccbbd5e86fd4ec87a11aee0c9ec8c60"
33+
},
34+
"conpher_list_off" : {
35+
"name" : "conpher_list_off",
36+
"rule" : ".conpher_list_off",
37+
"hash" : "2611311d0c2aec04416433be74d3a30e"
38+
},
39+
"conpher_list_on" : {
40+
"name" : "conpher_list_on",
41+
"rule" : ".conpher_list_on, .device-desktop .conpher_list_off:hover ",
42+
"hash" : "cee6de0301c84b0d195282642642afa0"
43+
},
44+
"conpher_more_off" : {
45+
"name" : "conpher_more_off",
46+
"rule" : ".conpher_more_off",
47+
"hash" : "3b7099bdde20a13864b48552b11e92c3"
48+
},
49+
"conpher_more_on" : {
50+
"name" : "conpher_more_on",
51+
"rule" : ".conpher_more_on, .device-desktop .conpher_more_off:hover ",
52+
"hash" : "b146f0cff9c2e5f0b57f7ebcfe0704d3"
53+
},
54+
"conpher_people_off" : {
55+
"name" : "conpher_people_off",
56+
"rule" : ".conpher_people_off",
57+
"hash" : "641a6a21aa32a12416e85caf8a22e340"
58+
},
59+
"conpher_people_on" : {
60+
"name" : "conpher_people_on",
61+
"rule" : ".conpher_people_on, .device-desktop .conpher_people_off:hover ",
62+
"hash" : "f13745fd7036564eefb1c0ebc3502a92"
63+
},
64+
"conpher_settings_off" : {
65+
"name" : "conpher_settings_off",
66+
"rule" : ".conpher_settings_off",
67+
"hash" : "aa9ab000d9e33e3c50c2fe70367f30b4"
68+
},
69+
"conpher_settings_on" : {
70+
"name" : "conpher_settings_on",
71+
"rule" : ".conpher_settings_on, .device-desktop .conpher_settings_off:hover ",
72+
"hash" : "a5fe22965997f9559800ca7db5ea32c8"
73+
}
74+
},
75+
"scales" : [
76+
1,
77+
2
78+
],
79+
"header" : "\/**\n * @provides sprite-conpher-css\n * @generated\n *\/\n\n.sprite-conpher {\n background-image: url(\/rsrc\/image\/sprite-conpher.png);\n background-repeat: no-repeat;\n}\n\n@media\nonly screen and (min-device-pixel-ratio: 1.5),\nonly screen and (-webkit-min-device-pixel-ratio: 1.5) {\n .sprite-conpher {\n background-image: url(\/rsrc\/image\/sprite-conpher-X2.png);\n background-size: {X}px {Y}px;\n }\n}\n",
80+
"type" : "standard"
81+
}

scripts/celerity/generate_sprites.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'icon' => $generator->buildIconSheet(),
3131
'menu' => $generator->buildMenuSheet(),
3232
'apps' => $generator->buildAppsSheet(),
33+
'conph' => $generator->buildConpherenceSheet(),
3334
'apps-large' => $generator->buildAppsLargeSheet(),
3435
// TODO: @chad: should we actually remove this?
3536
// 'apps-xlarge' => $generator->buildAppsXLargeSheet(),

0 commit comments

Comments
 (0)