Commit Graph

260 Commits

Author SHA1 Message Date
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
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
0cfedac9d5 assigned vars are no longer in global name space, few debug cleanups 2002-12-12 16:28:29 +00:00
mohrt
c3cc85f094 add caching feature to config loading, document update, add mailto plugin 2002-12-09 19:43:51 +00:00
mohrt
a18eaf7194 patch for warning message 2002-11-22 14:33:03 +00:00
mohrt
78bae2acef commit changes, ready for 2.3.1 release 2002-11-19 15:45:02 +00:00
andrei
f2b49f59cd Fix to be able to use $smarty.x variables as arrays. 2002-09-24 19:31:31 +00:00
mohrt
c8e22351c8 update files with new version numbers 2002-08-07 14:57:34 +00:00
mohrt
413d00f9fb correct the expression match for smarty:nodefaults 2002-07-18 13:29:16 +00:00
mohrt
f07ea419e7 fix default modifier to work with config vars 2002-07-17 21:56:41 +00:00
mohrt
36e160bb39 got args to strstr backwards... 2002-07-17 21:34:54 +00:00
mohrt
cecabd6cd2 change default modifiers to array instead of string 2002-07-17 21:33:12 +00:00
mohrt
8fc32e427f add default modifier logic, minor doc updates 2002-07-17 21:16:43 +00:00
mohrt
cecccfcae6 update files to 2.2.0 tags, get ready for release 2002-07-11 15:18:39 +00:00
mohrt
b854516e35 added {$smarty.version} variable 2002-06-27 14:25:25 +00:00
mohrt
3dbab9bedc allow plugins_dir to be an array of directories 2002-06-26 14:51:12 +00:00
andrei
f9f0401ec8 Optimize the calculation of section 'total' property. 2002-06-13 20:14:46 +00:00
mohrt
51a14712f8 optimized for loops with count() function calls 2002-06-03 16:05:33 +00:00
andrei
0f1fdfc222 Made it possible to use simple variables inside [] for indexing. 2002-05-17 15:11:49 +00:00
mohrt
59ef7d167a add "once" attribute to php_include, update docs 2002-05-16 16:15:50 +00:00
mohrt
5b70385282 update cycle function to handle array as input, update files to 2.1.1 2002-05-07 14:16:34 +00:00
mohrt
c8717e62a5 update files for 2.1.0 release 2002-04-30 14:41:36 +00:00
andrei
ad0ef5a6e0 Changed the way filters are loaded, which now has to be done explicitly,
either through load_filter() API or by filling in $autoload_filters variable.
Also renamed internal variable to avoid namespace pollution.
2002-04-16 20:04:06 +00:00