1. 18 Oct, 2009 1 commit
  2. 13 Oct, 2009 6 commits
  3. 07 Oct, 2009 1 commit
  4. 19 Aug, 2009 1 commit
  5. 30 Jul, 2009 3 commits
  6. 19 Jul, 2009 3 commits
  7. 09 Jul, 2009 4 commits
  8. 01 Jul, 2009 1 commit
  9. 30 Jun, 2009 4 commits
  10. 10 May, 2009 1 commit
  11. 07 May, 2009 1 commit
  12. 19 Apr, 2009 1 commit
  13. 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
  14. 11 Mar, 2009 4 commits
  15. 25 Feb, 2009 1 commit
  16. 20 Feb, 2009 1 commit
  17. 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
  18. 10 Feb, 2009 2 commits
  19. 07 Feb, 2009 2 commits
  20. 06 Feb, 2009 1 commit