Page MenuHomePhabricator

D17336.diff
No OneTemporary

D17336.diff

diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -9,7 +9,7 @@
'names' => array(
'conpherence.pkg.css' => 'a520d619',
'conpherence.pkg.js' => '6249a1cf',
- 'core.pkg.css' => '2a5c3505',
+ 'core.pkg.css' => '76a0e8c9',
'core.pkg.js' => '1fa7c0c5',
'darkconsole.pkg.js' => 'e7393ebb',
'differential.pkg.css' => '4815647b',
@@ -27,7 +27,7 @@
'rsrc/css/aphront/notification.css' => '3f6c89c9',
'rsrc/css/aphront/panel-view.css' => '8427b78d',
'rsrc/css/aphront/phabricator-nav-view.css' => 'e58a4a30',
- 'rsrc/css/aphront/table-view.css' => '213a5981',
+ 'rsrc/css/aphront/table-view.css' => '6ca8e057',
'rsrc/css/aphront/tokenizer.css' => '9a8cb501',
'rsrc/css/aphront/tooltip.css' => '173b9431',
'rsrc/css/aphront/typeahead-browse.css' => '8904346a',
@@ -552,7 +552,7 @@
'aphront-list-filter-view-css' => '5d6f0526',
'aphront-multi-column-view-css' => '84cc6640',
'aphront-panel-view-css' => '8427b78d',
- 'aphront-table-view-css' => '213a5981',
+ 'aphront-table-view-css' => '6ca8e057',
'aphront-tokenizer-control-css' => '9a8cb501',
'aphront-tooltip-css' => '173b9431',
'aphront-typeahead-control-css' => 'd4f16145',
diff --git a/src/infrastructure/graph/ManiphestTaskGraph.php b/src/infrastructure/graph/ManiphestTaskGraph.php
--- a/src/infrastructure/graph/ManiphestTaskGraph.php
+++ b/src/infrastructure/graph/ManiphestTaskGraph.php
@@ -53,17 +53,13 @@
$full_title = $object->getTitle();
- $title = id(new PhutilUTF8StringTruncator())
- ->setMaximumGlyphs(80)
- ->truncateString($full_title);
-
$link = phutil_tag(
'a',
array(
'href' => $object->getURI(),
'title' => $full_title,
),
- $title);
+ $full_title);
$link = array(
phutil_tag(
diff --git a/webroot/rsrc/css/aphront/table-view.css b/webroot/rsrc/css/aphront/table-view.css
--- a/webroot/rsrc/css/aphront/table-view.css
+++ b/webroot/rsrc/css/aphront/table-view.css
@@ -232,6 +232,10 @@
.aphront-table-view td.object-link {
white-space: nowrap;
+ word-wrap: break-word;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ max-width: 0;
}
.aphront-table-view tr.closed td.object-link .object-name,

File Metadata

Mime Type
text/plain
Expires
Sun, May 12, 1:50 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6287105
Default Alt Text
D17336.diff (2 KB)

Event Timeline