TODO re-added
authorRoland Häder <roland@mxchange.org>
Fri, 4 Dec 2009 01:14:55 +0000 (01:14 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 4 Dec 2009 01:14:55 +0000 (01:14 +0000)
DOCS/TODOs.txt
inc/expression-functions.php

index f07be0ad56e44dd3bd34b537999f54b3c2cc4d85..f5a8e5e9689a638e5e06210e35174c186033f402 100644 (file)
@@ -5,6 +5,7 @@
 ./inc/cache/config-local.php:125:// @TODO Rewrite the following three constants, somehow...
 ./inc/classes/cachesystem.class.php:467:       // @TODO Add support for more types which break in last else-block
 ./inc/config-functions.php:143:        // @TODO Make this all better... :-/
 ./inc/cache/config-local.php:125:// @TODO Rewrite the following three constants, somehow...
 ./inc/classes/cachesystem.class.php:467:       // @TODO Add support for more types which break in last else-block
 ./inc/config-functions.php:143:        // @TODO Make this all better... :-/
+./inc/expression-functions.php:135:// @TODO FILTER_COMPILE_CONFIG does not handle call-back functions so we handle it here again
 ./inc/extensions/ext-html_mail.php:137:                // @TODO Move these arrays into config
 ./inc/extensions/ext-menu.php:53:              // @TODO Convert menu-Id to one coding-standard. admin(edit|_add) => admin_menu_(edit|add), mem(edit|_add) => mem_menu_(edit|add)
 ./inc/extensions/ext-network.php:20: * @TODO AbisZED: Which charset?                                        *
 ./inc/extensions/ext-html_mail.php:137:                // @TODO Move these arrays into config
 ./inc/extensions/ext-menu.php:53:              // @TODO Convert menu-Id to one coding-standard. admin(edit|_add) => admin_menu_(edit|add), mem(edit|_add) => mem_menu_(edit|add)
 ./inc/extensions/ext-network.php:20: * @TODO AbisZED: Which charset?                                        *
index 485e6195857e3e9d51e9fcf0ecb6161a2f03f051..4af907683861922bae98937ef641e7abc8af7e36 100644 (file)
@@ -132,6 +132,7 @@ function doExpressionExt ($data) {
 }
 
 // Expression call-back function for getting configuration data
 }
 
 // Expression call-back function for getting configuration data
+// @TODO FILTER_COMPILE_CONFIG does not handle call-back functions so we handle it here again
 function doExpressionConfig ($data) {
        // Read configuration
        $configValue = getConfig($data['matches'][4][$data['key']]);
 function doExpressionConfig ($data) {
        // Read configuration
        $configValue = getConfig($data['matches'][4][$data['key']]);