Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14061713
D7677.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
539 B
Referenced Files
None
Subscribers
None
D7677.diff
View Options
Index: resources/sql/patches/20131121.repocredentials.2.mig.php
===================================================================
--- resources/sql/patches/20131121.repocredentials.2.mig.php
+++ resources/sql/patches/20131121.repocredentials.2.mig.php
@@ -69,7 +69,7 @@
$callsigns = mpull($repositories, 'getCallsign');
$name = pht(
'Migrated Repository Credential (%s)',
- implode(', ', $callsigns));
+ phutil_utf8_shorten(implode(', ', $callsigns), 128));
echo "Creating: {$name}...\n";
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 8:12 AM (19 h, 46 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6726439
Default Alt Text
D7677.diff (539 B)
Attached To
Mode
D7677: Shorten extremely long credential names when migrating them
Attached
Detach File
Event Timeline
Log In to Comment