Commit Graph

350 Commits

Author SHA1 Message Date
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
andrei
dfd5ad93e9 Fixed directory separtor issue. Requiring PHP 4.0.6 now. 2002-04-11 20:27:04 +00:00
andrei
f20a6be33d Added ability to use simple variables for array indices or object properties. 2002-04-11 16:22:50 +00:00
andrei
ba8a7a6115 Make it possible to unregister pre/postfilter plugins. 2002-04-05 17:16:52 +00:00
andrei
56f0f6d10c Fixed undefined offset warning in {if} tag. 2002-04-03 23:04:36 +00:00
andrei
dd56027476 - Added $smarty.template variable.
- Fixed {include_php} tag when dynamic values were used for 'file' attribute.
2002-04-03 16:31:59 +00:00
andrey
9aaa64f388 Block functions changes. 2002-03-26 21:01:52 +00:00
andrey
fe5492c0e9 Initial implementation of block functions. 2002-03-25 22:32:05 +00:00
andrey
ede81304c9 Make _current_file available to prefilters. 2002-03-21 16:24:43 +00:00
mohrt
f27ea33d66 update version numbers 2002-03-20 17:15:21 +00:00
andrey
4b0e85ea94 *** empty log message *** 2002-03-20 16:15:01 +00:00