Commit Graph

403 Commits

Author SHA1 Message Date
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
messju
4a2b486086 reverted patch for ignoring compile-id back to -r1.364, due to problems 2003-03-21 08:55:56 +00:00
messju
bcc3571f05 swapped compile_id and cache_id for cache-file-handling again 2003-03-21 08:17:45 +00:00
messju
267a9c41d7 removed notice of undefined var in _rm_auto() 2003-03-20 09:20:24 +00:00
messju
41b3d4b7a8 cleaned up calls to readdir() 2003-03-18 22:47:16 +00:00
mohrt
8cf163198a fix config file recompiling code 2003-03-11 15:31:22 +00:00
mohrt
3fd8661f08 get rid of unsetting name and script attributes to insert tags 2003-03-06 15:42:48 +00:00
mohrt
0d0cdbf353 commit final changes for 2.5.0-RC1 2003-03-05 17:36:41 +00:00
mohrt
a466c91897 fix rename problem in windows, unlink first 2003-02-24 23:28:20 +00:00
mohrt
566c5b71d5 fix bug with get_registered_object 2003-02-24 17:47:05 +00:00
mohrt
49df67b539 fix _assign_smarty_interface to not overwrite keys other than 'request' 2003-02-24 16:10:35 +00:00
mohrt
f5f21995ef use tmp file for file writes, avoid race condition 2003-02-24 15:14:53 +00:00
mohrt
9bcd117ecd add get_config_vars() method, update get_template_vars() functionality 2003-02-20 21:59:09 +00:00
mohrt
5307693b78 fix minor logic in _fetch_template_info() 2003-02-20 18:58:44 +00:00