aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/ParserFactory.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-2/+6
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-0/+1
* Parser: Inject service LanguageNameUtilsFomafix2024-05-201-0/+8
* Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-0/+1
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* doc: Add some @note to the Parser service about usageUmherirrender2023-10-161-0/+13
* Namespace TitleFormatter under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Reorg: Move five page-related classes to page/ out of includes/Amir Sarabadani2023-02-231-1/+1
* Reorg: Move category-related classes from includes/ to Category/Amir Sarabadani2023-02-091-0/+1
* Reorg: Move MagicWord related files to under parser/Amir Sarabadani2022-12-091-0/+1
* Deprecate Parser::getFreshParser()Tim Starling2022-07-051-0/+33
* Use UrlUtils in ParserAryeh Gregor2022-04-281-6/+7
* TempUser EditPage and permissionsTim Starling2022-04-261-2/+10
* Fix SignatureValidatorFactory circular dependencyTim Starling2022-04-131-2/+10
* Move ::addTrackingCategory() implementation to TrackingCategoriesC. Scott Ananian2021-10-151-2/+9
* parser: Replace deprecated MWHttpRequest::factoryUmherirrender2021-08-041-2/+10
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Parser: remove Title from method signaturesdaniel2021-04-291-2/+9
* Make Parser use UserIdentity instead of UserPetr Pchelko2021-03-171-2/+18
* Parser: initialize preprocessor in constructorC. Scott Ananian2021-03-161-2/+9
* Introduce Tidy serviceC. Scott Ananian2021-03-151-2/+11
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-2/+10
* Hard-deprecate direct calls to Parser::__construct()C. Scott Ananian2020-04-161-13/+28
* Fix the namespace of SpecialPageFactoryTim Starling2020-02-211-1/+1
* parser: Inject a LanguageConverterFactory through DI containers:Peter Ovchyn2020-02-041-47/+23
* Remove all traces of preprocessorClass from $wgParserConfC. Scott Ananian2020-01-251-3/+2
* [BREAKING CHANGE] Services: Convert Parser's static to a const now HHVM is goneJames D. Forrester2019-10-091-2/+2
* BadFileLookup to replace wfIsBadImageAryeh Gregor2019-08-211-2/+11
* parser: inject a Logger into Parser instead of using wfDebug()Aaron Schulz2019-07-171-6/+26
* Don't pass Config to Parser(Factory)Aryeh Gregor2019-05-201-16/+45
* Update Parser to use NamespaceInfoAryeh Gregor2019-04-111-3/+13
* Inject LinkRendererFactory into ParserAryeh Gregor2019-04-071-2/+9
* Inject Config into Parser instead of using globalsAryeh Gregor2018-10-021-7/+12
* Inject SpecialPageFactory into ParserKunal Mehta2018-08-171-3/+10
* Use ParserFactory in a bunch of placesAryeh Gregor2018-08-111-1/+1
* Introduce ParserFactory serviceAryeh Gregor2018-08-111-0/+63