Commit Graph

1215 Commits

Author SHA1 Message Date
mohrt
769008b763 fixed cache_paths bug, simplified filename assembly logic 2003-06-24 15:45:02 +00:00
messju
2f711dc162 added parsing of forgotton param "basedir" 2003-06-24 15:28:22 +00:00
messju
4e81cc42d8 fixed $smarty.get-reference 2003-06-24 09:39:37 +00:00
messju
d52cb387c7 removed warning 2003-06-24 09:27:59 +00:00
messju
0363dd83a3 fixed value of _cacheable_state on compiler-startup 2003-06-24 09:27:27 +00:00
changelog
1882e3b26e ChangeLog update 2003-06-24 00:30:19 +00:00
mohrt
5980723e09 make cache_path per resource, fix a couple directory path issues 2003-06-23 21:31:32 +00:00
messju
650cbd9bbe removed warning when compiling empty template 2003-06-23 17:01:45 +00:00
messju
2eb044094c fixed bug in write_compiled_include 2003-06-23 16:16:58 +00:00
messju
b7c6a9394b fixed warning 2003-06-23 11:21:22 +00:00
changelog
3c8cd86876 ChangeLog update 2003-06-23 00:31:56 +00:00
messju
e17793eb4d fixed propagation of $this into evald code in smarty_function_eval() 2003-06-22 23:05:36 +00:00
messju
71eda49023 fix in compiled-include-handling 2003-06-22 22:10:10 +00:00
messju
81bf74f327 started moving from $this to $smarty in core.*.php 2003-06-22 03:13:25 +00:00
changelog
b0562c1dce ChangeLog update 2003-06-22 00:31:13 +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
messju
e61e05e05b fixed {plugin|modifier} syntax 2003-06-21 12:20:17 +00:00
messju
9fb3dbdf2c fixed compiled include handling 2003-06-21 09:24:44 +00:00
changelog
d84c3b7753 ChangeLog update 2003-06-21 00:31:26 +00:00
mohrt
33fabc665f added filepath caching 2003-06-21 00:21:46 +00:00
mohrt
55dd49fa03 update more varnames 2003-06-20 20:13:42 +00:00
mohrt
a889155fdc refactored var naming to better reflect "resource" instead of "file" where appropriate 2003-06-20 20:01:10 +00:00
changelog
ae41b61e7e ChangeLog update 2003-06-20 00:31:31 +00:00
messju
7a23669bb4 updated version-number to 2.5.0-cvs 2003-06-19 18:46:24 +00:00
messju
65dfa12d2b omit is-cache_dir-writable-check if a cache_handler_function is in use 2003-06-19 16:32:28 +00:00
messju
73fb79675e fixed comments in smarty_include_php 2003-06-19 16:25:19 +00:00
mohrt
f869abbf9f split up _compile_template to _compile_file and _compile_source, fix eval function
VS: ----------------------------------------------------------------------
2003-06-19 14:04:49 +00:00
mohrt
96e1934b03 fix logic for _is_compiled() 2003-06-19 13:18:15 +00:00
messju
2f1e635f21 added optional assign-attribute to {capture}-tag 2003-06-19 10:42:59 +00:00
messju
5a803ca612 added $cacheable-parameter to register_compiler_function() 2003-06-19 10:35:23 +00:00
changelog
598bf9feda ChangeLog update 2003-06-19 00:31:07 +00:00
messju
4596b0d794 added $cacheable-parameter to register_function() and register_block() 2003-06-18 23:01:42 +00:00
messju
022621aa40 append '.php' to all compiled templates regardless of the settings of
$use_sub_dirs
2003-06-18 20:31:27 +00:00
messju
a3935d7fcb fixed $file_path-parameters passed to smarty_core_fetch_file_info() 2003-06-18 19:45:12 +00:00
changelog
50b44d5858 ChangeLog update 2003-06-18 00:31:13 +00:00
mohrt
164367d526 fix name 2003-06-17 22:02:10 +00:00
mohrt
e765247431 change varnames to follow coding methods 2003-06-17 22:01:28 +00:00
mohrt
0179b76ca7 add math patch to core 2003-06-17 21:54:55 +00:00
messju
992ce6c94b switched _process_template() to _is_compiled()-logic 2003-06-17 16:47:35 +00:00
mohrt
9f94fcfb8e fix _is_compiled logic 2003-06-17 16:33:16 +00:00
mohrt
09a13f6cd8 update news file 2003-06-17 15:33:29 +00:00
mohrt
2ffb0e2921 fix _run_mod_handler routine 2003-06-17 15:23:25 +00:00
mohrt
e837781093 fix path problems, rename some varibles from "template" to "file" 2003-06-17 14:11:57 +00:00
changelog
fe16bee3d5 ChangeLog update 2003-06-17 00:31:54 +00:00
mohrt
0738a8ee8f rename file, commit 2003-06-16 21:43:07 +00:00
mohrt
f42a23f504 fix config_load, compile fetched arrays to compile_dir, switch display
back to runtime. clean up var names and function names,  split up compile
testing and compiling to separate funcs, rename some template_* functions to
file_* functions and update logic so they can be used for file resources
other than templates.
2003-06-16 19:45:11 +00:00
messju
d62680f94e fixed little bug in _compile_custom_tag() 2003-06-16 17:30:48 +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
mohrt
cdfe88be6d fix newline handling for template for all template tags 2003-06-16 14:38:57 +00:00