]> git.mxchange.org Git - mailer.git/commit
Template engine fixed:
authorquix0r <quix0r@mxchange.org>
Thu, 27 Jan 2011 20:11:45 +0000 (20:11 +0000)
committerquix0r <quix0r@mxchange.org>
Thu, 27 Jan 2011 20:11:45 +0000 (20:11 +0000)
commit6d16b6278ebe650db4e986cf06c3766ed89d11cc
treef0223c75c622a18699e6a604dc1ddb546b6c996c
parenta1de2645889f7750a30dfdf12d9d9d8e5245061b
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