mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 10:59:42 +00:00
8fdb3aca5e
Thanks was causing history views to do 4 DB queries per row, due to the RevisionStore::getPreviousRevision() call. The reason for doing it is that it doesn't make sense to thank someone for a diff which includes multiple authors. This does not apply to history pages -- even for filtered history views, you can thank someone for a specific revision on the basis of its edit summary. So, distinguish between history tools and diff tools. Do the expensive thing only for diff tools. Bug: T284274 Change-Id: Ib631100b82958065a327dd18c927af4a78b8be15 |
||
---|---|---|
.. | ||
ApiCoreThank.php | ||
ApiFlowThank.php | ||
ApiThank.php | ||
EchoCoreThanksPresentationModel.php | ||
EchoFlowThanksPresentationModel.php | ||
Hooks.php | ||
SpecialThanks.php | ||
ThanksLogFormatter.php |