summaryrefslogtreecommitdiff
path: root/libs/Smarty.class.php
AgeCommit message (Expand)AuthorFilesLines
2011-06-07- bugfix registerFilter() or registerPlugin() on template objects did registe...uwe.tews@googlemail.com1-2/+2
2011-04-22- workaround for PHP 5.2.13 bug in method_exists()uwe.tews@googlemail.com1-181/+181
2011-02-19- bugfix force default debug.tpl to be loaded by the file resource when defau...uwe.tews@googlemail.com1-1/+1
2011-02-11fix typos, rewordingmonte.ohrt1-2/+2
2010-12-31- bugfix dynamic configuration of $debugging_crtl did not workuwe.tews@googlemail.com1-26/+27
2010-12-22do not clone Smarty object on internal createTemplate() callsuwe.tews@googlemail.com1-5/+10
2010-12-05- bugfix missing declaration of $smarty in Smarty classuwe.tews@googlemail.com1-0/+2
2010-11-27-change run output filter before cache file is written (as in Smarty2)uwe.tews@googlemail.com1-1/+1
2010-11-15- bugfix captured content could not be accessed globallyuwe.tews@googlemail.com1-1/+1
2010-11-15- bugfix when using {$smarty.session} as objectuwe.tews@googlemail.com1-1/+1
2010-11-14- small performace patch in Smarty classuwe.tews@googlemail.com1-4/+4
2010-11-13- bugfix overloading problem when $smarty->fetch()/display() have been used ...uwe.tews@googlemail.com1-4/+6
2010-11-13- code cleanupuwe.tews@googlemail.com1-7/+3
2010-11-13- reverted location of loadPlugin() to Smarty classuwe.tews@googlemail.com1-0/+48
2010-11-12- reactivated $error_reporting property handlinguwe.tews@googlemail.com1-0/+6
2010-11-11- major update including some API changesuwe.tews@googlemail.com1-226/+197
2010-10-19- change Smarty does no longer mask out E_NOTICE by default during template p...uwe.tews@googlemail.com1-3/+6
2010-09-17- bugfix {$smarty.template} and {$smarty.current_dir} did not compile correct...uwe.tews@googlemail.com1-0/+2
2010-09-08- allow multiple template inheritance branches starting in subtemplatesUwe.Tews1-7/+0
2010-08-17fix formattingmonte.ohrt1-1/+9
2010-08-13- remove exception_handler property from Smarty classUwe.Tews1-16/+15
2010-07-22- bugfix in templateExists() methodUwe.Tews1-1/+5
2010-07-07- bugfix support of script files relative to trusted_dirUwe.Tews1-0/+1
2010-06-24- added $smarty->register->templateClass() and $smarty->unregister->templateC...Uwe.Tews1-0/+2
2010-06-20- replace internal get_time() calls with standard PHP5 microtime(true) callsUwe.Tews1-1/+1
2010-04-28- change default of $debugging_ctrl to 'NONE'Uwe.Tews1-1/+1
2010-03-31- compile locking by touching old compiled files to avoid concurrent compilat...Uwe.Tews1-0/+2
2010-03-29- bugfix allow array definitions as modifier parameterUwe.Tews1-1/+1
2010-03-23- bugfix on template inheritance when calling multiple child/parent relationsUwe.Tews1-4/+9
2010-03-09- bugfix on uninitialized properties in smarty_internal_templateUwe.Tews1-2/+2
2010-03-08remove commentmonte.ohrt1-15/+0
2010-02-26- cache modified check implementedUwe.Tews1-245/+284
2010-02-20remove debug codemonte.ohrt1-1/+0
2010-02-20fix __get() return value, and set properties before returningmonte.ohrt1-4/+10
2010-02-14- added missing _plugins property in smarty.class.phpUwe.Tews1-1/+3
2010-02-09- added $smarty->_tag_stack for tracing block tag hierarchyUwe.Tews1-0/+2
2010-02-07- bugfix on changes of 05/02/2010Uwe.Tews1-84/+78
2010-02-06major API updatemonte.ohrt1-56/+187
2010-01-25- added test that $_SERVER['SCRIPT_NAME'] does exist in Smarty.class.phpUwe.Tews1-11/+14
2010-01-22- new method $smarty->createData([$parent]) for creating a data object (requi...Uwe.Tews1-1/+60
2009-12-29- use sha1() for filepath encodingUwe.Tews1-1/+1
2009-12-28set default cache lifetime to 3600, BC with Smarty 2monte.ohrt1-1/+1
2009-12-27--- this is a major update with a couple of internal changes ---Uwe.Tews1-77/+54
2009-11-30- map 'true' to SMARTY_CACHING_LIFETIME_CURRENT for the $smarty->caching para...Uwe.Tews1-1/+1
2009-11-27- added cache resource MYSQL pluginUwe.Tews1-5/+33
2009-11-18- observe umask settings when setting file permissionsUwe.Tews1-1/+1
2009-11-17- sanitize compile_id and cache_id (replace illegal chars with _)Uwe.Tews1-1/+4
2009-11-15- lexer/parser optimizations on quoted stringsUwe.Tews1-4/+0
2009-11-14- fixed locaion where outputfilters are runningUwe.Tews1-4/+8
2009-11-11- changed debugging handlingUwe.Tews1-11/+3