Commit Graph

683 Commits

Author SHA1 Message Date
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
0ce1799133 fix problem with inserts and nested fetches 2003-02-05 22:19:16 +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
cellog
440f7614a2 begin fixing phpdoc comments in Smarty.class.php 2003-02-03 17:22:21 +00:00
cellog
43d077bc60 fixed phpdoc comments 2003-02-03 16:32:45 +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
3353d3654d fix version number 2003-02-02 18:10:39 +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
e8fb7091d2 make separate var for compiler file 2003-01-28 15:05:13 +00:00
mohrt
89ef1e5b08 fix error call 2003-01-28 14:33:50 +00:00
mohrt
76e48171d4 add support for restriction to registered methods 2003-01-25 20:31:45 +00:00
mohrt
1e11860447 update with textarea support 2003-01-25 17:31:55 +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
a9bf8c901c add file & line number of calling error to error message 2003-01-22 17:26:43 +00:00
mohrt
fccbd9156a put php style object syntax back in 2003-01-21 20:39:09 +00:00
mohrt
a85d820bec move security settings to fetch function for template_dir 2003-01-20 19:03:03 +00:00
mohrt
d9a6f036f1 fix debug template and security, add template_dir to secure_dir at runtime 2003-01-20 18:05:43 +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
b579c0f51d update plugins to return values instead of echo, fix config file cache
to include global config variables in cache file
2003-01-08 17:34:45 +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
a7106ed311 add javascript escape parameter to escape modifier 2003-01-06 23:15:27 +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
mohrt
339210ff3a update compiler code, clean up regex, add new syntax features 2002-12-18 16:51:48 +00:00
mohrt
df267cb92a commit updates for objects 2002-12-16 17:50:29 +00:00
mohrt
9d5c7f4f55 fix bug with compiling config files with caching on 2002-12-14 16:50:40 +00:00
mohrt
2307e780bf fix problem with matching single quoted strings 2002-12-13 16:52:14 +00:00
mohrt
dccaba62ca update embedded variable logic, get rid of ."" at end of output 2002-12-13 15:58:45 +00:00
mohrt
1f12a0f3e0 add day_value_format to html_select_date 2002-12-13 15:40:53 +00:00
mohrt
27f8e2c40b fix bug, double escaped values in display 2002-12-12 17:39:33 +00:00
mohrt
c8cb8b6926 move debug test back into fetch() 2002-12-12 17:25:23 +00:00
mohrt
0cfedac9d5 assigned vars are no longer in global name space, few debug cleanups 2002-12-12 16:28:29 +00:00
mohrt
d94cacb721 fix error in newline code 2002-12-11 14:59:25 +00:00
mohrt
a91b21aba3 fix popup to allow newlines in text data 2002-12-11 14:51:10 +00:00
mohrt
caa0b572cb fix plugin error logic 2002-12-10 23:11:14 +00:00