- Allow registering of block-plugins (netzkind)
- Changed default
smartyDir
value toapplication.vendor.Smarty
to match Yii application template (samdark)
- Added Yii Aliases support in Smarty Templates (in
{include}
and{extends}
functions) (thekip)
- Added ability to define functions and modifiers in yii config (ErikMinekus)
- bug #10 getter getSmarty() conflicts with property $smarty (cebe)
- reverted BC break introduced in 1.0.2 filename change from
Smarty
tosmarty
broke applications on non case sensitive systems (cebe)
- Added ability to define pre- and postfilters in yii config (grigori) Filters defined with a class-method array callback syntax are lazy-loaded by yii autoloader for compilation only.
- Smarty 3.1 compatibility (Sam Dark, cebe)
- Fixed a problem with nested template rendering and Smarty 3.1.x (cebe)
- Tested compatibility with Smarty 3.0.6-9 and Smarty 3.1.0-5 ci (cebe)
- changed autoload handling to work also when Yii autoloader has been modified (cebe)
- ensure Smarty does not use SMARTY_SPL_AUTOLOAD (cebe)
- Added possiblity to configure smarty properties (CAUTION: behavior of $filePermission changed) (cebe)
- Fixed issue with rendering Widgets within a template (cebe)
- Fixed renderFile method (Sam Dark)
- Fixed bug with autoload Smarty 3 files in *nix (maksimgrib)
- Code cleanup and minor fixes.
- Changed translation category to 'yiiext'.
- New naming conventions.
- readme_ru.
- Added $Yii variable.
- YiiExt naming conventions changed, see readme.
- Smarty 3 comatibility.
- t and link plugin functions.
- Initial public release (Sam Dark)