]> git.mxchange.org Git - mailer.git/commit
Template cache introduced to shortcut expensive compileCode() calls:
authorquix0r <quix0r@mxchange.org>
Wed, 4 Nov 2009 06:07:37 +0000 (06:07 +0000)
committerquix0r <quix0r@mxchange.org>
Wed, 4 Nov 2009 06:07:37 +0000 (06:07 +0000)
commit5bc6500d1819dd002187a1beb16a1d91a8c85bd7
tree9bdf576158aba87bd9dec835b30efed49d34395a
parent2e2068dd63b2321cab634d7a2941347ad9f2df30
Template cache introduced to shortcut expensive compileCode() calls:
- New template caching added which requires you to delete
  inc/cache/templates/foo.tpl.cache if you have edited foo.tpl
- TODOs.txt updated (again some more internal TODOs are closed, some are added)
- getDateTime() call removed from loadTemplate() to speed it up
- Other minor fixes
12 files changed:
.gitattributes
.gitignore
DOCS/TODOs.txt
inc/cache/templates/.htaccess [new file with mode: 0644]
inc/db/lib-mysql3.php
inc/extensions-functions.php
inc/filter-functions.php
inc/filters.php
inc/functions.php
inc/modules/index.php
inc/modules/login.php
modules.php