]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/TODOs.txt
Renamed function, used more "pool functions":
[mailer.git] / DOCS / TODOs.txt
index 265b12d2427c00ec2c4343001ccaf16afcadebf0..5359e40fdb7710dd844a2e8afceff2febf79c5e0 100644 (file)
@@ -9,7 +9,8 @@
 ./inc/config-functions.php:326:                                        // @TODO Call setConfigEntry() somehow
 ./inc/config-functions.php:354:                // @TODO Call setConfigEntry() somehow
 ./inc/daily/daily_beg.php:52:// @TODO This should be converted in a daily beg rallye
-./inc/daily/daily_birthday.php:99:                     // @TODO 4 is hard-coded here, should we move it out in config?
+./inc/daily/daily_birthday.php:107:                    // @TODO 4 is hard-coded here, should we move it out in config?
+./inc/daily/daily_birthday.php:68:// @TODO Rewrite these if() blocks to a filter
 ./inc/email-functions.php:113: * @TODO Rewrite this to an extension 'smtp'
 ./inc/email-functions.php:209:// @TODO $rawUserId is currently unused
 ./inc/expression-functions.php:173:// @TODO FILTER_COMPILE_CONFIG does not handle call-back functions so we handle it here again
 ./inc/filter/forced_filter.php:73:             // @TODO This part is unfinished
 ./inc/filter-functions.php:119:        // @TODO Remove this forced removal after a year or so
 ./inc/filters.php:1380:                // @TODO No banner found, output some default banner
-./inc/functions.php:1131:                      // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
-./inc/functions.php:1217:                      // @TODO Are these convertions still required?
-./inc/functions.php:1238:// @TODO Rewrite this function to use readFromFile() and writeToFile()
-./inc/functions.php:1865:      // @TODO Find a way to cache this
-./inc/functions.php:1969:      // @TODO This is still very static, rewrite it somehow
-./inc/functions.php:2173:      // @TODO Rename column data_type to e.g. mail_status
-./inc/functions.php:2523:// @TODO cacheFiles is not yet supported
+./inc/functions.php:1210:                      // @TODO Are these convertions still required?
+./inc/functions.php:1231:// @TODO Rewrite this function to use readFromFile() and writeToFile()
+./inc/functions.php:1858:      // @TODO Find a way to cache this
+./inc/functions.php:1962:      // @TODO This is still very static, rewrite it somehow
+./inc/functions.php:2166:      // @TODO Rename column data_type to e.g. mail_status
+./inc/functions.php:2516:// @TODO cacheFiles is not yet supported
 ./inc/gen_sql_patches.php:95:// @TODO Rewrite this to a filter
 ./inc/header.php:66:// @TODO Find a way to not use direct module comparison
 ./inc/install-functions.php:446:       // @TODO Comparing with DEFAULT_MAIN_TITLE doesn't work
@@ -92,7 +92,7 @@
 ./inc/language/refback_de.php:51:      // @TODO Rewrite these constants to one
 ./inc/libs/admins_functions.php:537:           // @TODO This can be, somehow, rewritten
 ./inc/libs/bonus_functions.php:115:    // @TODO Rewrite this to a filter
-./inc/libs/bonus_functions.php:199:            // @TODO Move this HTML to a template
+./inc/libs/bonus_functions.php:201:            // @TODO Move this HTML to a template
 ./inc/libs/doubler_functions.php:130:// @TODO This could be rewritten to a filter
 ./inc/libs/doubler_functions.php:44:// @TODO Lame description
 ./inc/libs/doubler_functions.php:96:                   // @TODO Can't this be moved into EL?
 ./inc/libs/surfbar_functions.php:1696:         // @TODO This can be somehow rewritten
 ./inc/libs/surfbar_functions.php:479:          // @TODO if (($urlData['url_views_allowed'] != $urlData['edit']['limit']) || ($url1 != $url2)) {
 ./inc/libs/surfbar_functions.php:790:// @TODO Can't we use our new expression language instead of this ugly code?
-./inc/libs/task_functions.php:256:             // @TODO These can be rewritten to filter
+./inc/libs/task_functions.php:258:             // @TODO This can be rewritten to filter
 ./inc/libs/task_functions.php:51:// @TODO Move all extension-dependent queries into filters
 ./inc/libs/theme_functions.php:96:     // @TODO Can't this be rewritten to an API function?
 ./inc/libs/user_functions.php:325:                     // @TODO Make this filter working: $ADDON = runFilterChain('post_login_update', $content);
 ./inc/libs/yoomedia_functions.php:108: $response = YOOMEDIA_QUERY_API('out_textmail.php', TRUE); // @TODO Ask Yoo!Media for test script
 ./inc/load_config.php:75:      // @TODO Rewrite them to avoid this else block
 ./inc/loader/load-extension.php:13: * @TODO Rewrite this whole file                                        *
+./inc/mails/beg_mails.php:84:  // @TODO Rewrite these if() blocks to a filter
+./inc/mails/bonus_mails.php:84:        // @TODO Rewrite these if() blocks to a filter
 ./inc/mails/doubler_mails.php:53:// @TODO Can this be rewritten to a filter?
