"Bawolff" changed the status of MediaWiki.r97658 to "fixme" and commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97658#c30542

Old Status: resolved
> New Status: fixme

Commit summary for MediaWiki.r97658:

* Made IndexPager extend ContextSource
* Updated special pages using IndexPager or one if its subclasses to pass the 
context object and use it instead of global variables
* Call Linker methods statically
* Changed LogPager::getUser() to LogPager::getAuthor() to avoid conflict with 
ContextSource::getUser()

Bawolff's comment:

causes [[bugzilla:34243]] - the pager in Special:Listusers now uses the 
RequestContext to determine title, which uses the actual title, where before 
this revision getTitle returned just the base page. This causes issues when the 
subpage can be a paramter, but can also be selected via a form field

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

Reply via email to