Commit Graph

504 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
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
mohrt
9b20e26885 fix register_outputfilter function 2002-05-02 14:34:35 +00:00
mohrt
97dff11384 fixed bug with resource testing and include_path 2002-05-01 15:40:45 +00:00
mohrt
c8717e62a5 update files for 2.1.0 release 2002-04-30 14:41:36 +00:00
andrei
180f8f3d8d Fix. 2002-04-30 13:57:14 +00:00
mohrt
20cb65fdb8 changed doc structure a bit 2002-04-24 14:46:02 +00:00
andrei
bfbefa484f Add register/unregister API for output filters. 2002-04-16 20:06:31 +00:00
andrei
ad0ef5a6e0 Changed the way filters are loaded, which now has to be done explicitly,
either through load_filter() API or by filling in $autoload_filters variable.
Also renamed internal variable to avoid namespace pollution.
2002-04-16 20:04:06 +00:00
andrei
0a0c6896d4 Fixed _get_php_resource() to take include_path into account. 2002-04-15 19:32:54 +00:00
mohrt
7912d0b3d0 update caching documentation 2002-04-15 17:28:50 +00:00
andrei
13a81d8bdb Only turn down error notices if $debugging is false. 2002-04-15 16:39:16 +00:00
mohrt
fc9846c319 update cache_lifetime logic: -1 = never expire, 0 = always expire 2002-04-12 14:41:04 +00:00
andrei
dfd5ad93e9 Fixed directory separtor issue. Requiring PHP 4.0.6 now. 2002-04-11 20:27:04 +00:00
andrei
ba8a7a6115 Make it possible to unregister pre/postfilter plugins. 2002-04-05 17:16:52 +00:00
mohrt
5dd4649cba added htmlall attribute to escape modifier 2002-04-04 20:34:44 +00:00
andrei
21c65f93e6 Added template_exists() API. 2002-04-03 19:31:11 +00:00
andrei
dd56027476 - Added $smarty.template variable.
- Fixed {include_php} tag when dynamic values were used for 'file' attribute.
2002-04-03 16:31:59 +00:00
mohrt
3b63e33f82 update mailing list addresses 2002-03-28 19:53:27 +00:00
andrey
9aaa64f388 Block functions changes. 2002-03-26 21:01:52 +00:00
andrey
fe5492c0e9 Initial implementation of block functions. 2002-03-25 22:32:05 +00:00
andrey
77e3bb5d26 *** empty log message *** 2002-03-22 19:21:39 +00:00