summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2017-04-08spelling fixesklemens1-5/+5
2015-10-08Update README with correct plugin method signatureDan Shepherd1-4/+5
The existing README states that 3 params are passed for plugins (params, smarty, template) but the smarty object was actually removed long ago. This update correct this.
2013-06-1717.06.2013Uwe.Tews@googlemail.com1-1/+1
- fixed spelling in sources and documentation (from smarty-developers forum Veres Lajos)
2011-09-16commit 3.1 files to trunkmonte.ohrt1-0/+4
2010-11-21update README for 3.0.5wqmonte.ohrt1-0/+6
2010-11-12update version in READMEmonte.ohrt1-1/+1
2010-11-11update READMEmonte.ohrt1-35/+3
2010-11-11update READMEmonte.ohrt1-2/+38
2010-11-11- major update including some API changesuwe.tews@googlemail.com1-35/+23
2010-06-24- added $smarty->register->templateClass() and ↵Uwe.Tews1-0/+14
$smarty->unregister->templateClass() methods for supporting static classes with namespace
2010-04-30- fix to make calling of template functions unambiguously by madatory usage ↵Uwe.Tews1-4/+5
of the {call} tag
2010-03-08- README update regarding pluginsUwe.Tews1-4/+6
2010-02-20remove debug codemonte.ohrt1-1/+1
2010-02-12- bugfix on nested {block} tagsUwe.Tews1-2/+2
- changed Smarty special variable $smarty.parent to $smarty.block.parent
2010-02-08update READMEmonte.ohrt1-0/+3
2010-02-08move getTemplateVars() into data objectmonte.ohrt1-1/+1
2010-02-08update API listmonte.ohrt1-1/+1
2010-02-06major API updatemonte.ohrt1-1/+97
2010-01-22- new method $smarty->createData([$parent]) for creating a data object ↵Uwe.Tews1-5/+5
(required for bugfixes below) - bugfix config_load() method now works also on a data object - bugfix get_config_vars() method now works also on a data and template objects - bugfix clear_config() method now works also on a data and template objects
2009-12-27--- this is a major update with a couple of internal changes ---Uwe.Tews1-8/+8
- new config file lexer/parser (thanks to Thue Jnaus Kristensen) - template lexer/parser fixes for PHP and {literal} handing (thanks to Thue Jnaus Kristensen) - fix on registered plugins with different type but same name - rewrite of plugin handling (optimized execution speed) - closed a security hole regarding PHP code injection into cache files - fixed bug in clear cache handling - Renamed a couple of internal classes - code cleanup for merging compiled templates - couple of runtime optimizations (still not all done)
2009-12-06- fixed documentation of extends resourceUwe.Tews1-1/+1
2009-12-03- READMEUwe.Tews1-0/+12
2009-11-17- renamed extend tag and resource to extens: {extends file='foo.tol'} , ↵Uwe.Tews1-6/+6
$smarty->display('extends:foo.tpl|bar.tpl);
2009-11-12(no commit message)Uwe.Tews1-5/+5
2009-11-12- added description of template inheritanceUwe.Tews1-1/+71
2009-11-05- config_load method can now be called on data and template objectsUwe.Tews1-1/+3
2009-11-03fix typomonte.ohrt1-1/+1
2009-11-02remove tabsmonte.ohrt1-1/+1
2009-11-02remove tabsmonte.ohrt1-8/+8
2009-11-02update READMEmonte.ohrt1-146/+133
2009-10-02- update of READMEUwe.Tews1-55/+258
2009-10-02-update of READMEUwe.Tews1-12/+17
2009-10-02update for betamonte.ohrt1-62/+88
2009-09-30- Update of READMEUwe.Tews1-21/+0
2009-08-21- fixed problems whitespace in conjunction with custom delimitersUwe.Tews1-0/+6
- Smarty tags can now be used as value anywhere
2009-06-22- fix on \n and spaces inside smarty tagsUwe.Tews1-0/+2
- removed request_use_auto_globals propert as it is no longer needed because Smarty 3 will always run under PHP 5
2009-04-21- change of new style syntax for forach. Now: {foreach $array as $var} ↵Uwe.Tews1-1/+1
like in PHP
2009-04-06- variable scopes LOCAL_SCOPE, PARENT_SCOPE, ROOT_SCOPEUwe.Tews1-1/+1
- more getter/setter methodes
2009-04-05- update of README fileUwe.Tews1-8/+10
2009-03-22- files moved in SVNUwe.Tews1-0/+162