From e6f85f12e59fae9b013aa68edc27bbc2b69460f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 21 Nov 2009 18:02:45 +0000 Subject: [PATCH] TODOs.txt updated --- DOCS/TODOs.txt | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/DOCS/TODOs.txt b/DOCS/TODOs.txt index 8f28b71829..964a51b992 100644 --- a/DOCS/TODOs.txt +++ b/DOCS/TODOs.txt @@ -17,23 +17,23 @@ ./inc/extensions-functions.php:376:// @TODO Change from ext_id to ext_name (not just even the variable! ;-) ) ./inc/extensions-functions.php:489: // @TODO Extension is loaded, what next? ./inc/filters.php:465: // @TODO This whole if-block is very static -./inc/functions.php:1019:// @TODO $simple is deprecated -./inc/functions.php:1054: // @TODO Do only use $content and deprecate $GLOBALS and $DATA in templates +./inc/functions.php:1034: // @TODO Do only use $content and deprecate $GLOBALS and $DATA in templates ./inc/functions.php:241: // @TODO Remove this sanity-check if all is fine +./inc/functions.php:2432:// @TODO Please describe this function ./inc/functions.php:244: // @TODO Try to rewrite all $DATA to $content -./inc/functions.php:2452:// @TODO Please describe this function -./inc/functions.php:2470: searchDirsRecursive($next_dir, $last_changed); // @TODO small change to API to $last_changed = searchDirsRecursive($next_dir, $time); -./inc/functions.php:2584: // @TODO Add a little more infos here -./inc/functions.php:2605: // @TODO This cannot be rewritten to app_die(), try to find a solution for this. -./inc/functions.php:2685: // @TODO Rewrite this old lost code to a template -./inc/functions.php:2774: // @TODO Are these convertions still required? -./inc/functions.php:2792:// @TODO Rewrite this function to use readFromFile() and writeToFile() -./inc/functions.php:3670:// @TODO Lame description for this function -./inc/functions.php:3692: // @TODO Move this in a filter -./inc/functions.php:3810: // @TODO This is still very static, rewrite it somehow -./inc/functions.php:476: // @TODO Do only use $contentn, not $DATA or raw variables -./inc/functions.php:546: // @TODO Extension 'msg' does not exist -./inc/functions.php:615:// @TODO Rewrite this to an extension 'smtp' +./inc/functions.php:2450: searchDirsRecursive($next_dir, $last_changed); // @TODO small change to API to $last_changed = searchDirsRecursive($next_dir, $time); +./inc/functions.php:2564: // @TODO Add a little more infos here +./inc/functions.php:2587: // @TODO This cannot be rewritten to app_die(), try to find a solution for this. +./inc/functions.php:2667: // @TODO Rewrite this old lost code to a template +./inc/functions.php:2756: // @TODO Are these convertions still required? +./inc/functions.php:2774:// @TODO Rewrite this function to use readFromFile() and writeToFile() +./inc/functions.php:3652:// @TODO Lame description for this function +./inc/functions.php:3674: // @TODO Move this in a filter +./inc/functions.php:3792: // @TODO This is still very static, rewrite it somehow +./inc/functions.php:456: // @TODO Do only use $content, not $DATA or raw variables +./inc/functions.php:526: // @TODO Extension 'msg' does not exist +./inc/functions.php:595:// @TODO Rewrite this to an extension 'smtp' +./inc/functions.php:999:// @TODO $simple is deprecated ./inc/install-functions.php:62: // @TODO DEACTIVATED: changeDataInFile(getConfig('CACHE_PATH') . 'config-local.php', 'OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestElement('omode'), 0); ./inc/language/de.php:1146:// @TODO Rewrite these two constants ./inc/language/de.php:1162:// @TODO Rewrite these five constants @@ -83,7 +83,7 @@ ./inc/modules/admin/what-admin_add.php:60: // @TODO Cant this be rewritten? ./inc/modules/admin/what-admin_add.php:76: // @TODO This can be somehow rewritten to a function ./inc/modules/admin/what-adminedit.php:57: // @TODO Kill all constants in this file -./inc/modules/admin/what-admins_mails.php:59: // @TODO Can this be rewritten??? +./inc/modules/admin/what-admins_mails.php:60: // @TODO Can this be rewritten??? ./inc/modules/admin/what-bonus.php:47:// @TODO Unused at the moment ./inc/modules/admin/what-config_admins.php:145: // @TODO Rewrite this to filter 'run_sqls' ./inc/modules/admin/what-config_mods.php:135: // @TODO Rewritings: mod->module in template @@ -135,9 +135,9 @@ ./inc/modules/guest/what-mediadata.php:182:// @TODO Rewrite all these if-blocks to filters ./inc/modules/guest/what-mediadata.php:69: // @TODO Find a better formular than this one ./inc/modules/guest/what-rallyes.php:90: // @TODO Reactivate this: $content['admin'] = "" . $login . ""; -./inc/modules/guest/what-register.php:193: // @TODO Rewrite these all to a single filter -./inc/modules/guest/what-register.php:271: // @TODO Rewrite this to a filter -./inc/modules/guest/what-register.php:287: // @TODO Rewrite this to addPointsDirectly() +./inc/modules/guest/what-register.php:192: // @TODO Rewrite these all to a single filter +./inc/modules/guest/what-register.php:270: // @TODO Rewrite this to a filter +./inc/modules/guest/what-register.php:286: // @TODO Rewrite this to addPointsDirectly() ./inc/modules/guest/what-sponsor_infos.php:69: // @TODO Rewritings: conv->conv_rate,name->conv_name in template ./inc/modules/guest/what-sponsor_infos.php:89: // @TODO Rewritings: name->pay_name,min->pay_min_count,min->pay_min_count,curr->pay_currency ./inc/modules/guest/what-sponsor_reg.php:286: // @TODO Swap this HTML code to templates @@ -145,11 +145,11 @@ ./inc/modules/guest/what-stats.php:75:// @TODO This can be rewritten in a dynamic include ./inc/modules/member/what-beg.php:89:// @TODO No more needed? define('__BEG_UID_TIMEOUT', createFancyTime(getConfig('beg_userid_timeout'))); ./inc/modules/member/what-bonus.php:56: // @TODO Rewrite this to a filter -./inc/modules/member/what-categories.php:129: // @TODO Rewrite this to use $OUT .= ... +./inc/modules/member/what-categories.php:128: // @TODO Rewrite this to use $OUT .= ... ./inc/modules/member/what-order.php:443: // @TODO Rewrite this to a filter ./inc/modules/member/what-payout.php:240: // @TODO Rewrite this to a filter ./inc/modules/member/what-points.php:54:// @TODO Should we rewrite this to a filter? -./inc/modules/member/what-rallyes.php:89: // @TODO Reactivate this: $content['admin'] = "" . $content['login'] . ""; +./inc/modules/member/what-rallyes.php:90: // @TODO Reactivate this: $content['admin'] = "" . $content['login'] . ""; ./inc/modules/member/what-reflinks.php:60:// @TODO Move this into a filter ./inc/modules/member/what-stats.php:118: // @TODO Rewrite in template: clix->clicks ./inc/modules/member/what-transfer.php:141: // @TODO Rewrite this to a filter @@ -162,8 +162,8 @@ ./inc/monthly/monthly_bonus.php:68: // @TODO Rewrite this to a filter ./inc/mysql-manager.php:1546: // @TODO Try to rewrite this to $content = SQL_FETCHARRAY() ./inc/mysql-manager.php:1770: // @TODO Rewrite this to $content = SQL_FETCHARRAY() -./inc/mysql-manager.php:2092: // @TODO This can be somehow rewritten -./inc/mysql-manager.php:2115:// @TODO Fix inconsistency between last_module and getWhat() +./inc/mysql-manager.php:2098: // @TODO Rewrite this to a filter +./inc/mysql-manager.php:2128:// @TODO Fix inconsistency between last_module and getWhat() ./inc/mysql-manager.php:224: // @TODO Nothing helped??? ./inc/mysql-manager.php:259: // @TODO Rewrite this to a filter ./inc/mysql-manager.php:552: // @TODO Try to rewrite this to one or more functions @@ -172,7 +172,7 @@ ./inc/reset/reset_birthday.php:92: // @TODO 4 is hard-coded here, should we move it out in config? ./inc/wrapper-functions.php:127:// @TODO Implement $compress ./inc/wrapper-functions.php:134:// @TODO Implement $decompress -./inc/wrapper-functions.php:387:// @TODO Do some more sanity check here +./inc/wrapper-functions.php:393:// @TODO Do some more sanity check here ./mailid.php:134: // @TODO Rewrite this to a filter ./mailid.php:214: // @TODO Rewrite this to a dynamic include or so ./mailid.php:94: // @TODO Rewrite this to a filter -- 2.39.2