User "Mormegil" posted a comment on MediaWiki.r97260.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97260#c22701
Commit summary:

Introduced Special:MessageGroupStats
Required refactoring lots of code, including the new StatsTable class

Comment:

It seems the refactoring removed the default code being set to the user 
language, so the user is now required to enter the language code manually. If 
that was not intentional, I believe the feature should return.

 -              if ( !$code ) {
 -                      if ( $wgUser->isLoggedIn() ) {
 -                              global $wgLang;
 -                              $code = $wgLang->getCode();
 -                      }

(See also [[translatewiki:Thread:Support/Translation tool sidebar link]].)

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to