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 |
|
messju
|
bf1868bb35
|
added missing compile_id inside Smarty_Compiler
|
2003-03-31 22:17:53 +00:00 |
|
messju
|
45ff82cf10
|
fixed flaw when generating an error for missing postfilter
|
2003-03-31 21:57:41 +00:00 |
|
messju
|
e90a98451f
|
$length is now propagated to sub-values in debug_print_var
|
2003-03-27 22:10:00 +00:00 |
|
mohrt
|
5529396ade
|
committing RC2
|
2003-03-26 18:06:09 +00:00 |
|
messju
|
014debad30
|
made clear_cache() ignore compile_id when clearing cache_groups
|
2003-03-24 16:32:14 +00:00 |
|
messju
|
d1fe24ec2d
|
made onmouseout XHTML-compatible in function.popup.php
|
2003-03-24 09:37:21 +00:00 |
|
messju
|
cf1a202a5d
|
applied new var-names to fetch()
|
2003-03-21 15:50:03 +00:00 |
|
messju
|
1ca406366f
|
renamed $localvars to $_localvars in cache-file-handling-functions,
added _get_auto_id()-function
|
2003-03-21 15:39:29 +00:00 |
|
mohrt
|
d5db1cf798
|
update functions for XHTML compatability
|
2003-03-21 14:36:24 +00:00 |
|
messju
|
ad26b57f18
|
fixed wrong $auto_id in _read_cache_file()
|
2003-03-21 09:36:16 +00:00 |
|
messju
|
b1787d0b23
|
swapped compile_id and cache_id in read_cache_file and write_cache_file
|
2003-03-21 09:07:57 +00:00 |
|
messju
|
4a2b486086
|
reverted patch for ignoring compile-id back to -r1.364, due to problems
|
2003-03-21 08:55:56 +00:00 |
|
messju
|
9d0972691d
|
html_radios and html_checkboxes accept "selected" instead of "checked" optionally now
|
2003-03-21 08:20:12 +00:00 |
|
messju
|
bcc3571f05
|
swapped compile_id and cache_id for cache-file-handling again
|
2003-03-21 08:17:45 +00:00 |
|
mohrt
|
ec60516e34
|
fix notice when no parameter is passed to default
|
2003-03-20 14:31:18 +00:00 |
|
messju
|
267a9c41d7
|
removed notice of undefined var in _rm_auto()
|
2003-03-20 09:20:24 +00:00 |
|