index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
sysplugins
/
smarty_internal_extension_handler.php
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-08
Smarty5 (#852)
Simon Wisselink
1
-197
/
+0
2022-11-22
PHP8.2 compatibility (#775)
Progi1984
1
-0
/
+1
2022-09-22
#155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish loca...
Alec Smecher
1
-14
/
+13
2018-08-31
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...
uwetews
1
-32
/
+31
2018-08-19
- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...
uwetews
1
-6
/
+2
2018-06-12
Update PSR-2
Sławomir Kaleta
1
-34
/
+40
2017-11-20
bugfix rework of newline spacing between tag code and template text.
Uwe Tews
1
-8
/
+9
2017-11-06
code cleanup and optimizations 3.1.32-dev-34
Uwe Tews
1
-3
/
+3
2017-10-07
Improve extension handler
Uwe Tews
1
-43
/
+67
2016-09-19
- cleanup convert cache resource file method clear into runtime extension
uwetews
1
-24
/
+26
2016-09-11
- improvement move often used code snippets into methods
uwetews
1
-1
/
+1
2016-08-20
- bugfix {make_nocache} failed when using composer autoloader https://github....
uwetews
1
-3
/
+16
2016-08-14
- bugfix Class 'Smarty_Internal_Runtime_ValidateCompiled' not found when upgr...
uwetews
1
-5
/
+14
2016-05-10
- optimization of inheritance processing
uwetews
1
-1
/
+0
2016-02-09
- reformat all code for unique style
uwetews
1
-35
/
+35
2016-02-01
- bugfix {foreach} compilation failed when $smarty->merge_compiled_includes =...
uwetews
1
-6
/
+3
2015-12-31
- optimization of {assign}, {if} and {while} compiled code
uwetews
1
-1
/
+0
2015-12-25
- optimization replace hhvm extension by inline code
uwetews
1
-1
/
+0
2015-12-23
- optimization move subtemplate processing back into template object
uwetews
1
-1
/
+0
2015-12-23
- optimization move internal method decodeProperties back into template object
uwetews
1
-3
/
+0
2015-11-01
update PHPdoc
uwetews
1
-0
/
+1
2015-10-29
- improve template scope handling
uwetews
1
-57
/
+58
2015-10-25
- more optimizations of template processing
uwetews
1
-0
/
+4
2015-10-24
- new extension handler to load functions when called
uwetews
1
-0
/
+151