Skip to content

Commit 11bb8db

Browse files
author
epriestley
committed
Merge branch 'master' into phutil_tag
(Sync.)
2 parents f864d9e + 3ce3f5d commit 11bb8db

File tree

80 files changed

+2726
-1187
lines changed

Some content is hidden

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

80 files changed

+2726
-1187
lines changed

conf/default.conf.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,17 +1015,6 @@
10151015
// interact with the revisions.
10161016
'differential.anonymous-access' => false,
10171017

1018-
// If you set this to true, revision author email address information will
1019-
// be exposed in Conduit. This is useful for Arcanist.
1020-
//
1021-
// For example, consider the "arc patch DX" workflow which needs to ask
1022-
// Differential for the revision DX. This data often should contain
1023-
// the author's email address, eg "George Washington
1024-
// <gwashinton@example.com>" when DX is a git or mercurial revision. If this
1025-
// option is false, Differential defaults to the best it can, something like
1026-
// "George Washington" or "gwashington".
1027-
'differential.expose-emails-prudently' => false,
1028-
10291018
// List of file regexps that should be treated as if they are generated by
10301019
// an automatic process, and thus get hidden by default in differential.
10311020
'differential.generated-paths' => array(

resources/ircbot/example_config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
],
88
"handlers" : [
99
"PhabricatorIRCProtocolHandler",
10-
"PhabricatorIRCObjectNameHandler",
11-
"PhabricatorIRCSymbolHandler",
12-
"PhabricatorIRCLogHandler",
13-
"PhabricatorIRCWhatsNewHandler",
14-
"PhabricatorIRCDifferentialNotificationHandler",
15-
"PhabricatorIRCMacroHandler"
10+
"PhabricatorBotObjectNameHandler",
11+
"PhabricatorBotSymbolHandler",
12+
"PhabricatorBotLogHandler",
13+
"PhabricatorBotWhatsNewHandler",
14+
"PhabricatorBotDifferentialNotificationHandler",
15+
"PhabricatorBotMacroHandler"
1616
],
1717

1818
"conduit.uri" : null,
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ALTER TABLE {$NAMESPACE}_conpherence.conpherence_thread
2+
DROP imagePHID,
3+
ADD imagePHIDs LONGTEXT COLLATE utf8_bin NOT NULL AFTER title;
4+
5+
UPDATE {$NAMESPACE}_conpherence.conpherence_thread
6+
SET imagePHIDs = '{}' WHERE imagePHIDs = '';

0 commit comments

Comments
 (0)