Commit Graph

12 Commits

Author SHA1 Message Date
messju
08ff67c5ba removed touch() call. changing the timestamp of the compiled-template
to the source template's may be irritating for certain
source-code-caches. now a newly compiled template gets the current
time as timestamp.
2004-07-12 15:05:30 +00:00
messju
e72c698496 use tempnam() instead of unqid() to create better temporary files in
smarty_core_write_file().

(thanks to xces for finding this race-condition and his work on
fixing it)
2004-05-06 12:37:46 +00:00
messju
b73d2a7e63 reverted stuff 2004-04-16 08:03:07 +00:00
messju
729ebe26ed Smarty_Compiler.class.php 2004-04-16 07:53:37 +00:00
messju
1fdd2149ee avoid touch()-ing of recently unlinked files by touch()-ing the
tempfile before rename instead of touch()-ing the resulting file after
rename.
2003-11-23 08:37:43 +00:00
messju
f8db1a7ce8 removed tabs from the main and the core/*.php files 2003-10-11 08:55:53 +00:00
messju
38ed839cce fixed indentiation, silenced occasional warning 2003-06-30 15:48:26 +00:00
messju
f866f04d66 libs/plugins/function.html_image.php 2003-06-30 15:41:25 +00:00
messju
81bf74f327 started moving from $this to $smarty in core.*.php 2003-06-22 03:13:25 +00:00
mohrt
1bd3c2f992 fix more dir paths 2003-06-21 17:39:15 +00:00
mohrt
9526d1ed42 fix filepaths to core files to use DIRECTORY_SEPARATOR 2003-06-21 17:35:15 +00:00
mohrt
6445150ba7 move core files into their own directory under SMARTY_DIR,
remove abstraction function _execute_core_function
2003-06-16 15:18:38 +00:00