aboutsummaryrefslogtreecommitdiffstats
path: root/includes/pager/TablePager.php
Commit message (Expand)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-1/+1
* Drop TablePager::getBody(), deprecated since 1.24James D. Forrester2024-05-021-20/+0
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-4/+1
* [ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText()C. Scott Ananian2024-02-201-2/+2
* Namespace includes/contextJames D. Forrester2024-02-081-1/+1
* Replace all the OOUI qualifiers with importsDogu2024-01-071-2/+4
* Namespace ParserOutputJames D. Forrester2023-12-141-1/+1
* Namespace core Pagers under \MediaWiki\PagerJames D. Forrester2023-09-181-0/+12
* TablePager: Hard-deprecate getBody(), deprecated in 1.24James D. Forrester2023-08-231-0/+2
* Merge "htmlform: Skip array query parameter on HtmlForm::addHiddenField"jenkins-bot2023-03-101-0/+5
|\
| * htmlform: Skip array query parameter on HtmlForm::addHiddenFieldUmherirrender2023-02-101-0/+5
* | Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
|/
* pager: Clean up file headers and `@ingroup`Timo Tijhof2022-09-291-3/+1
* Styles should be added to all IndexPagersJon Robson2022-01-111-1/+0
* Deprecate `mediawiki.pager.tablePager` module for more generic modulejdlrobson2022-01-071-7/+4
* AllMessagesTablePager: Avoid double class mw-datatableFomafix2021-10-091-2/+1
* TablePager: fix param documentation for formatValue()DannyS7122021-09-091-1/+2
* Remove redundant class="" related condition from TablePagerThiemo Kreuz2021-08-261-7/+1
* TablePager: don't call getRowClass twice when the result was savedDannyS7122021-08-261-1/+1
* Use some more neutral languageReedy2021-04-181-1/+1
* Rename some variables to use more neutral languageReedy2021-03-191-4/+4
* Improve docs about @param/@return object $row to stdClassUmherirrender2020-11-131-2/+2
* pager: Fix PHPDoc tags in TablePagerThiemo Kreuz2020-11-111-1/+2
* 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
* | Merge "Replace "@stable for calling" by "@stable to call""jenkins-bot2020-07-131-1/+1
|\ \
| * | Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
| |/
* / Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-12/+12
|/
* Mark pager base classes as stable for subclassing.daniel2020-07-081-0/+25
* Replace @protected tagdaniel2020-06-261-6/+0
* Fix some more Squiz.Scope.MethodScope.MissingReedy2020-05-171-21/+13
* TablePager: Improve documentation for getDefaultSortThalia2020-02-141-0/+4
* TablePager: Fix documentation for getIndexField methodThalia2020-02-131-2/+1
* 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-251-6/+4
* 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
* | Add @var to Pager classesUmherirrender2019-03-071-0/+2
|/
* TablePager: Reduce pagination button in visual strengthVolker E2019-01-171-0/+3
* Mark protected IndexPager properties also as protected in subclassesThiemo Kreuz2018-12-201-2/+2
* Remove unused $links in TablePager::getNavigationBaraddshore2018-07-181-1/+0
* Use \u{00A0} instead of   or  Fomafix2018-06-241-2/+2
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* OOUI-ificiation of TablePager navEd Sanders2017-05-031-29/+30
* Fix type annotationsMax Semenik2016-12-151-1/+1
* Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-1/+1
* Make some TablePager methods actually protectedRicordisamoa2016-04-091-6/+3