Factor out ChangeTags::tagUsageStatistics() from SpecialTags
authorMatmaRex <matma.rex@gmail.com>
Tue, 27 Aug 2013 13:26:06 +0000 (15:26 +0200)
committerReedy <reedy@wikimedia.org>
Thu, 19 Sep 2013 03:15:55 +0000 (03:15 +0000)
commit379683def316139771ca7761de50f251f0c85b0f
tree9d103e81625ba95a06bfcbb4196c31f5b5aa8b25
parent755f0a9fc61cafe9b85ad453c5beedeb95f7af4b
Factor out ChangeTags::tagUsageStatistics() from SpecialTags

It's prettier if we keep all explicit DB queries to those tables
in one place.

Change-Id: I85b6854e26ffc656b990079d463a085ba39556df
includes/ChangeTags.php
includes/specials/SpecialTags.php