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