aboutsummaryrefslogtreecommitdiffstats
path: root/includes/pager/IndexPager.php
Commit message (Expand)AuthorAgeFilesLines
...
* Mark pager base classes as stable for subclassing.daniel2020-07-081-0/+40
* Whitespace cleanup: Use tabs for indentation, avoid double spacesDannyS7122020-06-271-3/+7
* Hooks::run() call site migrationTim Starling2020-05-301-0/+3
* Fix more Squiz.Scope.MethodScope.MissingReedy2020-05-181-1/+1
* Fix some more Squiz.Scope.MethodScope.MissingReedy2020-05-171-15/+15
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-111-4/+4
* IndexPager: Limit offset params to the max of the indices availableJames D. Forrester2020-02-201-1/+2
* Replace WebRequest::getLimitOffset with ::getLimitOffsetForUserDannyS7122020-02-191-2/+3
* Improve documentation of abstract methodsDayllan Maza2020-02-141-14/+11
* IndexPager: Cast properties passed to implode to arraysThalia2020-02-121-3/+3
* ImageHistoryPseudoPager: Update doQuery() for IndexPager changesRoan Kattouw2020-02-111-3/+3
* Merge "Support pagination on multiple columns in the IndexPager"jenkins-bot2020-02-081-26/+136
|\
| * Support pagination on multiple columns in the IndexPagerThalia2020-02-061-26/+136
* | Fix IndexPager documentation to use correct terms in queryThalia2020-02-031-2/+2
|/
* Merge "IndexPager::$offset can be int|string"jenkins-bot2020-01-151-1/+1
|\
| * IndexPager::$offset can be int|stringTony Thomas2020-01-151-1/+1
* | Make use of existing array value variables in foreach loopsThiemo Kreuz2019-12-291-1/+1
|/
* Remove old, unused profiling from IndexPagerThalia2019-12-191-5/+0
* pager: Improve the extra sort field to work well when indexField is a stringDaimona Eaytoy2019-11-221-1/+13
* Pass Title to IndexPager::buildPrevNextNavigationUmherirrender2019-09-041-3/+2
* Clean up LinkRenderer usage in IndexPager and extensionsMatěj Suchánek2019-08-251-5/+18
* Refactor buildPrevNextNavigationclarakosi2019-06-051-0/+20
* Merge "Make IndexPager query direction code more readable"jenkins-bot2019-03-081-18/+36
|\
| * Make IndexPager query direction code more readableAaron Schulz2019-03-061-18/+36
* | Add @var to Pager classesUmherirrender2019-03-071-4/+20
|/
* Various small code and comment cleanups to IndexPagerAaron Schulz2019-03-051-8/+18
* Fix order on Special:Contributions when timestamps are identicalThiemo Kreuz2018-12-201-2/+2
* Fix some phan-taint-check false positivesBrian Wolff2018-09-211-0/+1
* Replace some wfMessage by ContextSource::msgUmherirrender2018-08-221-1/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-3/+3
* Change ResultWrapper to IResultWrapper in pagers and special pagesUmherirrender2018-04-041-7/+7
* Replace uses of each()Brad Jorsch2017-09-201-2/+2
* build: Update mediawiki/mediawiki-codesniffer to 0.10.1Kunal Mehta2017-07-221-1/+1
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+1
* Clean up remaining get_class() usesTimo Tijhof2017-03-071-2/+2
* Move ResultWrapper subclasses to RdbmsAaron Schulz2017-03-031-0/+2
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Change "slave" => "replica DB" in /includesAaron Schulz2016-09-051-1/+1
* Clean up array() syntax in docs, part IIIAmir Sarabadani2016-08-131-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-24/+24
* Update more docs and type hints to use IDatabaseAaron Schulz2015-10-061-1/+1
* Converted some profiling to scopedProfileInAaron Schulz2015-01-071-3/+1
* Fixed spacingumherirrender2014-09-291-1/+0
* IndexPager: Introduce constants for values of $mDefaultDirectionBartosz Dziewoński2014-09-031-4/+13
* TablePager: Redo arrow icons from scratch as CSS backgroundsBartosz Dziewoński2014-08-311-3/+7
* IndexPager: Don't generate rel=first and rel=lastBartosz Dziewoński2014-08-311-1/+1
* Split includes/Pager.phpBartosz Dziewoński2014-08-231-0/+729