summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_template_compiled.php
AgeCommit message (Expand)AuthorFilesLines
2023-08-08Smarty5 (#852)Simon Wisselink1-257/+0
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews1-4/+3
2018-08-19- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...uwetews1-2/+2
2018-06-12Update PSR-2Sławomir Kaleta1-6/+6
2017-11-06code cleanup and optimizations 3.1.32-dev-34Uwe Tews1-8/+8
2017-10-26- correction of PHPDoc blocksUwe Tews1-1/+2
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATORUwe Tews1-25/+25
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR (...Uwe Tews1-57/+52
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR (...Uwe Tews1-52/+57
2017-10-26- bugfix Smarty version was not filled in header comment of compiled and cac...Uwe Tews1-25/+25
2017-10-26- bugfix Smarty version was not filled in header comment of compiled and cac...Uwe Tews1-25/+25
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR (...Uwe Tews1-57/+52
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR (...Uwe Tews1-52/+57
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR (...Uwe Tews1-57/+52
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR (...Uwe Tews1-52/+57
2017-10-26- bugfix Smarty version was not filled in header comment of compiled and cac...Uwe Tews1-25/+25
2017-10-26- bugfix Smarty version was not filled in header comment of compiled and cac...Uwe Tews1-25/+25
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR (...Uwe Tews1-57/+52
2017-10-22- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATORUwe Tews1-52/+57
2017-05-21- bugfix remove deleted files by clear_cache() and clear_compiled_template() ...uwetews1-3/+4
2017-05-21- improvement check if ini_get() and ini_set() not disableduwetews1-58/+59
2016-10-21- bugfix for compile locking touched timestamp of old compiled file was not r...uwetews1-7/+20
2016-09-29- improvement new Smarty::$extends_recursion property to disable execution of...uwetews1-1/+2
2016-08-23- bugfix remove constant DS as shortcut for DIRECTORY_SEPARATOR as the user m...uwetews1-3/+3
2016-08-05- updated error checking at template and config default handleruwetews1-0/+5
2016-08-0404.08.2015uwetews1-3/+0
2016-07-18- bugfix avoid opcache_invalidate to result in ErrorException when opcache.re...uwetews1-1/+1
2016-07-13- bugfix enable debugging could fail when template objects did already exists...uwetews1-0/+3
2016-05-15- broken PHP 5.3 and 5.4 compatibilityuwetews1-1/+2
2016-05-15- optimization and cleanup of resource codeuwetews1-85/+42
2016-03-11- optimization of resource processinguwetews1-28/+24
2016-03-10- optimization of resource processinguwetews1-42/+46
2016-03-09- remove access to removed an not needed propertyuwetews1-1/+0
2016-02-09- reformat all code for unique styleuwetews1-5/+6
2016-01-01- remove Smarty::$resource_cache_mode propertyuwetews1-19/+0
2015-12-27- code fixesuwetews1-1/+0
2015-12-25- new feature If ACP is enabled force an apc_compile_file() when compiled or ...uwetews1-1/+3
2015-12-25- optimization replace hhvm extension by inline codeuwetews1-1/+1
2015-12-23- optimization move subtemplate processing back into template objectuwetews1-2/+1
2015-10-29- minor optimizationsuwetews1-1/+1
2015-10-24- more optimizations of template processinguwetews1-18/+2
2015-10-24- improve recovery from ivalid compiled template codeuwetews1-6/+8
2015-10-18- bugfix under HHVM temporary cache file must only be created when caches tem...uwetews1-1/+1
2015-10-18- speed and size optimizationsuwetews1-3/+3
2015-09-15- update template inheritance processinguwetews1-5/+4
2015-09-14- update template inheritance processinguwetews1-4/+5
2015-09-14- optimize internal subtemplate handlinguwetews1-5/+4
2015-09-01- move subtemplate code into runtime extension and optimize for size and speeduwetews1-24/+23
2015-09-01- improvement convert template inheritance into runtime processinguwetews1-0/+1
2015-08-23- check if $includes entry does existuwetews1-2/+5