Commit Graph

504 Commits

Author SHA1 Message Date
mohrt
5307693b78 fix minor logic in _fetch_template_info() 2003-02-20 18:58:44 +00:00
mohrt
f66f204ef8 support merging appended vars 2003-02-20 16:39:36 +00:00
mohrt
15f982004c fix cache groups behavior with compile_id set 2003-02-20 15:30:46 +00:00
mohrt
2b10dfd70d back out third parameter, extend functionality of append 2003-02-19 23:05:46 +00:00
mohrt
212a27346e support appending key=>val pairs 2003-02-19 16:40:13 +00:00
mohrt
7bd3972319 support foo->bar[index] syntax 2003-02-18 19:58:32 +00:00
mohrt
54a0c0e676 add error msgs to get_registered_object 2003-02-17 18:03:00 +00:00
mohrt
9ba5450976 add function for getting reference to registered object 2003-02-17 17:56:35 +00:00
mohrt
b04bbd47c6 add @ and === to if tokens, few param cleanups 2003-02-17 14:47:21 +00:00
cellog
abc335673f many more phpdoc comment upgrades 2003-02-16 05:09:19 +00:00
mohrt
dd0c98bb3e enable config_load error messages 2003-02-14 20:27:46 +00:00
mohrt
241708cd63 send Last-Modified header on cache creation, misc tab/spacing cleanup 2003-02-14 14:51:47 +00:00
mohrt
c239d16935 update version numbers 2003-02-11 18:35:43 +00:00
mohrt
f66b37f792 committed 2.4.1 changes 2003-02-06 17:34:28 +00:00
mohrt
0ce1799133 fix problem with inserts and nested fetches 2003-02-05 22:19:16 +00:00
mohrt
c0eabe7fbd added support for extracting params to include_php 2003-02-05 14:56:27 +00:00
cellog
440f7614a2 begin fixing phpdoc comments in Smarty.class.php 2003-02-03 17:22:21 +00:00
mohrt
3353d3654d fix version number 2003-02-02 18:10:39 +00:00
mohrt
66c1110fea update Smarty version numbers 2003-02-02 08:07:57 +00:00
mohrt
827e428bd4 change comments to phpdoc style 2003-01-29 22:51:20 +00:00
mohrt
e8fb7091d2 make separate var for compiler file 2003-01-28 15:05:13 +00:00
mohrt
76e48171d4 add support for restriction to registered methods 2003-01-25 20:31:45 +00:00
mohrt
d6766ec11e put objects in own array, add object param format support, change
object syntax from foo.bar to foo->bar
2003-01-24 15:02:15 +00:00
mohrt
494993de38 add support for object registration 2003-01-23 23:33:29 +00:00
mohrt
a9bf8c901c add file & line number of calling error to error message 2003-01-22 17:26:43 +00:00
mohrt
a85d820bec move security settings to fetch function for template_dir 2003-01-20 19:03:03 +00:00
mohrt
d9a6f036f1 fix debug template and security, add template_dir to secure_dir at runtime 2003-01-20 18:05:43 +00:00
mohrt
3177db30d6 added new object support without new template syntax 2003-01-17 23:54:29 +00:00
mohrt
450e15dd8e fix if statement syntax for negative integers, fix issue with directories
named '0'
2003-01-15 15:23:13 +00:00
mohrt
b579c0f51d update plugins to return values instead of echo, fix config file cache
to include global config variables in cache file
2003-01-08 17:34:45 +00:00
mohrt
339210ff3a update compiler code, clean up regex, add new syntax features 2002-12-18 16:51:48 +00:00
mohrt
9d5c7f4f55 fix bug with compiling config files with caching on 2002-12-14 16:50:40 +00:00
mohrt
c8cb8b6926 move debug test back into fetch() 2002-12-12 17:25:23 +00:00
mohrt
0cfedac9d5 assigned vars are no longer in global name space, few debug cleanups 2002-12-12 16:28:29 +00:00
mohrt
caa0b572cb fix plugin error logic 2002-12-10 23:11:14 +00:00
mohrt
a6906851fd add support for var_export() 2002-12-09 23:51:28 +00:00
mohrt
61987444e8 clean up code, respect force_compile and compile_check flags 2002-12-09 23:37:35 +00:00
mohrt
c3cc85f094 add caching feature to config loading, document update, add mailto plugin 2002-12-09 19:43:51 +00:00
mohrt
d4f95ceee5 get rid of testing for a set value with assign function, just set to whatever is passed into the template 2002-11-21 15:12:12 +00:00
mohrt
78bae2acef commit changes, ready for 2.3.1 release 2002-11-19 15:45:02 +00:00
mohrt
fdbd20d151 set mtime on compile files so they match source files 2002-10-29 15:50:05 +00:00
mohrt
da8be2a616 added proper support for open_basedir setting 2002-10-18 16:54:41 +00:00
mohrt
2256b443c9 supress warnings from unlink() and is_dir(), let error handler deal with it 2002-08-08 16:32:08 +00:00
mohrt
c8e22351c8 update files with new version numbers 2002-08-07 14:57:34 +00:00
mohrt
cb83417158 added assign_by_ref() and append_by_ref() functions 2002-08-02 18:17:40 +00:00
mohrt
74cbd31c58 changed default warning type for plugin errors from E_USER_WARNING to E_USER_ERROR 2002-08-01 21:04:38 +00:00
mohrt
cecabd6cd2 change default modifiers to array instead of string 2002-07-17 21:33:12 +00:00
mohrt
8fc32e427f add default modifier logic, minor doc updates 2002-07-17 21:16:43 +00:00
mohrt
a3cb1ccb16 make popup_init xhtml compliant, minor variable name changes for consistancy 2002-07-17 13:42:29 +00:00
mohrt
13772a2c44 fix problem with filenames on windows, add ability to supply expire time in seconds when clearing cache or compiled files 2002-07-16 15:04:02 +00:00