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 |
|
mohrt
|
a2ce60c0a2
|
fix syntax error
|
2002-05-03 13:33:10 +00:00 |
|
mohrt
|
f172b31c49
|
ugh, another typo
|
2002-05-02 22:10:50 +00:00 |
|
mohrt
|
4c6bd62135
|
update comments
|
2002-05-02 22:09:36 +00:00 |
|
mohrt
|
e532d32408
|
added function cycle
|
2002-05-02 22:05:58 +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
|
aa2e6890cb
|
fixed logic so this works right when field_separator = "/"
|
2002-04-15 14:56:38 +00:00 |
|
mohrt
|
d788c4d845
|
fix regular expression for matching date
|
2002-04-15 13:30:00 +00:00 |
|
mohrt
|
281af29060
|
added YYYY-MM-DD support to html_select_date
|
2002-04-13 16:15:14 +00:00 |
|
mohrt
|
e693afbeca
|
back out changes to strip_tags
|
2002-04-12 14:48:48 +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
|
f20a6be33d
|
Added ability to use simple variables for array indices or object properties.
|
2002-04-11 16:22:50 +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 |
|