]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/TODOs.txt
Remove obsolete code, fixed timezone on some machines:
[mailer.git] / DOCS / TODOs.txt
index 42bf640d8c97c10fd5eee821305e625cffe9494d..9b949e3456d4405ed2ba0642dd9d732912d9a5d3 100644 (file)
@@ -4,7 +4,6 @@
 ./beg.php:165:                 // @TODO Opps, what is missing here???
 ./birthday_confirm.php:95:             // @TODO Try to rewrite the following unset()
 ./inc/autopurge/purge-inact.php:57:    // @TODO Rewrite these if() blocks to a filter
-./inc/cache/config-local.php:126:// @TODO Rewrite the following three constants, somehow...
 ./inc/classes/cachesystem.class.php:474:       // @TODO Add support for more types which break in last else-block
 ./inc/config-functions.php:141:        // @TODO Make this all better... :-/
 ./inc/expression-functions.php:166:// @TODO FILTER_COMPILE_CONFIG does not handle call-back functions so we handle it here again
 ./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:112:               // @TODO Extension 'msg' does not exist
-./inc/functions.php:1493:                      // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
-./inc/functions.php:1516:                      // @TODO Rewrite this old lost code to a template
-./inc/functions.php:1584:                      // @TODO Are these convertions still required?
-./inc/functions.php:1602:// @TODO Rewrite this function to use readFromFile() and writeToFile()
-./inc/functions.php:175:// @TODO Rewrite this to an extension 'smtp'
-./inc/functions.php:2258:      // @TODO This is still very static, rewrite it somehow
+./inc/functions.php:1499:                      // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
+./inc/functions.php:1522:                      // @TODO Rewrite this old lost code to a template
+./inc/functions.php:1590:                      // @TODO Are these convertions still required?
+./inc/functions.php:1608:// @TODO Rewrite this function to use readFromFile() and writeToFile()
+./inc/functions.php:181:// @TODO Rewrite this to an extension 'smtp'
+./inc/functions.php:2264:      // @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:1116:// @TODO Rewrite these two constants
@@ -86,6 +85,7 @@
 ./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/user_functions.php:611:                                     // @TODO Try to rewrite the following unset()
 ./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-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: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/reset/reset_beg.php:51:// @TODO This should be converted in a daily beg rallye
 ./inc/reset/reset_birthday.php:91:                     // @TODO 4 is hard-coded here, should we move it out in config?
 ./inc/revision-functions.php:153:// @TODO Please describe this function
-./inc/template-functions.php:1136:     // @TODO This can be easily moved out after the merge from EL branch to this is complete
-./inc/template-functions.php:1169:             // @TODO Add a little more infos here
-./inc/template-functions.php:1457:// @TODO Lame description for this function
-./inc/template-functions.php:1476:                     // @TODO Move this in a filter
+./inc/template-functions.php:1141:     // @TODO This can be easily moved out after the merge from EL branch to this is complete
+./inc/template-functions.php:1174:             // @TODO Add a little more infos here
+./inc/template-functions.php:1462:// @TODO Lame description for this function
+./inc/template-functions.php:1481:                     // @TODO Move this in a filter
 ./inc/template-functions.php:189:       * @TODO On some pages this is buggy
 ./inc/template-functions.php:265:      // @TODO Remove this sanity-check if all is fine
-./inc/template-functions.php:576:// @TODO $simple/$constants are deprecated
-./inc/template-functions.php:603:      // @TODO Do only use $content and deprecate $GLOBALS and $DATA in templates
+./inc/template-functions.php:579:// @TODO $simple/$constants are deprecated
+./inc/template-functions.php:606:      // @TODO Do only use $content and deprecate $GLOBALS and $DATA in templates
 ./inc/wrapper-functions.php:132:// @TODO Implement $compress
 ./inc/wrapper-functions.php:139:// @TODO Implement $decompress
 ./inc/wrapper-functions.php:454:// @TODO Do some more sanity check here