From 53e518016b97748e6554bd7aa324f4e6d92d3201 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 27 Jul 2009 20:57:55 +0000 Subject: [PATCH] TODOs.txt updated, we really need a hook here, how do I do so? --- DOCS/TODOs.txt | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/DOCS/TODOs.txt b/DOCS/TODOs.txt index 90ad79fc86..2b246ceba3 100644 --- a/DOCS/TODOs.txt +++ b/DOCS/TODOs.txt @@ -15,16 +15,17 @@ ./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 @@ -201,18 +202,18 @@ ./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 -- 2.30.2