Sbisson has uploaded a new change for review.
https://gerrit.wikimedia.org/r/269459
Change subject: Truncate usernames to 20 char in notifications
......................................................................
Truncate usernames to 20 char in notifications
Bug: T121822
Change-Id: Ie9650b5c72f2224dc6d26b3bfc45f29cbbd23397
---
M includes/formatters/EventPresentationModel.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo
refs/changes/59/269459/1
diff --git a/includes/formatters/EventPresentationModel.php
b/includes/formatters/EventPresentationModel.php
index e2a914b..8e20135 100644
--- a/includes/formatters/EventPresentationModel.php
+++ b/includes/formatters/EventPresentationModel.php
@@ -10,7 +10,7 @@
/**
* Recommended length of usernames included in messages
*/
- const USERNAME_RECOMMENDED_LENGTH = 30;
+ const USERNAME_RECOMMENDED_LENGTH = 20;
/**
* Recommended length of page names included in messages
--
To view, visit https://gerrit.wikimedia.org/r/269459
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie9650b5c72f2224dc6d26b3bfc45f29cbbd23397
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Sbisson <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits