]> git.mxchange.org Git - mailer.git/commit
Template cache introduced to shortcut expensive compileCode() calls:
authorRoland Häder <roland@mxchange.org>
Wed, 4 Nov 2009 06:07:37 +0000 (06:07 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 4 Nov 2009 06:07:37 +0000 (06:07 +0000)
commit16de7d9e8b98108627db01688bc095240b5ba8d2
tree9bdf576158aba87bd9dec835b30efed49d34395a
parent66ef19610daf4eff3fb395b4908d44d5c9a96b00
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