sysplugins/smarty_internal_template.php 2

Type Line Description
FIXME 570 routing of template -> smarty attributes
FIXME 630 routing of template -> smarty attributes

Smarty.class.php 1

Type Line Description
TODO 603 Evaluate whether this is still useful

sysplugins/smarty_security.php 4

Type Line Description
TODO 20 getter and setter instead of public properties would allow cultivating an internal cache properly
TODO 20 current implementation of isTrustedResourceDir() assumes that Smarty::$template_dir and Smarty::$config_dir are immutable
TODO 20 the cache is killed every time either of the variables change. That means that two distinct Smarty objects with differing
TODO 20 $template_dir or $config_dir should NOT share the same Smarty_Security instance as this would lead to (severe) performance penalty! how should this be handled?

sysplugins/smarty_internal_data.php 1

Type Line Description
TODO 83 This may not work with multiple Brainy instances.

sysplugins/smarty_resource.php 2

Type Line Description
TODO 444 try default_(template|config)_handler
TODO 490 optimize for Smarty's internal resource types