IAlex has uploaded a new change for review. 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 maintenance/language/messageTypes.inc M maintenance/language/messages.inc 6 files changed, 28 insertions(+), 24 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/81/45181/1 -- To view, visit https://gerrit.wikimedia.org/r/45181 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icdf1d714259d054cf8c256faf894c533be0dc73c Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: IAlex <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
