aboutsummaryrefslogtreecommitdiffstats
path: root/includes/pager/RangeChronologicalPager.php
Commit message (Expand)AuthorAgeFilesLines
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-4/+1
* Replace single-value $db->buildComparison() with $db->expr()Bartosz Dziewoński2023-10-221-1/+1
* Namespace core Pagers under \MediaWiki\PagerJames D. Forrester2023-09-181-0/+8
* Reorg: Move MWTimestamp to MediaWiki\UtilsAmir Sarabadani2023-08-191-0/+2
* Merge "pager: Provide a method to override the timestamp field"jenkins-bot2023-02-141-6/+5
|\
| * pager: Provide a method to override the timestamp fieldFunc2023-02-131-6/+5
* | pager: Allow getting range offsets outside the subclass contextFunc2023-02-121-0/+11
|/
* RangeChronologicalPager: Restore the compatibility with derived classesFunc2022-12-131-5/+14
* pager: Fix navigations when date range is setFunc2022-12-101-52/+26
* specials: RangeChronologicalPager has to use first index columnUmherirrender2022-10-261-2/+4
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* pager: Clean up file headers and `@ingroup`Timo Tijhof2022-09-291-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-3/+3
|/
* Mark pager base classes as stable for subclassing.daniel2020-07-081-0/+7
* Merge "Make IndexPager query direction code more readable"jenkins-bot2019-03-081-3/+3
|\
| * Make IndexPager query direction code more readableAaron Schulz2019-03-061-3/+3
* | Add @var to Pager classesUmherirrender2019-03-071-0/+1
|/
* Remove incorrect timezone conversion from date parametersBartosz Dziewoński2018-07-261-2/+0
* RangeChronologicalPager: Don't clear $offset when $this->rangeConds is setRoan Kattouw2017-06-161-7/+0
* Pager class for filtering by date rangeGeoffrey Mon2017-05-121-0/+121