aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SiteStatsInit.php
Commit message (Expand)AuthorAgeFilesLines
* Use name constants to access config settings.daniel2022-04-071-1/+3
* Same code style and formatting for exists-style SQL queriesThiemo Kreuz2021-08-121-2/+2
* Use null coalecing operators everywhere consistenctly.Petr Pchelko2021-06-031-5/+5
* Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variablesJames D. Forrester2021-05-141-2/+2
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-4/+4
* Fix broken PHPDoc comments that don't start with /**Thiemo Kreuz2020-07-231-1/+1
* sitestats: cleanup use of upsert() by removing the key column from SETAaron Schulz2020-02-261-5/+5
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Convert LoadBalancer::getConnection() callers to LoadBalancer::getConnectionR...Aaron Schulz2019-07-211-3/+3
* Fix types around ILoadBalancer and IResultWrapperUmherirrender2019-07-041-1/+1
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-3/+3
* Drop 'comma' value for wgArticleCountMethodJames D. Forrester2018-03-011-7/+0
* Salvage site_stats row with negative values in miser modeAaron Schulz2018-02-141-2/+5
* Various cleanup to SiteStats classesAaron Schulz2018-02-121-35/+63
* Move SiteStatsInit to its own fileAaron Schulz2018-02-121-0/+178