"Bawolff" posted a comment on MediaWiki.r113772.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/113772#c32134

Commit summary for MediaWiki.r113772:

follow up r113554 . fixing a regression which was introduced in r113554. Making 
now all all ids unique even when you have several polls on a mw page. using, 
new, the resourceloader to load common methods. just a little bit ... more of 
jquery. fixing a forgotten wgParser to parser variable problem. introducing and 
moving js and css to resources.

Bawolff's comment:

+ 'poll_title' => $parser->mTitle->getText()

Not really this commit, and possibly not changable for backwards compatability 
reasons, but getText() gives the human readable version of title ''without'' 
namespace, and the namespace isn't recorded anywhere else in the db as far as I 
can tell, which seems like it would result in ambigious records.

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to