Commit Graph

224 Commits

Author SHA1 Message Date
mohrt
9451ecd41e update version numbers in files to 1.5.1 2001-12-10 15:18:06 +00:00
andrey
0e927f0045 Removed error message from the _read_file() method. 2001-12-10 15:10:00 +00:00
andrey
80c1085e59 Fix check for compile and cache IDs. 2001-12-10 14:22:47 +00:00
mohrt
83e4d6bba7 commit 1.5.0 release 2001-12-06 22:34:43 +00:00
mohrt
b0bb62ff9a *** empty log message *** 2001-12-05 16:21:40 +00:00
mohrt
7014505d59 update ChangeLog 2001-12-04 22:31:47 +00:00
andrey
5f22e1f756 Formatting. 2001-12-04 20:56:47 +00:00
mohrt
63c1d1be8c removed SMARTY_DIR setting in constructor 2001-12-04 19:35:38 +00:00
mohrt
21f5ae50b7 fix Smarty.class.php indention error 2001-12-04 16:44:15 +00:00
mohrt
950f460a25 update trusted logic 2001-12-04 16:25:32 +00:00
mohrt
b9916deb68 fix up is_secure, is_trusted, make _parse_tpl_path function 2001-12-03 23:28:12 +00:00
mohrt
793015a8ed fix problem with testing SMARTY_DIR as empty 2001-12-03 22:28:24 +00:00
mohrt
e26ffeb789 update constructor to check for SMARTY_DIR before assigning 2001-12-03 20:57:05 +00:00
andrey
03107ad100 *** empty log message *** 2001-12-03 20:53:56 +00:00
mohrt
9847551176 added trusted_dir functionality, cleaned up secure_dir logic 2001-12-03 20:29:51 +00:00
andrey
1dea0b9931 - Introduced $compile_id class variable.
- Fixed a situation where if $cache_id and $compile_id were both null
  they were passed to auto functions as empty string instead of null.
2001-12-03 20:20:06 +00:00
mohrt
cab5582983 change variable names in fetch() fuction to smarty_* to avoid namespace conflicts 2001-11-30 23:09:48 +00:00
mohrt
91eb23a9f0 fixed bug in _rm_auto with catenated null values 2001-11-30 15:23:10 +00:00
mohrt
3992dfacbd remove assign "now" in index.tpl 2001-11-29 15:25:24 +00:00
andrey
a898e86975 Fix formatting. 2001-11-29 15:17:57 +00:00
mohrt
ea13304b71 removed return statements from _read_cache_file (how did they get in there?) 2001-11-28 17:16:04 +00:00
mohrt
580c44ff06 fixed bugs and added assign attribute to several functions 2001-11-27 22:47:50 +00:00
andrey
142072888e Made {config_load ..} merge globals from each config file only once per scope. 2001-11-27 17:17:53 +00:00
andrey
56dac2fa05 - Added {foreach ...}.
- Made certain $smarty.* references handled at compilation time.
2001-11-27 15:27:22 +00:00
mohrt
65e56100db commit cache handler functionality 2001-11-26 22:44:23 +00:00
mohrt
dfdfbf441c changed _read_file parameter from $end to $lines 2001-11-05 21:24:49 +00:00
mohrt
3dec11ad08 fixed is_cache, make cache reading more efficient 2001-11-05 21:12:52 +00:00
mohrt
6621495b0a supress fopen errors, return false if cache file won't load 2001-11-02 15:07:41 +00:00
mohrt
fdfd1843d0 commit all updates for 1.4.6 2001-11-01 19:51:07 +00:00
mohrt
f621da8875 fixed bug in assign function when passing an empty value 2001-10-30 20:52:50 +00:00
mohrt
d4022c9d33 fix minor typo in debug code 2001-10-26 19:41:05 +00:00
andrey
ed15c856ce Typo. 2001-10-26 19:37:14 +00:00
andrey
85e1f567d4 Disable rmdir warning. 2001-10-26 19:06:01 +00:00
mohrt
7ead159849 update debugging to expand array variables 2001-10-26 19:05:11 +00:00
mohrt
497b97d05a update docs for fetching only timestamp with custom template source functions 2001-10-26 15:42:15 +00:00
andrey
e5f8cb1e5a Cleaning up code, formatting mostly. 2001-10-26 14:12:23 +00:00
mohrt
32b9ebfa68 fixed problem with newline at the end of compiled templates 2001-10-25 19:04:05 +00:00
mohrt
edbc22d1bc recompile cache if config file gets modified too. 2001-10-25 17:08:37 +00:00
mohrt
a89d935712 added feature to regenerate cache if compile_check is enabled and an
involved template is modified
2001-10-25 16:32:00 +00:00
mohrt
8faf0b902a fix indent for insert tags in debug console 2001-10-23 19:50:04 +00:00
mohrt
e252e9d1f2 update execution time debugging, move into include list 2001-10-23 19:04:40 +00:00
mohrt
08012a6e41 fixed up execution time output in debug console 2001-10-10 23:58:36 +00:00
andrey
fb7161d4ee Added support for hidden config vars. 2001-10-09 16:29:10 +00:00
mohrt
76c862f4c0 added execution times to debug console 2001-10-04 20:58:32 +00:00
andrey
87b477bf4a Fix reference to compile_id. 2001-10-01 16:53:39 +00:00
andrey
fa1dc015ee Added postfilter functions. 2001-09-28 21:39:57 +00:00
andrey
9a70b58415 Rename to clear_compiled_tpl(). 2001-09-26 20:40:56 +00:00
mohrt
5768f134e8 updated version numbers 2001-09-19 14:52:08 +00:00
mohrt
14cee2d567 update overlib to 3.50, adjust addon code so that the overlib.js file isn't modified 2001-08-31 14:25:56 +00:00
andrey
fde4fb602f - compile_id changes 2001-08-31 03:33:41 +00:00