Add Special:MediaStatistics page for file type stats
authorBrian Wolff <bawolff+wn@gmail.com>
Sun, 20 Jul 2014 21:29:38 +0000 (18:29 -0300)
committerBrian Wolff <bawolff+wn@gmail.com>
Thu, 18 Sep 2014 17:28:57 +0000 (14:28 -0300)
commite632eba946a16837dafc6afdba0584eef423a618
tree2ba9875cbfd581448490ac82af37946b6eff89cb
parent07f60f25af217a3c619ee8ea270707188bc41d77
Add Special:MediaStatistics page for file type stats

There used to be a bot on commons that did this, but it broke, and
this seems like the sort of thing that should be built in to
MediaWiki anyhow.

In order to do this, it abuses the querycache table somewhat
(Storing non-titles things in the title column).

Also changes the link on Special:Statistics for number of
uploads to link to new page. It seemed appropriate to link
to more detailed statistics instead of to Special:ListFiles.

Change-Id: I9ab768584b02a32b450d5f3981ff775ee07fecfa
includes/AutoLoader.php
includes/specialpage/QueryPage.php
includes/specialpage/SpecialPageFactory.php
includes/specials/SpecialMediaStatistics.php [new file with mode: 0644]
includes/specials/SpecialStatistics.php
languages/i18n/en.json
languages/i18n/qqq.json
languages/messages/MessagesEn.php