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
/
includes
/
TemplateParser.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
TemplateParser: Pass FLAG_MUSTACHELOOKUP to enable parent context access
Roan Kattouw
2018-09-04
1
-3
/
+5
*
Remove duplicated article usages
petarpetkovic
2018-08-09
1
-1
/
+1
*
Start working on phan-taint-check warnings. Fix minor escaping issues.
Brian Wolff
2018-07-12
1
-0
/
+3
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-1
/
+1
*
Enable recursive partials in TemplateParser
Gergő Tisza
2017-09-10
1
-8
/
+27
*
TemplateParser: Improve cache integrity check failure scenario
Kunal Mehta
2017-05-16
1
-8
/
+10
*
rv accidental inclusion of debug code in TemplateParser
Brian Wolff
2017-03-15
1
-2
/
+0
*
Better path traversal prevention in TemplateParser.
Brian Wolff
2017-03-14
1
-11
/
+6
*
Get ConfigFactory & MainConfig from MediaWikiServices
addshore
2016-11-23
1
-1
/
+3
*
Clean up array() syntax in docs, part VII
Amir Sarabadani
2016-09-27
1
-2
/
+2
*
Always use 'bool' instead of 'boolean' in Doxygen tags
Ricordisamoa
2016-03-24
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-3
/
+3
*
Replace newAccelerator() with getLocalServerInstance()
Aaron Schulz
2015-11-02
1
-1
/
+1
*
TemplateParser: Use context makeKey() instead of wfMemcKey()
Timo Tijhof
2015-10-22
1
-5
/
+3
*
Make lines short to pass phpcs in files under includes/
Amir E. Aharoni
2015-09-27
1
-1
/
+3
*
objectcache: Make first parameter of newAccelerator optional
Timo Tijhof
2015-08-24
1
-1
/
+1
*
Support mustache partials in server-side templates
S Page
2015-07-06
1
-1
/
+3
*
Avoid assignment in return in TemplateParser.php
umherirrender
2015-06-17
1
-1
/
+2
*
TemplateParser: Use ObjectCache::newAccelerator() with fallback set
Kunal Mehta
2015-03-23
1
-5
/
+1
*
TemplateParser: make most functions protected, only expose processTemplate()
Kunal Mehta
2015-03-22
1
-5
/
+5
*
TemplateParser: Don't fatal on cache misses
Timo Tijhof
2015-03-23
1
-6
/
+3
*
Make sure template function is callable from processTemplate()
kaldari
2015-03-20
1
-1
/
+4
*
Replacing generic Exception with Exception subclasses
kaldari
2015-03-12
1
-8
/
+8
*
If no secret key is available, don't try to use cache
kaldari
2015-03-04
1
-37
/
+54
*
Make sure hash_hmac() always works even if no secret key
kaldari
2015-02-27
1
-1
/
+1
*
Adding sample code to TemplateParser::processTemplate() docs
kaldari
2015-02-20
1
-0
/
+10
*
Some clean-up of TemplateParser
kaldari
2015-02-20
1
-5
/
+8
*
Adding TemplateParser class providing interface to Mustache templates
kaldari
2015-02-19
1
-0
/
+175