aboutsummaryrefslogtreecommitdiffstats
path: root/includes/pager
Commit message (Expand)AuthorAgeFilesLines
* Fix more Squiz.Scope.MethodScope.MissingReedy2020-05-181-1/+1
* Fix some more Squiz.Scope.MethodScope.MissingReedy2020-05-172-36/+28
* 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
* TablePager: Improve documentation for getDefaultSortThalia2020-02-141-0/+4
* Improve documentation of abstract methodsDayllan Maza2020-02-141-14/+11
* TablePager: Fix documentation for getIndexField methodThalia2020-02-131-2/+1
* 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
* Restore some previous constructor callsMatěj Suchánek2019-08-271-1/+5
* TablePager: put parent construct call back at endElliott Eggleston2019-08-261-2/+3
* Clean up LinkRenderer usage in IndexPager and extensionsMatěj Suchánek2019-08-252-11/+22
* pager: Add visibility methods declared in the Pager interfaceDerick Alangi2019-07-302-3/+3
* Refactor buildPrevNextNavigationclarakosi2019-06-051-0/+20
* Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusionsReedy2019-05-111-0/+1
* Replace 'TablePager' CSS class exclusively by `mw-datatable`Volker E2019-03-131-2/+3
* Merge "Replace sorting classes with better naming convention"jenkins-bot2019-03-131-2/+2
|\
| * Replace sorting classes with better naming conventionVolker E2019-03-121-2/+2
* | Merge "Make IndexPager query direction code more readable"jenkins-bot2019-03-082-21/+39
|\ \
| * | Make IndexPager query direction code more readableAaron Schulz2019-03-062-21/+39
* | | Add @var to Pager classesUmherirrender2019-03-074-4/+27
|/ /
* / Various small code and comment cleanups to IndexPagerAaron Schulz2019-03-051-8/+18
|/
* TablePager: Reduce pagination button in visual strengthVolker E2019-01-171-0/+3
* Merge "Mark protected IndexPager properties also as protected in subclasses"jenkins-bot2018-12-211-2/+2
|\
| * Mark protected IndexPager properties also as protected in subclassesThiemo Kreuz2018-12-201-2/+2
* | 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
* Remove incorrect timezone conversion from date parametersBartosz Dziewoński2018-07-261-2/+0
* ReverseChronologicalPager: Fix timezone confusionBartosz Dziewoński2018-07-261-5/+7
* Remove unused $links in TablePager::getNavigationBaraddshore2018-07-181-1/+0
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* Use \u{00A0} instead of   or  Fomafix2018-06-241-2/+2
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-302-4/+4
* 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
* RangeChronologicalPager: Don't clear $offset when $this->rangeConds is setRoan Kattouw2017-06-161-7/+0
* Pager class for filtering by date rangeGeoffrey Mon2017-05-122-34/+170
* OOUI-ificiation of TablePager navEd Sanders2017-05-031-29/+30