Commit Graph

677 Commits

Author SHA1 Message Date
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
mohrt
cdba9dca8a fix append function with array/string issue 2002-07-12 15:20:15 +00:00
mohrt
cecccfcae6 update files to 2.2.0 tags, get ready for release 2002-07-11 15:18:39 +00:00
mohrt
ab5236b55c make debug.tpl work with any delimiter 2002-07-09 13:34:19 +00:00
mohrt
1be32cd188 change tests in append and assign to != '' instead of empty(), which is more accurate 2002-07-09 01:18:00 +00:00
mohrt
997990a744 cast var as an array, simplify and get rid of PHP warning messages 2002-07-08 14:58:51 +00:00
mohrt
c571615a08 one more N 2002-07-03 20:41:02 +00:00
mohrt
cb9e3a5992 prepend "N" to filenames to avoid possible OS issues with dir names starting with "-" 2002-07-03 20:37:57 +00:00
mohrt
1d5f41c64b only set $debug_tpl in constructor if empty 2002-07-03 20:32:44 +00:00
mohrt
32ec082214 make use_sub_dirs go back to crc32 for subdir separation 2002-07-03 20:08:33 +00:00
mohrt
174f0139f1 do nothing if $val is empty 2002-06-29 16:07:02 +00:00
mohrt
eacfdadf4b add zindex to popup init, fix error message for eval. 2002-06-29 16:04:41 +00:00
mohrt
0937caee0a only loop through relative paths for PHP include_path, remove $_relative variable 2002-06-27 14:30:43 +00:00
mohrt
b854516e35 added {$smarty.version} variable 2002-06-27 14:25:25 +00:00
mohrt
adb457fdcc update plugin loading logic, look in SMARTY_DIR, then cwd. If all fail, then retry all with include_path 2002-06-26 21:17:27 +00:00
mohrt
9eb4b64890 update get_include_path, get _path_array only once 2002-06-26 16:08:29 +00:00
mohrt
2841de44a2 fix get_include_path function for windows 2002-06-26 16:00:55 +00:00
mohrt
abf7416f34 update plugin search logic 2002-06-26 15:08:35 +00:00
mohrt
ae93e0b65d only search include_path if relative path 2002-06-26 14:59:03 +00:00
mohrt
3dbab9bedc allow plugins_dir to be an array of directories 2002-06-26 14:51:12 +00:00
mohrt
d2d1abd3ff move debug.tpl to SMARTY_DIR, add to constructor 2002-06-25 13:26:48 +00:00
mohrt
3469b357f9 fixed warning message in function.assign_debug_info 2002-06-24 20:22:15 +00:00