]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/TODOs.txt
More usage of EL
[mailer.git] / DOCS / TODOs.txt
index e9278d80e8f6107fbcb1f74319bf86dc67c9c59f..9f954a217757b33fa972ac772d5daf327df3bd9c 100644 (file)
 ./inc/extensions-functions.php:152:    // @TODO Do we still need this? setExtensionUpdateNotes('');
 ./inc/extensions-functions.php:434:// @TODO Change from ext_id to ext_name (not just even the variable! ;-) )
 ./inc/extensions-functions.php:564:            // @TODO Extension is loaded, what next?
-./inc/functions.php:115:               // @TODO Extension 'msg' does not exist
-./inc/functions.php:1486:                      // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
-./inc/functions.php:1509:                      // @TODO Rewrite this old lost code to a template
-./inc/functions.php:1577:                      // @TODO Are these convertions still required?
-./inc/functions.php:1595:// @TODO Rewrite this function to use readFromFile() and writeToFile()
-./inc/functions.php:178:// @TODO Rewrite this to an extension 'smtp'
-./inc/functions.php:2251:      // @TODO This is still very static, rewrite it somehow
+./inc/functions.php:112:               // @TODO Extension 'msg' does not exist
+./inc/functions.php:1490:                      // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
+./inc/functions.php:1513:                      // @TODO Rewrite this old lost code to a template
+./inc/functions.php:1581:                      // @TODO Are these convertions still required?
+./inc/functions.php:1599:// @TODO Rewrite this function to use readFromFile() and writeToFile()
+./inc/functions.php:175:// @TODO Rewrite this to an extension 'smtp'
+./inc/functions.php:2255:      // @TODO This is still very static, rewrite it somehow
 ./inc/gen_sql_patches.php:96:// @TODO Rewrite this to a filter
 ./inc/install-functions.php:59:        // @TODO DEACTIVATED: changeDataInFile(getCachePath() . 'config-local.php', 'OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestParameter('omode'), 0);
-./inc/language/de.php:1118:// @TODO Rewrite these two constants
-./inc/language/de.php:1133:// @TODO Rewrite these three constants
+./inc/language/de.php:1116:// @TODO Rewrite these two constants
+./inc/language/de.php:1131:// @TODO Rewrite these three constants
 ./inc/language/de.php:300:     // @TODO Following two are unused?
-./inc/language/de.php:811:// @TODO Are these constants longer used?
+./inc/language/de.php:810:// @TODO Are these constants longer used?
 ./inc/language-functions.php:234:      // @TODO These are all valid languages, again hard-coded
 ./inc/language-functions.php:46:// @TODO Rewrite all language constants to this function.
 ./inc/language/rallye_de.php:13: * @TODO Naming convention not applied for language strings             *
@@ -73,6 +73,8 @@
 ./inc/libs/register_functions.php:292: // @TODO Rewrite these all to a single filter
 ./inc/libs/register_functions.php:362: // @TODO Rewrite this to a filter
 ./inc/libs/register_functions.php:369: // @TODO Wether the registration bonus should only be added to user directly or through referal system should be configurable
+./inc/libs/sponsor_functions.php:162:                                  // @TODO Rewrite this to API function
+./inc/libs/sponsor_functions.php:433:                  // @TODO Rewrite this to API function
 ./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
@@ -81,9 +83,9 @@
 ./inc/libs/theme_functions.php:95:     // @TODO Can't this be rewritten to an API function?
 ./inc/libs/user_functions.php:146:     // @TODO These two constants are no longer used, maybe we reactivate this code?
 ./inc/libs/user_functions.php:234:// @TODO Double-check configuration entry here
-./inc/libs/user_functions.php:326:                     // @TODO Make this filter working: $ADDON = runFilterChain('post_login_update', $content);
-./inc/libs/user_functions.php:346:                     // @TODO Make this filter working: $url = runFilterChain('do_login', array('content' => $content, 'addon' => $ADDON));
-./inc/libs/user_functions.php:422:     // @TODO We should try to rewrite this to fetchUserData() somehow
+./inc/libs/user_functions.php:327:                     // @TODO Make this filter working: $ADDON = runFilterChain('post_login_update', $content);
+./inc/libs/user_functions.php:347:                     // @TODO Make this filter working: $url = runFilterChain('do_login', array('content' => $content, 'addon' => $ADDON));
+./inc/libs/user_functions.php:423:     // @TODO We should try to rewrite this to fetchUserData() somehow
 ./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/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-unlock_emails.php:86:                                 // @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-usage.php:89: // @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
 ./inc/modules/guest/what-beg.php:53:// @TODO No more needed? define('__BEG_UID_TIMEOUT', createFancyTime(getConfig('beg_userid_timeout')));
 ./inc/modules/guest/what-confirm.php:111:                                      // @TODO Try to rewrite the following unset()
-./inc/modules/guest/what-login.php:114:        // @TODO Move this HTML code into a template
+./inc/modules/guest/what-login.php:123:        // @TODO Move this HTML code into a template
 ./inc/modules/guest/what-mediadata.php:183:// @TODO Rewrite all these if-blocks to filters
 ./inc/modules/guest/what-mediadata.php:70:     // @TODO Find a better formular than this one
 ./inc/modules/guest/what-rallyes.php:91:       // @TODO Reactivate this: $content['admin'] = '<a href="{%url=modules.php?module=index&amp;what=impressum&amp;admin=' . $adminId . '%}">' . $login . '</a>';
 ./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:1170:  // @TODO Rewrite this to a filter
-./inc/mysql-manager.php:1417:                  // @TODO Try to rewrite this to $content = SQL_FETCHARRAY()
-./inc/mysql-manager.php:1515:  // @TODO Rewrite this to a filter
-./inc/mysql-manager.php:1882:                  // @TODO Rewrite this to a filter
-./inc/mysql-manager.php:1926:// @TODO Fix inconsistency between last_module and getWhat()
+./inc/mysql-manager.php:1173:  // @TODO Rewrite this to a filter
+./inc/mysql-manager.php:1428:                  // @TODO Try to rewrite this to $content = SQL_FETCHARRAY()
+./inc/mysql-manager.php:1536:  // @TODO Rewrite this to a filter
+./inc/mysql-manager.php:1903:                  // @TODO Rewrite this to a filter
+./inc/mysql-manager.php:1947:// @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
 ### ### DEPRECATION FOLLOWS: ### ###
 ./inc/modules/admin/admin-inc.php:439:// @DEPRECATED
 ./inc/modules/admin/what-list_network_array_translation.php:2:// @DEPRECATED
+./inc/modules/admin/what-list_network_translations.php:2:// @DEPRECATED
 ./templates/de/html/admin/admin_add_banner.tpl:1:<!-- @DEPRECATED //-->
 ./templates/de/html/admin/admin_add_network_array_translation.tpl:1:<!-- @DEPRECATED //-->
 ./templates/de/html/admin/admin_admin_add.tpl:1:<!-- @DEPRECATED //-->