summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_data.php
AgeCommit message (Expand)AuthorFilesLines
2011-09-21remove unneeded error suppressionuwe.tews@googlemail.com1-2/+1
2011-09-21- added $error_muting to suppress error messages even for badly implemented e...rodneyrehm1-0/+1
2011-09-16commit 3.1 into the trunkmonte.ohrt1-97/+155
2011-05-14- bugfix error handling at stream resourcesuwe.tews@googlemail.com1-107/+107
2010-12-31- bugfix dynamic configuration of $debugging_crtl did not workuwe.tews@googlemail.com1-2/+6
2010-12-06- bugfix getTemplateVars() should return 'null' instead dropping E_NOTICE on ...uwe.tews@googlemail.com1-1/+1
2010-11-18- change on handling of unassigned template variable -- default will drop E_N...uwe.tews@googlemail.com1-10/+17
2010-11-15- bugfix when using {$smarty.session} as objectuwe.tews@googlemail.com1-6/+20
2010-11-12- reactivated $error_reporting property handlinguwe.tews@googlemail.com1-2/+2
2010-11-11- major update including some API changesuwe.tews@googlemail.com1-30/+23
2010-10-20- bugfix for the E_NOTICE changeuwe.tews@googlemail.com1-2/+2
2010-08-23- fixed E_STRICT errors for uninitialized variablesUwe.Tews1-1/+1
2010-08-13- remove exception_handler property from Smarty classUwe.Tews1-4/+4
2010-06-20- replace internal get_time() calls with standard PHP5 microtime(true) callsUwe.Tews1-11/+0
2010-06-18- added __toString method to the Smarty_Variable classUwe.Tews1-133/+138
2010-06-08fix assign_by_ref and append_by_ref BC compatabilitymonte.ohrt1-2/+26
2010-05-06- bugfix on getTemplateVars method Uwe.Tews1-2/+2
2010-02-08move getTemplateVars() into data objectmonte.ohrt1-0/+39
2010-02-06major API updatemonte.ohrt1-8/+8
2010-01-22- new method $smarty->createData([$parent]) for creating a data object (requi...Uwe.Tews1-39/+30
2009-12-27--- this is a major update with a couple of internal changes ---Uwe.Tews1-0/+413