1. 20 Apr, 2008 1 commit
    • + Syntax: Added shortcut for {$dwoo.const.*} using '%', for example you can use · 2f0eff5f
      Seldaek authored
        {%FOO} instead of {$dwoo.const.FOO}
      + Syntax: When using named parameters, typing a parameter name without any
        value is the same as typing param=true, for example {foo name="test" bar} and
        {foo name="test" bar=true} are equals, can be useful for very complex plugins
        with huge amounts of parameters.
      + Plugins: Added {loop} that combines {foreach} and {with}, see
        http://wiki.dwoo.org/index.php/Block:loop for details
      * API: DwooITemplate->clearCache now requires a Dwoo instance as its first arg,
        should not affect you unless you built a custom template class from scratch
      * {include} now uses the current resource if none is provided instead of using
        file as it did before
      * Dwoo uses include path instead of absolute includes
      * Fixed a regression in the handling of custom class plugins
      * Fixed a bug in DwooSecurityPolicy->getAllowedDirectories(), no security
        issue though
      * TestFest happened early for Dwoo, lots of new tests and more code covered
      
      
      git-svn-id: svn://dwoo.org/dwoo/trunk@29 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  2. 15 Apr, 2008 3 commits
  3. 14 Apr, 2008 1 commit
  4. 13 Apr, 2008 4 commits
  5. 11 Apr, 2008 1 commit
  6. 10 Apr, 2008 3 commits
  7. 09 Apr, 2008 3 commits
  8. 05 Apr, 2008 6 commits
  9. 04 Apr, 2008 2 commits
  10. 30 Mar, 2008 3 commits