aboutsummaryrefslogtreecommitdiffstats
path: root/includes/linker/Linker.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-1/+1
* Re-apply "Drop all 49 remaining class_aliases from MediaWiki 1.40"Daimona Eaytoy2025-03-051-3/+0
* Revert "Drop all 49 remaining class_aliases from MediaWiki 1.40"Ahmon Dancy2025-03-041-0/+3
* Drop all 49 remaining class_aliases from MediaWiki 1.40James D. Forrester2025-03-041-3/+0
* Replace remaining gendered pronounsTacsipacsi2025-03-021-1/+1
* linker: Introduce UserLinkRenderer serviceMáté Szabó2025-02-131-31/+9
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* build: Use inline ignore for MediaWiki.Usage.DeprecatedGlobalVariablesUmherirrender2024-09-261-0/+1
* Add missing documentation to class properties (miscellaneous classes)Umherirrender2024-09-141-0/+1
* Avoid use of deprecated wfExpandUrl in various placesEbrahim Byagowi2024-09-091-1/+2
* Linker: fix typo in statslib migrationLucas Werkmeister2024-06-211-1/+1
* Fix Linker::makeExternalLink build failuresBartosz Dziewoński2024-06-111-1/+2
* Move Linker::makeExternalLink() to the LinkRenderer serviceC. Scott Ananian2024-06-101-36/+10
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-1/+1
* Remove deprecated Linker methodsC. Scott Ananian2024-05-151-308/+1
* Remove DummyLinkerBartosz Dziewoński2024-05-131-2/+1
* Linker: add deprecation warnings for Linker::generateTOC()C. Scott Ananian2024-05-071-0/+1
* Migrate rollbackconfirmation events to statslibThomas Arrow2024-05-041-2/+4
* Linker: Inline deprecated User::canSendEmail()Taavi Väänänen2024-05-031-2/+7
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
* Merge "Deprecate Linker::generateTOC() and related methods"jenkins-bot2024-03-081-0/+11
|\
| * Deprecate Linker::generateTOC() and related methodsBartosz Dziewoński2024-03-071-0/+11
* | Merge "Deprecate Linker::makeHeadline()"jenkins-bot2024-03-081-0/+2
|\|
| * Deprecate Linker::makeHeadline()Bartosz Dziewoński2024-03-071-0/+2
* | Merge "Remove taint-check annotation from 2nd param of Linker::makeExternalLink"jenkins-bot2024-03-071-1/+0
|\ \ | |/ |/|
| * Remove taint-check annotation from 2nd param of Linker::makeExternalLinkDaimona Eaytoy2024-02-021-1/+0
* | Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-1/+1
* | Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-1/+1
* | Merge "logging: Clarify meaning of `userToolLinks($edits)` parameter"jenkins-bot2024-02-141-5/+9
|\ \
| * | logging: Clarify meaning of `userToolLinks($edits)` parameterTimo Tijhof2024-02-131-5/+9
* | | Merge "Linker: Fix strange word break in comment"jenkins-bot2024-02-131-2/+1
|\ \ \ | |/ / |/| |
| * | Linker: Fix strange word break in commentEd Sanders2024-02-131-2/+1
| |/
* | Deprecate DummyLinkerBartosz Dziewoński2024-02-091-1/+2
* | Namespace includes/contextJames D. Forrester2024-02-081-4/+4
|/
* Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-221-1/+1
* Make function Linker::getUploadUrl publicFomafix2023-12-051-1/+1
* Ensure framed/unscaled SVG transclusions have srcsetDerk-Jan Hartman2023-11-101-8/+18
* Linker: Split userToolLinks() so it's easier to add extra toolsGergő Tisza2023-10-221-14/+48
* Add second batch of taint-check annotationsDaimona Eaytoy2023-09-231-0/+6
* Namespace remaining User-related classes under \MediaWiki\UserJames D. Forrester2023-09-201-1/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+1
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-1/+1
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-1/+1
* Introduce RevisionSelectQueryBuilderAmir Sarabadani2023-09-061-8/+3
* Migrate calls to wfGetDB() in static methodsAmir Sarabadani2023-09-051-1/+1
* Follow-up 2d60ba0: Add in-code comment on alias for when it was addedJames D. Forrester2023-08-281-0/+3
* Hard-deprecate Linker::formatComment/commentBlock/revCommentUmherirrender2023-08-081-4/+8
* Skin: Use different single-id for edit/create and (un)watch links沈澄心2023-07-301-63/+2
* SECURITY: Move badFile lookup to LinkerArlo Breault2023-06-301-4/+22
* Merge "Dynamically resize broken media spans in thumbs"jenkins-bot2023-06-221-3/+4
|\