index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
phpunit
/
includes
/
parser
/
ParserTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ++ and -- rather than += 1 and -= 1
Reedy
2024-10-17
1
-4
/
+4
*
Namespace all remaining classes in includes/parser
James D. Forrester
2024-10-15
1
-1
/
+1
*
Add namespace to remaining parts of Wikimedia\ObjectCache
James D. Forrester
2024-09-27
1
-1
/
+1
*
Move Language and friends into Language namespace
James D. Forrester
2024-08-10
1
-1
/
+1
*
tests: Use namespaced classes (@covers)
Umherirrender
2024-06-14
1
-8
/
+8
*
Parser: Inject service LanguageNameUtils
Fomafix
2024-05-20
1
-0
/
+2
*
tests: Namespace more parser classes
Reedy
2024-02-17
1
-6
/
+19
*
tests: Fix @covers and @coversDefaultClass to have leading \
Reedy
2024-02-16
1
-8
/
+8
*
Move Parser to Mediawiki\Parser namespace
Subramanya Sastry
2024-02-16
1
-0
/
+1
*
Move user options related classes into its own namespace
Martin Urbanec
2023-11-29
1
-1
/
+1
*
Deprecate MagicWordFactory::getSubstIDs
thiemowmde
2023-11-13
1
-2
/
+1
*
Merge "Parser: use PHPDoc comments on properties, typed private properties"
jenkins-bot
2023-09-19
1
-1
/
+1
|
\
|
*
Parser: use PHPDoc comments on properties, typed private properties
tacsipacsi
2023-09-17
1
-1
/
+1
*
|
Namespace TitleFormatter under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-0
/
+1
*
|
Namespace NamespaceInfo under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-0
/
+1
|
/
*
Fix incomplete/broken ParserFactoryTest & ParserTest
thiemowmde
2023-07-28
1
-33
/
+31
*
tests: Use array_fill_keys instead of array_combine/array_fill
Umherirrender
2023-04-29
1
-4
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Reorg: Move five page-related classes to page/ out of includes/
Amir Sarabadani
2023-02-23
1
-1
/
+2
*
Reorg: Move category-related classes from includes/ to Category/
Amir Sarabadani
2023-02-09
1
-0
/
+1
*
Reorg: Move MagicWord related files to under parser/
Amir Sarabadani
2022-12-09
1
-0
/
+2
*
Tests: Cleanup some unnecessary nested function calls
Reedy
2022-06-06
1
-2
/
+2
*
tests: Update namespace for MediaWiki\SpecialPage\SpecialPageFactory
Umherirrender
2022-05-28
1
-1
/
+1
*
Use UrlUtils in Parser
Aryeh Gregor
2022-04-28
1
-1
/
+2
*
TempUser EditPage and permissions
Tim Starling
2022-04-26
1
-1
/
+3
*
Fix SignatureValidatorFactory circular dependency
Tim Starling
2022-04-13
1
-1
/
+3
*
remove access to config globals from includes/parser
daniel
2022-02-01
1
-1
/
+10
*
Move ::addTrackingCategory() implementation to TrackingCategories
C. Scott Ananian
2021-10-15
1
-1
/
+2
*
parser: Replace deprecated MWHttpRequest::factory
Umherirrender
2021-08-04
1
-1
/
+3
*
ParserTest: remove unused $mockConfig
DannyS712
2021-05-29
1
-9
/
+0
*
build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0
James D. Forrester
2021-04-29
1
-1
/
+1
*
Parser: remove Title from method signatures
daniel
2021-04-29
1
-1
/
+47
*
phpunit: Mass-replace setMethods with onlyMethods and adjust
Daimona Eaytoy
2021-04-16
1
-2
/
+2
*
Make Parser use UserIdentity instead of User
Petr Pchelko
2021-03-17
1
-0
/
+2
*
Parser: initialize preprocessor in constructor
C. Scott Ananian
2021-03-16
1
-0
/
+13
*
Parser::__construct(): Remove deprecated argument variants
C. Scott Ananian
2021-03-16
1
-60
/
+15
*
Introduce Tidy service
C. Scott Ananian
2021-03-15
1
-2
/
+7
*
Don't apply French spacing in raw text elements
Arlo Breault
2021-02-16
1
-1
/
+5
*
Use ::class together with createMock in unit tests
Umherirrender
2020-10-30
1
-13
/
+13
*
MediaWikiTestCase to MediaWikiIntegrationTestCase
addshore
2020-06-30
1
-1
/
+1
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+3
*
Deprecate Parser::firstCallInit()
C. Scott Ananian
2020-04-17
1
-2
/
+18
*
Hard-deprecate direct calls to Parser::__construct()
C. Scott Ananian
2020-04-16
1
-0
/
+2
*
Make use of PHPUnit's assertCount feature where possible
Thiemo Kreuz
2020-03-02
1
-1
/
+1
*
Manual fix of the remaining assertInternalType & Co.
Daimona Eaytoy
2019-12-15
1
-1
/
+2
*
Don't pass Config to Parser(Factory)
Aryeh Gregor
2019-05-20
1
-0
/
+98