Commit Graph

324 Commits

Author SHA1 Message Date
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
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
0937caee0a only loop through relative paths for PHP include_path, remove $_relative variable 2002-06-27 14:30:43 +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
151b1890e2 update include_path fixes 2002-06-24 19:46:48 +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
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
07ec5ba096 update $GLOBALS references to work properly with track_globals settings 2002-06-03 16:42:00 +00:00
mohrt
51a14712f8 optimized for loops with count() function calls 2002-06-03 16:05:33 +00:00
mohrt
59ef7d167a add "once" attribute to php_include, update docs 2002-05-16 16:15:50 +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