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
/
MagicVariableTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "parser: Fix zero-based (?) month in MagicVariableTest"
jenkins-bot
2025-03-14
1
-6
/
+1
|
\
|
*
parser: Fix zero-based (?) month in MagicVariableTest
thiemowmde
2024-08-08
1
-6
/
+1
*
|
Namespace all remaining classes in includes/parser
James D. Forrester
2024-10-15
1
-1
/
+1
*
|
Merge "parser: Avoid cache stampede on pages which use {{CURRENTYEAR}}"
jenkins-bot
2024-08-26
1
-30
/
+30
|
\
\
|
|
/
|
/
|
|
*
parser: Avoid cache stampede on pages which use {{CURRENTYEAR}}
C. Scott Ananian
2024-05-06
1
-30
/
+30
*
|
Replace gettype() with get_debug_type() in debug/log/test output
Bartosz DziewoĆski
2024-07-31
1
-1
/
+1
*
|
Drop duplicate test cases and @dataProviders from tests
thiemowmde
2024-07-19
1
-15
/
+2
*
|
tests: Use namespaced classes (@covers)
Umherirrender
2024-06-14
1
-1
/
+1
|
/
*
tests: Namespace more parser classes
Reedy
2024-02-17
1
-0
/
+4
*
tests: Fix @covers and @coversDefaultClass to have leading \
Reedy
2024-02-16
1
-1
/
+1
*
Move Parser to Mediawiki\Parser namespace
Subramanya Sastry
2024-02-16
1
-0
/
+1
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Avoid calling overrideConfigValue() multiple times
thiemowmde
2023-07-20
1
-7
/
+6
*
tests: Change some setMwGlobals to overrideConfigValue
Umherirrender
2023-07-17
1
-3
/
+3
*
tests: Make some PHPUnit data providers static
Umherirrender
2023-05-20
1
-2
/
+2
*
Avoid calling setMwGlobals multiple times
thiemowmde
2023-05-02
1
-2
/
+4
*
parser: improve cache TTL accuracy for CURRENT*/LOCAL* magic words
Aaron Schulz
2023-03-28
1
-3
/
+119
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
tests: Use Title::makeTitle instead of Title::newFromText
Umherirrender
2022-07-06
1
-1
/
+1
*
Emit warnings when accessing deprecated public properties of Parser
C. Scott Ananian
2022-03-31
1
-1
/
+1
*
phpunit: use ->getServiceContainer() in integration tests
Alexander Vorwerk
2022-01-27
1
-3
/
+1
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
Add missing @param and @return to documentation in tests
Umherirrender
2021-01-22
1
-2
/
+10
*
MediaWikiTestCase to MediaWikiIntegrationTestCase
addshore
2020-06-30
1
-1
/
+1
*
Merge "Refactor magic word implementations out of Parser.php"
jenkins-bot
2020-04-22
1
-18
/
+2
|
\
|
*
Refactor magic word implementations out of Parser.php
C. Scott Ananian
2020-04-10
1
-18
/
+2
*
|
Deprecate old-style accessor/mutation methods of Parser
C. Scott Ananian
2020-04-16
1
-2
/
+2
*
|
Hard-deprecate direct calls to Parser::__construct()
C. Scott Ananian
2020-04-16
1
-2
/
+3
|
/
*
tests: Add explicit return type void to setUp() and tearDown()
Max Semenik
2019-10-30
1
-1
/
+1
*
Merge "Deprecate Parser implementation methods (will be private in next relea...
jenkins-bot
2019-10-29
1
-2
/
+4
|
\
|
*
Deprecate Parser implementation methods (will be private in next release)
C. Scott Ananian
2019-10-29
1
-2
/
+4
*
|
Remove Language::factory and getParentLanguage use
Aryeh Gregor
2019-10-27
1
-1
/
+4
|
/
*
Use setContentLang() instead of setMwGlobals()
Aryeh Gregor
2018-07-26
1
-4
/
+1
*
Move phpunit @group from file comment to class comment
Umherirrender
2018-03-10
1
-2
/
+1
*
Add @covers tags to miscellaneous tests (#2)
Kunal Mehta
2017-12-28
1
-1
/
+3
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-6
/
+6
*
Fix issues identified by SpaceBeforeSingleLineComment sniff
Vivek Ghaisas
2015-09-26
1
-3
/
+3
*
Add @group Database tags to tests that need it
aude
2015-04-01
1
-0
/
+2
*
Cleanup some docs (tests)
umherirrender
2014-08-11
1
-1
/
+1
*
test: Remove MagicVariableTest#testServernameFromDifferentProtocols
Timo Tijhof
2014-06-25
1
-20
/
+0
*
Pass phpcs-strict on some test files (9/11)
Siebrand Mazeland
2014-04-24
1
-1
/
+3
*
Fixed some @params documentation (tests)
umherirrender
2014-04-17
1
-8
/
+13
*
Cleanup MagicVariableTest
addshore
2013-10-23
1
-36
/
+57
*
Revert "Misc follow-ups to I2fc3966e (a161c5e)"
Aaron Schulz
2013-03-22
1
-48
/
+12
*
MagicVariableTest.php: Use dataProvider
umherirrender
2013-03-20
1
-9
/
+10
*
Misc follow-ups to I2fc3966e (a161c5e)
Alexandre Emsenhuber
2013-02-18
1
-12
/
+49
*
Update formatting
Siebrand Mazeland
2013-02-15
1
-5
/
+16
*
pass codesniffer on tests/
Antoine Musso
2013-01-28
1
-1
/
+1
*
(bug 35204) set wgLanguageCode in unit tests
Alexandre Emsenhuber
2012-11-17
1
-8
/
+11
*
Use ParserOptions::newFromUserAndLang in tests
umherirrender
2012-10-24
1
-2
/
+3
[next]