User "Nikerabbit" posted a comment on MediaWiki.r91021.

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

Removed setting of hidden field for 'title' value - no longer necessary (?), 
and it caused problems in wikis in certain languages - perhaps all languages 
where the translation of the "Special" namespace contains non-Latin characters

Comment:

Are you sure this wont break it for people with index.php-style urls?

The normal way to do this is
 Html::hidden( 'title', $this->getTitle()->getPrefixedText() );

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

Reply via email to