index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
sysplugins
/
smarty_internal_templateparser.php
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-16
commit 3.1 into the trunk
monte.ohrt
1
-1731
/
+1949
2011-05-29
- bugfix <?xml..?> in templates did break "cache modified check"
uwe.tews@googlemail.com
1
-291
/
+298
2011-05-13
- bugfix condition starting with "-" did fail at {if} and {while} tags
uwe.tews@googlemail.com
1
-979
/
+989
2011-03-09
-bugfix a variable filter should run before modifers on an output tag (see ch...
uwe.tews@googlemail.com
1
-1389
/
+1406
2011-02-01
- removed assert() from config and template parser
uwe.tews@googlemail.com
1
-307
/
+305
2011-01-14
-bugfix removed memory leak while processing compileAllTemplates
uwe.tews@googlemail.com
1
-312
/
+303
2010-12-05
- bugfix empty($foo) in {if} did drop a notice when $foo was not assigned
uwe.tews@googlemail.com
1
-880
/
+884
2010-11-24
-bugfix on parser at !$foo|modifier
uwe.tews@googlemail.com
1
-2097
/
+2157
2010-11-20
- bugfix on block plugins with modifiers
uwe.tews@googlemail.com
1
-748
/
+746
2010-11-18
- change on handling of unassigned template variable -- default will drop E_N...
uwe.tews@googlemail.com
1
-167
/
+147
2010-11-16
- bugfix whitespace in front of "<?php" in smarty_internal_compile_private_bl...
uwe.tews@googlemail.com
1
-137
/
+152
2010-11-15
- bugfix when using {$smarty.session} as object
uwe.tews@googlemail.com
1
-132
/
+138
2010-11-14
- bugfix isset() did not allow multiple parameter
uwe.tews@googlemail.com
1
-851
/
+856
2010-11-11
- major update including some API changes
uwe.tews@googlemail.com
1
-1566
/
+1581
2010-11-04
- bugfix do not allow access of dynamic and private object members of assigne...
uwe.tews@googlemail.com
1
-96
/
+120
2010-11-01
- bugfix related to E_NOTICE change. {if empty($foo)} did fail when $foo con...
uwe.tews@googlemail.com
1
-85
/
+86
2010-10-25
- bugfix for E_NOTICE change, array elements did not work as modifier parameter
uwe.tews@googlemail.com
1
-790
/
+839
2010-10-20
- bugfix for the E_NOTICE change
uwe.tews@googlemail.com
1
-134
/
+144
2010-10-13
- bugfix removed ambiguity between ternary and stream variable in template sy...
uwe.tews@googlemail.com
1
-969
/
+1002
2010-09-15
15/09/2010
uwe.tews@googlemail.com
1
-2770
/
+2776
2010-09-07
- bugfix {counter} and {cycle} plugin assigned result to smarty variable not ...
Uwe.Tews
1
-861
/
+863
2010-08-17
fix formatting
monte.ohrt
1
-30
/
+30
2010-07-23
- changed execution order. A variable filter does now run before modifiers on...
Uwe.Tews
1
-1314
/
+1303
2010-07-14
- make the date_format modifier work also on objects of the DateTime class
Uwe.Tews
1
-1699
/
+1688
2010-07-08
- bugfix on assigning multidimensional arrays within templates
Uwe.Tews
1
-4
/
+7
2010-06-24
- added $smarty->register->templateClass() and $smarty->unregister->templateC...
Uwe.Tews
1
-165
/
+172
2010-06-21
- removed use of PHP shortags SMARTY_PHP_PASSTHRU mode
Uwe.Tews
1
-5
/
+5
2010-06-20
(no commit message)
Uwe.Tews
1
-1
/
+1
2010-06-20
- closed security hole when php.ini asp_tags = on
Uwe.Tews
1
-1610
/
+1729
2010-06-13
- bugfix Smarty3 did not handle hexadecimals like 0x0F as numerical value
Uwe.Tews
1
-1269
/
+1250
2010-05-31
- bugfix the parser did not allow some smarty variables with special name lik...
Uwe.Tews
1
-1268
/
+1327
2010-05-27
- bugfix on object chaining using variable properties
Uwe.Tews
1
-1888
/
+1902
2010-05-16
- bugfix when passing parameter with numeric name like {foo 1='bar' 2='blar'}
Uwe.Tews
1
-1885
/
+1888
2010-05-14
14/05/2010
Uwe.Tews
1
-749
/
+732
2010-05-09
- update of template and config file parser because of minor parser generator...
Uwe.Tews
1
-874
/
+872
2010-05-01
- bugfix on handling of variable method names at object chaning
Uwe.Tews
1
-690
/
+709
2010-04-28
- change default of $debugging_ctrl to 'NONE'
Uwe.Tews
1
-135
/
+149
2010-04-12
- removed parser restrictions in using true,false and null as ID
Uwe.Tews
1
-1401
/
+1295
2010-03-29
- bugfix allow array definitions as modifier parameter
Uwe.Tews
1
-787
/
+893
2010-03-16
- bugfix on assign attribute at registered template objects
Uwe.Tews
1
-905
/
+868
2010-03-11
- changed parsing of <?php and ?> back to Smarty2 behaviour
Uwe.Tews
1
-1628
/
+1566
2010-03-04
- bugfix on accessing chained objects of static classes
Uwe.Tews
1
-38
/
+35
2010-02-27
- allow block tags inside double quoted string
Uwe.Tews
1
-1444
/
+1440
2010-02-26
- support of access to a class constant from an object (since PHP 5.3)
Uwe.Tews
1
-914
/
+885
2010-02-24
- bugfix on expressions in doublequoted string enclosed in backticks
Uwe.Tews
1
-1668
/
+1737
2010-02-18
- bugfix on parsing Smarty tags inside <?xml ... ?>
Uwe.Tews
1
-283
/
+287
2010-02-17
(no commit message)
Uwe.Tews
1
-1040
/
+1056
2010-02-16
- bugfix on <?xml ... ?> tags for all php_handling modes
Uwe.Tews
1
-1559
/
+1570
2010-02-14
- bugfix $smarty.const... inside doublequoted strings and backticks was compi...
Uwe.Tews
1
-16
/
+26
2010-02-10
- allow Smarty tags inside <? ... ?> tags in SMARTY_PHP_QUOTE and SMARTY_PHP_...
Uwe.Tews
1
-1700
/
+1632
[next]