messju
|
eb3b9beec1
|
removed unused parameter $quote from Smarty_Compiler::_parse_attrs()
|
2003-05-04 22:08:44 +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
|
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
|
02f56203ad
|
updated all doc comments to phpDocumentor format
|
2003-04-20 21:12:13 +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
|
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 |
|
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 |
|
messju
|
7221c8afee
|
fixed urls in headers ( http://smarty.php.net/ instead of
http://www.phpinsider.com )
|
2003-04-14 08:51:25 +00:00 |
|
mohrt
|
3cfcb5d223
|
update version numbers for 2.5.0 release
|
2003-04-11 13:40:40 +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
|
45ff82cf10
|
fixed flaw when generating an error for missing postfilter
|
2003-03-31 21:57:41 +00:00 |
|
mohrt
|
5529396ade
|
committing RC2
|
2003-03-26 18:06:09 +00:00 |
|
mohrt
|
ec60516e34
|
fix notice when no parameter is passed to default
|
2003-03-20 14:31:18 +00:00 |
|
messju
|
8c73efec74
|
fixed errormessage in _compile_smarty_ref()
|
2003-03-19 12:51:34 +00:00 |
|
mohrt
|
67470219d2
|
fix (newly introduced) bug with passing multiple modifiers to a parameter
|
2003-03-18 14:47:41 +00:00 |
|
mohrt
|
2df1ca2d00
|
fix issue of embedded var and escaped double quotes
|
2003-03-17 14:56:39 +00:00 |
|
mohrt
|
76048d1ceb
|
back out "@" logic, apply only to default modifier special case
|
2003-03-15 20:47:29 +00:00 |
|
mohrt
|
ab48cfa939
|
fix @ logic, only use upon an echo
|
2003-03-15 20:03:46 +00:00 |
|
mohrt
|
e4f2f8cf35
|
append "@" to template var echoes to supress possible notices
|
2003-03-15 19:34:46 +00:00 |
|
mohrt
|
6f3de10273
|
append "@" to _run_mod_handler to supress warnings
|
2003-03-15 18:27:30 +00:00 |
|
mohrt
|
05c8d5978f
|
fix problem with escaped double quotes
|
2003-03-14 16:28:47 +00:00 |
|
mohrt
|
0d0cdbf353
|
commit final changes for 2.5.0-RC1
|
2003-03-05 17:36:41 +00:00 |
|
mohrt
|
63b1a2b04d
|
simplify smarty.const.foo and smarty.const.$foo logic
|
2003-02-28 16:36:19 +00:00 |
|
mohrt
|
0a03b8c306
|
only allow $foo syntax in embedded quotes, unless escaped with backticks then allow any dollar var
|
2003-02-28 15:54:43 +00:00 |
|
mohrt
|
620674493a
|
fix "once" var compiling to work with new attr compiling methods for include_php
|
2003-02-28 15:45:42 +00:00 |
|
mohrt
|
d785df41b3
|
fix $smarty.const.foo compiling, clean up double quoted strings,
allow full dollar var syntax in quotes again
|
2003-02-28 15:08:15 +00:00 |
|
mohrt
|
e03824dd55
|
update docs, fix smarty var compiling, allow any $smarty.*.$foo syntax,
add $`foobar` for embedded variables
|
2003-02-27 17:32:08 +00:00 |
|
mohrt
|
2ebecbe2e6
|
added << >> <> support to IF statements
|
2003-02-24 16:24:29 +00:00 |
|
mohrt
|
3e755114a3
|
add $smarty.config.foo var, handle embedded smarty var correctly
|
2003-02-24 14:51:47 +00:00 |
|
mohrt
|
7f0ceb703a
|
update imbedded vars, allow special $smarty vars
|
2003-02-19 17:26:48 +00:00 |
|
mohrt
|
2cd256d4fc
|
change embedded variable logic to only recognize $foo and $foo[0][bar] syntax
|
2003-02-19 16:25:47 +00:00 |
|
mohrt
|
d190c1c8fd
|
allow null as function attribute value
|
2003-02-19 15:58:03 +00:00 |
|
mohrt
|
7bd3972319
|
support foo->bar[index] syntax
|
2003-02-18 19:58:32 +00:00 |
|
mohrt
|
2d6d972bf5
|
allow $foo->bar[0] syntax
|
2003-02-18 18:08:05 +00:00 |
|
mohrt
|
b2573b2ca1
|
back out patches for object and objref calls on $smarty var
|
2003-02-17 17:39:12 +00:00 |
|
mohrt
|
3fd7c585c3
|
treat unrecognized param attribute syntax as a string
|
2003-02-17 17:11:42 +00:00 |
|
mohrt
|
021c83db3f
|
support $smarty.const.$foo syntax
|
2003-02-17 15:04:43 +00:00 |
|