summaryrefslogtreecommitdiff
path: root/demo
AgeCommit message (Collapse)AuthorFilesLines
2014-06-06 - fixed spelling, PHPDoc , minor errors, code cleanupUwe.Tews@googlemail.com9-102/+117
2013-07-15- update code generated by PSR-2 standards fixer which introduced PHP 5.4 ↵Uwe.Tews@googlemail.com3-3/+3
incompatibilities of 14.7.2013
2013-07-14- update for PHP 5.4 compatibilityUwe.Tews@googlemail.com7-81/+95
- reformat source to PSR-2 standard
2013-06-1717.06.2013Uwe.Tews@googlemail.com1-1/+1
- fixed spelling in sources and documentation (from smarty-developers forum Veres Lajos)
2011-10-10- bugfix Smarty_CacheResource_mysql example was missing strtotime() callsrodneyrehm1-2/+2
2011-09-20apc.enable_cli must be activated for the APC test to execute in unit tests ↵rodneyrehm1-6/+0
(which are run from CLI) duh!
2011-09-19- bugfix regression in Smarty_CacheReource_KeyValueStore introduced by r4261rodneyrehm1-2/+9
- added APC test - added read/write test to APC demo ('cause it ain't working on my machine!?)
2011-09-16commit 3.1 into the trunkmonte.ohrt9-62/+523
2011-02-13remove popup_init from demo templatemonte.ohrt1-1/+0
2009-11-06change linefeed style to native on all filesmonte.ohrt5-122/+122
2009-10-15added missing fileUwe.Tews1-0/+5
2009-09-30- reactivated PHP resource for simple PHP templates. Must set ↵Uwe.Tews3-16/+17
allow_php_templates = true to enable - {PHP} tag can be enabled by allow_php_tag = true
2009-09-19- replace internal "eval()" calls by "include" during rendering processUwe.Tews1-1/+1
- speed improvment for templates which have included subtemplates the compiled code of included templates is merged into the compiled code of the parent template - added logical operator "xor" for {if} tag - changed parameter ordering for Smarty2 BC fetch($template, $cache_id = null, $compile_id = null, $parent = null) display($template, $cache_id = null, $compile_id = null, $parent = null) createTemplate($template, $cache_id = null, $compile_id = null, $parent = null) - property resource_char_set is now replaced by constant SMARTY_RESOURCE_CHAR_SET - fixed handling of classes in registered blocks - speed improvement of lexer on text sections
2009-09-01- dropped nl2br as pluginUwe.Tews1-1/+1
- added '<>' as comparission operator in {if} tags - cached caching_lifetime property to cache_liftime for backward compatibility with Smarty2. {include} optional attribute is also now cache_lifetime - fixed trigger_error methode (moved into Smarty class) - version is now Beta!!!
2009-08-29- implemented caching of registered ResourcesUwe.Tews1-9/+0
- new property 'auto_literal'. if true(default) '{ ' and ' }' interpreted as literal, not as Smarty delimiter
2009-08-28- Fix on line breaks inside {if} tagsUwe.Tews5-48/+176
2009-03-22- delete obsolete filesUwe.Tews18-295/+0
2009-03-22fix pathmonte.ohrt1-1/+1
2009-03-22rearrange things into distribution and development directoriesmonte.ohrt20-0/+354