TODOs.txt again updated, we need a hook here
[mailer.git] / DOCS / TODOs.txt
index 75e32586196ff1c574ca2ccd8ac9d05851e4a360..b4afbc24cbb176b285d5a6cf0b547e6651c27ee9 100644 (file)
@@ -4,23 +4,23 @@
 ./inc/extensions/ext-sql_patches.php:705:                      // @TODO Rewrite this to a filter!
 ./inc/extensions/ext-sql_patches.php:743:              // @TODO Can we remove this? setConfigEntry('verbose_sql'        , "N");
 ./inc/extensions/ext-sql_patches.php:93:       /* @TODO SQL_ALTER_TABLE() should work now properly
-./inc/extensions.php:324:// @TODO Change from ext_id to ext_name (not just even the variable! ;-) )
-./inc/extensions.php:400:              // @TODO Extension is loaded, what next?
-./inc/functions.php:1232:      // @TODO Rewrite this unnice code
-./inc/functions.php:1293:      // @TODO Remove this if() block if all is working fine
-./inc/functions.php:1593:              // @TODO This can be, somehow, rewritten
-./inc/functions.php:2321:// @TODO Rewrite all language constants to this function.
+./inc/extensions.php:342:// @TODO Change from ext_id to ext_name (not just even the variable! ;-) )
+./inc/extensions.php:418:              // @TODO Extension is loaded, what next?
+./inc/functions.php:1237:      // @TODO Rewrite this unnice code
+./inc/functions.php:1298:      // @TODO Remove this if() block if all is working fine
+./inc/functions.php:1598:              // @TODO This can be, somehow, rewritten
+./inc/functions.php:2326:// @TODO Rewrite all language constants to this function.
 ./inc/functions.php:249:                       // @TODO Fine all templates which are using these direct variables and rewrite them.
 ./inc/functions.php:250:                       // @TODO After this step is done, this else-block is history
-./inc/functions.php:2568:                      $GLOBALS['cache_instance']->destroyCacheFile(); // @TODO isn't it better to do $GLOBALS['cache_instance']->destroyCacheFile('revision')?
-./inc/functions.php:2570:                      // @TODO shouldn't do the unset and the reloading $GLOBALS['cache_instance']->destroyCacheFile() Or a new methode like forceCacheReload('revision')?
-./inc/functions.php:2642:      searchDirsRecursive($next_dir, $last_changed); // @TODO small change to API to $last_changed = searchDirsRecursive($next_dir, $time);
-./inc/functions.php:2754:              // @TODO Add a little more infos here
-./inc/functions.php:2765:      // @TODO This cannot be rewritten to app_die(), try to find a solution for this.
-./inc/functions.php:2872:// @TODO Implement $compress
-./inc/functions.php:2879:// @TODO Implement $decompress
-./inc/functions.php:2982:      // @TODO We may want to switch over to UTF-8 here!
-./inc/functions.php:2990:// @TODO Rewrite this function to use READ_FILE() and WRITE_FILE()
+./inc/functions.php:2573:                      $GLOBALS['cache_instance']->destroyCacheFile(); // @TODO isn't it better to do $GLOBALS['cache_instance']->destroyCacheFile('revision')?
+./inc/functions.php:2575:                      // @TODO shouldn't do the unset and the reloading $GLOBALS['cache_instance']->destroyCacheFile() Or a new methode like forceCacheReload('revision')?
+./inc/functions.php:2647:      searchDirsRecursive($next_dir, $last_changed); // @TODO small change to API to $last_changed = searchDirsRecursive($next_dir, $time);
+./inc/functions.php:2759:              // @TODO Add a little more infos here
+./inc/functions.php:2770:      // @TODO This cannot be rewritten to app_die(), try to find a solution for this.
+./inc/functions.php:2877:// @TODO Implement $compress
+./inc/functions.php:2884:// @TODO Implement $decompress
+./inc/functions.php:2987:      // @TODO We may want to switch over to UTF-8 here!
+./inc/functions.php:2995:// @TODO Rewrite this function to use READ_FILE() and WRITE_FILE()
 ./inc/functions.php:465:// @TODO Rewrite this to an extension 'smtp'
 ./inc/language/de.php:1156:// @TODO Rewrite these two constants
 ./inc/language/de.php:1172:// @TODO Rewrite these five constants
@@ -56,8 +56,7 @@
 ./inc/modules/admin/overview-inc.php:226:                              // @TODO Rewrite this to something with include files
 ./inc/modules/admin/overview-inc.php:265:                                      // @TODO This may also be rewritten to include files
 ./inc/modules/admin/overview-inc.php:268:                                      default: // @TODO Unknown support mode
-./inc/modules/admin/overview-inc.php:386:              // @TODO Rewrite this to one template and use $OUT = ...
-./inc/modules/admin/overview-inc.php:415:                      // @TODO Rewritings: admin->assigned_admin,uid->userid,type->task_type_msg in template
+./inc/modules/admin/overview-inc.php:414:                      // @TODO Rewritings: admin->assigned_admin,uid->userid,type->task_type_msg in template
 ./inc/modules/admin.php:257:   // @TODO Rewrite all these constants
 ./inc/modules/admin.php:94:                            // @TODO Why is this set to 'done'?
 ./inc/modules/admin/what-add_points.php:120:                   // @TODO Rewrite these both constants
 ./mailid_top.php:211:                                                                  // @TODO Rewrite these blocks to filter
 ./surfbar.php:65:              // @TODO Display quick login form here or redirect as configured
 ### ### DEPRECATION FOLLOWS: ### ###
-./inc/functions.php:2331:              // @DEPRECATED Language array element found in BIG_LETTERS
-./inc/functions.php:2334:              // @DEPRECATED Deprecated constant found
+./inc/functions.php:2336:              // @DEPRECATED Language array element found in BIG_LETTERS
+./inc/functions.php:2339:              // @DEPRECATED Deprecated constant found
 ./inc/functions.php:234:       // @DEPRECATED Try to rewrite the if() condition
 ./inc/functions.php:248:                       // @DEPRECATED