+./inc/mails/doubler_mails.php:75:// @TODO Rewrite these if() blocks to a filter
 ./inc/module-functions.php:273:                        // @TODO Nothing helped???
 ./inc/module-functions.php:314:                        // @TODO Rewrite this to a filter
 ./inc/modules/admin/admin-inc.php:1055:// @TODO rawUserId/content is not yet supported
 ./inc/modules/admin/what-guest_add.php:80:             // @TODO This can be somehow rewritten to a function
 ./inc/modules/admin/what-holiday_list.php:46:// @TODO Unused at the moment
 ./inc/modules/admin/what-list_admins_acls.php:126:     // @TODO Rewrite this to filter 'run_sqls'
-./inc/modules/admin/what-list_autopurge.php:47:// @TODO Rewrite those lines to filter
+./inc/modules/admin/what-list_autopurge.php:54:// @TODO Rewrite this as a filter
 ./inc/modules/admin/what-list_bonus.php:136:           // @TODO Can't this be moved into our expression language?
 ./inc/modules/admin/what-list_links.php:96:                                    // @TODO Rewrite this to includes/filter
 ./inc/modules/admin/what-list_mods.php:55:                     // @TODO This can be moved into mysql-function.php, see checkModulePermissions() function
 ./inc/modules/admin/what-list_rallye_prices.php:222:                   // @TODO Rewrite these two constants
 ./inc/modules/admin/what-list_refs.php:101:                                                    // @TODO Try to rewrite some to EL
-./inc/modules/admin/what-list_unconfirmed.php:118:     // @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:89:      // @TODO This constant might be unused? define('__LIST_UNCON_TITLE', '{--ADMIN_LIST_UNCONFIRMED_BONUS_LINKS--}');
-./inc/modules/admin/what-list_unconfirmed.php:92:      // @TODO `id` has been used two times???
+./inc/modules/admin/what-list_unconfirmed.php:115:     // @TODO "Please do not call me directly." Should be rewritten to a nice selection depending on ext-bonus
 ./inc/modules/admin/what-list_user_cats.php:54:                // @TODO No longer needed? define('__CATEGORIES_BASE'   , '<a href="{%url=modules.php?module=admin&amp;userid=');
 ./inc/modules/admin/what-list_user_cats.php:68:                                // @TODO Rewrite this to countSum.....() function
 ./inc/modules/admin/what-list_user.php:104:            // @TODO Refacture these old link generation to functions
 ./inc/modules/member/what-logout.php:17: * @TODO Rewrite the code to a filter                                   *
 ./inc/modules/member/what-logout.php:52:       // @TODO Move this in a filter, e.g. member_logout
 ./inc/modules/member/what-mydata.php:82:               // @TODO Move this to a function (for better EL code)
-./inc/modules/member/what-order.php:464:                       // @TODO Rewrite this to a filter
+./inc/modules/member/what-order.php:362:                       // @TODO Rewrite this to a filter
 ./inc/modules/member/what-order.php:72:        // @TODO Try to move out url_tlock to a filter for extra SQL statements
 ./inc/modules/member/what-payout.php:208:                                      // @TODO Rewrite this to a filter
 ./inc/modules/member/what-points.php:61:// @TODO Should we rewrite this to a filter?
 ./inc/modules/member/what-rallyes.php:99:      // @TODO Reactivate this: $content['admin'] = '<a href="{%url=modules.php?module=index&amp;what=impressum&amp;id=' . $content['admin_id'] . '%}">' . $content['login'] . '</a>';
 ./inc/modules/member/what-reflinks.php:52:// @TODO Move this into a filter
 ./inc/modules/member/what-transfer.php:128:                            // @TODO Rewrite this to a filter
-./inc/modules/member/what-unconfirmed.php:130: // @TODO This call cannot be saved as EL code cannot be "framed" in other EL code
-./inc/modules/member/what-unconfirmed.php:174: // @TODO Try to rewrite this to $content = SQL_FETCHARRAY()
-./inc/modules/member/what-unconfirmed.php:241:                 // @TODO cat_id is unused
-./inc/modules/member/what-unconfirmed.php:244:                         // @TODO This 'userid' cannot be saved because of encapsulated EL code
+./inc/modules/member/what-unconfirmed.php:124: // @TODO This call cannot be saved as EL code cannot be "framed" in other EL code
+./inc/modules/member/what-unconfirmed.php:168: // @TODO Try to rewrite this to $content = SQL_FETCHARRAY()
+./inc/modules/member/what-unconfirmed.php:235:                 // @TODO cat_id is unused
+./inc/modules/member/what-unconfirmed.php:238:                         // @TODO This 'userid' cannot be saved because of encapsulated EL code
 ./inc/modules/order.php:71:            // @TODO Unused: timestamp
+./inc/monthly/monthly_beg.php:58:      // @TODO Rewrite these if() blocks to a filter
+./inc/monthly/monthly_bonus.php:57:    // @TODO Rewrite these if() blocks to a filter
 ./inc/mysql-manager.php:1509:          // @TODO Rewrite these lines to a filter
 ./inc/mysql-manager.php:1533:  // @TODO Rewrite this to a filter
 ./inc/mysql-manager.php:1849:                  // @TODO Rewrite this to a filter