1. 30 Jun, 2009 3 commits
  2. 10 May, 2009 1 commit
  3. 07 May, 2009 1 commit
  4. 19 Apr, 2009 1 commit
  5. 13 Mar, 2009 1 commit
    • fixes #28 · f71d4289
      seldaek authored
      Fixed parsing of comments that were on top of the file when there are spaces at the end of it
      
      git-svn-id: svn://dwoo.org/dwoo/trunk@258 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  6. 11 Mar, 2009 4 commits
  7. 25 Feb, 2009 1 commit
  8. 20 Feb, 2009 1 commit
  9. 19 Feb, 2009 1 commit
    • Dwoo::initGlobals() is only called once during the Dwoo object construction. If… · 54bf4b40
      seldaek authored
      Dwoo::initGlobals() is only called once during the Dwoo object construction. If you had overriden it and need to update global data before each template is executed you should instead override Dwoo::initRuntimeVars() and push stuff in the globals array there. Also be aware that this means captured data, foreach values and so-on will persist from a parent template to an included one (but the include's changes will not be reflected on the parent), and from a template to the next if you render several in series.
      
      git-svn-id: svn://dwoo.org/dwoo/trunk@251 0598d79b-80c4-4d41-97ba-ac86fbbd088b
  10. 10 Feb, 2009 2 commits
  11. 07 Feb, 2009 2 commits
  12. 06 Feb, 2009 2 commits
  13. 05 Feb, 2009 1 commit
  14. 29 Jan, 2009 1 commit
  15. 27 Jan, 2009 1 commit
  16. 22 Jan, 2009 1 commit
  17. 21 Jan, 2009 5 commits
  18. 11 Jan, 2009 4 commits
  19. 28 Dec, 2008 1 commit
  20. 24 Dec, 2008 4 commits
  21. 22 Dec, 2008 1 commit
  22. 16 Dec, 2008 1 commit