summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_extension_handler.php
AgeCommit message (Expand)AuthorFilesLines
2023-08-08Smarty5 (#852)Simon Wisselink1-197/+0
2022-11-22PHP8.2 compatibility (#775)Progi19841-0/+1
2022-09-22#155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish loca...Alec Smecher1-14/+13
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews1-32/+31
2018-08-19- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...uwetews1-6/+2
2018-06-12Update PSR-2Sławomir Kaleta1-34/+40
2017-11-20bugfix rework of newline spacing between tag code and template text.Uwe Tews1-8/+9
2017-11-06code cleanup and optimizations 3.1.32-dev-34Uwe Tews1-3/+3
2017-10-07Improve extension handlerUwe Tews1-43/+67
2016-09-19- cleanup convert cache resource file method clear into runtime extensionuwetews1-24/+26
2016-09-11- improvement move often used code snippets into methodsuwetews1-1/+1
2016-08-20- bugfix {make_nocache} failed when using composer autoloader https://github....uwetews1-3/+16
2016-08-14- bugfix Class 'Smarty_Internal_Runtime_ValidateCompiled' not found when upgr...uwetews1-5/+14
2016-05-10- optimization of inheritance processinguwetews1-1/+0
2016-02-09- reformat all code for unique styleuwetews1-35/+35
2016-02-01- bugfix {foreach} compilation failed when $smarty->merge_compiled_includes =...uwetews1-6/+3
2015-12-31- optimization of {assign}, {if} and {while} compiled codeuwetews1-1/+0
2015-12-25- optimization replace hhvm extension by inline codeuwetews1-1/+0
2015-12-23- optimization move subtemplate processing back into template objectuwetews1-1/+0
2015-12-23- optimization move internal method decodeProperties back into template objectuwetews1-3/+0
2015-11-01update PHPdocuwetews1-0/+1
2015-10-29- improve template scope handlinguwetews1-57/+58
2015-10-25- more optimizations of template processinguwetews1-0/+4
2015-10-24- new extension handler to load functions when calleduwetews1-0/+151