]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/TODOs.txt
Wrapper introduced, renaming to the naming convention:
[mailer.git] / DOCS / TODOs.txt
index 8a9666e92795b1f60a50b03786069996b351b43f..6a46df3961cba90cbb107c755b76eda988da583a 100644 (file)
 ./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/functions.php:1222:                      // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
 ./inc/functions.php:1310:                      // @TODO Are these convertions still required?
-./inc/functions.php:1328:// @TODO Rewrite this function to use readFromFile() and writeToFile()
+./inc/functions.php:1330:// @TODO Rewrite this function to use readFromFile() and writeToFile()
 ./inc/functions.php:156:// @TODO Rewrite this to an extension 'smtp'
-./inc/functions.php:1919:      // @TODO Find a way to cache this
-./inc/functions.php:2020:      // @TODO This is still very static, rewrite it somehow
-./inc/functions.php:2200:      // @TODO Rename column data_type to e.g. mail_status
+./inc/functions.php:1921:      // @TODO Find a way to cache this
+./inc/functions.php:2022:      // @TODO This is still very static, rewrite it somehow
+./inc/functions.php:2214:      // @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', '", "');", postRequestParameter('omode'), 0);
 ./inc/language/de.php:1063:    // @TODO Rewrite these two constants
@@ -63,7 +63,7 @@
 ./inc/language/rallye_de.php:13: * @TODO Naming convention not applied for language strings             *
 ./inc/language/refback_de.php:44:// @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:451:           // @TODO This can be, somehow, rewritten
+./inc/libs/admins_functions.php:474:           // @TODO This can be, somehow, rewritten
 ./inc/libs/bonus_functions.php:194:            // @TODO Move this HTML to a template
 ./inc/libs/doubler_functions.php:44:// @TODO Lame description
 ./inc/libs/doubler_functions.php:91:                   // @TODO Can't this be moved into EL?
 ./inc/modules/member/what-unconfirmed.php:209:                         // @TODO This 'userid' cannot be saved because of encapsulated EL code
 ./inc/modules/order.php:74:            // @TODO Unused: 2,4
 ./inc/monthly/monthly_bonus.php:64:    // @TODO Rewrite this to a filter
-./inc/mysql-manager.php:1257:  // @TODO Rewrite this to a filter
-./inc/mysql-manager.php:1520:                  // @TODO Try to rewrite this to $content = SQL_FETCHARRAY()
-./inc/mysql-manager.php:1608:          // @TODO Rewrite these lines to a filter
-./inc/mysql-manager.php:1632:  // @TODO Rewrite this to a filter
-./inc/mysql-manager.php:2001:                  // @TODO Rewrite this to a filter
-./inc/mysql-manager.php:2045:// @TODO Fix inconsistency between last_module and getWhat()
+./inc/mysql-manager.php:1249:                  // @TODO Try to rewrite this to $content = SQL_FETCHARRAY()
+./inc/mysql-manager.php:1313:          // @TODO Rewrite these lines to a filter
+./inc/mysql-manager.php:1337:  // @TODO Rewrite this to a filter
+./inc/mysql-manager.php:1596:                  // @TODO Rewrite this to a filter
+./inc/mysql-manager.php:1640:// @TODO Fix inconsistency between last_module and getWhat()
 ./inc/mysql-manager.php:371:   // @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