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
*
Fix many typos in comments
Matěj Suchánek
2022-05-10
1
-1
/
+1
*
Use MainConfigNames instead of string literals, #3
Aryeh Gregor
2022-04-26
1
-1
/
+2
*
TemplateParser: avoid warnings when called by NoLocalSettings.
daniel
2022-04-13
1
-4
/
+5
*
Use name constants to access config settings.
daniel
2022-04-07
1
-1
/
+2
*
TemplateParser: Only hash unique files
Sam Smith
2022-02-09
1
-0
/
+2
*
TemplateParser: Remove support for deprecated cache-disabling parameter
Ammarpad
2021-09-17
1
-7
/
+2
*
TemplateParser: Inject BagOStuff and deprecate '$forceRecompile'
Timo Tijhof
2020-03-23
1
-15
/
+21
*
TemplateParser: Include template dir in cache key
Sam Smith
2020-03-18
1
-1
/
+2
*
TemplateParser: Invalidate cache if partial changes
Sam Smith
2020-03-03
1
-12
/
+18
*
TemplateParser: Make cache value include metadata
Sam Smith
2020-03-02
1
-48
/
+95
*
TemplateParser: Document and normalize exceptions
Sam Smith
2020-02-27
1
-6
/
+15
*
Revert "TemplateParser: Use LightnCandy::prepare() instead eval()"
Catrope
2020-01-29
1
-6
/
+14
*
TemplateParser: Change cache key and version cache
Roan Kattouw
2020-01-14
1
-1
/
+3
*
TemplateParser: Use LightnCandy::prepare() instead eval()
Roan Kattouw
2020-01-14
1
-27
/
+3
*
Update zordius/lightncandy v0.23 to v1.2.4
Reedy
2020-01-14
1
-0
/
+16
*
Remove class_exists( 'LightnCandy' )
Reedy
2019-10-09
1
-4
/
+0
*
Add missing newline between <?php and namespace/use section
Thiemo Kreuz
2019-06-03
1
-0
/
+1
*
TemplateParser: Use operator short cut where necessary
Derick Alangi
2019-04-11
1
-2
/
+2
*
Convert a few call_user_func*() calls to native PHP syntax
Max Semenik
2019-03-07
1
-1
/
+1
*
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