Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18106796
D7403.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
811 B
Referenced Files
None
Subscribers
None
D7403.diff
View Options
Index: src/applications/diffusion/controller/DiffusionCommitController.php
===================================================================
--- src/applications/diffusion/controller/DiffusionCommitController.php
+++ src/applications/diffusion/controller/DiffusionCommitController.php
@@ -103,8 +103,12 @@
'diffusion.commitparentsquery',
array('commit' => $drequest->getCommit()));
+ $header = nonempty($commit->getSummary(), pht('Commit Detail'));
+ $header = $this->linkBugtraq($header);
+ $header = $engine->markupText($header);
+
$headsup_view = id(new PHUIHeaderView())
- ->setHeader(nonempty($commit->getSummary(), pht('Commit Detail')));
+ ->setHeader($header);
$headsup_actions = $this->renderHeadsupActionList($commit, $repository);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 11, 11:23 PM (1 w, 6 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9141175
Default Alt Text
D7403.diff (811 B)
Attached To
Mode
D7403: Add bugtraq parser for commit header
Attached
Detach File
Event Timeline
Log In to Comment