aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/ParserFactory.php
Commit message (Expand)AuthorAgeFilesLines
* 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