Added UserCache class for doing name/title batch lookups.
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 19 May 2012 20:41:41 +0000 (13:41 -0700)
committerCatrope <roan.kattouw@gmail.com>
Tue, 14 Aug 2012 21:59:03 +0000 (14:59 -0700)
commit1b7045e341f898a45e6831ba04406a97c4802cda
tree2c3eb07ecb280d21680d48f6cddc968757eaf83a
parente08fe93ab4cef7a2e3f721df0b9e3eb8ccc8a7ff
Added UserCache class for doing name/title batch lookups.

* Made Special:ListFiles be the first user of this class.

Change-Id: I2ea068d4765fe6ae12445786c38217119e79f823
includes/AutoLoader.php
includes/User.php
includes/cache/UserCache.php [new file with mode: 0644]
includes/specials/SpecialListfiles.php