2001-02-20 21:24:23 +00:00
|
|
|
* handle asp style tags in $php_handler
|
2001-04-30 16:11:52 +00:00
|
|
|
* support implementations of prefiltes, mods, and others as class methods.
|
2001-08-23 13:09:50 +00:00
|
|
|
* ability to concatenate values/strings together
|
2001-10-09 16:29:10 +00:00
|
|
|
* fix all E_NOTICE warnings
|
2002-01-31 20:49:40 +00:00
|
|
|
* make simple math easier
|
|
|
|
* caching all but parts of the template
|
2002-04-16 20:04:06 +00:00
|
|
|
* change plugins so $smarty variable always comes first
|
2002-06-29 16:04:41 +00:00
|
|
|
* get cache ttl with function call
|
2002-07-25 16:30:45 +00:00
|
|
|
FIX: make inserts use normal functions before plugins
|
|
|
|
UPD: change it so that if template comes from some resource,
|
|
|
|
that resource stays as the default, no need to specify it
|
|
|
|
in includes.
|