jenkins-bot has submitted this change and it was merged. Change subject: Added new "byemail" action to the new users log ......................................................................
Added new "byemail" action to the new users log This allows to display the "password sent by e-mail." string in the user's language since it's now in the action text rather than always in content language due to the fact it was hardcoded in the log's comment. Insertion of log entries for the new users log is now acomplished using the ManualLogEntry class rather than the old LogPage one. Removed 'newuserlog-byemail' message since it's no longer used (also checked extensions in Wikimedia's Git repo). IRC notifications will use the same message for 'create2' and 'byemail' for backward compatibility. The only difference is that 'byemail' entries will no longer have "password sent by email." in the comment. Change-Id: Icdf1d714259d054cf8c256faf894c533be0dc73c --- M includes/Setup.php M includes/User.php M includes/logging/LogFormatter.php M languages/messages/MessagesEn.php M languages/messages/MessagesQqq.php M maintenance/language/messageTypes.inc M maintenance/language/messages.inc 7 files changed, 32 insertions(+), 30 deletions(-) Approvals: Anomie: Looks good to me, approved Parent5446: Looks good to me, but someone else must approve Siebrand: Looks good to me, but someone else must approve jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/45181 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icdf1d714259d054cf8c256faf894c533be0dc73c Gerrit-PatchSet: 6 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: IAlex <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: IAlex <[email protected]> Gerrit-Reviewer: Parent5446 <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
