aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/LinkHolderArray.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-2/+6
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-0/+1
* Use namespaced classesUmherirrender2024-07-051-0/+1
* Fix mw-selflink-fragment on variant fragment linksArlo Breault2024-06-191-3/+13
* Namespace includes/cacheJames D. Forrester2024-02-201-0/+1
* Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-0/+1
* Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-221-2/+2
* Merge "Parser: Remove misplaced + in regular expression"jenkins-bot2023-10-151-1/+1
|\
| * Parser: Remove misplaced + in regular expressionthiemowmde2023-10-051-1/+1
* | Migrate to IConnectionProvider methods in more placesAmir Sarabadani2023-10-051-2/+2
|/
* Merge "Hard-deprecate ParserOutput::getCategories(), deprecated in 1.40"jenkins-bot2023-10-031-2/+2
|\
| * Hard-deprecate ParserOutput::getCategories(), deprecated in 1.40C. Scott Ananian2023-09-291-2/+2
* | LinkHolderArray: Get link classes only when neededFunc2023-10-021-3/+5
|/
* parser: Make all LinkHolderArray properties privatethiemowmde2023-03-151-17/+7
* Merge "Various minor code style and doc cleanups in LinkHolderArray"jenkins-bot2023-03-101-30/+23
|\
| * Various minor code style and doc cleanups in LinkHolderArrayThiemo Kreuz2023-03-091-30/+23
* | parser: Remove dead safe-guard from LinkHolderArraythiemowmde2023-03-091-6/+0
|/
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Merge "Parser: Fix and update a few parser related PHPDoc type hints"jenkins-bot2023-01-271-7/+6
|\
| * Parser: Fix and update a few parser related PHPDoc type hintsthiemowmde2022-12-151-7/+6
* | parser: Optimize regex patterns used in LinkHolderArraythiemowmde2023-01-071-4/+4
|/
* Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
* parser: Reduce overly deep code intention in LinkHolderArraythiemowmde2022-11-141-52/+54
* Use short array destructuring instead of list()Tim Starling2022-10-211-5/+5
* Remove unused key variable from foreach loopsUmherirrender2022-09-211-1/+1
* parser: Use SelectQueryBuilder instead of IDatabase::selectDerick Alangi2022-08-191-11/+12
* Stop merging LinkCache select fields with page_title and page_namespaceAlexander Vorwerk2022-07-051-11/+2
* Clean up LinkHolderArray::__constructMatěj Suchánek2022-06-181-15/+4
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-1/+3
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+2
* Rename ParserOutput::setCategoryLinks() and ::getCategoryLinks()C. Scott Ananian2021-10-151-2/+2
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-2/+0
* Merge "Use static closures where safe to use"jenkins-bot2021-02-141-2/+2
|\
| * Use static closures where safe to useUmherirrender2021-02-111-2/+2
* | Use ?? instead of isset/array_key_exists where possibleThiemo Kreuz2021-02-101-5/+1
|/
* api: Use GetLinkColours hook to export CSS classes in page infoC. Scott Ananian2020-12-141-25/+25
* Use LinkBatchFactoryUmherirrender2020-10-251-3/+6
* Deprecations from HookRunner call site migrationTim Starling2020-09-181-0/+1
* parser: Make use of PHP7 array deconstruction in LinkHolderArrayThiemo Kreuz2020-07-061-10/+6
* parser: Remove unused $query param from LinkHolderArray::makeHolderThiemo Kreuz2020-06-221-5/+1
* parser: Streamline LinkHolderArrar::$size handlingThiemo Kreuz2020-06-221-4/+3
* parser: Add Title type hint to LinkHolderArray::makeHolderThiemo Kreuz2020-06-221-27/+22
* parser: Trivial code transformations to LinkHolderArrayThiemo Kreuz2020-06-221-14/+9
* Avoid variable reuse in LinkHolderArrayUmherirrender2020-06-141-4/+4
* Hooks::run() call site migrationTim Starling2020-05-301-3/+17
* deprecation: Remove DeprecationHelper::newArgumentWithDeprecation and change ...Peter Ovchyn2020-04-271-10/+8
* languages: More doc annotations for LanguageConverter related classesPeter Ovchyn2020-02-111-1/+1
* parser: Inject a LanguageConverterFactory through DI containers:Peter Ovchyn2020-02-041-3/+14
* languages: Introduce LanguageConverterFactoryPeter Ovchyn2020-02-031-4/+12
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2