messju
|
eb3b9beec1
|
removed unused parameter $quote from Smarty_Compiler::_parse_attrs()
|
2003-05-04 22:08:44 +00:00 |
|
messju
|
7f307b8a94
|
fixed DIR_SEP in html_image-plugin
|
2003-05-04 22:07:10 +00:00 |
|
mohrt
|
3a1b87f3e4
|
rename DIR_SEP to SMARTY_DIR_SEP to avoid varname collisions
|
2003-05-04 16:57:15 +00:00 |
|
messju
|
2bc360d3c3
|
changed "link" to "href" in html_image. "link" is still working but deprecated
html_image always renders an alt-tag now (default alt="")
cleaned up indentiation of function.html_image.php
|
2003-05-04 11:32:54 +00:00 |
|
mohrt
|
f40c0f0b53
|
fix typo
|
2003-05-03 16:04:08 +00:00 |
|
messju
|
f5c4fd4534
|
fixed assign attribute for multiple counters
|
2003-05-02 22:33:15 +00:00 |
|
mohrt
|
406a148673
|
allow math on negative number
|
2003-05-02 19:05:21 +00:00 |
|
mohrt
|
b29b7f9025
|
added simple math operators to variables
|
2003-05-02 16:39:18 +00:00 |
|
messju
|
4389d50168
|
reverted patch for case-insensitive tag-names
|
2003-04-29 17:00:30 +00:00 |
|
messju
|
5f959fc7ec
|
made $function[2] and $function[3] options for register_resource
|
2003-04-28 01:33:17 +00:00 |
|
messju
|
217b120db3
|
fixed issue with object-callback when fetching a php-resource
|
2003-04-28 00:55:01 +00:00 |
|
messju
|
4dac038066
|
enabled array(&$obj. 'source', 'timestamp', 'secure', 'trusted') as
callback for register_resource()
enabled array(&$obj, 'method') as callback for
$default_template_handler_func
|
2003-04-28 00:22:41 +00:00 |
|
messju
|
c4479805af
|
prevent assign from overruling print-attribute in function.counter.php
|
2003-04-27 18:29:21 +00:00 |
|
messju
|
56792e7ccd
|
fixed problem with counter and assign
|
2003-04-27 18:16:24 +00:00 |
|
messju
|
3919c2a8af
|
fixed notice in _load_plugins()
|
2003-04-27 18:10:02 +00:00 |
|
messju
|
86aff4030b
|
made plugin-names case-insensitive. this affects
compiler/block/custom-functions and modifers.
|
2003-04-27 18:04:33 +00:00 |
|
mohrt
|
f3dfdc5ec1
|
remove unnecessary close/open tags from compiled templates
|
2003-04-26 15:56:18 +00:00 |
|
cellog
|
0b10d02d73
|
fixed small bug in doc comments
|
2003-04-21 19:04:47 +00:00 |
|
messju
|
448da66e39
|
fixed errornous creation of '//' in image_path in html_image
|
2003-04-21 17:42:50 +00:00 |
|
mohrt
|
4a6b5269a3
|
fix htmlspecialchars() conflict
|
2003-04-21 16:53:03 +00:00 |
|
mohrt
|
1f0f8d062c
|
fix escapement of special chars in key values of debug console
|
2003-04-21 16:17:26 +00:00 |
|
mohrt
|
97e6b40b81
|
fixed debug timing logic for config_load
|
2003-04-21 14:22:46 +00:00 |
|
cellog
|
fac8fb59fc
|
*** empty log message ***
|
2003-04-20 21:18:26 +00:00 |
|
cellog
|
02f56203ad
|
updated all doc comments to phpDocumentor format
|
2003-04-20 21:12:13 +00:00 |
|
mohrt
|
9b42197d3e
|
fix typo
|
2003-04-20 21:07:54 +00:00 |
|
mohrt
|
e55d4e9df9
|
add strip block function file to repository
|
2003-04-20 18:41:44 +00:00 |
|
mohrt
|
815ac01d84
|
moved strip from smarty core to plugin, made textformat block function return output instead of echo it
|
2003-04-20 18:33:31 +00:00 |
|
mohrt
|
fffa454585
|
add config_load plugin file to repository
|
2003-04-20 18:08:34 +00:00 |
|
mohrt
|
386515966b
|
moved config_load from smarty core to plugin
|
2003-04-20 18:08:04 +00:00 |
|
messju
|
efd4ed83b5
|
added &$repeat-paramter to block-functions
|
2003-04-20 13:04:42 +00:00 |
|
cellog
|
51b8d2b854
|
*** empty log message ***
|
2003-04-20 06:01:16 +00:00 |
|
messju
|
7f9466bd17
|
enabled hex-constants in function.math.php
|
2003-04-19 10:32:05 +00:00 |
|
messju
|
3f0821ed62
|
enabled hex-constants (0x...) as function-attributes, inside
if-statements and as modifier-parameters
|
2003-04-19 10:12:18 +00:00 |
|
messju
|
2ba21fd1e1
|
fixed bug with passing $smarty as reference in Smarty.compiler.class
quoted "<?php ... ?>" in comment to dis-annoy syntax-highlighting of a certain editor
|
2003-04-18 10:03:09 +00:00 |
|
mohrt
|
76a3ebd1a8
|
backed out comment patch
|
2003-04-17 18:30:41 +00:00 |
|
mohrt
|
9736393913
|
fix bug in new comment logic
|
2003-04-17 15:43:31 +00:00 |
|
mohrt
|
e19bfe73a0
|
corrected output with Smarty comments
|
2003-04-17 15:20:19 +00:00 |
|
mohrt
|
5eff9c73e5
|
commit german 2.5.0 docs
|
2003-04-17 14:50:49 +00:00 |
|
messju
|
e6db82c9cc
|
added object-callbacks for all types of plugins and filters
(except for resources)
|
2003-04-15 10:41:13 +00:00 |
|
mohrt
|
423c1a2eae
|
add appropriate warnings when passing array as extra parameter
|
2003-04-14 16:57:40 +00:00 |
|
messju
|
7221c8afee
|
fixed urls in headers ( http://smarty.php.net/ instead of
http://www.phpinsider.com )
|
2003-04-14 08:51:25 +00:00 |
|
messju
|
107a1ecabd
|
added <labels>-support to function.html_checkboxes.php and function.html_radios.php
|
2003-04-14 07:47:49 +00:00 |
|
messju
|
238655b2fa
|
fixed bug with nested calls to fetch() when caching enabled
|
2003-04-14 07:31:42 +00:00 |
|
mohrt
|
3cfcb5d223
|
update version numbers for 2.5.0 release
|
2003-04-11 13:40:40 +00:00 |
|
mohrt
|
e09d3070a1
|
fixed bug with default modifier when passing integer 0
|
2003-04-10 20:55:36 +00:00 |
|
messju
|
b9957a6845
|
allowed "_" in the name of variable-parameters to {math}-function
|
2003-04-06 12:24:46 +00:00 |
|
mohrt
|
d169624a9b
|
change backtic syntax from $foo to $foo
|
2003-04-04 23:19:02 +00:00 |
|
mohrt
|
da67d8edce
|
recognize $foo[][] syntax in embedded quotes without backticks
|
2003-04-04 20:15:48 +00:00 |
|
messju
|
b4a27fafa4
|
name=123 is passed as an integer (not a string) to plugins now
|
2003-04-03 17:00:17 +00:00 |
|
messju
|
9693d74260
|
added CVS $Id$
|
2003-04-01 15:23:16 +00:00 |
|