]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/TODOs.txt
Missing cache loader added from stelzi's branch
[mailer.git] / DOCS / TODOs.txt
index 2d5c0b5dfa1896a8f27743f5ab48079eccf44cfc..45c32b2da670b999c860d63ed5e93002d92ee05d 100644 (file)
@@ -8,16 +8,17 @@
 ./inc/functions.php:1303:      // @TODO Remove this if() block if all is working fine
 ./inc/functions.php:1603:              // @TODO This can be, somehow, rewritten
 ./inc/functions.php:2330:// @TODO Rewrite all language constants to this function.
-./inc/functions.php:2563:                      $GLOBALS['cache_instance']->destroyCacheFile(); // @TODO isn't it better to do $GLOBALS['cache_instance']->destroyCacheFile('revision')?
-./inc/functions.php:2565:                      // @TODO shouldn't do the unset and the reloading $GLOBALS['cache_instance']->destroyCacheFile() Or a new methode like forceCacheReload('revision')?
+./inc/functions.php:2579:                      $GLOBALS['cache_instance']->destroyCacheFile(); // @TODO isn't it better to do $GLOBALS['cache_instance']->destroyCacheFile('revision')?
+./inc/functions.php:2581:                      // @TODO shouldn't do the unset and the reloading $GLOBALS['cache_instance']->destroyCacheFile() Or a new methode like forceCacheReload('revision')?
 ./inc/functions.php:259:                       // @TODO Fine all templates which are using these direct variables and rewrite them.
 ./inc/functions.php:260:                       // @TODO After this step is done, this else-block is history
-./inc/functions.php:2712:              // @TODO Add a little more infos here
-./inc/functions.php:2722:      // @TODO This cannot be rewritten to mxchange_die(), try to find a solution for this.
-./inc/functions.php:2819:// @TODO Implement $compress
-./inc/functions.php:2826:// @TODO Implement $decompress
-./inc/functions.php:2929:      // @TODO We may want to switch over to UTF-8 here!
-./inc/functions.php:2937:// @TODO Rewrite this function to use READ_FILE() and WRITE_FILE()
+./inc/functions.php:2658:      // @TODO What does this loop/regex do? Document it, please.
+./inc/functions.php:2751:              // @TODO Add a little more infos here
+./inc/functions.php:2761:      // @TODO This cannot be rewritten to mxchange_die(), try to find a solution for this.
+./inc/functions.php:2858:// @TODO Implement $compress
+./inc/functions.php:2865:// @TODO Implement $decompress
+./inc/functions.php:2968:      // @TODO We may want to switch over to UTF-8 here!
+./inc/functions.php:2976:// @TODO Rewrite this function to use READ_FILE() and WRITE_FILE()
 ./inc/functions.php:475:// @TODO Rewrite this to an extension 'smtp'
 ./inc/language/rallye_de.php:110:// @TODO Rewrite following two lines to one
 ./inc/language/sponsor_de.php:124:// @TODO These three constants should be moved into a template
@@ -27,7 +28,7 @@
 ./inc/libs/nickname_functions.php:59:          // @TODO Can we replace this with GET_TOTAL_DATA() ?
 ./inc/libs/rallye_functions.php:635:   $EXPIRE = getConfig('one_day') * 3; // @TODO The hard-coded value...
 ./inc/libs/rallye_functions.php:665:                   // @TODO Rewrite this to a function
-./inc/libs/rallye_functions.php:704:           // @TODO Rewrite this to our API function
+./inc/libs/rallye_functions.php:702:           // @TODO Rewrite this to our API function
 ./inc/libs/register_functions.php:53:          // @TODO Rewrite these constants
 ./inc/libs/surfbar_functions.php:1425:         // @TODO This can be somehow rewritten
 ./inc/libs/surfbar_functions.php:917:  // @TODO Invalid salt should be refused
@@ -37,7 +38,6 @@
 ./inc/libs/user_functions.php:335:                     // @TODO Make this filter working: $URL = runFilterChain('do_login', array('uid' => $uid, 'hash' => $hash, 'addon' => $ADDON));
 ./inc/libs/user_functions.php:370:             // @TODO Can this query be merged with above query?
 ./inc/libs/yoomedia_functions.php:65:  $response = YOOMEDIA_QUERY_API("out_textmail.php", true); // @TODO Ask Yoo!Media for test script
-./inc/loader/load_cache-config.php:50: // @TODO: Do we really need to cache the config???
 ./inc/load_extensions.php:13: * @TODO Rewrite this whole file to load_cache-extensions.php           *
 ./inc/mails/birthday_mails.php:85:                     // @TODO 4 is hard-coded here, should we move it out in config?
 ./inc/modules/admin/admin-inc.php:343:         // @TODO Rewrite this to $content = SQL_FETCHARRAY()
 ./inc/modules/admin/what-usr_online.php:107:           // @TODO Rewrite this constant
 ./inc/modules/admin/what-usr_online.php:51:    // @TODO Rewrite these constants
 ./inc/modules/admin/what-usr_online.php:52:    // @TODO Add a filter for sponsor
-./inc/modules/guest/what-mediadata.php:183:// @TODO Rewrite these all if-blocks to filters
+./inc/modules/guest/what-mediadata.php:186:// @TODO Rewrite these all if-blocks to filters
+./inc/modules/guest/what-mediadata.php:49:// @TODO Rewrite all constants
+./inc/modules/guest/what-mediadata.php:69:     // @TODO Find a better formular than this one
 ./inc/modules/guest/what-register.php:201:     // @TODO Rewrite this to a single filter
 ./inc/modules/guest/what-sponsor_infos.php:67:         // @TODO Rewritings: conv->conv_rate,name->conv_name in template
 ./inc/modules/guest/what-sponsor_infos.php:87:                 // @TODO Rewritings: name->pay_name,min->pay_min_count,min->pay_min_count,curr->pay_currency