]> git.mxchange.org Git - city.git/commitdiff
Updated TODOs.txt
authorRoland Haeder <roland@mxchange.org>
Tue, 31 Mar 2015 16:01:17 +0000 (18:01 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 31 Mar 2015 16:01:17 +0000 (18:01 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
docs/TODOs.txt

index 1703d46639a2d15f31b5f4c05aa0a379ffc04e75..da95112d3d520786c812986a92af9a0bd299b6c8 100644 (file)
@@ -1,14 +1,28 @@
 ### WARNING: THIS FILE IS AUTO-GENERATED BY ./todo-builder.sh ###
 ### DO NOT EDIT THIS FILE. ###
-./application/city/class_ApplicationHelper.php:202:            // @TODO $this->getControllerInstance()->executeShutdownFilters($requestInstance, $responseInstance);
-./application/city/main/commands/web/class_CityWebMainCommand.php:58:   * @todo        ~10% done?
-./application/city/main/commands/web/class_CityWebMainCommand.php:71:   * @todo        0% done
+./application/city/main/city/class_BaseCity.php:133:    * @todo        Try to make this method more generic so we can move it in BaseFrameworkSystem
+./application/city/main/city/class_BaseCity.php:207:    * @todo        Find more to do here
+./application/city/main/city/testing/class_SimulationTestingCity.php:58:        * @todo        Implement this method
+./application/city/main/city/testing/class_SimulationTestingCity.php:77:               // @TODO $controllerInstance->addActivationFilter(ObjectFactory::createObjectByConfiguredName('city_foo_task_filter'));
+./application/city/main/city/testing/class_SimulationTestingCity.php:79:               // @TODO Add some filters here
+./application/city/main/city/testing/class_SimulationTestingCity.php:88:        * @todo        0% done
+./application/city/main/commands/console/class_CityConsoleMainCommand.php:114:  * @todo        0% done
+./application/city/main/commands/console/class_CityConsoleMainCommand.php:58:   * @todo        ~10% done?
+./application/city/main/commands/html/class_CityHtmlHomeCommand.php:124:        * @todo        0% done
+./application/city/main/commands/html/class_CityHtmlHomeCommand.php:58:         * @todo        ~10% done?
+./application/city/main/filter/city/class_CityInitializationFilter.php:62:                     // @TODO Can we rewrite this to app_exit() ?
+./application/city/main/filter/city/class_CityPhpRequirementsFilter.php:55:     * @todo        Add more test and try to add an extra message to the thrown exception
+./application/city/main/filter/city/class_CityWelcomeTeaserFilter.php:55:       * @todo        Handle over the $responseInstance to outputConsoleTeaser()
+./application/city/main/filter/class_BaseCityFilter.php:56:     * @todo        Exceptions from renderXmlContent() are currently unhandled
+./application/city/main/filter/shutdown/city/class_CityShutdownTaskHandlerFilter.php:55:        * @todo        0% done
+./application/city/main/filter/task/city/class_CityTaskHandlerInitializerFilter.php:55:         * @todo        Add more tasks
 ./core/inc/classes.php:10: * @todo             Minimize these includes
 ./core/inc/classes/exceptions/main/class_MissingMethodException.php:13: * @todo                Try to rewrite user/guest login classes and mark this exception as deprecated
 ./core/inc/classes/exceptions/main/class_NoConfigEntryException.php:10: * @todo                Rename this class to NoFoundEntryException
 ./core/inc/classes/interfaces/class_FrameworkInterface.php:11: * @todo         Find a better name for this interface
 ./core/inc/classes/interfaces/criteria/extended/class_LocalSearchCriteria.php:30:       * @todo        Find a nice casting here. (int) allows until and including 32766.
 ./core/inc/classes/interfaces/criteria/extended/class_LocalSearchCriteria.php:54:       * @todo        Find a nice casting here. (int) allows until and including 32766.
+./core/inc/classes/interfaces/handler/task/class_HandleableTask.php:10: * @todo                HandleableDataSet looks strange here
 ./core/inc/classes/main/class_BaseFrameworkSystem.php:1913:                    // @TODO Move the constant to e.g. BaseDatabaseResult when there is a non-cached database result available
 ./core/inc/classes/main/class_BaseFrameworkSystem.php:1994:     * @todo        Write a logging mechanism for productive mode
 ./core/inc/classes/main/class_BaseFrameworkSystem.php:2009:                    // @TODO Finish this part!
 ./core/inc/classes/main/console/class_ConsoleTools.php:45:      * @todo        We should connect this to a caching class to cache DNS requests
 ./core/inc/classes/main/console/class_ConsoleTools.php:58:             // @TODO Here should the cacher be implemented
 ./core/inc/classes/main/controller/console/class_ConsoleDefaultController.php:10: * @todo              This controller shall still provide some headlines for sidebars
+./core/inc/classes/main/controller/html/class_HtmlConfirmController.php:40:     * @todo        Add some filters to this controller
+./core/inc/classes/main/controller/html/class_HtmlDefaultController.php:10: * @todo            This controller shall still provide some headlines for sidebars
+./core/inc/classes/main/controller/html/class_HtmlLoginController.php:41:       * @todo        Add some filters to this controller
+./core/inc/classes/main/controller/html/class_HtmlLogoutController.php:10: * @todo             This controller shall still provide some headlines for sidebars
+./core/inc/classes/main/controller/html/class_HtmlLogoutDoneController.php:40:  * @todo        Add some filters to this controller
+./core/inc/classes/main/controller/html/class_HtmlProblemController.php:40:     * @todo        Add some filters to this controller
+./core/inc/classes/main/controller/html/class_HtmlRegisterController.php:40:    * @todo        Add some filters to this controller
+./core/inc/classes/main/controller/html/class_HtmlStatusController.php:10: * @todo             This controller shall still provide some headlines for sidebars
 ./core/inc/classes/main/controller/login/class_WebLoginAreaController.php:40:   * @todo        Add some morer filters to this controller
-./core/inc/classes/main/controller/web/class_WebConfirmController.php:40:       * @todo        Add some filters to this controller
-./core/inc/classes/main/controller/web/class_WebDefaultController.php:10: * @todo              This controller shall still provide some headlines for sidebars
-./core/inc/classes/main/controller/web/class_WebLoginController.php:41:         * @todo        Add some filters to this controller
-./core/inc/classes/main/controller/web/class_WebLogoutController.php:10: * @todo               This controller shall still provide some headlines for sidebars
-./core/inc/classes/main/controller/web/class_WebLogoutDoneController.php:40:    * @todo        Add some filters to this controller
-./core/inc/classes/main/controller/web/class_WebProblemController.php:40:       * @todo        Add some filters to this controller
-./core/inc/classes/main/controller/web/class_WebRegisterController.php:40:      * @todo        Add some filters to this controller
-./core/inc/classes/main/controller/web/class_WebStatusController.php:10: * @todo               This controller shall still provide some headlines for sidebars
 ./core/inc/classes/main/criteria/search/class_SearchCriteria.php:102:   * @todo        Find a nice casting here. (int) allows until and including 32766.
 ./core/inc/classes/main/criteria/search/class_SearchCriteria.php:70:    * @todo        Find a nice casting here. (int) allows until and including 32766.
 ./core/inc/classes/main/database/backend/class_CachedLocalFileDatabase.php:327:         * @todo        Do some checks on the database directory and files here
@@ -51,6 +65,8 @@
 ./core/inc/classes/main/filter/payment/class_PaymentDiscoveryFilter.php:97:     * @todo        0% done
 ./core/inc/classes/main/filter/update/class_UserUpdateFilter.php:55:    * @todo        Add more user updates here
 ./core/inc/classes/main/filter/verifier/class_AccountPasswordVerifierFilter.php:57:     * @todo        Rewrite handling of different password fields
+./core/inc/classes/main/handler/class_BaseHandler.php:66:       * @todo        Rewrite this to use DHT
+./core/inc/classes/main/handler/tasks/class_TaskHandler.php:139:               // @TODO Messurement can be added around this call
 ./core/inc/classes/main/helper/class_BaseHelper.php:173:        * @todo        Rewrite this method using a helper class for filtering data
 ./core/inc/classes/main/helper/class_BaseHelper.php:202:                       // @TODO Try to log it here
 ./core/inc/classes/main/helper/web/forms/class_WebFormHelper.php:102:   * @todo        Add some unique PIN here to bypass problems with some browser and/or extensions
@@ -69,6 +85,8 @@
 ./core/inc/classes/main/images/class_BaseImage.php:245:         * @todo        Find something usefull for this method.
 ./core/inc/classes/main/images/class_BaseImage.php:255:         * @todo        Find something usefull for this method.
 ./core/inc/classes/main/index/class_BaseIndex.php:135:  * @todo        Currently the index file is not cached, please implement a memory-handling class and if enough RAM is found, cache the whole index file.
+./core/inc/classes/main/lists/class_BaseList.php:305:                  // @TODO Extend this somehow?
+./core/inc/classes/main/lists/groups/class_ListGroupList.php:61:        * @todo        0% done
 ./core/inc/classes/main/mailer/class_BaseMailer.php:55:                // @TODO This needs testing/fixes because the deprecated method
 ./core/inc/classes/main/mailer/debug/class_DebugMailer.php:124:         * @todo        0% done
 ./core/inc/classes/main/menu/class_BaseMenu.php:59:                    // @TODO Should we log it here? We should, because it will be silently ignored.
 ./core/inc/classes/main/parser/xml/class_XmlParser.php:79:                     // @TODO We need to find a fallback solution here
 ./core/inc/classes/main/points/class_UserPoints.php:100:        * @todo        Finish loading part of points
 ./core/inc/classes/main/request/console/class_ConsoleRequest.php:106:          // @TODO Can't this be 'CONSOLE' ?
-./core/inc/classes/main/request/web/class_HttpRequest.php:10: * @todo          Move out the cookie part to a seperate class, e.g. Cookie
-./core/inc/classes/main/response/http/class_HttpResponse.php:77:        * @todo        Encryption of cookie data not yet supported.
-./core/inc/classes/main/response/http/class_HttpResponse.php:78:        * @todo        Why are these parameters conflicting?
-./core/inc/classes/main/response/http/class_HttpResponse.php:79:        * @todo        If the return statement is removed and setcookie() commented out,
-./core/inc/classes/main/response/http/class_HttpResponse.php:80:        * @todo        this will send only one cookie out, the first one.
-./core/inc/classes/main/response/image/class_ImageResponse.php:88:      * @todo        Encryption of cookie data not yet supported.
-./core/inc/classes/main/response/image/class_ImageResponse.php:89:      * @todo        Why are these parameters conflicting?
-./core/inc/classes/main/response/image/class_ImageResponse.php:90:      * @todo        If the return statement is removed and setcookie() commented out,
-./core/inc/classes/main/response/image/class_ImageResponse.php:91:      * @todo        this will send only one cookie out, the first one.
+./core/inc/classes/main/request/html/class_HtmlRequest.php:10: * @todo         Move out the cookie part to a seperate class, e.g. Cookie
+./core/inc/classes/main/response/html/class_HtmlResponse.php:83:        * @todo        Encryption of cookie data not yet supported.
+./core/inc/classes/main/response/html/class_HtmlResponse.php:84:        * @todo        Why are these parameters conflicting?
+./core/inc/classes/main/response/html/class_HtmlResponse.php:85:        * @todo        If the return statement is removed and setcookie() commented out,
+./core/inc/classes/main/response/html/class_HtmlResponse.php:86:        * @todo        this will send only one cookie out, the first one.
+./core/inc/classes/main/response/image/class_ImageResponse.php:91:      * @todo        Encryption of cookie data not yet supported.
+./core/inc/classes/main/response/image/class_ImageResponse.php:92:      * @todo        Why are these parameters conflicting?
+./core/inc/classes/main/response/image/class_ImageResponse.php:93:      * @todo        If the return statement is removed and setcookie() commented out,
+./core/inc/classes/main/response/image/class_ImageResponse.php:94:      * @todo        this will send only one cookie out, the first one.
 ./core/inc/classes/main/result/class_CachedDatabaseResult.php:244:      * @todo        0% done
 ./core/inc/classes/main/result/class_CachedDatabaseResult.php:398:      * @todo        Find a caching way without modifying the result array
 ./core/inc/classes/main/rng/class_RandomNumberGenerator.php:175:        * @todo        I had a better random number generator here but now it is somewhere lost :(
 ./core/inc/includes.php:37:// @TODO This makes the core depending on the SPL. But it should be installed anyway.
 ./core/inc/includes.php:41:// @TODO Find a nicer OOP-ed way for this
 ./core/inc/loader/class_ClassLoader.php:319:                   /* @TODO: Do not exit here. */
-./core/inc/output.php:11: * @todo              Minimize these includes
 ./core/inc/selector.php:11: * @todo            Minimize these includes
 ./core/index.php:43:    * @todo        This method is old code and needs heavy rewrite and should be moved to ApplicationHelper
 ./index.php:43:         * @todo        This method is old code and needs heavy rewrite and should be moved to ApplicationHelper
 ./core/inc/classes/exceptions/main/class_MissingMethodException.php:14: * @deprecated  Please do no longer use this exception
 ./core/inc/database.php:10: * @deprecated
 ./core/inc/includes.php:10: * @deprecated
-./core/inc/output.php:10: * @deprecated
 ./core/inc/selector.php:10: * @deprecated