From 2aa73e082ce33e6414b24d519d516054bb5188ad Mon Sep 17 00:00:00 2001 From: quix0r Date: Tue, 28 Jul 2009 19:13:33 +0000 Subject: [PATCH] TODOs.txt updated. :( --- DOCS/TODOs.txt | 15 +++++++++------ inc/config-global.php | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/DOCS/TODOs.txt b/DOCS/TODOs.txt index 2b246ceba3..f76e6c0e9b 100644 --- a/DOCS/TODOs.txt +++ b/DOCS/TODOs.txt @@ -5,6 +5,7 @@ ./inc/cache/config-local.php:120:// @TODO Rewrite the following three constants, somehow... ./inc/config-functions.php:182: // @TODO Make this all better... :-/ ./inc/config-functions.php:207: // @TODO Rewrite these all to config entries, if somehow possible +./inc/config-global.php:60:// @TODO These constants should be rewritten ./inc/extensions/ext-sql_patches.php:705: // @TODO Rewrite this to a filter! ./inc/extensions/ext-sql_patches.php:743: // @TODO Can we remove this? setConfigEntry('verbose_sql' , 'N'); ./inc/extensions/ext-sql_patches.php:93: /* @TODO SQL_ALTER_TABLE() should work now properly @@ -59,7 +60,9 @@ ./inc/load_extensions.php:13: * @TODO Rewrite this whole file to load_cache-extensions.php * ./inc/mails/birthday_mails.php:85: // @TODO 4 is hard-coded here, should we move it out in config? ./inc/modules/admin/admin-inc.php:343: // @TODO Rewrite this to $content = SQL_FETCHARRAY() +./inc/modules/admin/admin-inc.php:348: // @TODO ACL is 'allow'... hmmm ./inc/modules/admin/admin-inc.php:390: // @TODO Rewrite this to $content = SQL_FETCHARRAY() +./inc/modules/admin/admin-inc.php:396: // @TODO ACL is 'allow'... hmmm ./inc/modules/admin/admin-inc.php:504: // @TODO Rewrite these both constants ./inc/modules/admin/admin-inc.php:530: // @TODO Try to rewrite this to $content = SQL_FETCHARRAY(). Please look some lines above for the dynamic query ./inc/modules/admin/overview-inc.php:144: // @TODO Rewrite this to a filter @@ -91,9 +94,9 @@ ./inc/modules/admin/what-config_cats.php:199: // @TODO Rewrite this constant ./inc/modules/admin/what-config_mods.php:139: // @TODO Rewritings: mod->module in template ./inc/modules/admin/what-config_mods.php:161: // @TODO Rewrite this constant -./inc/modules/admin/what-config_payouts.php:145: // @TODO Rewrite this constant -./inc/modules/admin/what-config_payouts.php:231: // @TODO Rewrite this constant -./inc/modules/admin/what-config_points.php:269: // @TODO Rewritings: lvl->level, per->percents in template +./inc/modules/admin/what-config_payouts.php:146: // @TODO Rewrite this constant +./inc/modules/admin/what-config_payouts.php:232: // @TODO Rewrite this constant +./inc/modules/admin/what-config_points.php:267: // @TODO Rewritings: lvl->level, per->percents in template ./inc/modules/admin/what-config_rallye_prices.php:203: // @TODO Rewritings: level->price_level, infos->info in template ./inc/modules/admin/what-config_rallye_prices.php:220: // @TODO Rewrite these two constants ./inc/modules/admin/what-config_rallye_prices.php:248: // @TODO Rewritings: aid->admin_id, alogin->login in template @@ -131,7 +134,7 @@ ./inc/modules/admin/what-list_task.php:164: // @TODO Rewritings: admin->assigned_admin,uid->userid,type->task_type_msg in template ./inc/modules/admin/what-list_task.php:176: // @TODO Rewrite this to $OUT .= ..., true, ... ./inc/modules/admin/what-list_task.php:180: // @TODO Rewrite this to $OUT .= ..., true, ... -./inc/modules/admin/what-list_transfer.php:86:// @TODO Rewrite these constants +./inc/modules/admin/what-list_transfer.php:83:// @TODO Rewrite these constants ./inc/modules/admin/what-list_unconfirmed.php:116: // @TODO Rewritings: uid->userid ./inc/modules/admin/what-list_unconfirmed.php:68: // @TODO This constant might be unused? ./inc/modules/admin/what-list_unconfirmed.php:80: // @TODO "Please do not call me directly." Should be rewritten to a nice selection depending on ext-bonus @@ -149,8 +152,8 @@ ./inc/modules/admin/what-memedit.php:288: // @TODO Rewrite this constant ./inc/modules/admin/what-payments.php:154: // @TODO Rewritings: title->mail_title, pay->payment in template ./inc/modules/admin/what-refbanner.php:127: // @TODO Rewrite this constant -./inc/modules/admin/what-refbanner.php:149: // @TODO Rewritings: alt->alternate,cnt->counter,clx->clicks in template -./inc/modules/admin/what-refbanner.php:168: // @TODO Rewrite this constant +./inc/modules/admin/what-refbanner.php:150: // @TODO Rewritings: alt->alternate,cnt->counter,clx->clicks in template +./inc/modules/admin/what-refbanner.php:169: // @TODO Rewrite this constant ./inc/modules/admin/what-repair_amnu.php:85:// @TODO This causes the whole (!) menu cache being rebuilded ./inc/modules/admin/what-send_newsletter.php:86: // @TODO Rewrite this constant ./inc/modules/admin/what-sub_points.php:105: // @TODO Rewrite these constants diff --git a/inc/config-global.php b/inc/config-global.php index de3c4ac3c3..a0a80c4478 100644 --- a/inc/config-global.php +++ b/inc/config-global.php @@ -57,7 +57,7 @@ if (function_exists('date_default_timezone_set')) { // CFG: REGISTER-GLOBALS @import_request_variables(''); -// These constants should be rewritten +// @TODO These constants should be rewritten define('VERSION', 'v0.2.1'); define('AUTHOR' , 'Roland Häder'); define('TITLE', 'MXChange - Mail Exchange'); -- 2.39.5