Page MenuHomePhabricator

D10438.id25099.diff
No OneTemporary

D10438.id25099.diff

diff --git a/src/applications/differential/view/DifferentialDiffTableOfContentsView.php b/src/applications/differential/view/DifferentialDiffTableOfContentsView.php
--- a/src/applications/differential/view/DifferentialDiffTableOfContentsView.php
+++ b/src/applications/differential/view/DifferentialDiffTableOfContentsView.php
@@ -136,7 +136,10 @@
$pchar =
($changeset->getOldProperties() === $changeset->getNewProperties())
? ''
- : phutil_tag('span', array('title' => pht('Properties Changed')), 'M');
+ : phutil_tag(
+ 'span',
+ array('title' => pht('Properties Changed')),
+ 'M');
$fname = $changeset->getFilename();
$cov = $this->renderCoverage($coverage, $fname);
diff --git a/src/docs/contributor/database.diviner b/src/docs/contributor/database.diviner
--- a/src/docs/contributor/database.diviner
+++ b/src/docs/contributor/database.diviner
@@ -155,7 +155,8 @@
such as PHID columns. Otherwise, use `COLLATE utf8_general_ci`.
- Name all indexes so it is possible to delete them later.
# Edit `src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php` and
- add your patch to @{method@phabricator:PhabricatorBuiltinPatchList::getPatches}.
+ add your patch to
+ @{method@phabricator:PhabricatorBuiltinPatchList::getPatches}.
# Run `bin/storage upgrade`.
It is also possible to create more complex patches in PHP for data migration
diff --git a/src/infrastructure/daemon/bot/adapter/PhabricatorBotFlowdockProtocolAdapter.php b/src/infrastructure/daemon/bot/adapter/PhabricatorBotFlowdockProtocolAdapter.php
--- a/src/infrastructure/daemon/bot/adapter/PhabricatorBotFlowdockProtocolAdapter.php
+++ b/src/infrastructure/daemon/bot/adapter/PhabricatorBotFlowdockProtocolAdapter.php
@@ -21,7 +21,8 @@
$ssl = $this->getConfig('ssl');
$url = ($ssl) ? 'https://' : 'http://';
- $url .= "{$this->authtoken}@stream.flowdock.com/flows/{$organization}/{$channel}";
+ $url .= "{$this->authtoken}@stream.flowdock.com";
+ $url .= "/flows/{$organization}/{$channel}";
return $url;
}
diff --git a/src/infrastructure/daemon/bot/handler/PhabricatorBotObjectNameHandler.php b/src/infrastructure/daemon/bot/handler/PhabricatorBotObjectNameHandler.php
--- a/src/infrastructure/daemon/bot/handler/PhabricatorBotObjectNameHandler.php
+++ b/src/infrastructure/daemon/bot/handler/PhabricatorBotObjectNameHandler.php
@@ -123,8 +123,8 @@
array(
'id' => $file_id,
));
- $output[$file['phid']] = $file['objectName'].': '.$file['uri'].' - '.
- $file['name'];
+ $output[$file['phid']] = $file['objectName'].': '.
+ $file['uri'].' - '.$file['name'];
}
}

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 27, 8:02 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6709303
Default Alt Text
D10438.id25099.diff (2 KB)

Event Timeline