TODOs.txt updated, we really need a hook here, how do I do so?
authorRoland Häder <roland@mxchange.org>
Mon, 27 Jul 2009 20:57:55 +0000 (20:57 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 27 Jul 2009 20:57:55 +0000 (20:57 +0000)
DOCS/TODOs.txt

index 90ad79fc8670f60be4c0ae1fd23e072ca1e322a5..2b246ceba3b31f15603c945db0515769cd301898 100644 (file)
 ./inc/functions.php:1285:      // @TODO Remove this if() block if all is working fine
 ./inc/functions.php:1585:              // @TODO This can be, somehow, rewritten
 ./inc/functions.php:211:       // @TODO Remove this sanity-check if all is fine
-./inc/functions.php:2459:                      $GLOBALS['cache_instance']->destroyCacheFile(); // @TODO isn't it better to do $GLOBALS['cache_instance']->destroyCacheFile('revision')?
-./inc/functions.php:2461:                      // @TODO shouldn't do the unset and the reloading $GLOBALS['cache_instance']->destroyCacheFile() Or a new methode like forceCacheReload('revision')?
+./inc/functions.php:2389:      // @TODO The status should never be empty
+./inc/functions.php:2465:                      $GLOBALS['cache_instance']->destroyCacheFile(); // @TODO isn't it better to do $GLOBALS['cache_instance']->destroyCacheFile('revision')?
+./inc/functions.php:2467:                      // @TODO shouldn't do the unset and the reloading $GLOBALS['cache_instance']->destroyCacheFile() Or a new methode like forceCacheReload('revision')?
 ./inc/functions.php:250:                       // @TODO Fine all templates which are using these direct variables and rewrite them.
 ./inc/functions.php:251:                       // @TODO After this step is done, this else-block is history
-./inc/functions.php:2522:// @TODO Please describe this function
-./inc/functions.php:2534:      searchDirsRecursive($next_dir, $last_changed); // @TODO small change to API to $last_changed = searchDirsRecursive($next_dir, $time);
-./inc/functions.php:2617:              // @TODO Add a little more infos here
-./inc/functions.php:2628:      // @TODO This cannot be rewritten to app_die(), try to find a solution for this.
-./inc/functions.php:2785:                      // @TODO Are these convertions still required?
-./inc/functions.php:2803:// @TODO Rewrite this function to use readFromFile() and writeToFile()
+./inc/functions.php:2528:// @TODO Please describe this function
+./inc/functions.php:2540:      searchDirsRecursive($next_dir, $last_changed); // @TODO small change to API to $last_changed = searchDirsRecursive($next_dir, $time);
+./inc/functions.php:2623:              // @TODO Add a little more infos here
+./inc/functions.php:2634:      // @TODO This cannot be rewritten to app_die(), try to find a solution for this.
+./inc/functions.php:2791:                      // @TODO Are these convertions still required?
+./inc/functions.php:2809:// @TODO Rewrite this function to use readFromFile() and writeToFile()
 ./inc/functions.php:466:// @TODO Rewrite this to an extension 'smtp'
 ./inc/install-inc.php:20: * @TODO Rewrite all constants in this include file                     *
 ./inc/language/de.php:1159:// @TODO Rewrite these two constants
 ./inc/modules/member/what-transfer.php:364:            // @TODO Rewrite these constants
 ./inc/modules/member/what-transfer.php:451:                            // @TODO Rewrite all these constants
 ./inc/modules/member/what-unconfirmed.php:134: // @TODO Try to rewrite this to $content = SQL_FETCHARRAY()
-./inc/mysql-manager.php:1555:                  // @TODO Try to rewrite this to $content = SQL_FETCHARRAY()
-./inc/mysql-manager.php:1598:                  // @TODO Rewrite this to a filter
-./inc/mysql-manager.php:1776:                          // @TODO Find a way for updating $_CONFIG here
-./inc/mysql-manager.php:1800:          // @TODO Find a way for updating $_CONFIG here
-./inc/mysql-manager.php:1823:// @TODO Can this be rewritten to a filter?
-./inc/mysql-manager.php:1885:                  // @TODO Rewrite this to $content = SQL_FETCHARRAY()
+./inc/mysql-manager.php:1556:                  // @TODO Try to rewrite this to $content = SQL_FETCHARRAY()
+./inc/mysql-manager.php:1599:                  // @TODO Rewrite this to a filter
+./inc/mysql-manager.php:1777:                          // @TODO Find a way for updating $_CONFIG here
+./inc/mysql-manager.php:1801:          // @TODO Find a way for updating $_CONFIG here
+./inc/mysql-manager.php:1824:// @TODO Can this be rewritten to a filter?
+./inc/mysql-manager.php:1886:                  // @TODO Rewrite this to $content = SQL_FETCHARRAY()
 ./inc/mysql-manager.php:199:                   // @TODO Nothing helped???
-./inc/mysql-manager.php:2179:          // @TODO This can be somehow rewritten
-./inc/mysql-manager.php:513:   // @TODO Why is this global??? #100
+./inc/mysql-manager.php:2180:          // @TODO This can be somehow rewritten
 ./inc/mysql-manager.php:517:   // @TODO Try to rewrite this to one or more functions
-./inc/mysql-manager.php:953:                   // @TODO Why does this lead into an endless loop but we still need it???
-./inc/mysql-manager.php:954:                   // @TODO Commented out redirectToUrl('admin.php');
+./inc/mysql-manager.php:546:                           // @TODO Try to rewrite this to one or more functions
+./inc/mysql-manager.php:954:                   // @TODO Why does this lead into an endless loop but we still need it???
+./inc/mysql-manager.php:955:                   // @TODO Commented out redirectToUrl('admin.php');
 ./inc/wrapper-functions.php:152:// @TODO Implement $compress
 ./inc/wrapper-functions.php:159:// @TODO Implement $decompress
 ./inc/wrapper-functions.php:391:// @TODO Do some more sanity check here