X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=DOCS%2FTODOs.txt;h=1ff32ba7889b7d4eb9677c55051f79e7e6c401d5;hp=662189be18262e5b168d808a6b119861a61cde03;hb=ee3a0b42f93de7676fca549c866c1c2e6f3f0576;hpb=e3d32ba51d2faa9d771ba684520a7cfa87fbf577 diff --git a/DOCS/TODOs.txt b/DOCS/TODOs.txt index 662189be18..1ff32ba788 100644 --- a/DOCS/TODOs.txt +++ b/DOCS/TODOs.txt @@ -7,7 +7,7 @@ ./inc/config-functions.php:138: // @TODO Make this all better... :-/ ./inc/daily/daily_beg.php:52:// @TODO This should be converted in a daily beg rallye ./inc/daily/daily_birthday.php:96: // @TODO 4 is hard-coded here, should we move it out in config? -./inc/expression-functions.php:164:// @TODO FILTER_COMPILE_CONFIG does not handle call-back functions so we handle it here again +./inc/expression-functions.php:166:// @TODO FILTER_COMPILE_CONFIG does not handle call-back functions so we handle it here again ./inc/expression-functions.php:46: // @TODO is escapeQuotes() enougth for strings with single/double quotes? ./inc/extensions/ext-html_mail.php:136: // @TODO Move these arrays into config ./inc/extensions/ext-menu.php:52: // @TODO Convert menu-Id to one coding-standard. admin(edit|_add) => admin_menu_(edit|add), mem(edit|_add) => (edit|add)_(admin|guest|member)_menu @@ -45,13 +45,13 @@ ./inc/filter/bonus_filter.php:56: // @TODO This query isn't right, it will only update if the user was for a longer time away! ./inc/filter/cache_filter.php:92: // @TODO This should be rewritten not to load the cache file for just checking if it is there for save removal. ./inc/filter/forced_filter.php:73: // @TODO This part is unfinished -./inc/functions.php:1183: // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ? -./inc/functions.php:1271: // @TODO Are these convertions still required? -./inc/functions.php:1291:// @TODO Rewrite this function to use readFromFile() and writeToFile() +./inc/functions.php:1185: // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ? +./inc/functions.php:1273: // @TODO Are these convertions still required? +./inc/functions.php:1293:// @TODO Rewrite this function to use readFromFile() and writeToFile() ./inc/functions.php:156:// @TODO Rewrite this to an extension 'smtp' -./inc/functions.php:1901: // @TODO Find a way to cache this -./inc/functions.php:2002: // @TODO This is still very static, rewrite it somehow -./inc/functions.php:2197: // @TODO Rename column data_type to e.g. mail_status +./inc/functions.php:1903: // @TODO Find a way to cache this +./inc/functions.php:2004: // @TODO This is still very static, rewrite it somehow +./inc/functions.php:2199: // @TODO Rename column data_type to e.g. mail_status ./inc/gen_sql_patches.php:95:// @TODO Rewrite this to a filter ./inc/install-functions.php:57: // @TODO DEACTIVATED: changeDataInLocalConfigurationFile('OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestElement('omode'), 0); ./inc/language/de.php:1074: // @TODO Rewrite these two constants @@ -61,7 +61,7 @@ ./inc/language-functions.php:44:// @TODO Rewrite all language constants to this function. ./inc/language/newsletter_de.php:13: * @TODO This language file is completely out-dated, please do no * ./inc/language/rallye_de.php:13: * @TODO Naming convention not applied for language strings * -./inc/language/refback_de.php:53: // @TODO Rewrite these constants to one +./inc/language/refback_de.php:51: // @TODO Rewrite these constants to one ./inc/language/sponsor_de.php:117:// @TODO Rewrite these four constants to one and use sprintf() ./inc/libs/admins_functions.php:495: // @TODO This can be, somehow, rewritten ./inc/libs/bonus_functions.php:194: // @TODO Move this HTML to a template @@ -74,7 +74,7 @@ ./inc/libs/rallye_functions.php:912: // Load count @TODO Can't we rewrite this to our API? ./inc/libs/register_functions.php:286: // @TODO Rewrite these all to a single filter ./inc/libs/sponsor_functions.php:159: // @TODO Rewrite this to API function -./inc/libs/sponsor_functions.php:430: // @TODO Rewrite this to API function +./inc/libs/sponsor_functions.php:432: // @TODO Rewrite this to API function ./inc/libs/surfbar_functions.php:1639: // @TODO This can be somehow rewritten ./inc/libs/surfbar_functions.php:746:// @TODO Can't we use our new expression language instead of this ugly code? ./inc/libs/task_functions.php:247: // @TODO These can be rewritten to filter @@ -89,12 +89,10 @@ ./inc/mails/doubler_mails.php:53:// @TODO Can this be rewritten to a filter? ./inc/module-functions.php:267: // @TODO Nothing helped??? ./inc/module-functions.php:308: // @TODO Rewrite this to a filter -./inc/modules/admin/admin-inc.php:1421: // @TODO If we can rewrite the EL sub-system to support more than one parameter, this call_user_func_array() can be avoided +./inc/modules/admin/admin-inc.php:1442: // @TODO If we can rewrite the EL sub-system to support more than one parameter, this call_user_func_array() can be avoided ./inc/modules/admin/admin-inc.php:171: // @TODO This and the next getCurrentAdminId() call might be moved into the templates? ./inc/modules/admin/admin-inc.php:242: // @TODO This can be rewritten into a filter -./inc/modules/admin/admin-inc.php:274: // @TODO Rewrite this to $content = SQL_FETCHARRAY() -./inc/modules/admin/admin-inc.php:340: // @TODO Rewrite this to $content = SQL_FETCHARRAY() -./inc/modules/admin/admin-inc.php:485:// @TODO Try to rewrite this to adminAddMenuSelectionBox() +./inc/modules/admin/admin-inc.php:506:// @TODO Try to rewrite this to adminAddMenuSelectionBox() ./inc/modules/admin/overview-inc.php:162: // @TODO Rewrite this to a filter ./inc/modules/admin/overview-inc.php:275: // @TODO Rewrite this to something with include files and/or filter ./inc/modules/admin/overview-inc.php:309: // @TODO This may also be rewritten to include files @@ -110,6 +108,7 @@ ./inc/modules/admin/what-admins_mails.php:58: // @TODO Can this be rewritten to an API function? ./inc/modules/admin/what-bonus.php:46:// @TODO Unused at the moment ./inc/modules/admin/what-config_mods.php:55: // @TODO This can be moved into mysql-function.php, see checkModulePermissions() function +./inc/modules/admin/what-config_network_types.php:60: // @TODO Do something here ./inc/modules/admin/what-config_points.php:110: // @TODO Rewrite this to a filter ./inc/modules/admin/what-config_rallye_prices.php:195: // @TODO Rewrite these two constants ./inc/modules/admin/what-config_rallye_prices.php:227: // @TODO rename: start->start_time, end->end_time @@ -131,7 +130,7 @@ ./inc/modules/admin/what-list_links.php:55: // @TODO Try to rewrite this to a filter ./inc/modules/admin/what-list_links.php:85: // @TODO Find a way to rewrite this. See some lines above for different queries ./inc/modules/admin/what-list_links.php:93: // @TODO Rewrite this to includes/filter -./inc/modules/admin/what-list_refs.php:99: // @TODO Try to rewrite some to EL +./inc/modules/admin/what-list_refs.php:100: // @TODO Try to rewrite some to EL ./inc/modules/admin/what-list_unconfirmed.php:107: // @TODO "Please do not call me directly." Should be rewritten to a nice selection depending on ext-bonus ./inc/modules/admin/what-list_unconfirmed.php:84: // @TODO This constant might be unused? define('__LIST_UNCON_TITLE', '{--ADMIN_LIST_UNCONFIRMED_BONUS_LINKS--}'); ./inc/modules/admin/what-list_user.php:247: // @TODO Rewrite this into a filter @@ -166,23 +165,23 @@ ./inc/modules/member/what-unconfirmed.php:162: // @TODO Try to rewrite this to $content = SQL_FETCHARRAY() ./inc/modules/member/what-unconfirmed.php:227: // @TODO This 'userid' cannot be saved because of encapsulated EL code ./inc/modules/order.php:78: // @TODO Unused: 2,4 -./inc/mysql-manager.php:1381: // @TODO Rewrite these lines to a filter -./inc/mysql-manager.php:1405: // @TODO Rewrite this to a filter -./inc/mysql-manager.php:1664: // @TODO Rewrite this to a filter -./inc/mysql-manager.php:1710:// @TODO Fix inconsistency between last_module and getWhat() +./inc/mysql-manager.php:1410: // @TODO Rewrite these lines to a filter +./inc/mysql-manager.php:1434: // @TODO Rewrite this to a filter +./inc/mysql-manager.php:1693: // @TODO Rewrite this to a filter +./inc/mysql-manager.php:1739:// @TODO Fix inconsistency between last_module and getWhat() ./inc/mysql-manager.php:387: // @TODO Try to rewrite this to one or more functions ./inc/mysql-manager.php:44:// @TODO Can we cache this? ./inc/purge/purge-inact.php:55: // @TODO Rewrite these if() blocks to a filter ./inc/revision-functions.php:169:// @TODO This function does also set and get in 'cache_array' -./inc/template-functions.php:1070: // @TODO Deprecate this thing -./inc/template-functions.php:1081: // @TODO Deprecate this thing -./inc/template-functions.php:1171: // @TODO This can be easily moved out after the merge from EL branch to this is complete -./inc/template-functions.php:1204: // @TODO Add a little more infos here -./inc/template-functions.php:1533:// @TODO Lame description for this function -./inc/template-functions.php:1555: // @TODO Move this in a filter -./inc/template-functions.php:184: * @TODO On some pages this is buggy -./inc/template-functions.php:273: // @TODO Remove this sanity-check if all is fine -./inc/template-functions.php:598:// @TODO $simple/$constants are deprecated +./inc/template-functions.php:1079: // @TODO Deprecate this thing +./inc/template-functions.php:1090: // @TODO Deprecate this thing +./inc/template-functions.php:1180: // @TODO This can be easily moved out after the merge from EL branch to this is complete +./inc/template-functions.php:1213: // @TODO Add a little more infos here +./inc/template-functions.php:1542:// @TODO Lame description for this function +./inc/template-functions.php:1564: // @TODO Move this in a filter +./inc/template-functions.php:193: * @TODO On some pages this is buggy +./inc/template-functions.php:282: // @TODO Remove this sanity-check if all is fine +./inc/template-functions.php:607:// @TODO $simple/$constants are deprecated ./inc/wrapper-functions.php:512:// @TODO Do some more sanity check here ./inc/xml-functions.php:189: // @TODO Handle characters ./mailid.php:139: // @TODO Rewrite this to a filter @@ -193,13 +192,13 @@ ./mailid_top.php:18: * @TODO Merge this script with mailid.php * ./mailid_top.php:196: // @TODO Rewrite this to a filter ./mailid_top.php:231: // @TODO Rewrite these blocks to filter -./network-vcheck.php:54:// @TODO Add processing of request here -./view.php:68: // @TODO No banner found, output some default banner +./network-vcheck.php:57:// @TODO Add processing of request here +./view.php:71: // @TODO No banner found, output some default banner ./templates/de/html/admin/admin_add_country.tpl:23: ./templates/de/html/admin/admin_config_other.tpl:79: ./templates/de/html/admin/admin_config_rewrite.tpl:4: ./templates/de/html/admin/admin_edit_admin_menu.tpl:4: -./templates/de/html/admin/admin_list_refs_level.tpl:21: +./templates/de/html/admin/admin_list_refs_level.tpl:20: ./templates/de/html/admin/admin_list_unconfirmed_list.tpl:3: ./templates/de/html/admin/admin_login_form.tpl:34: @TODO Doesn't work with sessions ./templates/de/html/admin/admin_login_form.tpl:37: @TODO Try to move the select box to our generic functions @@ -219,6 +218,7 @@ ./inc/daily/daily_engine.php:2:// @DEPRECATED ./inc/extensions/ext-iso3166.php:2:// @DEPRECATED ./inc/gen_refback.php:2:// @DEPRECATED +./inc/js/js-jquery.php:2:// @DEPRECATED ./inc/loader/load_cache-admin.php:2:// @DEPRECATED ./inc/loader/load_cache-config.php:2:// @DEPRECATED ./inc/loader/load_cache-extension.php:2:// @DEPRECATED @@ -230,7 +230,7 @@ ./inc/loader/load_cache-revision.php:2:// @DEPRECATED ./inc/loader/load_cache-them.php:2:// @DEPRECATED ./inc/loader/load-extensions.php:2:// @DEPRECATED -./inc/modules/admin/admin-inc.php:486:// @DEPRECATED +./inc/modules/admin/admin-inc.php:507:// @DEPRECATED ./inc/modules/admin/what-chk_regs.php:2:// @DEPRECATED ./inc/modules/admin/what-config_admins.php:2:// @DEPRECATED ./inc/modules/admin/what-config_email.php:2:// @DEPRECATED @@ -314,7 +314,9 @@ ./templates/de/html/admin/admin_list_country_edit_row.tpl:1: ./templates/de/html/admin/admin_list_network_config_row.tpl:1: ./templates/de/html/admin/admin_list_network_config.tpl:1: +./templates/de/html/admin/admin_list_refs2.tpl:1: ./templates/de/html/admin/admin_list_user_sort_form.tpl:1: +./templates/de/html/admin/admin_main_header.tpl:1: ./templates/de/html/admin/admin_mods_stats2_row.tpl:1: ./templates/de/html/admin/admin_mods_stats2.tpl:1: ./templates/de/html/admin/admin_mods_stats_row.tpl:1: @@ -330,6 +332,7 @@ ./templates/de/html/guest/guest_rallye_row.tpl:1: ./templates/de/html/guest/guest_rallye_show.tpl:1: ./templates/de/html/guest/guest_rallye.tpl:1: +./templates/de/html/js/js_jquery.tpl:1: ./templates/de/html/member/member_list_referal_level.tpl:1: ./templates/de/html/member/member_list_referal_row.tpl:1: ./templates/de/html/member/member_list_referal.tpl:1: