Commit Graph

363 Commits

Author SHA1 Message Date
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
andrei
56f0f6d10c Fixed undefined offset warning in {if} tag. 2002-04-03 23:04:36 +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
andrei
e1f8273788 Separator setting fix. 2002-04-03 14:45:03 +00:00
mohrt
3b63e33f82 update mailing list addresses 2002-03-28 19:53:27 +00:00
andrei
d2d51f009f Fix for when plugins directory is not the default one. 2002-03-28 14:52:52 +00:00
andrey
9aaa64f388 Block functions changes. 2002-03-26 21:01:52 +00:00
andrey
20ace8a768 *** empty log message *** 2002-03-26 17:51:29 +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
ede81304c9 Make _current_file available to prefilters. 2002-03-21 16:24:43 +00:00
andrey
49c34c5796 Made is possible to assign variables in pre/postfilters. 2002-03-21 15:49:12 +00:00
andrey
bdbd8168f3 Fixed +/- functionality. 2002-03-20 19:33:04 +00:00