| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-09-16 | commit 3.1 into the trunk | monte.ohrt | 1 | -26/+37 |
| 2011-05-13 | - bugfix condition starting with "-" did fail at {if} and {while} tags | uwe.tews@googlemail.com | 1 | -10/+10 |
| 2011-02-16 | -improvement allow leading spaces on } tag closing if auto_literal is enabled | uwe.tews@googlemail.com | 1 | -4/+0 |
| 2011-01-31 | - bugfix the lexer/parser did fail on special characters like VT | uwe.tews@googlemail.com | 1 | -91/+103 |
| 2011-01-14 | -bugfix removed memory leak while processing compileAllTemplates | uwe.tews@googlemail.com | 1 | -10/+0 |
| 2010-11-20 | - bugfix on block plugins with modifiers | uwe.tews@googlemail.com | 1 | -0/+1 |
| 2010-11-11 | - major update including some API changes | uwe.tews@googlemail.com | 1 | -53/+58 |
| 2010-09-15 | 15/09/2010 | uwe.tews@googlemail.com | 1 | -111/+110 |
| 2010-08-17 | fix formatting | monte.ohrt | 1 | -67/+68 |
| 2010-08-02 | - bugfix strip did not work correctly in conjunction with comment lines | Uwe.Tews | 1 | -1/+1 |
| 2010-07-20 | - fixed handling of { strip } tag with whitespaces | Uwe.Tews | 1 | -17/+39 |
| 2010-07-14 | - make the date_format modifier work also on objects of the DateTime class | Uwe.Tews | 1 | -1/+2 |
| 2010-06-22 | - allow spaces between typecast and value in template syntax | Uwe.Tews | 1 | -1/+1 |
| 2010-06-20 | - closed security hole when php.ini asp_tags = on | Uwe.Tews | 1 | -22/+46 |
| 2010-06-14 | - make handling of Smarty comments followed by newline BC to Smarty2 | Uwe.Tews | 1 | -1/+1 |
| 2010-06-13 | - bugfix Smarty3 did not handle hexadecimals like 0x0F as numerical value | Uwe.Tews | 1 | -4/+10 |
| 2010-06-11 | 11/06/2010 | Uwe.Tews | 1 | -6/+12 |
| 2010-06-01 | - removed /* vim: set expandtab: */ comments | Uwe.Tews | 1 | -9/+9 |
| 2010-05-31 | - bugfix the parser did not allow some smarty variables with special name lik... | Uwe.Tews | 1 | -118/+209 |
| 2010-04-12 | - removed parser restrictions in using true,false and null as ID | Uwe.Tews | 1 | -80/+66 |
| 2010-03-11 | - changed parsing of <?php and ?> back to Smarty2 behaviour | Uwe.Tews | 1 | -805/+40 |
| 2010-02-27 | - allow block tags inside double quoted string | Uwe.Tews | 1 | -1/+1 |
| 2010-02-24 | - bugfix on expressions in doublequoted string enclosed in backticks | Uwe.Tews | 1 | -47/+809 |
| 2010-02-18 | - bugfix on parsing Smarty tags inside <?xml ... ?> | Uwe.Tews | 1 | -1/+1 |
| 2010-02-16 | - bugfix on <?xml ... ?> tags for all php_handling modes | Uwe.Tews | 1 | -14/+20 |
| 2010-02-10 | - allow Smarty tags inside <? ... ?> tags in SMARTY_PHP_QUOTE and SMARTY_PHP_... | Uwe.Tews | 1 | -862/+65 |
| 2010-02-07 | - preserve line endings type form template source | Uwe.Tews | 1 | -1/+2 |
| 2010-01-14 | - bugfix on backslash within single quoted strings | Uwe.Tews | 1 | -2/+1 |
| 2010-01-11 | - added optional nocache attribute to {block} tags in parent template | Uwe.Tews | 1 | -27/+720 |
| 2009-12-27 | --- this is a major update with a couple of internal changes --- | Uwe.Tews | 1 | -171/+170 |
| 2009-12-05 | - removed unneeded lexer code | Uwe.Tews | 1 | -338/+5 |
| 2009-12-04 | - added max attribute to for loop | Uwe.Tews | 1 | -149/+141 |
| 2009-12-03 | - added {for $foo = 1 to 5 step 2} syntax | Uwe.Tews | 1 | -150/+166 |
| 2009-12-01 | - fixed parsing of names of special formated tags like if,elseif,while,for,fo... | Uwe.Tews | 1 | -82/+75 |
| 2009-11-28 | - ignore compile_id at debug template | Uwe.Tews | 1 | -96/+124 |
| 2009-11-26 | (no commit message) | Uwe.Tews | 1 | -9/+9 |
| 2009-11-25 | - {strip} tag functionality rewritten | Uwe.Tews | 1 | -24/+54 |
| 2009-11-25 | - allow null, NULL, Null | Uwe.Tews | 1 | -15/+15 |
| 2009-11-25 | - allow the following writing for boolean: true, TRUE, True, false, FALSE, False | Uwe.Tews | 1 | -14/+14 |
| 2009-11-23 | - suppress warnings on unlink caused by race conditions | Uwe.Tews | 1 | -0/+14 |
| 2009-11-15 | - lexer/parser optimizations on quoted strings | Uwe.Tews | 1 | -213/+378 |
| 2009-11-10 | - fixed preg_qoute on delimiters | Uwe.Tews | 1 | -2/+2 |
| 2009-11-09 | - lexer/parser bugfix | Uwe.Tews | 1 | -38/+180 |
| 2009-11-08 | - bugfix on complex double quoted strings | Uwe.Tews | 1 | -232/+292 |
| 2009-11-06 | - lexer/parser fix for null,true,false as array index | Uwe.Tews | 1 | -19/+19 |
| 2009-11-04 | - added typecasting support for template variables | Uwe.Tews | 1 | -110/+117 |
| 2009-11-02 | - added neq,lte,gte,mod as aliases to if conditions | Uwe.Tews | 1 | -127/+135 |
| 2009-10-31 | - change of filenames in sysplugins folder for internal spl_autoload function | Uwe.Tews | 1 | -0/+1018 |