Uwe.Tews
|
139b3d4570
|
- fixed scope problem with parent variables when appending variables within templates.
- fixed code for {block} without childs (possible sources for notice errors removed)
|
2009-04-12 22:26:02 +00:00 |
|
Uwe.Tews
|
eace27e2b6
|
- added global variable scope SMARTY_GLOBAL_SCOPE
- enable 'variable' filter by default
|
2009-04-10 12:33:51 +00:00 |
|
Uwe.Tews
|
9b41308bf6
|
- changed variable scopes to SMARTY_LOCAL_SCOPE, SMARTY_PARENT_SCOPE, SMARTY_ROOT_SCOPE to avoid possible conflicts with user constants
- Smarty variable global attribute replaced with scope attribute
|
2009-04-07 16:22:31 +00:00 |
|
Uwe.Tews
|
3c5f0d56d3
|
- added registerDefaultTemplateHandler methode and functionallity
- added registerDefaultPluginHandler methode and functionallity
- added {append} tag to extend Smarty array variabled
|
2009-04-03 15:59:40 +00:00 |
|
Uwe.Tews
|
e180d015ea
|
- file order for exted resource inverted
- clear_compiled_tpl and clear_cache_all will not touch .svn folder any longer
|
2009-03-28 08:47:26 +00:00 |
|
Uwe.Tews
|
526d5e0388
|
- fixed parser not to create error on word in double quoted strings
- allow PHP array(...)
|
2009-03-26 14:08:43 +00:00 |
|
Uwe.Tews
|
52652dd4f9
|
- fixed {foreachelse} and {forelse} tags
|
2009-03-23 15:29:50 +00:00 |
|
monte.ohrt
|
dcaa96a9f8
|
rearrange things into distribution and development directories
|
2009-03-22 16:09:05 +00:00 |
|