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