]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/TODOs.txt
Possible fix for array_push() message
[mailer.git] / DOCS / TODOs.txt
index 5111aa34659b08b6d73d3b9f142b5e238104f8e3..1d82b0ed9362d320d71e785d7ccae55c05f2ad1e 100644 (file)
 ./inc/config-functions.php:354:                // @TODO Call setConfigEntry() somehow
 ./inc/daily/daily_beg.php:47:// @TODO This should be converted in a daily beg rallye
 ./inc/daily/daily_birthday.php:58:// @TODO Move this out to an extension
+./inc/database-functions.php:1521:             // @TODO Rewrite these lines to a filter
+./inc/database-functions.php:1545:     // @TODO Rewrite this to a filter
+./inc/database-functions.php:1861:                     // @TODO Rewrite this to a filter
+./inc/database-functions.php:2029:                             // @TODO If the EL sub-system can support more than one parameter, this call_user_func_array() can be avoided
+./inc/database-functions.php:2161:                     // @TODO Used generic 'userid' here
+./inc/database-functions.php:2379:// @TODO cacheFiles is not yet supported
+./inc/database-functions.php:39:// @TODO Can we cache this?
+./inc/database-functions.php:403:      // @TODO Try to rewrite this to one or more functions
 ./inc/email-functions.php:108: * @TODO Rewrite this to an extension 'smtp'
 ./inc/email-functions.php:204:// @TODO $rawUserId is currently unused
 ./inc/expression-functions.php:168:// @TODO FILTER_COMPILE_CONFIG does not handle call-back functions so we handle it here again
@@ -82,7 +90,7 @@
 ./inc/extensions/transfer/mode-setup.php:38:// @TODO Remove double tabs from all lines
 ./inc/extensions/transfer/mode-update.php:38:// @TODO Remove double tabs from all lines
 ./inc/extensions/user/mode-update.php:38:// @TODO Remove double tabs from all lines
-./inc/extensions/user/mode-update.php:554:                             // @TODO Make configurable through web interface
+./inc/extensions/user/mode-update.php:548:                             // @TODO Make configurable through web interface
 ./inc/filter/blacklist_filter.php:105: // @TODO Insert log entry
 ./inc/filter/blacklist_filter.php:116: // @TODO Insert log entry
 ./inc/filter/blacklist_filter.php:127: // @TODO Insert log entry
 ./inc/filter/wernis_filter.php:62:// @TODO 10% done
 ./inc/filter/wernis_filter.php:80:// @TODO 10% done
 ./inc/filter/wernis_filter.php:98:// @TODO 10% done
-./inc/functions.php:1238:                      // @TODO Are these convertions still required?
-./inc/functions.php:1259:// @TODO Rewrite this function to use readFromFile() and writeToFile()
-./inc/functions.php:1563:              // @TODO This should be rewritten not to load the cache file for just checking if it is there for save removal.
-./inc/functions.php:1939:      // @TODO Find a way to cache this
-./inc/functions.php:2043:      // @TODO This is still very static, rewrite it somehow
-./inc/functions.php:2222:      // @TODO Rename column data_type to e.g. mail_status
-./inc/functions.php:2572:// @TODO cacheFiles is not yet supported
+./inc/general-functions.php:1354:                      // @TODO Are these convertions still required?
+./inc/general-functions.php:1375:// @TODO Rewrite this function to use readFromFile() and writeToFile()
+./inc/general-functions.php:1679:              // @TODO This should be rewritten not to load the cache file for just checking if it is there for save removal.
+./inc/general-functions.php:2055:      // @TODO Find a way to cache this
+./inc/general-functions.php:2159:      // @TODO This is still very static, rewrite it somehow
+./inc/general-functions.php:2338:      // @TODO Rename column data_type to e.g. mail_status
+./inc/general-functions.php:2688:// @TODO cacheFiles is not yet supported
+./inc/general-functions.php:552:// @TODO $allowSpider is unused
 ./inc/gen_sql_patches.php:93:// @TODO Rewrite this to a filter
-./inc/install-functions.php:102:       // @TODO DEACTIVATED: changeDataInLocalConfigurationFile('OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestElement('omode'), 0);
-./inc/install-functions.php:497:       // @TODO Comparing with DEFAULT_MAIN_TITLE doesn't work
+./inc/install-functions.php:166:       // @TODO DEACTIVATED: changeDataInLocalConfigurationFile('OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestElement('omode'), 0);
+./inc/install-functions.php:561:       // @TODO Comparing with DEFAULT_MAIN_TITLE doesn't work
 ./inc/language/de.php:1150:    // @TODO Rewrite these two constants
 ./inc/language/de.php:1166:    // @TODO Rewrite these three constants
 ./inc/language/de.php:46:      // @TODO Please sort these language elements
 ./inc/modules/order.php:71:            // @TODO Unused: timestamp
 ./inc/monthly/monthly_beg.php:53:      // @TODO Rewrite these if() blocks to a filter
 ./inc/monthly/monthly_bonus.php:52:    // @TODO Rewrite these if() blocks to a filter
-./inc/mysql-manager.php:1521:          // @TODO Rewrite these lines to a filter
-./inc/mysql-manager.php:1545:  // @TODO Rewrite this to a filter
-./inc/mysql-manager.php:1861:                  // @TODO Rewrite this to a filter
-./inc/mysql-manager.php:2029:                          // @TODO If the EL sub-system can support more than one parameter, this call_user_func_array() can be avoided
-./inc/mysql-manager.php:2161:                  // @TODO Used generic 'userid' here
-./inc/mysql-manager.php:2379:// @TODO cacheFiles is not yet supported
-./inc/mysql-manager.php:39:// @TODO Can we cache this?
-./inc/mysql-manager.php:403:   // @TODO Try to rewrite this to one or more functions
 ./inc/pool-functions.php:39:// @TODO "Hook" ext-html_mail into this to allow column `html_msg`
 ./inc/template-functions.php:1073:                             // @TODO <label for="' . $prefix . '_' . $field . '"></<label> not working here
 ./inc/template-functions.php:1128:                     // @TODO Deprecate this thing
 ./inc/template-functions.php:756:                      // @TODO $userid is deprecated and should be removed from loadEmailTemplate() and replaced with $content[userid] in all templates
 ./inc/wrapper-functions.php:3293:      // @TODO Find a way to not use direct module comparison
 ./inc/wrapper-functions.php:596:// @TODO Do some more sanity check here
-./inc/xml-functions.php:235:   // @TODO Handle characters
+./inc/xml-functions.php:229:   // @TODO Handle characters
 ./mailid.php:118:              // @TODO Rewrite this to a filter/function
 ./mailid.php:155:                                      // @TODO Rewrite this to a filter
 ./mailid.php:76:// @TODO Improve check on $data['type'], empty() is not very much ...
 ### ### DEPRECATION FOLLOWS: ### ###
 ./contrib/install_svn.php:2:// @DEPRECATED
 ./inc/modules/admin/admin-inc.php:539:// @DEPRECATED
+./inc/mysql-connect.php:2:// @DEPRECATED
 ./inc/stylesheet.php:2:// @DEPRECATED
 ./inc/template-functions.php:2452:// Removes comments with @DEPRECATED
 ./inc/template-functions.php:2460:             // Is there a @DEPRECATED?