User "Nikerabbit" changed the status of MediaWiki.r92231.

Old Status: ok
New Status: fixme

User "Nikerabbit" also posted a comment on MediaWiki.r92231.

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

* Use local context instead of global variables
* Removed parameters that could be replaced by context
* Call Linker methods statically
* Removed two unused methods: countWatchlist() and showItemCount()
* The parameter of SpecialEditWatch::buildTools() is now unused

Comment:

<pre>
-                       $wgUser->invalidateCache();
+                       $this->clearWatchlist();
+                       $this->getLang()->invalidateCache();
</pre>

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

Reply via email to