summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2010-11-12- reactivated $error_reporting property handlinguwe.tews@googlemail.com28-68/+77
2010-11-12- reactivated $error_reporting property handlinguwe.tews@googlemail.com1-0/+6
2010-11-11- major update including some API changesuwe.tews@googlemail.com59-3135/+3171
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-11-09-bugfix on complex expressions as start value for {for} taguwe.tews@googlemail.com1-2/+2
2010-11-04- bugfix do not allow access of dynamic and private object members of assigne...uwe.tews@googlemail.com1-96/+120
2010-11-01- bugfix related to E_NOTICE change. {if empty($foo)} did fail when $foo con...uwe.tews@googlemail.com1-85/+86
2010-10-28- bugfix on compiling modifiers within $smarty special vars like {$smarty.pos...uwe.tews@googlemail.com1-1/+1
2010-10-27- bugfix default parameter values did not work for template functions include...uwe.tews@googlemail.com1-0/+1
2010-10-25- bugfix for E_NOTICE change, array elements did not work as modifier parameteruwe.tews@googlemail.com3-828/+869
2010-10-20- bugfix for the E_NOTICE changeuwe.tews@googlemail.com2-136/+146
2010-10-19- change Smarty does no longer mask out E_NOTICE by default during template p...uwe.tews@googlemail.com2-4/+7
2010-10-13- bugfix on output buffer handling in isCached() methoduwe.tews@googlemail.com1-2/+3
2010-10-13- bugfix on template inheritance using nested eval or string resource in {ext...uwe.tews@googlemail.com1-2/+6
2010-10-13- bugfix removed ambiguity between ternary and stream variable in template sy...uwe.tews@googlemail.com4-974/+1009
2010-10-01- added {break} and {continue} tags for flow control of {foreach},{section},{...uwe.tews@googlemail.com9-27/+288
2010-09-25- bugfix on some compiling modifiersuwe.tews@googlemail.com4-5/+5
2010-09-24- bugfix merge_compiled_includes flag was not restored correctly in {block} taguwe.tews@googlemail.com1-1/+1
2010-09-22- bugfix on default modifieruwe.tews@googlemail.com1-1/+1
2010-09-18- bugfix untility compileAllConfig() did not create sha1 code for compiled te...uwe.tews@googlemail.com2-13/+16
2010-09-17- bugfix {$smarty.template} and {$smarty.current_dir} did not compile correct...uwe.tews@googlemail.com5-8/+24
2010-09-16- bugfix when a doublequoted modifier parameter did contain Smarty tags and ':'uwe.tews@googlemail.com1-1/+1
2010-09-1515/09/2010uwe.tews@googlemail.com3-2883/+2888
2010-09-12- bugfix for change of 08/09/2010 (final {block} tags in subtemplates did not...uwe.tews@googlemail.com1-1/+1
2010-09-10- bugfix for change of 08/09/2010 (final {block} tags in subtemplates did not...uwe.tews@googlemail.com2-4/+12
2010-09-08- allow multiple template inheritance branches starting in subtemplatesUwe.Tews5-48/+43
2010-09-07- bugfix {counter} and {cycle} plugin assigned result to smarty variable not ...Uwe.Tews3-866/+870
2010-08-23- fixed E_STRICT errors for uninitialized variablesUwe.Tews8-6/+15
2010-08-22- added attribute cache_id to {include} tagUwe.Tews1-2/+9
2010-08-17fix formattingmonte.ohrt97-1262/+1357
2010-08-13- remove exception_handler property from Smarty classUwe.Tews16-66/+64
2010-08-09- bugfix on modifier with doublequoted strings as parameter containing embedd...Uwe.Tews1-1/+1
2010-08-06(no commit message)Uwe.Tews1-3/+5
2010-08-06(no commit message)Uwe.Tews1-3/+8
2010-08-06- bugfix when cascading some modifier like |strip|strip_tags modifierUwe.Tews3-6/+6
2010-08-05- bugfix in nocache sections {include} must not cache the subtemplateUwe.Tews1-2/+5
2010-08-05- added plugin type modifiercompiler to produce compiled modifier codeUwe.Tews27-444/+489
2010-08-02- bugfix strip did not work correctly in conjunction with comment linesUwe.Tews1-1/+1
2010-07-31- bugfix on nocache attribute at {assign} and {append}Uwe.Tews3-6/+20
2010-07-30- bugfix passing scope attributes in doublequoted strings did not work at {in...Uwe.Tews5-37/+40
2010-07-25(no commit message)Uwe.Tews1-5/+5
2010-07-25- another bugfix of change from 23/07/2010 when compiling modiferUwe.Tews1-1/+1
2010-07-24(no commit message)Uwe.Tews1-2/+2
2010-07-24(no commit message)Uwe.Tews1-5/+10
2010-07-24- bugfix of change from 23/07/2010 when compiling modiferUwe.Tews1-1/+1
2010-07-23- changed execution order. A variable filter does now run before modifiers on...Uwe.Tews4-1371/+1371
2010-07-22- bugfix in templateExists() methodUwe.Tews1-1/+5
2010-07-20- fixed handling of { strip } tag with whitespacesUwe.Tews1-17/+39
2010-07-15- bufix {$smarty.template} does include now the relative path, not just file...Uwe.Tews1-2/+2