summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_templatelexer.php
AgeCommit message (Expand)AuthorFilesLines
2011-09-16commit 3.1 into the trunkmonte.ohrt1-26/+37
2011-05-13- bugfix condition starting with "-" did fail at {if} and {while} tagsuwe.tews@googlemail.com1-10/+10
2011-02-16-improvement allow leading spaces on } tag closing if auto_literal is enableduwe.tews@googlemail.com1-4/+0
2011-01-31- bugfix the lexer/parser did fail on special characters like VTuwe.tews@googlemail.com1-91/+103
2011-01-14-bugfix removed memory leak while processing compileAllTemplatesuwe.tews@googlemail.com1-10/+0
2010-11-20- bugfix on block plugins with modifiersuwe.tews@googlemail.com1-0/+1
2010-11-11- major update including some API changesuwe.tews@googlemail.com1-53/+58
2010-09-1515/09/2010uwe.tews@googlemail.com1-111/+110
2010-08-17fix formattingmonte.ohrt1-67/+68
2010-08-02- bugfix strip did not work correctly in conjunction with comment linesUwe.Tews1-1/+1
2010-07-20- fixed handling of { strip } tag with whitespacesUwe.Tews1-17/+39
2010-07-14- make the date_format modifier work also on objects of the DateTime classUwe.Tews1-1/+2
2010-06-22- allow spaces between typecast and value in template syntaxUwe.Tews1-1/+1
2010-06-20- closed security hole when php.ini asp_tags = onUwe.Tews1-22/+46
2010-06-14- make handling of Smarty comments followed by newline BC to Smarty2Uwe.Tews1-1/+1
2010-06-13- bugfix Smarty3 did not handle hexadecimals like 0x0F as numerical valueUwe.Tews1-4/+10
2010-06-1111/06/2010Uwe.Tews1-6/+12
2010-06-01- removed /* vim: set expandtab: */ commentsUwe.Tews1-9/+9
2010-05-31- bugfix the parser did not allow some smarty variables with special name lik...Uwe.Tews1-118/+209
2010-04-12- removed parser restrictions in using true,false and null as IDUwe.Tews1-80/+66
2010-03-11- changed parsing of <?php and ?> back to Smarty2 behaviourUwe.Tews1-805/+40
2010-02-27- allow block tags inside double quoted string Uwe.Tews1-1/+1
2010-02-24- bugfix on expressions in doublequoted string enclosed in backticksUwe.Tews1-47/+809
2010-02-18- bugfix on parsing Smarty tags inside <?xml ... ?>Uwe.Tews1-1/+1
2010-02-16- bugfix on <?xml ... ?> tags for all php_handling modesUwe.Tews1-14/+20
2010-02-10- allow Smarty tags inside <? ... ?> tags in SMARTY_PHP_QUOTE and SMARTY_PHP_...Uwe.Tews1-862/+65
2010-02-07- preserve line endings type form template sourceUwe.Tews1-1/+2
2010-01-14- bugfix on backslash within single quoted stringsUwe.Tews1-2/+1
2010-01-11- added optional nocache attribute to {block} tags in parent templateUwe.Tews1-27/+720
2009-12-27--- this is a major update with a couple of internal changes ---Uwe.Tews1-171/+170
2009-12-05- removed unneeded lexer codeUwe.Tews1-338/+5
2009-12-04- added max attribute to for loopUwe.Tews1-149/+141
2009-12-03- added {for $foo = 1 to 5 step 2} syntaxUwe.Tews1-150/+166
2009-12-01- fixed parsing of names of special formated tags like if,elseif,while,for,fo...Uwe.Tews1-82/+75
2009-11-28- ignore compile_id at debug templateUwe.Tews1-96/+124
2009-11-26(no commit message)Uwe.Tews1-9/+9
2009-11-25- {strip} tag functionality rewrittenUwe.Tews1-24/+54
2009-11-25- allow null, NULL, NullUwe.Tews1-15/+15
2009-11-25- allow the following writing for boolean: true, TRUE, True, false, FALSE, FalseUwe.Tews1-14/+14
2009-11-23- suppress warnings on unlink caused by race conditionsUwe.Tews1-0/+14
2009-11-15- lexer/parser optimizations on quoted stringsUwe.Tews1-213/+378
2009-11-10- fixed preg_qoute on delimitersUwe.Tews1-2/+2
2009-11-09- lexer/parser bugfix Uwe.Tews1-38/+180
2009-11-08- bugfix on complex double quoted stringsUwe.Tews1-232/+292
2009-11-06- lexer/parser fix for null,true,false as array indexUwe.Tews1-19/+19
2009-11-04- added typecasting support for template variablesUwe.Tews1-110/+117
2009-11-02- added neq,lte,gte,mod as aliases to if conditions Uwe.Tews1-127/+135
2009-10-31- change of filenames in sysplugins folder for internal spl_autoload functionUwe.Tews1-0/+1018