summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_config.php
AgeCommit message (Collapse)AuthorFilesLines
2011-09-16commit 3.1 into the trunkmonte.ohrt1-193/+205
2011-03-08fixed config_load to only load defaults with no section definedmonte.ohrt1-10/+12
2010-11-13- fixed internal_config (removed unwanted code line)uwe.tews@googlemail.com1-1/+0
2010-11-12- reactivated $error_reporting property handlinguwe.tews@googlemail.com1-16/+29
- fixed typo in compile_continue - fixed security in {fetch} plugin - changed back plugin parameters to two. second is template object with transparent access to Smarty object - fixed {config_load} scoping form compile time to run time
2010-11-11- major update including some API changesuwe.tews@googlemail.com1-2/+2
2010-11-10(no commit message)uwe.tews@googlemail.com1-2/+2
2010-11-10- observe compile_id also for config filesuwe.tews@googlemail.com1-0/+5
2010-08-23- fixed E_STRICT errors for uninitialized variablesUwe.Tews1-0/+1
2010-08-13- remove exception_handler property from Smarty classUwe.Tews1-3/+3
- added Smarty's own exceptions SmartyException and SmartyCompilerException
2010-05-1414/05/2010Uwe.Tews1-2/+2
- bugfix compile new config files if compile_check and force_compile = false - added variable static classes names to template syntax
2010-04-30- bugfix when comparing timestamps in sysplugins/smarty_internal_config.phpUwe.Tews1-1/+1
2010-04-28- change default of $debugging_ctrl to 'NONE'Uwe.Tews1-5/+7
- optimization of compiled code of {foreach} and {for} loops - change of compiler for config variables
2010-03-31- compile locking by touching old compiled files to avoid concurrent ↵Uwe.Tews1-65/+73
compilations
2010-03-29- bugfix allow array definitions as modifier parameterUwe.Tews1-102/+102
- bugfix observe compile_check property when loading config files - added the template object as third filter parameter
2010-01-14- bugfix allow absolute filepath for config filesUwe.Tews1-0/+3
2009-12-29- use sha1() for filepath encodingUwe.Tews1-3/+3
- updates on nocache_hash handling
2009-11-24- bugfix for $smarty->config_overwrite = falseUwe.Tews1-3/+11
2009-11-17- sanitize compile_id and cache_id (replace illegal chars with _)Uwe.Tews1-1/+1
- use _dir_perms and _file_perms properties at file creation - new constant SMARTY_RESOURCE_DATE_FORMAT (default '%b %e, %Y') which is used as default format in modifier date_format
2009-11-03- renamed function names of autoloaded Smarty methods to Smarty_Method_....Uwe.Tews1-1/+1
- new security_class property (default is Smarty_Security)
2009-10-31- change of filenames in sysplugins folder for internal spl_autoload functionUwe.Tews1-0/+249
- lexer/parser changed for increased compilation speed