aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialWhatLinksHere.php
Commit message (Expand)AuthorAgeFilesLines
* specials: Use type declaration on undocumented private functionsUmherirrender2025-04-041-2/+2
* specials: Remove constructor PHPdoc blockUmherirrender2025-02-201-9/+0
* SpecialWhatLinksHere: Use &redirect=no for transclusions tooTaavi Väänänen2025-02-051-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 46.0.0libraryupgrader2025-01-311-1/+1
* specials: cast possible string to int before numeric operationAmmarpad2024-11-041-1/+1
* SpecialWhatLinksHere: Ensure namespace variable is definedAbijeet2024-10-241-1/+2
* WhatLinksHere: Allow extensible filtersHuei Tan2024-10-211-10/+15
* SpecialWhatLinksHere: Replace FormOptions with request data in an arrayAbijeet2024-10-211-45/+53
* Use HTML markup instead of bidi control chars in Special:WhatLinksHereEbrahim Byagowi2024-10-031-5/+5
* Use const keyword for constant list of strings or intsUmherirrender2024-09-111-2/+2
* Make use of the ??= and ?? operators where it makes sensethiemowmde2024-08-261-3/+1
* Remove Title and User from signaturesDaimona Eaytoy2024-07-101-5/+10
* Merge "Add namespace and deprecation alias to Xml and XmlSelect"jenkins-bot2024-05-161-1/+1
|\
| * Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-1/+1
* | specials: Improve docs and `@ingroup` tags, fix file headersTimo Tijhof2024-05-151-2/+0
|/
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-1/+1
* Namespace HTMLForm and friendsJames D. Forrester2024-02-141-1/+1
* Deprecate Xml::wrapClass, used in only one other repoJames D. Forrester2024-02-061-3/+5
* Remove allowances for nullable `rd_interwiki` and `rd_fragment`Bartosz Dziewoński2023-10-031-2/+2
* Merge "specials: Avoid selecting interwiki redirects"jenkins-bot2023-09-231-0/+1
|\
| * specials: Avoid selecting interwiki redirectsUmherirrender2023-07-011-0/+1
* | Merge "Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()"jenkins-bot2023-09-191-1/+3
|\ \
| * | Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()C. Scott Ananian2023-09-181-1/+3
* | | Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* | | Merge "Namespace remaining 'specialpage' files under \MediaWiki\SpecialPage"jenkins-bot2023-09-181-1/+1
|\ \ \
| * | | Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-1/+1
| |/ /
* / / SpecialWhatLinksHere: Add support for read new of pagelinksAmir Sarabadani2023-09-151-4/+1
|/ /
* | Namespace SpecialW* under \MediaWiki\SpecialsJames D. Forrester2023-09-151-0/+14
* | Use real type hints for services etc. in specials/ (N-Z)Bartosz Dziewoński2023-08-291-20/+7
* | Simplify WHERE conditions with field = '' OR IS NULLUmherirrender2023-07-011-1/+1
|/
* Fix Special:WhatLinksHere behavior on limit= vs. limit=0Thiemo Kreuz2023-05-221-4/+8
* Use more narrow IReadableDatabase in BatchRowIteratorthiemowmde2023-05-191-2/+2
* Specials: Mass switch everything to IConnectionProvider from LBAmir Sarabadani2023-04-191-7/+7
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Refactor SpecialWhatLinksHere to use FormSpecialPageFunc2023-01-111-51/+67
* Merge "Clarify "No pages link to ..." message with filters in Special:WhatLin...jenkins-bot2023-01-111-1/+7
|\
| * Clarify "No pages link to ..." message with filters in Special:WhatLinksHereSimon Legner2022-08-101-1/+7
* | specials: Special:Whatlinkshere should not act on special pagesUmherirrender2023-01-041-1/+2
* | SpecialWhatLinksHere: Use trySubmit() for input validationFunc2022-12-251-3/+8
* | Reorg: Move Title-related classes to title/Amir Sarabadani2022-11-261-0/+1
* | Use buildComparison() instead of raw SQL in SpecialWhatLinksHereBartosz Dziewoński2022-11-031-8/+16
* | Introduce PagerNavigationBuilder for making pagination linksBartosz Dziewoński2022-09-051-35/+15
|/
* SpecialWhatLinksHere: Uncollapse the OOUI formSaint Johann2022-06-271-4/+0
* SpecialWhatLinksHere: Fix patchwork in filter localisation messagesBartosz Dziewoński2022-06-101-2/+3
* SpecialWhatLinksHere: Convert form to OOUIlziad2022-05-221-48/+31
* SpecialWhatLinksHere: Convert form to use HTMLFormBartosz Dziewoński2022-05-131-54/+37
* Use injection for LinksMigration on LinkBatch, action, api, special pageUmherirrender2022-05-101-4/+9
* SpecialWhatLinksHere: Add support for read new in templatelinksAmir Sarabadani2022-04-141-4/+3
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-2/+3