Commit Graph

204 Commits

Author SHA1 Message Date
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
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