X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=DOCS%2FTODOs.txt;h=bb3611baebc84de49a1d115ff8bcda605f09a014;hb=aefed3756905601b0b81c646f39fac2a70d0a09a;hp=265e6831f8a9db468a9165609f6e34e4c5adc44f;hpb=968b5160ae624519f1a9491f00e0aeadf25729fb;p=mailer.git diff --git a/DOCS/TODOs.txt b/DOCS/TODOs.txt index 265e6831f8..bb3611baeb 100644 --- a/DOCS/TODOs.txt +++ b/DOCS/TODOs.txt @@ -39,18 +39,18 @@ ./inc/extensions/ext-yoomedia.php:123: // @TODO Can this be moved into a database table? ./inc/extensions/ext-yoomedia.php:56:// @TODO Only deprecated when 'ext-network' is ready! setExtensionDeprecated('Y'); ./inc/extensions-functions.php:143: // @TODO Do we still need this? setExtensionUpdateNotes(''); -./inc/extensions-functions.php:428:// @TODO Change from ext_id to ext_name (not just even the variable! ;-) ) -./inc/extensions-functions.php:544: // @TODO Extension is loaded, what next? +./inc/extensions-functions.php:424:// @TODO Change from ext_id to ext_name (not just even the variable! ;-) ) +./inc/extensions-functions.php:540: // @TODO Extension is loaded, what next? ./inc/functions.php:115: // @TODO Extension 'msg' does not exist -./inc/functions.php:1460: // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ? -./inc/functions.php:1483: // @TODO Rewrite this old lost code to a template -./inc/functions.php:1551: // @TODO Are these convertions still required? -./inc/functions.php:1569:// @TODO Rewrite this function to use readFromFile() and writeToFile() +./inc/functions.php:1482: // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ? +./inc/functions.php:1505: // @TODO Rewrite this old lost code to a template +./inc/functions.php:1573: // @TODO Are these convertions still required? +./inc/functions.php:1591:// @TODO Rewrite this function to use readFromFile() and writeToFile() ./inc/functions.php:178:// @TODO Rewrite this to an extension 'smtp' -./inc/functions.php:2222: // @TODO This is still very static, rewrite it somehow +./inc/functions.php:2244: // @TODO This is still very static, rewrite it somehow ./inc/install-functions.php:63: // @TODO DEACTIVATED: changeDataInFile(getConfig('CACHE_PATH') . 'config-local.php', 'OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestParameter('omode'), 0); -./inc/language/de.php:1141:// @TODO Rewrite these two constants -./inc/language/de.php:1156:// @TODO Rewrite these three constants +./inc/language/de.php:1143:// @TODO Rewrite these two constants +./inc/language/de.php:1158:// @TODO Rewrite these three constants ./inc/language/de.php:309: // @TODO Following two are unused? ./inc/language/de.php:836:// @TODO Are these constants longer used? ./inc/language-functions.php:234: // @TODO These are all valid languages, again hard-coded @@ -74,9 +74,9 @@ ./inc/libs/register_functions.php:372: // @TODO Rewrite this to a filter ./inc/libs/register_functions.php:379: // @TODO Rewrite this whole if() block to addPointsThroughReferalSystem(). This will also make following if() block obsolete ./inc/libs/register_functions.php:380: // @TODO Wether the registration bonus should only be added to user directly or through referal system should be configurable -./inc/libs/surfbar_functions.php:1535: // @TODO This can be somehow rewritten -./inc/libs/surfbar_functions.php:713:// @TODO Can't we use our new expression language instead of this ugly code? -./inc/libs/surfbar_functions.php:951: // @TODO Invalid salt should be refused +./inc/libs/surfbar_functions.php:1540: // @TODO This can be somehow rewritten +./inc/libs/surfbar_functions.php:712:// @TODO Can't we use our new expression language instead of this ugly code? +./inc/libs/surfbar_functions.php:953: // @TODO Invalid salt should be refused ./inc/libs/task_functions.php:241: // @TODO These can be rewritten to filter ./inc/libs/task_functions.php:53:// @TODO Move all extension-dependent queries into filters ./inc/libs/theme_functions.php:95: // @TODO Can't this be rewritten to an API function? @@ -88,6 +88,8 @@ ./inc/libs/yoomedia_functions.php:116: $response = YOOMEDIA_QUERY_API('out_textmail.php', true); // @TODO Ask Yoo!Media for test script ./inc/load_config.php:77: // @TODO Rewrite them to avoid this else block ./inc/loader/load_cache-extension.php:13: * @TODO Rewrite this whole file to load_cache-extensions.php * +./inc/module-functions.php:197: // @TODO Nothing helped??? +./inc/module-functions.php:232: // @TODO Rewrite this to a filter ./inc/modules/admin/admin-inc.php:261: // @TODO Rewrite this to $content = SQL_FETCHARRAY() ./inc/modules/admin/admin-inc.php:266: // @TODO ACL is 'allow'... hmmm ./inc/modules/admin/admin-inc.php:332: // @TODO Rewrite this to $content = SQL_FETCHARRAY() @@ -116,8 +118,7 @@ ./inc/modules/admin/what-del_email.php:61: // @TODO Unused: cat_id, payment_id ./inc/modules/admin/what-edit_user.php:20: * @TODO Add support for ext-country * ./inc/modules/admin/what-email_stats.php:48:// @TODO Unused at the moment -./inc/modules/admin/what-extensions.php:277: // @TODO Rewrite in template: id->ext_id,name->ext_name,active->ext_active,ver->ext_ver -./inc/modules/admin/what-extensions.php:356: // @TODO Rewrite this to a filter +./inc/modules/admin/what-extensions.php:357: // @TODO Rewrite this to a filter ./inc/modules/admin/what-guest_add.php:137: // @TODO This can be somehow rewritten to a function ./inc/modules/admin/what-guest_add.php:69: // @TODO Cant this be rewritten? ./inc/modules/admin/what-guest_add.php:85: // @TODO This can be somehow rewritten to a function @@ -142,8 +143,6 @@ ./inc/modules/admin/what-mem_add.php:126: // @TODO This can be somehow rewritten to a function ./inc/modules/admin/what-mem_add.php:65: // @TODO Cant this be rewritten? ./inc/modules/admin/what-mem_add.php:81: // @TODO This can be somehow rewritten to a function -./inc/modules/admin/what-payments.php:148: // @TODO Rewritings: title->mail_title in template -./inc/modules/admin/what-refbanner.php:143: // @TODO Rewritings: alt->alternate,cnt->counter,clx->clicks in template ./inc/modules/admin/what-unlock_emails.php:89: // @TODO Rewrite these if-blocks to a filter ./inc/modules/admin/what-usage.php:88: // @TODO This code is double, see loadTemplate() and loadEmailTemplate() in functions.php ./inc/modules/admin/what-usr_online.php:51: // @TODO Add a filter for sponsor @@ -168,7 +167,6 @@ ./inc/modules/member/what-rallyes.php:91: // @TODO Reactivate this: $content['admin'] = '' . $content['login'] . ''; ./inc/modules/member/what-refback.php:126: // @TODO UNUSED: $refRow['status'] = translateUserStatus($refRow['status']); ./inc/modules/member/what-reflinks.php:54:// @TODO Move this into a filter -./inc/modules/member/what-stats.php:74: // @TODO More usage of EL at this array ./inc/modules/member/what-themes.php:116: // @TODO Move this code into a template ./inc/modules/member/what-transfer.php:132: // @TODO Rewrite this to a filter ./inc/modules/member/what-transfer.php:222: // @TODO Try to rewrite his to $content = SQL_FETCHARRAY(), see some lines above for two different queries @@ -178,24 +176,22 @@ ./inc/modules/member/what-unconfirmed.php:143: // @TODO Try to rewrite this to $content = SQL_FETCHARRAY() ./inc/modules/order.php:76: // @TODO Unused: 2,4 ./inc/monthly/monthly_bonus.php:69: // @TODO Rewrite this to a filter -./inc/mysql-manager.php:1630: // @TODO Try to rewrite this to $content = SQL_FETCHARRAY() -./inc/mysql-manager.php:1730: // @TODO Rewrite this to a filter -./inc/mysql-manager.php:2110: // @TODO Rewrite this to a filter -./inc/mysql-manager.php:2154:// @TODO Fix inconsistency between last_module and getWhat() -./inc/mysql-manager.php:229: // @TODO Nothing helped??? -./inc/mysql-manager.php:264: // @TODO Rewrite this to a filter -./inc/mysql-manager.php:589: // @TODO Try to rewrite this to one or more functions -./inc/mysql-manager.php:94:// @TODO Can we cache this? +./inc/mysql-manager.php:1410: // @TODO Try to rewrite this to $content = SQL_FETCHARRAY() +./inc/mysql-manager.php:1510: // @TODO Rewrite this to a filter +./inc/mysql-manager.php:1890: // @TODO Rewrite this to a filter +./inc/mysql-manager.php:1934:// @TODO Fix inconsistency between last_module and getWhat() +./inc/mysql-manager.php:370: // @TODO Try to rewrite this to one or more functions +./inc/mysql-manager.php:46:// @TODO Can we cache this? ./inc/reset/reset_beg.php:51:// @TODO This should be converted in a daily beg rallye ./inc/reset/reset_birthday.php:91: // @TODO 4 is hard-coded here, should we move it out in config? ./inc/revision-functions.php:153:// @TODO Please describe this function -./inc/template-functions.php:1155: // @TODO This can be easily moved out after the merge from EL branch to this is complete -./inc/template-functions.php:1188: // @TODO Add a little more infos here -./inc/template-functions.php:1473:// @TODO Lame description for this function -./inc/template-functions.php:1492: // @TODO Move this in a filter +./inc/template-functions.php:1153: // @TODO This can be easily moved out after the merge from EL branch to this is complete +./inc/template-functions.php:1186: // @TODO Add a little more infos here +./inc/template-functions.php:1474:// @TODO Lame description for this function +./inc/template-functions.php:1493: // @TODO Move this in a filter ./inc/template-functions.php:280: // @TODO Remove this sanity-check if all is fine -./inc/template-functions.php:595:// @TODO $simple/$constants are deprecated -./inc/template-functions.php:622: // @TODO Do only use $content and deprecate $GLOBALS and $DATA in templates +./inc/template-functions.php:593:// @TODO $simple/$constants are deprecated +./inc/template-functions.php:620: // @TODO Do only use $content and deprecate $GLOBALS and $DATA in templates ./inc/wrapper-functions.php:127:// @TODO Implement $compress ./inc/wrapper-functions.php:134:// @TODO Implement $decompress ./inc/wrapper-functions.php:455:// @TODO Do some more sanity check here @@ -231,14 +227,8 @@ ./templates/de/html/guest/guest_stats_member.tpl:21: @TODO We have to fix these counters. ./templates/de/html/member/member_unconfirmed_table_nopoints.tpl:11: ./templates/de/html/surfbar/surfbar_frame_textlinks.tpl:5: -./templates/de/html/surfbar/surfbar_frame_top.tpl:32:// @TODO Try to rewrite this JavaScript to js.php?js=surfbar_frame_top (wouldn't be easy) ### ### DEPRECATION FOLLOWS: ### ### ./inc/modules/admin/admin-inc.php:439:// @DEPRECATED -./templates/de/html/admin/admin_list_theme_row.tpl:1: -./templates/de/html/admin/admin_list_theme.tpl:1: -./templates/de/html/admin/admin_overview_footer_task.tpl:1: -./templates/de/html/admin/admin_overview_footer.tpl:1: -./templates/de/html/admin/admin_overview_header_task.tpl:1: ### ### template-warnings.log follows: ### ### Warning: Not parsing JavaScript templates/de/html/js/js_order_send.tpl. Warning: Not parsing JavaScript templates/de/html/js/js_cookies_disabled.tpl.