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