aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specialpage/WantedQueryPage.php
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation about object to be stdClass or specific typeUmherirrender2020-11-201-1/+1
* Improve doc about object to be stdClass in QueryPage::formatResultUmherirrender2020-11-151-1/+1
* 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-7/+7
|/
* Mark special page base classes as stable for subclassingdaniel2020-07-101-0/+10
* Fix more Squiz.Scope.MethodScope.MissingReedy2020-05-181-6/+6
* Fix some Squiz.Scope.MethodScope.MissingReedy2020-05-161-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Fixup phan warning toomanyparams (part 2)Daimona Eaytoy2019-10-101-7/+1
* Make WantedQueryPage::makeWlhLink protectedOstrzyciel2019-08-281-1/+1
* Change ResultWrapper to IResultWrapper in pagers and special pagesUmherirrender2018-04-041-2/+2
* Improve some parameter docsUmherirrender2017-09-101-0/+1
* Replace Linker::link() with LinkRenderer in special pagesMatěj Suchánek2017-06-201-2/+2
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+1
* Follow-up Improve sorting on SpecialWanted*-PagesEddie Greiner-Petter2017-03-231-0/+33
* Revert "Improve sorting on SpecialWanted*-Pages"20after42017-03-151-22/+0
* Improve sorting on SpecialWanted*-PagesEddie Greiner-Petter2017-03-081-0/+22
* Move ResultWrapper subclasses to RdbmsAaron Schulz2017-03-031-0/+2
* Replace Linker::link() usage with LinkRendererrlot2016-12-021-3/+4
* Move LinkBatch operations for QueryPage to a helper functionFlorian Schmidt2016-10-291-12/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* Always use 'bool' instead of 'boolean' after '@param' and '@return'Ricordisamoa2014-12-101-1/+1
* Changed some DatabaseBase type hints to IDatabaseAaron Schulz2014-12-091-1/+1
* Allow WantedQueryPage subclasses to override the existence checkBrian Wolff2014-09-141-8/+21
* Move QueryPage and abstract subclasses to specialpage folderKevin Israel2014-06-241-0/+117