aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specialpage/QueryPage.php
Commit message (Expand)AuthorAgeFilesLines
* QueryPage: Improve isExpensive() docs and ref UpdateSpecialPagesTimo Tijhof2022-07-291-3/+15
* specialpage: Fix deprecation for QueryPage::getSQLUmherirrender2022-06-251-6/+7
* Merge "specialpage: Use upsert() when updating querycache_info timestamp"jenkins-bot2022-06-211-7/+10
|\
| * specialpage: Use upsert() when updating querycache_info timestampKunal Mehta2022-06-131-7/+10
* | Hard deprecate QueryPage::getSQL()Alexander Vorwerk2022-06-131-2/+7
|/
* Use MainConfigNames instead of string literalsAryeh Gregor2022-04-111-8/+10
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+1
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* maintenance: Improve updateSpecialPages.php and related documentationUmherirrender2022-03-141-10/+10
* Add explicit casts between scalar typesUmherirrender2022-03-081-1/+1
* Explicit cast TS_UNIX to int for arithmetic operations and int argsUmherirrender2022-01-111-2/+1
* Improve nullable documentation in special page class about argsUmherirrender2021-10-221-1/+1
* QueryPage: s/Sometime/Sometimes/Reedy2021-09-271-1/+1
* Using @return never documentation on always-throw-functionUmherirrender2021-09-071-0/+1
* docs: Change wording master to primary in comments and log textUmherirrender2021-09-011-1/+1
* Turn hashes into commentsTChin2021-06-241-23/+23
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-3/+3
* Merge "Delete cached data of non-cached querypages with updateSpecialPages.php"jenkins-bot2021-04-221-2/+24
|\
| * Delete cached data of non-cached querypages with updateSpecialPages.phpUmherirrender2021-03-101-2/+24
* | Make SpecialFileDuplicateSearch not be a QueryPageTim Starling2021-04-081-1/+0
* | QueryPage: Remove useless checkAmmarpad2021-03-291-3/+0
|/
* Improve doc about object to be stdClass in QueryPage::formatResultUmherirrender2020-11-151-1/+1
* Inject LinkBatchFactory into QueryPage and use itUmherirrender2020-11-021-2/+28
* Merge "Inject DBLoadBalancer into abstract QueryPage"jenkins-bot2020-11-021-5/+31
|\
| * Inject DBLoadBalancer into abstract QueryPageUmherirrender2020-11-021-5/+31
* | Inject ContentLanguage into SpecialPage and use itUmherirrender2020-11-021-1/+1
|/
* Use LinkBatchFactory in pagers, special pages and actionsUmherirrender2020-09-061-1/+2
* Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\
| * Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
* | Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-19/+19
|/
* Mark special page base classes as stable for subclassingdaniel2020-07-101-0/+25
* Shorter code in QueryPage::execute()Edward Chernenko2020-06-271-5/+2
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Fix more Squiz.Scope.MethodScope.MissingReedy2020-05-181-14/+14
* Replace WebRequest::getLimitOffset with ::getLimitOffsetForUserDannyS7122020-02-191-2/+3
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-2/+2
* Add a run mode to $wgDisableQueryPageUpdateUmherirrender2019-09-261-7/+39
* Make most special pages class names match filenameReedy2019-09-101-31/+31
* Merge "Add QueryPage::delete method"jenkins-bot2019-07-311-0/+18
|\
| * Add QueryPage::delete methodGergő Tisza2019-07-261-0/+18
* | QueryPage: allow arbitrary sortingGergő Tisza2019-07-261-2/+2
|/
* Use IResultWrapper in code comments instead of ResultWrapperAaron Schulz2019-06-221-4/+4
* Remove tryLastResult function from includes/specials/QueryPage.phpzoranzoki212019-05-201-26/+0
* Typehint against IDatabase in special pagesUmherirrender2019-05-181-1/+1
* Sunsetting viewPrevNexteranroz2019-04-011-2/+2
* specials: Fix incomplete documentation of execute() paramThiemo Kreuz2019-03-281-1/+1
* Merge "specialpage: Remove unused QueryPage::doFeed()"jenkins-bot2019-03-261-92/+0
|\
| * specialpage: Remove unused QueryPage::doFeed()Thiemo Kreuz2019-03-251-92/+0
* | Update some minor type hintsThiemo Kreuz2019-03-251-4/+13
|/