Commit Graph

288 Commits

Author SHA1 Message Date
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
andrey
bea65beb16 Turn off notices. 2002-03-22 19:20:22 +00:00
andrey
49c34c5796 Made is possible to assign variables in pre/postfilters. 2002-03-21 15:49:12 +00:00
mohrt
f27ea33d66 update version numbers 2002-03-20 17:15:21 +00:00
mohrt
de9503ac16 update file generation, replace crc32() '-' with 'N' 2002-03-20 16:44:17 +00:00
andrey
138421b6b5 Fix plugin behavior for inserts with script attribute. 2002-03-19 22:21:22 +00:00
mohrt
d2416b1571 remove show_info_include and show_info_header functions 2002-03-14 20:59:41 +00:00
mohrt
6b38793c22 change behavior so cache_lifetime = 0 never expires (instead of always regenerate) 2002-03-02 07:26:02 +00:00
mohrt
436be443eb update resources 2002-03-01 20:26:06 +00:00
mohrt
4a77dab318 update misc changes 2002-02-21 17:14:10 +00:00
andrey
ffe52be500 Fixup some naming. 2002-02-20 22:24:32 +00:00
mohrt
65a6165f3d update docs 2002-02-19 22:40:49 +00:00
andrey
60617aa799 Performance enhancements. 2002-02-15 20:50:44 +00:00
andrey
9b23c3f6d5 Fix up plugin inclusion. 2002-02-05 19:05:39 +00:00
andrey
4951193444 Fix plugin directory access. 2002-02-05 16:46:05 +00:00
andrey
e6fc0e5291 Implemented plugin architecture. 2002-01-31 20:49:40 +00:00
mohrt
30f0ff317e added modifiers wordwrap and indent 2002-01-30 23:17:32 +00:00