Commit Graph

448 Commits

Author SHA1 Message Date
mohrt
bc3eb218db commit updates, passes all smoke tests 2002-12-19 23:55:17 +00:00
mohrt
446c15fafa fixed literal string not in quotes as parameters 2002-12-19 17:15:29 +00:00
mohrt
d587059b28 fix misc syntax issues, add ability to pass modifiers to functions 2002-12-19 17:02:11 +00:00
mohrt
339210ff3a update compiler code, clean up regex, add new syntax features 2002-12-18 16:51:48 +00:00
mohrt
df267cb92a commit updates for objects 2002-12-16 17:50:29 +00:00
mohrt
9d5c7f4f55 fix bug with compiling config files with caching on 2002-12-14 16:50:40 +00:00
mohrt
2307e780bf fix problem with matching single quoted strings 2002-12-13 16:52:14 +00:00
mohrt
dccaba62ca update embedded variable logic, get rid of ."" at end of output 2002-12-13 15:58:45 +00:00
mohrt
1f12a0f3e0 add day_value_format to html_select_date 2002-12-13 15:40:53 +00:00
mohrt
27f8e2c40b fix bug, double escaped values in display 2002-12-12 17:39:33 +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
d94cacb721 fix error in newline code 2002-12-11 14:59:25 +00:00
mohrt
a91b21aba3 fix popup to allow newlines in text data 2002-12-11 14:51:10 +00:00
mohrt
caa0b572cb fix plugin error logic 2002-12-10 23:11:14 +00:00
mohrt
556a9fc9df escape html entities in the option values and output 2002-12-10 15:20:09 +00:00
mohrt
9b25d35767 fixed bug with label of html_options 2002-12-10 14:52:07 +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
89f957ae5a fix query part of URL 2002-12-08 23:02:59 +00:00
mohrt
a18eaf7194 patch for warning message 2002-11-22 14:33:03 +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
1bda2fb5ac added label attribute to all option outputs, cover w3c spec. 2002-11-01 15:32:42 +00:00
mohrt
e574890ea8 make html_options work with optgroup, make func modular and recursive. 2002-11-01 15:18:27 +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
7a936c7ca1 fix warning message in default modifier 2002-10-16 16:26:12 +00:00
mohrt
10c55e12cb added strip variable modifier 2002-09-25 15:54:46 +00:00
andrei
f2b49f59cd Fix to be able to use $smarty.x variables as arrays. 2002-09-24 19:31:31 +00:00
mohrt
44da93da28 add support for mac/dos formatted config files (fix newlines) 2002-09-23 20:14:46 +00:00
mohrt
6076225c71 add textformat block function 2002-09-16 15:19:41 +00:00
mohrt
619e4e6a3d fix header in debug template, fix typo in header.tpl example 2002-09-09 13:20:09 +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
df2a5888a8 added paramters to html_select_time plugin 2002-07-29 14:21:54 +00:00
mohrt
363d635f0c update debug console to show objects, fix warning in debug.tpl 2002-07-24 13:21:51 +00:00
mohrt
277b692b11 fix error when there are no sections in config file 2002-07-23 13:39:59 +00:00
mohrt
413d00f9fb correct the expression match for smarty:nodefaults 2002-07-18 13:29:16 +00:00
mohrt
f07ea419e7 fix default modifier to work with config vars 2002-07-17 21:56:41 +00:00
mohrt
36e160bb39 got args to strstr backwards... 2002-07-17 21:34:54 +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
mohrt
dba492a9ae fixed problem with insert tags when loading function from script attribute
and caching enabled (Monte)
2002-07-15 15:20:14 +00:00
mohrt
2acfcfb287 fix bug with debug_tpl file path for Windows 2002-07-14 16:34:03 +00:00