Commit Graph

400 Commits

Author SHA1 Message Date
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
mohrt
151b1890e2 update include_path fixes 2002-06-24 19:46:48 +00:00
mohrt
3a36e0282c update timestamp plugin to work when passed a timestamp 2002-06-23 22:37:21 +00:00
mohrt
bd96ebf984 update date_format, allow optional 2nd paramater as default date if passed date is empty. update docs. 2002-06-19 14:43:58 +00:00
mohrt
2e1cd4a5d0 fix date_format modifier, return nothing if given empty string 2002-06-19 14:25:01 +00:00
mohrt
e0505bdaad gave $reset a default value in cycle function 2002-06-18 18:20:01 +00:00
mohrt
2fcb7baf53 corrected warnings in html_select_time function, made make timestamp always return a timestamp 2002-06-18 14:15:58 +00:00
mohrt
80fb17c117 swapped around cache_id and compile_id order 2002-06-17 14:39:01 +00:00
mohrt
d790f915f4 change directory delimiter to "^" for cache and compile files 2002-06-14 20:58:20 +00:00
andrei
f9f0401ec8 Optimize the calculation of section 'total' property. 2002-06-13 20:14:46 +00:00
mohrt
aa4f0f82ae added support for subdir exclusion, deletion by full or partial cache_id and compile_id, change file format to urlencoded values instead of crc32 2002-06-11 20:06:34 +00:00
mohrt
c376520d50 fix bug with last_modified_check code 2002-06-07 14:02:37 +00:00
mohrt
85b1375221 updated $GLOBALS refererence for HTTP_IF_MODIFIED_SINCE 2002-06-07 13:57:31 +00:00
mohrt
e80077841c fix 304 Not Modified, don't send content 2002-06-05 13:17:18 +00:00
mohrt
b69dbeb6af update version number 2002-06-03 16:53:53 +00:00
mohrt
d05fb1fc4c fixed cycle function to respect delimiter setting after initial setting 2002-06-03 16:53:26 +00:00
mohrt
07ec5ba096 update $GLOBALS references to work properly with track_globals settings 2002-06-03 16:42:00 +00:00
mohrt
c23569b7ca fixed bug with call $assign 2002-06-03 16:13:37 +00:00
mohrt
51a14712f8 optimized for loops with count() function calls 2002-06-03 16:05:33 +00:00
mohrt
8cd857c3e4 update html_select_date with month_value_format attribute for controlling the format of the month values. 2002-05-21 19:41:34 +00:00
andrei
0f1fdfc222 Made it possible to use simple variables inside [] for indexing. 2002-05-17 15:11:49 +00:00
mohrt
59ef7d167a add "once" attribute to php_include, update docs 2002-05-16 16:15:50 +00:00
mohrt
0559fce601 remove \n from cycle function 2002-05-07 21:58:39 +00:00
mohrt
5b70385282 update cycle function to handle array as input, update files to 2.1.1 2002-05-07 14:16:34 +00:00
mohrt
933fe652e6 update fetch function with more error checking 2002-05-06 14:50:37 +00:00
mohrt
541e03660e update counter to use name instead of id (id still works though) 2002-05-03 18:22:41 +00:00
mohrt
2cb3d473f6 rename id to name for cycle function 2002-05-03 18:14:24 +00:00
mohrt
a54b3af229 update cycle function to allow blank values parameter after initialized 2002-05-03 14:39:49 +00:00