index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-12
- reactivated $error_reporting property handling
uwe.tews@googlemail.com
28
-68
/
+77
2010-11-12
- reactivated $error_reporting property handling
uwe.tews@googlemail.com
1
-0
/
+6
2010-11-11
- major update including some API changes
uwe.tews@googlemail.com
59
-3135
/
+3171
2010-11-10
(no commit message)
uwe.tews@googlemail.com
1
-2
/
+2
2010-11-10
- observe compile_id also for config files
uwe.tews@googlemail.com
1
-0
/
+5
2010-11-09
-bugfix on complex expressions as start value for {for} tag
uwe.tews@googlemail.com
1
-2
/
+2
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-28
- bugfix on compiling modifiers within $smarty special vars like {$smarty.pos...
uwe.tews@googlemail.com
1
-1
/
+1
2010-10-27
- bugfix default parameter values did not work for template functions include...
uwe.tews@googlemail.com
1
-0
/
+1
2010-10-25
- bugfix for E_NOTICE change, array elements did not work as modifier parameter
uwe.tews@googlemail.com
3
-828
/
+869
2010-10-20
- bugfix for the E_NOTICE change
uwe.tews@googlemail.com
2
-136
/
+146
2010-10-19
- change Smarty does no longer mask out E_NOTICE by default during template p...
uwe.tews@googlemail.com
2
-4
/
+7
2010-10-13
- bugfix on output buffer handling in isCached() method
uwe.tews@googlemail.com
1
-2
/
+3
2010-10-13
- bugfix on template inheritance using nested eval or string resource in {ext...
uwe.tews@googlemail.com
1
-2
/
+6
2010-10-13
- bugfix removed ambiguity between ternary and stream variable in template sy...
uwe.tews@googlemail.com
4
-974
/
+1009
2010-10-01
- added {break} and {continue} tags for flow control of {foreach},{section},{...
uwe.tews@googlemail.com
9
-27
/
+288
2010-09-25
- bugfix on some compiling modifiers
uwe.tews@googlemail.com
4
-5
/
+5
2010-09-24
- bugfix merge_compiled_includes flag was not restored correctly in {block} tag
uwe.tews@googlemail.com
1
-1
/
+1
2010-09-22
- bugfix on default modifier
uwe.tews@googlemail.com
1
-1
/
+1
2010-09-18
- bugfix untility compileAllConfig() did not create sha1 code for compiled te...
uwe.tews@googlemail.com
2
-13
/
+16
2010-09-17
- bugfix {$smarty.template} and {$smarty.current_dir} did not compile correct...
uwe.tews@googlemail.com
5
-8
/
+24
2010-09-16
- bugfix when a doublequoted modifier parameter did contain Smarty tags and ':'
uwe.tews@googlemail.com
1
-1
/
+1
2010-09-15
15/09/2010
uwe.tews@googlemail.com
3
-2883
/
+2888
2010-09-12
- bugfix for change of 08/09/2010 (final {block} tags in subtemplates did not...
uwe.tews@googlemail.com
1
-1
/
+1
2010-09-10
- bugfix for change of 08/09/2010 (final {block} tags in subtemplates did not...
uwe.tews@googlemail.com
2
-4
/
+12
2010-09-08
- allow multiple template inheritance branches starting in subtemplates
Uwe.Tews
5
-48
/
+43
2010-09-07
- bugfix {counter} and {cycle} plugin assigned result to smarty variable not ...
Uwe.Tews
3
-866
/
+870
2010-08-23
- fixed E_STRICT errors for uninitialized variables
Uwe.Tews
8
-6
/
+15
2010-08-22
- added attribute cache_id to {include} tag
Uwe.Tews
1
-2
/
+9
2010-08-17
fix formatting
monte.ohrt
97
-1262
/
+1357
2010-08-13
- remove exception_handler property from Smarty class
Uwe.Tews
16
-66
/
+64
2010-08-09
- bugfix on modifier with doublequoted strings as parameter containing embedd...
Uwe.Tews
1
-1
/
+1
2010-08-06
(no commit message)
Uwe.Tews
1
-3
/
+5
2010-08-06
(no commit message)
Uwe.Tews
1
-3
/
+8
2010-08-06
- bugfix when cascading some modifier like |strip|strip_tags modifier
Uwe.Tews
3
-6
/
+6
2010-08-05
- bugfix in nocache sections {include} must not cache the subtemplate
Uwe.Tews
1
-2
/
+5
2010-08-05
- added plugin type modifiercompiler to produce compiled modifier code
Uwe.Tews
27
-444
/
+489
2010-08-02
- bugfix strip did not work correctly in conjunction with comment lines
Uwe.Tews
1
-1
/
+1
2010-07-31
- bugfix on nocache attribute at {assign} and {append}
Uwe.Tews
3
-6
/
+20
2010-07-30
- bugfix passing scope attributes in doublequoted strings did not work at {in...
Uwe.Tews
5
-37
/
+40
2010-07-25
(no commit message)
Uwe.Tews
1
-5
/
+5
2010-07-25
- another bugfix of change from 23/07/2010 when compiling modifer
Uwe.Tews
1
-1
/
+1
2010-07-24
(no commit message)
Uwe.Tews
1
-2
/
+2
2010-07-24
(no commit message)
Uwe.Tews
1
-5
/
+10
2010-07-24
- bugfix of change from 23/07/2010 when compiling modifer
Uwe.Tews
1
-1
/
+1
2010-07-23
- changed execution order. A variable filter does now run before modifiers on...
Uwe.Tews
4
-1371
/
+1371
2010-07-22
- bugfix in templateExists() method
Uwe.Tews
1
-1
/
+5
2010-07-20
- fixed handling of { strip } tag with whitespaces
Uwe.Tews
1
-17
/
+39
2010-07-15
- bufix {$smarty.template} does include now the relative path, not just file...
Uwe.Tews
1
-2
/
+2
[next]