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