User "SPQRobin" posted a comment on MediaWiki.r92141.
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/92141#c21909
Commit summary:
Babel: (bug 29663) Babel doesn't validate babel-autocreate-user message -> do
nothing if the username is invalid. Also, do not create categories if the user
is blocked.
NewUserMessage: Fix fatal error when username is invalid. Instead, do nothing.
Comment:
Re validation: "true is accepted as an alias for 'valid', for BC." <code>if (
$validate === true ) { $validate = 'valid'; }</code> So 'valid' would've be
better but it doesn't make any difference.
Re doEdit: That's bug 29245, which you explained there indeed.
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview