Commit Graph

386 Commits

Author SHA1 Message Date
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
mohrt
b04bbd47c6 add @ and === to if tokens, few param cleanups 2003-02-17 14:47:21 +00:00
cellog
abc335673f many more phpdoc comment upgrades 2003-02-16 05:09:19 +00:00
mohrt
77a0e291cc allow dash in plain text 2003-02-13 17:58:19 +00:00
mohrt
6cb413bbfc check strict syntax of function attributes 2003-02-13 15:28:14 +00:00
mohrt
bd9aabdc64 dropped support for modifiers on object parameters,
added support for objects as modifier parameters
2003-02-12 22:34:05 +00:00
mohrt
77fa84916e fix bug with decimal numbers in if statements, misc doc updates 2003-02-12 22:13:18 +00:00
mohrt
c239d16935 update version numbers 2003-02-11 18:35:43 +00:00
mohrt
2bce12e9e0 add support for $foo->$bar syntax 2003-02-10 20:59:08 +00:00
mohrt
8e99c61ce5 support full var syntax in quoted text, fix problem with const var access, clean up some more regex code, fix object problem with no properties 2003-02-10 17:46:58 +00:00
mohrt
f66b37f792 committed 2.4.1 changes 2003-02-06 17:34:28 +00:00
mohrt
8f40f35c56 ignore case in IF statements 2003-02-06 14:37:49 +00:00
mohrt
8705ecd41a treat undefined constants as null 2003-02-05 23:22:39 +00:00
mohrt
396d18f5b5 fix "if" regex for math tokens 2003-02-05 20:36:26 +00:00
mohrt
c0eabe7fbd added support for extracting params to include_php 2003-02-05 14:56:27 +00:00
mohrt
f4961b6950 allow $foo->bar[$x].foo syntax 2003-02-03 15:46:11 +00:00
mohrt
b8b04c056e fix accidental commit 2003-02-03 15:39:47 +00:00
mohrt
66c1110fea update Smarty version numbers 2003-02-02 08:07:57 +00:00
mohrt
8266f8660e fix order of php tag comparisons 2003-01-30 16:48:55 +00:00
mohrt
71b0cc207b fix known php tag handling problems 2003-01-30 16:09:53 +00:00
mohrt
827e428bd4 change comments to phpdoc style 2003-01-29 22:51:20 +00:00
mohrt
76e48171d4 add support for restriction to registered methods 2003-01-25 20:31:45 +00:00
mohrt
6e0c6ce6f3 fix compiling problem with {foreach} tags 2003-01-24 16:08:31 +00:00
mohrt
d6766ec11e put objects in own array, add object param format support, change
object syntax from foo.bar to foo->bar
2003-01-24 15:02:15 +00:00
mohrt
494993de38 add support for object registration 2003-01-23 23:33:29 +00:00
mohrt
fccbd9156a put php style object syntax back in 2003-01-21 20:39:09 +00:00
mohrt
3177db30d6 added new object support without new template syntax 2003-01-17 23:54:29 +00:00
mohrt
450e15dd8e fix if statement syntax for negative integers, fix issue with directories
named '0'
2003-01-15 15:23:13 +00:00
mohrt
2cad634805 fix bug with >= tests in if statements, comment out full object support 2003-01-08 15:47:48 +00:00
mohrt
04ad10d54a added correct line numbers to smarty syntax error messages 2002-12-24 17:07:43 +00:00
mohrt
70f61e47da fix modifier matching regexp 2002-12-24 14:56:43 +00:00
mohrt
de93c33525 support nested function calls in IF statements 2002-12-23 22:52:42 +00:00
mohrt
70a51d1674 few more fixes, spaces around function parameters 2002-12-20 17:25:01 +00:00
mohrt
2d6fc40683 fix misc syntax issues with {if} tags 2002-12-20 01:12:43 +00:00
mohrt
bc3eb218db commit updates, passes all smoke tests 2002-12-19 23:55:17 +00:00
mohrt
446c15fafa fixed literal string not in quotes as parameters 2002-12-19 17:15:29 +00:00
mohrt
d587059b28 fix misc syntax issues, add ability to pass modifiers to functions 2002-12-19 17:02:11 +00:00