summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_cacheresource_file.php
AgeCommit message (Expand)AuthorFilesLines
2011-09-21- added $error_muting to suppress error messages even for badly implemented e...rodneyrehm1-0/+4
2011-09-18- bugfix template caching did not care about file.tpl in different template_diruwe.tews@googlemail.com1-2/+2
2011-09-17- bugfix lock_id for file resource would create invalid filepathrodneyrehm1-1/+1
2011-09-16commit 3.1 into the trunkmonte.ohrt1-116/+164
2011-02-24- bugfix $smarty->clearCache('some.tpl') did by mistake cache the template ob...uwe.tews@googlemail.com1-2/+4
2011-02-17-improvement not to delete files starting with '.' from cache and template_c ...uwe.tews@googlemail.com1-1/+1
2010-10-13- bugfix on output buffer handling in isCached() methoduwe.tews@googlemail.com1-2/+3
2010-10-01- added {break} and {continue} tags for flow control of {foreach},{section},{...uwe.tews@googlemail.com1-2/+7
2010-06-21- improved speed of cache->clear() when a compile_id was specified and use_su...Uwe.Tews1-34/+41
2010-04-27- bugfix in $smarty->cache->clear() method. (do not cache template object)Uwe.Tews1-50/+52
2010-03-17- bugfix make $smarty->cache->clear() function independent from caching statusUwe.Tews1-1/+4
2010-02-10- avoid possible notice on $smarty->cache->clear(...), $smarty->clear_cache(....Uwe.Tews1-2/+2
2010-02-08- bugfix use template fullpath at §smarty->cache->clear(...), $smarty->clea...Uwe.Tews1-8/+11
2010-01-05- bugfix sha1() calculations at extends resource and some general improvments...Uwe.Tews1-58/+46
2010-01-02- update cached_timestamp at the template object after cache file is written ...Uwe.Tews1-5/+7
2009-12-29- fixed cache filename for custom resources Uwe.Tews1-4/+5
2009-12-29- use sha1() for filepath encodingUwe.Tews1-1/+1
2009-12-27- update of getCachedTimestamp()Uwe.Tews1-2/+2
2009-12-27--- this is a major update with a couple of internal changes ---Uwe.Tews1-41/+50
2009-12-17- bugfix of parent/global variable update at included/merged subtemplatesUwe.Tews1-1/+1
2009-11-23- suppress warnings on unlink caused by race conditionsUwe.Tews1-2/+2
2009-11-17- sanitize compile_id and cache_id (replace illegal chars with _)Uwe.Tews1-8/+12
2009-11-03- renamed function names of autoloaded Smarty methods to Smarty_Method_....Uwe.Tews1-2/+2
2009-10-31- change of filenames in sysplugins folder for internal spl_autoload functionUwe.Tews1-0/+180