]> git.mxchange.org Git - mailer.git/commit
Template engine fixed:
authorRoland Häder <roland@mxchange.org>
Thu, 27 Jan 2011 20:11:45 +0000 (20:11 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 27 Jan 2011 20:11:45 +0000 (20:11 +0000)
commit46c1acbca83153bb96f76cc084d532069b88d96e
treef0223c75c622a18699e6a604dc1ddb546b6c996c
parent3ca83b7f5ed2baf36d1355f78a731a21f978de0d
Template engine fixed:
- Template engine does now not compile the code, this is required for loading
  extension's description templates and maintaining the embeded EL code. This
  will make sure that configuration entries and other "dynamic data" can be
  inserted on execution time and not on compilation time.
- Some extension's description templates still had {?foo_bar?} EL code instead
  of {OPEN_CONFIG}foo_bar{CLOSE_CONFIG}. The first one would insert
  configuration data on compilation time, the second on execution time.
- TODOs.txt updated
DOCS/TODOs.txt
inc/extensions-functions.php
inc/modules/admin/admin-inc.php
inc/template-functions.php
templates/de/html/admin/admin_welcome.tpl
templates/de/html/ext/ext_announcement.tpl
templates/de/html/ext/ext_bitcoins.tpl
templates/de/html/ext/ext_funcoins.tpl
templates/de/html/ext/ext_network.tpl
templates/de/html/ext/ext_timezone.tpl
templates/de/html/ext/ext_yacy.tpl