Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15331150
D20097.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
723 B
Referenced Files
None
Subscribers
None
D20097.diff
View Options
diff --git a/src/applications/people/xaction/PhabricatorUserUsernameTransaction.php b/src/applications/people/xaction/PhabricatorUserUsernameTransaction.php
--- a/src/applications/people/xaction/PhabricatorUserUsernameTransaction.php
+++ b/src/applications/people/xaction/PhabricatorUserUsernameTransaction.php
@@ -40,6 +40,15 @@
$this->renderNewValue());
}
+ public function getTitleForFeed() {
+ return pht(
+ '%s renamed %s from %s to %s.',
+ $this->renderAuthor(),
+ $this->renderObject(),
+ $this->renderOldValue(),
+ $this->renderNewValue());
+ }
+
public function validateTransactions($object, array $xactions) {
$actor = $this->getActor();
$errors = array();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 8, 8:23 AM (3 d, 21 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7381189
Default Alt Text
D20097.diff (723 B)
Attached To
Mode
D20097: Improve feed rendering of user rename story
Attached
Detach File
Event Timeline
Log In to Comment