Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2694593
D25858.1734790321.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
684 B
Referenced Files
None
Subscribers
None
D25858.1734790321.diff
View Options
diff --git a/src/applications/phriction/editor/PhrictionTransactionEditor.php b/src/applications/phriction/editor/PhrictionTransactionEditor.php
--- a/src/applications/phriction/editor/PhrictionTransactionEditor.php
+++ b/src/applications/phriction/editor/PhrictionTransactionEditor.php
@@ -108,6 +108,14 @@
return $types;
}
+ public function getCreateObjectTitle($author, $object) {
+ return pht('%s created this document.', $author);
+ }
+
+ public function getCreateObjectTitleForFeed($author, $object) {
+ return pht('%s created %s.', $author, $object);
+ }
+
protected function expandTransactions(
PhabricatorLiskDAO $object,
array $xactions) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 14:12 (17 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1020957
Default Alt Text
D25858.1734790321.diff (684 B)
Attached To
Mode
D25858: Phriction: define an object creation title
Attached
Detach File
Event Timeline
Log In to Comment