Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2868678
D25343.1736678403.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
2 KB
Referenced Files
None
Subscribers
None
D25343.1736678403.diff
View Options
diff --git a/src/applications/daemon/controller/PhabricatorDaemonLogViewController.php b/src/applications/daemon/controller/PhabricatorDaemonLogViewController.php
--- a/src/applications/daemon/controller/PhabricatorDaemonLogViewController.php
+++ b/src/applications/daemon/controller/PhabricatorDaemonLogViewController.php
@@ -171,7 +171,7 @@
phutil_tag(
'tt',
array(),
- "phabricator/ $ ./bin/phd log --id {$id}"));
+ PlatformSymbols::getPlatformServerPath()." $ ./bin/phd log --id {$id}"));
return $view;
diff --git a/src/applications/diffusion/controller/DiffusionRepositoryEditDeleteController.php b/src/applications/diffusion/controller/DiffusionRepositoryEditDeleteController.php
--- a/src/applications/diffusion/controller/DiffusionRepositoryEditDeleteController.php
+++ b/src/applications/diffusion/controller/DiffusionRepositoryEditDeleteController.php
@@ -28,7 +28,7 @@
'the command line:'))
->appendCommand(
csprintf(
- 'phabricator/ $ ./bin/remove destroy %R',
+ PlatformSymbols::getPlatformServerPath().' $ ./bin/remove destroy %R',
$repository->getMonogram()))
->appendParagraph(
pht(
diff --git a/src/applications/metamta/PhabricatorMetaMTAWorker.php b/src/applications/metamta/PhabricatorMetaMTAWorker.php
--- a/src/applications/metamta/PhabricatorMetaMTAWorker.php
+++ b/src/applications/metamta/PhabricatorMetaMTAWorker.php
@@ -47,7 +47,7 @@
'pre',
array(
),
- 'phabricator/ $ ./bin/mail show-outbound --id '.$this->getTaskData());
+ PlatformSymbols::getPlatformServerPath().' $ ./bin/mail show-outbound --id '.$this->getTaskData());
}
}
diff --git a/src/infrastructure/markup/markuprule/PhutilRemarkupEvalRule.php b/src/infrastructure/markup/markuprule/PhutilRemarkupEvalRule.php
--- a/src/infrastructure/markup/markuprule/PhutilRemarkupEvalRule.php
+++ b/src/infrastructure/markup/markuprule/PhutilRemarkupEvalRule.php
@@ -68,11 +68,11 @@
'platform' => array(
'server' => array(
'name' => PlatformSymbols::getPlatformServerName(),
- 'path' => pht('phabricator/'),
+ 'path' => PlatformSymbols::getPlatformServerPath(),
),
'client' => array(
'name' => PlatformSymbols::getPlatformClientName(),
- 'path' => pht('arcanist/'),
+ 'path' => PlatformSymbols::getPlatformClientPath(),
),
),
),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 10:40 (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1112339
Default Alt Text
D25343.1736678403.diff (2 KB)
Attached To
Mode
D25343: Rebrand: Add "path" entries to PlatformSymbols
Attached
Detach File
Event Timeline
Log In to Comment