messju
9fb3dbdf2c
fixed compiled include handling
2003-06-21 09:24:44 +00:00
mohrt
33fabc665f
added filepath caching
2003-06-21 00:21:46 +00:00
mohrt
a889155fdc
refactored var naming to better reflect "resource" instead of "file" where appropriate
2003-06-20 20:01:10 +00:00
messju
7a23669bb4
updated version-number to 2.5.0-cvs
2003-06-19 18:46:24 +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
messju
5a803ca612
added $cacheable-parameter to register_compiler_function()
2003-06-19 10:35:23 +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
mohrt
9f94fcfb8e
fix _is_compiled logic
2003-06-17 16:33:16 +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
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
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
messju
15c968fb27
added config-option "request_use_auto_globals" to make auto-globals be
...
used as request vars instead of HTTP_*_VARS
2003-06-11 22:17:52 +00:00
mohrt
621629cd44
make config vars compile statically
2003-06-11 21:52:09 +00:00
messju
5b4b13a319
added block-methods for registered objects
2003-06-08 01:07:39 +00:00
mohrt
a569bd39dc
add default_resource_type, ignore 1 char resource names
2003-06-06 15:49:29 +00:00
mohrt
06b4bddd47
*** empty log message ***
2003-06-04 13:50:50 +00:00
messju
79d955503f
fixed multiple redundant occurrences for 'config' and 'template' in
...
$smarty->_cache_info
2003-05-12 07:53:57 +00:00
mohrt
5b67277699
abstract more private functions to plugin directory
2003-05-08 20:21:16 +00:00
messju
60a1b8cdc5
fixed bug in _create_dir_structure() when used with
...
open_basedir-restriction and relative paths
2003-05-08 13:18:17 +00:00
mohrt
9e42d23f88
abstracted display_debug_console and assign_smarty_interface to plugin dir as a test
2003-05-07 18:54:41 +00:00
mohrt
15cd354bf8
correct misc varnames, abstract debug console display to plugin function
2003-05-07 16:37:07 +00:00
mohrt
2d245d5d8f
clean up comments, formatting
2003-05-05 14:49:38 +00:00
mohrt
81bb2aec77
keep DIR_SEP for 3rd party compatability
2003-05-05 14:41:22 +00:00
mohrt
db2ff5a2ef
remove DIR_SEP, use DIRECTORY_SEPARATOR exclusively
2003-05-05 14:37:57 +00:00
mohrt
3a1b87f3e4
rename DIR_SEP to SMARTY_DIR_SEP to avoid varname collisions
2003-05-04 16:57:15 +00:00
messju
4389d50168
reverted patch for case-insensitive tag-names
2003-04-29 17:00:30 +00:00
messju
5f959fc7ec
made $function[2] and $function[3] options for register_resource
2003-04-28 01:33:17 +00:00
messju
217b120db3
fixed issue with object-callback when fetching a php-resource
2003-04-28 00:55:01 +00:00
messju
4dac038066
enabled array(&$obj. 'source', 'timestamp', 'secure', 'trusted') as
...
callback for register_resource()
enabled array(&$obj, 'method') as callback for
$default_template_handler_func
2003-04-28 00:22:41 +00:00
messju
3919c2a8af
fixed notice in _load_plugins()
2003-04-27 18:10:02 +00:00
messju
86aff4030b
made plugin-names case-insensitive. this affects
...
compiler/block/custom-functions and modifers.
2003-04-27 18:04:33 +00:00
cellog
0b10d02d73
fixed small bug in doc comments
2003-04-21 19:04:47 +00:00
cellog
02f56203ad
updated all doc comments to phpDocumentor format
2003-04-20 21:12:13 +00:00
mohrt
815ac01d84
moved strip from smarty core to plugin, made textformat block function return output instead of echo it
2003-04-20 18:33:31 +00:00
mohrt
386515966b
moved config_load from smarty core to plugin
2003-04-20 18:08:04 +00:00
messju
2ba21fd1e1
fixed bug with passing $smarty as reference in Smarty.compiler.class
...
quoted "<?php ... ?>" in comment to dis-annoy syntax-highlighting of a certain editor
2003-04-18 10:03:09 +00:00
messju
e6db82c9cc
added object-callbacks for all types of plugins and filters
...
(except for resources)
2003-04-15 10:41:13 +00:00
messju
238655b2fa
fixed bug with nested calls to fetch() when caching enabled
2003-04-14 07:31:42 +00:00
mohrt
3cfcb5d223
update version numbers for 2.5.0 release
2003-04-11 13:40:40 +00:00
messju
9693d74260
added CVS $Id$
2003-04-01 15:23:16 +00:00
messju
bf1868bb35
added missing compile_id inside Smarty_Compiler
2003-03-31 22:17:53 +00:00
mohrt
5529396ade
committing RC2
2003-03-26 18:06:09 +00:00
messju
014debad30
made clear_cache() ignore compile_id when clearing cache_groups
2003-03-24 16:32:14 +00:00
messju
cf1a202a5d
applied new var-names to fetch()
2003-03-21 15:50:03 +00:00
messju
1ca406366f
renamed $localvars to $_localvars in cache-file-handling-functions,
...
added _get_auto_id()-function
2003-03-21 15:39:29 +00:00
messju
ad26b57f18
fixed wrong $auto_id in _read_cache_file()
2003-03-21 09:36:16 +00:00
messju
b1787d0b23
swapped compile_id and cache_id in read_cache_file and write_cache_file
2003-03-21 09:07:57 +00:00