Files
smarty/TODO

13 lines
545 B
Plaintext
Raw Normal View History

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
* change plugins so $smarty variable always comes first
* 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.