1. 26 Aug, 2008 2 commits
  2. 25 Aug, 2008 1 commit
  3. 23 Aug, 2008 2 commits
  4. 22 Aug, 2008 2 commits
  5. 21 Aug, 2008 1 commit
  6. 20 Aug, 2008 1 commit
  7. 18 Aug, 2008 1 commit
  8. 13 Aug, 2008 3 commits
  9. 06 Aug, 2008 1 commit
  10. 03 Aug, 2008 6 commits
  11. 02 Aug, 2008 1 commit
  12. 31 Jul, 2008 2 commits
  13. 30 Jul, 2008 4 commits
  14. 28 Jul, 2008 2 commits
  15. 24 Jul, 2008 1 commit
  16. 21 Jul, 2008 3 commits
  17. 11 Jul, 2008 2 commits
  18. 09 Jul, 2008 1 commit
    • + Syntax: Block plugins that you want to call without content can be · 5fc48230
      Seldaek authored
        self-closed just like XML tags (e.g. {a "http://url.com" /} )
      + Plugins: Added the {a} block plugin to generate <a> tags
      + API: Added Dwoo_Plugin::paramsToAttributes() utility function to help
        with the creation of compilable xml/html-related plugins
      * Syntax: Math expressions in strings are now only allowed when the entire
        expression is delimited, e.g. {"/$foo/$bar"} evaluates as just that while
        {"/`$foo/$bar`"} will result in "/".($foo/$bar), therefore processing the /
        as a division, this is better since URLs using / are far more common than
        math in strings
         => http://forum.dwoo.org/viewtopic.php?id=50
      * Fixed a bug preventing if blocks containing a {elseif} followed by {else}
      
      git-svn-id: svn://dwoo.org/dwoo/trunk@121 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  19. 03 Jul, 2008 1 commit
  20. 02 Jul, 2008 2 commits
  21. 01 Jul, 2008 1 commit