wiki.techinc.nl/includes/pager
Taavi Väänänen 605c3924bc
IndexPager: Also protect against $offset being 0
The parameter is takes ints too, and apparently $offset != '' does not
guard well enough against offset being zero. The new `if ( $offset )`
check should catch at least `null`, `''`, `'0'` and `0`.

Bug: T313157
Change-Id: Ibf340fd9b4ffddb65cdb1ca4ec227b235906e310
2023-06-30 16:35:13 +03:00
..
AlphabeticPager.php pager: Remove unused AlphabeticPager::getOrderTypeMessages() support 2022-10-29 00:27:46 +00:00
IndexPager.php IndexPager: Also protect against $offset being 0 2023-06-30 16:35:13 +03:00
Pager.php pager: Clean up file headers and @ingroup 2022-09-29 21:05:08 +01:00
RangeChronologicalPager.php Merge "pager: Provide a method to override the timestamp field" 2023-02-14 00:49:43 +00:00
ReverseChronologicalPager.php Fix some typos 2023-03-21 15:58:09 +01:00
TablePager.php Merge "htmlform: Skip array query parameter on HtmlForm::addHiddenField" 2023-03-10 23:59:57 +00:00