]> git.mxchange.org Git - core.git/blobdiff - docs/TODOs.txt
Rewrite continued:
[core.git] / docs / TODOs.txt
index 61d9b7a5acc1ba991e076a07097eb91f8d491723..9401e784cb60f9af895a5f619b23af893b753b62 100644 (file)
 ### WARNING: THIS FILE IS AUTO-GENERATED BY ./contrib/todo-builder.sh ###
 ### DO NOT EDIT THIS FILE. ###
-./application/tests/class_ApplicationHelper.php:237:    * @todo        Nothing to add?
-./inc/config/class_FrameworkConfiguration.php:116:      * @todo        This method encapsulates a deprecated PHP function and should be deprecated, too.
-./inc/config/class_FrameworkConfiguration.php:227:      * @todo        We have to add some more entries from $_SERVER here
-./inc/database.php:11: * @todo         Minimize these includes
-./inc/database.php:51:// @TODO Rewrite this
-./inc/includes.php:11: * @todo         Minimize these includes
-./inc/includes.php:37:// @TODO This makes the core depending on the SPL. But it should be installed anyway.
-./inc/includes.php:41:// @TODO Find a nicer OOP-ed way for this
-./inc/loader/class_ClassLoader.php:319:                        /* @TODO: Do not exit here. */
-./inc/main/classes/class_BaseFrameworkSystem.php:2133:                 // @TODO Move the constant to e.g. BaseDatabaseResult when there is a non-cached database result available
-./inc/main/classes/class_BaseFrameworkSystem.php:2248:  * @todo        Write a logging mechanism for productive mode
-./inc/main/classes/class_BaseFrameworkSystem.php:2263:                 // @TODO Finish this part!
-./inc/main/classes/class_BaseFrameworkSystem.php:308:  // @todo Try to clean these constants up
-./inc/main/classes/class_BaseFrameworkSystem.php:3291:  * @todo        Improve documentation
-./inc/main/classes/class_BaseFrameworkSystem.php:3453:  * @todo        Move all this socket-related stuff into own class, most of it resides in BaseListener
-./inc/main/classes/class_BaseFrameworkSystem.php:550:          // @TODO __CLASS__ does always return BaseFrameworkSystem but not the extending (=child) class
-./inc/main/classes/class_BaseFrameworkSystem.php:654:   * @todo        SearchableResult and UpdateableResult shall have a super interface to use here
-./inc/main/classes/commands/console/class_ConsoleFuseCommand.php:72:           // @TODO Unfinished
-./inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php:64:     * @todo        Add some stuff here: Some personal data, app/game related data
-./inc/main/classes/commands/html/class_HtmlProblemCommand.php:58:       * @todo        0% done
-./inc/main/classes/commands/html/class_HtmlStatusCommand.php:58:        * @todo        0% done
-./inc/main/classes/console/class_ConsoleTools.php:268:  * @todo        This should be moved out to an external class, e.g. HttpClient
-./inc/main/classes/console/class_ConsoleTools.php:269:  * @todo        Make IP, host name, port and script name configurable
-./inc/main/classes/console/class_ConsoleTools.php:276:         // @TODO Add some DNS caching here
-./inc/main/classes/console/class_ConsoleTools.php:45:   * @todo        We should connect this to a caching class to cache DNS requests
-./inc/main/classes/console/class_ConsoleTools.php:58:          // @TODO Here should the cacher be implemented
-./inc/main/classes/controller/console/class_ConsoleDefaultController.php:10: * @todo           This controller shall still provide some headlines for sidebars
-./inc/main/classes/controller/html/class_HtmlConfirmController.php:40:  * @todo        Add some filters to this controller
-./inc/main/classes/controller/html/class_HtmlDefaultController.php:10: * @todo         This controller shall still provide some headlines for sidebars
-./inc/main/classes/controller/html/class_HtmlLoginController.php:41:    * @todo        Add some filters to this controller
-./inc/main/classes/controller/html/class_HtmlLogoutController.php:10: * @todo          This controller shall still provide some headlines for sidebars
-./inc/main/classes/controller/html/class_HtmlLogoutDoneController.php:40:       * @todo        Add some filters to this controller
-./inc/main/classes/controller/html/class_HtmlProblemController.php:40:  * @todo        Add some filters to this controller
-./inc/main/classes/controller/html/class_HtmlRegisterController.php:40:         * @todo        Add some filters to this controller
-./inc/main/classes/controller/html/class_HtmlStatusController.php:10: * @todo          This controller shall still provide some headlines for sidebars
-./inc/main/classes/controller/html/login/class_HtmlLoginAreaController.php:40:  * @todo        Add some morer filters to this controller
-./inc/main/classes/criteria/dataset/class_DataSetCriteria.php:150:                     // @TODO Issue a warning
-./inc/main/classes/criteria/search/class_SearchCriteria.php:102:        * @todo        Find a nice casting here. (int) allows until and including 32766.
-./inc/main/classes/criteria/search/class_SearchCriteria.php:70:         * @todo        Find a nice casting here. (int) allows until and including 32766.
-./inc/main/classes/database/backend/class_CachedLocalFileDatabase.php:327:      * @todo        Do some checks on the database directory and files here
-./inc/main/classes/database/backend/class_CachedLocalFileDatabase.php:616:      * @todo        Add more generic non-public data for removal
-./inc/main/classes/database/class_BaseDatabaseWrapper.php:204:         // @TODO Minor: Update above comment to e.g. BaseDatabaseResult
-./inc/main/classes/database/frontend/class_NewsDatabaseWrapper.php:10: * @todo         Add missing own interface for public methods
-./inc/main/classes/database/frontend/class_PaymentsDatabaseWrapper.php:10: * @todo             Add missing own interface for public methods
-./inc/main/classes/database/result/class_CachedDatabaseResult.php:244:  * @todo        0% done
-./inc/main/classes/database/result/class_CachedDatabaseResult.php:398:  * @todo        Find a caching way without modifying the result array
-./inc/main/classes/decorator/template/class_XmlRewriterTemplateDecorator.php:407:       * @todo        Find something useful with this!
-./inc/main/classes/discovery/payment/class_LocalPaymentDiscovery.php:85:        * @todo        0% done
-./inc/main/classes/factories/logger/class_LoggerFactory.php:46:                // @TODO Unfinished work
-./inc/main/classes/factories/login/class_LoginFactory.php:39:   * @return      $loginInstance          An instance of a login helper (@TODO Use actual interface name)
-./inc/main/classes/factories/user/class_UserFactory.php:39:     * @return      $userInstance           An instance of a user class (@TODO use actual interface name)
-./inc/main/classes/feature/fuse/class_FuseFeature.php:52:       * @todo        0% done
-./inc/main/classes/file_directories/binary/class_BaseBinaryFile.php:848:               // @TODO Unfinished
-./inc/main/classes/file_directories/class_BaseAbstractFile.php:154:     * @todo        Handle seekStatus
-./inc/main/classes/file_directories/class_BaseFileIo.php:171:   * @todo        Handle seekStatus
-./inc/main/classes/file_directories/directory/class_FrameworkDirectoryPointer.php:68:   * @todo        Get rid of inConstructor, could be old-lost code.
-./inc/main/classes/file_directories/io_stream/class_FileIoStream.php:264:       * @todo        0% done
-./inc/main/classes/file_directories/io_stream/class_FileIoStream.php:74:        * @todo        This method needs heavy rewrite
-./inc/main/classes/filter/change/class_EmailChangeFilter.php:55:        * @todo        Implement email change of the user here. HINT: Use the User class!
-./inc/main/classes/filter/change/class_PasswordChangeFilter.php:55:     * @todo        Finished updating user password hash here. HINT: Use the User class again.
-./inc/main/classes/filter/news/class_NewsProcessFilter.php:55:  * @todo        Unfinished stub, add functionality here
-./inc/main/classes/filter/payment/class_PaymentDiscoveryFilter.php:97:  * @todo        0% done
-./inc/main/classes/filter/update/class_UserUpdateFilter.php:55:         * @todo        Add more user updates here
-./inc/main/classes/filter/verifier/class_AccountPasswordVerifierFilter.php:57:  * @todo        Rewrite handling of different password fields
-./inc/main/classes/handler/class_BaseHandler.php:66:    * @todo        Rewrite this to use DHT
-./inc/main/classes/handler/raw_data/network/class_BaseRawDataHandler.php:149:   * @todo        This method will be moved to a better place
-./inc/main/classes/handler/tasks/class_TaskHandler.php:142:            // @TODO Messurement can be added around this call
-./inc/main/classes/helper/class_BaseHelper.php:183:     * @todo        Rewrite this method using a helper class for filtering data
-./inc/main/classes/helper/class_BaseHelper.php:212:                    // @TODO Try to log it here
-./inc/main/classes/helper/class_BaseHelper.php:478:                    $this->debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] fieldName=' . $fieldName . ' is not set! - @TODO');
-./inc/main/classes/helper/html/forms/class_HtmlFormHelper.php:102:      * @todo        Add some unique PIN here to bypass problems with some browser and/or extensions
-./inc/main/classes/helper/html/forms/class_HtmlFormHelper.php:621:      * @todo        Add checking if sub option is already added
-./inc/main/classes/helper/html/forms/class_HtmlFormHelper.php:649:      * @todo        Add checking if sub option is already added
-./inc/main/classes/helper/html/forms/class_HtmlFormHelper.php:683:                     // @TODO We need to log this later
-./inc/main/classes/helper/html/forms/class_HtmlFormHelper.php:852:      * @todo        Implement check if rules have been changed
-./inc/main/classes/helper/html/links/class_HtmlLinkHelper.php:184:      * @todo        Completely unimplemented
-./inc/main/classes/images/class_BaseImage.php:172:      * @todo        Find something usefull for this method.
-./inc/main/classes/images/class_BaseImage.php:182:      * @todo        Find something usefull for this method.
-./inc/main/classes/images/class_BaseImage.php:192:      * @todo        Find something usefull for this method.
-./inc/main/classes/images/class_BaseImage.php:202:      * @todo        Find something usefull for this method.
-./inc/main/classes/images/class_BaseImage.php:212:      * @todo        Find something usefull for this method.
-./inc/main/classes/images/class_BaseImage.php:231:      * @todo        Find something usefull for this method.
-./inc/main/classes/images/class_BaseImage.php:250:      * @todo        Find something usefull for this method.
-./inc/main/classes/images/class_BaseImage.php:261:      * @todo        Find something usefull for this method.
-./inc/main/classes/images/class_BaseImage.php:271:      * @todo        Find something usefull for this method.
-./inc/main/classes/index/class_BaseIndex.php:150:       * @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.
-./inc/main/classes/listener/class_BaseListener.php:346:                                // @TODO On some systems it is 134, on some 107?
-./inc/main/classes/listener/class_BaseListener.php:519:                        // @TODO Does this work on Windozer boxes???
-./inc/main/classes/lists/class_BaseList.php:305:                       // @TODO Extend this somehow?
-./inc/main/classes/lists/groups/class_ListGroupList.php:61:     * @todo        0% done
-./inc/main/classes/mailer/debug/class_DebugMailer.php:124:      * @todo        0% done
-./inc/main/classes/menu/class_BaseMenu.php:65:                 // Log exception @TODO Maybe to intrusive?
-./inc/main/classes/output/console/class_ConsoleOutput.php:56:          // @TODO Need to rewrite this to $requestInstance->addHeader()
-./inc/main/classes/parser/xml/class_XmlParser.php:79:                  // @TODO We need to find a fallback solution here
-./inc/main/classes/points/class_UserPoints.php:100:     * @todo        Finish loading part of points
-./inc/main/classes/request/console/class_ConsoleRequest.php:112:               // @TODO Can't this be 'CONSOLE' ?
-./inc/main/classes/request/html/class_HtmlRequest.php:10: * @todo              Move out the cookie part to a seperate class, e.g. Cookie
-./inc/main/classes/response/html/class_HtmlResponse.php:83:     * @todo        Encryption of cookie data not yet supported.
-./inc/main/classes/response/html/class_HtmlResponse.php:84:     * @todo        Why are these parameters conflicting?
-./inc/main/classes/response/html/class_HtmlResponse.php:85:     * @todo        If the return statement is removed and setcookie() commented out,
-./inc/main/classes/response/html/class_HtmlResponse.php:86:     * @todo        this will send only one cookie out, the first one.
-./inc/main/classes/response/image/class_ImageResponse.php:79:          // @TODO Please fix this
-./inc/main/classes/response/image/class_ImageResponse.php:95:   * @todo        Encryption of cookie data not yet supported.
-./inc/main/classes/response/image/class_ImageResponse.php:96:   * @todo        Why are these parameters conflicting?
-./inc/main/classes/response/image/class_ImageResponse.php:97:   * @todo        If the return statement is removed and setcookie() commented out,
-./inc/main/classes/response/image/class_ImageResponse.php:98:   * @todo        this will send only one cookie out, the first one.
-./inc/main/classes/rng/class_RandomNumberGenerator.php:175:     * @todo        I had a better random number generator here but now it is somewhere lost :(
-./inc/main/classes/rng/class_RandomNumberGenerator.php:97:      * @todo        Add site key for stronger salt!
-./inc/main/classes/stacker/file/class_BaseFileStack.php:162:    * @todo        Currently the stack file is not cached, please implement a memory-handling class and if enough RAM is found, cache the whole stack file.
-./inc/main/classes/stacker/file/class_BaseFileStack.php:337:           // @TODO Please implement this, returning FALSE
-./inc/main/classes/stacker/file/class_BaseFileStack.php:60:     * @todo        To hard assertions here, better rewrite them to exceptions
-./inc/main/classes/template/class_BaseTemplateEngine.php:1064:                 // @TODO This silent abort should be logged, maybe.
-./inc/main/classes/template/class_BaseTemplateEngine.php:1072:                 // @TODO Old behaviour, will become obsolete!
-./inc/main/classes/template/class_BaseTemplateEngine.php:1075:                 // @TODO Yet another old way
-./inc/main/classes/template/class_BaseTemplateEngine.php:1298:  * @todo        Make this code some nicer...
-./inc/main/classes/template/class_BaseTemplateEngine.php:961:   * @todo        Unfinished work or don't die here.
-./inc/main/classes/template/class_BaseTemplateEngine.php:986:                          // @TODO Non-string found so we need some deeper analysis...
-./inc/main/classes/template/console/class_ConsoleTemplateEngine.php:10: * @todo                This template engine does not make use of setTemplateType()
-./inc/main/classes/template/image/class_ImageTemplateEngine.php:215:    * @todo        Find something usefull with this!
-./inc/main/classes/template/image/class_ImageTemplateEngine.php:235:    * @todo        Add cache creation here
-./inc/main/classes/template/mail/class_MailTemplateEngine.php:10: * @todo              This template engine does not make use of setTemplateType()
-./inc/main/classes/template/mail/class_MailTemplateEngine.php:228:      * @todo        Add cache creation here
-./inc/main/classes/template/mail/class_MailTemplateEngine.php:238:      * @todo        Should we call back the mailer class here?
-./inc/main/classes/template/mail/class_MailTemplateEngine.php:317:      * @todo        0% done
-./inc/main/classes/template/menu/class_MenuTemplateEngine.php:305:      * @todo        Find something useful with this!
-./inc/main/classes/template/menu/class_MenuTemplateEngine.php:351:      * @todo        Add cache creation here
-./inc/main/classes/user/class_BaseUser.php:309:         * @todo        Try to make this method more generic so we can move it in BaseFrameworkSystem
-./inc/main/classes/user/class_BaseUser.php:81:  * @todo        Find a way of casting here. "(int)" might destroy the user id > 32766
-./inc/main/classes/user/guest/class_Guest.php:46:       * @todo        Add more ways over creating user classes
-./inc/main/classes/user/member/class_Member.php:88:     * @todo        Add more ways over creating user classes
-./inc/main/exceptions/config/class_NoConfigEntryException.php:10: * @todo              Rename this class to NoFoundEntryException
-./inc/main/exceptions/main/class_MissingMethodException.php:13: * @todo                Try to rewrite user/guest login classes and mark this exception as deprecated
-./inc/main/interfaces/application/class_ManageableApplication.php:58:   * @todo        Nothing to add?
-./inc/main/interfaces/class_FrameworkInterface.php:11: * @todo         Find a better name for this interface
-./inc/main/interfaces/criteria/extended/class_LocalSearchCriteria.php:30:       * @todo        Find a nice casting here. (int) allows until and including 32766.
-./inc/main/interfaces/criteria/extended/class_LocalSearchCriteria.php:54:       * @todo        Find a nice casting here. (int) allows until and including 32766.
-./inc/main/interfaces/database/backend/class_DatabaseBackend.php:109:   * @todo        Add more generic non-data for removal
-./inc/main/interfaces/database/backend/class_DatabaseBackend.php:61:    * @todo        Do some checks on the database directory and files here
-./inc/main/interfaces/handler/task/class_HandleableTask.php:10: * @todo                HandleableDataSet looks strange here
-./inc/main/middleware/compressor/class_CompressorChannel.php:103:                      // @TODO Is there a configurable fall-back compressor needed, or is NullCompressor okay?
-./inc/main/middleware/debug/class_DebugMiddleware.php:118:                     // @TODO Initialization phase
-./inc/main/middleware/io/class_FileIoHandler.php:174:   * @todo        0% done
-./inc/main/third_party/api/wernisportal/class_WernisApi.php:10: * @todo                Out-dated since 0.6-BETA
-./inc/selector.php:11: * @todo         Minimize these includes
-./index.php:43:         * @todo        This method is old code and needs heavy rewrite and should be moved to ApplicationHelper
+./application/tests/class_ApplicationHelper.php:273:    * @todo        Nothing to add?
+./framework/config/class_FrameworkConfiguration.php:126:        * @todo        This method encapsulates a deprecated PHP function and should be deprecated, too.
+./framework/config/class_FrameworkConfiguration.php:251:        * @todo        Have to check some more entries from $_SERVER here
+./framework/loader/class_ClassLoader.php:232:                          // @TODO Throw exception instead of break
+./framework/loader/class_ClassLoader.php:423:                  /* @TODO: Do not exit here. */
+./framework/main/classes/cache/class_MemoryCache.php:17: * @todo               Rename to InProgressCache
+./framework/main/classes/class_BaseFrameworkSystem.php:2136:                   // @TODO Move the constant to e.g. BaseDatabaseResult when there is a non-cached database result available
+./framework/main/classes/class_BaseFrameworkSystem.php:2251:    * @todo        Write a logging mechanism for productive mode
+./framework/main/classes/class_BaseFrameworkSystem.php:2266:                   // @TODO Finish this part!
+./framework/main/classes/class_BaseFrameworkSystem.php:3266:    * @todo        Improve documentation
+./framework/main/classes/class_BaseFrameworkSystem.php:3376:    * @todo        Move all this socket-related stuff into own class, most of it resides in BaseListener
+./framework/main/classes/class_BaseFrameworkSystem.php:345:    // @todo Try to clean these constants up
+./framework/main/classes/class_BaseFrameworkSystem.php:590:            // @TODO __CLASS__ does always return BaseFrameworkSystem but not the extending (=child) class
+./framework/main/classes/class_BaseFrameworkSystem.php:694:     * @todo        SearchableResult and UpdateableResult shall have a super interface to use here
+./framework/main/classes/commands/console/class_ConsoleFuseCommand.php:83:             // @TODO Unfinished
+./framework/main/classes/commands/html/class_HtmlLoginAreaCommand.php:78:       * @todo        Add some stuff here: Some personal data, app/game related data
+./framework/main/classes/commands/html/class_HtmlProblemCommand.php:70:         * @todo        0% done
+./framework/main/classes/commands/html/class_HtmlStatusCommand.php:70:  * @todo        0% done
+./framework/main/classes/console/class_ConsoleTools.php:166:    * @todo        This should be connected to a caching class to cache DNS requests
+./framework/main/classes/console/class_ConsoleTools.php:191:           // @TODO Here should the cacher be implemented
+./framework/main/classes/console/class_ConsoleTools.php:289:    * @todo        This should be moved out to an external class, e.g. HttpClient
+./framework/main/classes/console/class_ConsoleTools.php:290:    * @todo        Make IP, host name, port and script name configurable
+./framework/main/classes/console/class_ConsoleTools.php:297:           // @TODO Add some DNS caching here
+./framework/main/classes/controller/console/class_ConsoleDefaultController.php:19: * @todo             This controller shall still provide some headlines for sidebars
+./framework/main/classes/controller/html/class_HtmlConfirmController.php:50:    * @todo        Add some filters to this controller
+./framework/main/classes/controller/html/class_HtmlDefaultController.php:20: * @todo           This controller shall still provide some headlines for sidebars
+./framework/main/classes/controller/html/class_HtmlLoginController.php:51:      * @todo        Add some filters to this controller
+./framework/main/classes/controller/html/class_HtmlLogoutController.php:21: * @todo            This controller shall still provide some headlines for sidebars
+./framework/main/classes/controller/html/class_HtmlLogoutDoneController.php:50:         * @todo        Add some filters to this controller
+./framework/main/classes/controller/html/class_HtmlProblemController.php:50:    * @todo        Add some filters to this controller
+./framework/main/classes/controller/html/class_HtmlRegisterController.php:50:   * @todo        Add some filters to this controller
+./framework/main/classes/controller/html/class_HtmlStatusController.php:20: * @todo            This controller shall still provide some headlines for sidebars
+./framework/main/classes/controller/html/login/class_HtmlLoginAreaController.php:51:    * @todo        Add some morer filters to this controller
+./framework/main/classes/criteria/dataset/class_DataSetCriteria.php:157:                       // @TODO Issue a warning
+./framework/main/classes/criteria/search/class_SearchCriteria.php:109:  * @todo        Find a nice casting here. (int) allows until and including 32766.
+./framework/main/classes/criteria/search/class_SearchCriteria.php:77:   * @todo        Find a nice casting here. (int) allows until and including 32766.
+./framework/main/classes/database/backend/class_CachedLocalFileDatabase.php:339:        * @todo        Do some checks on the database directory and files here
+./framework/main/classes/database/backend/class_CachedLocalFileDatabase.php:628:        * @todo        Add more generic non-public data for removal
+./framework/main/classes/database/class_BaseDatabaseWrapper.php:214:           // @TODO Minor: Update above comment to e.g. BaseDatabaseResult
+./framework/main/classes/database/frontend/class_NewsDatabaseWrapper.php:17: * @todo           Add missing own interface for public methods
+./framework/main/classes/database/frontend/class_PaymentsDatabaseWrapper.php:16: * @todo               Add missing own interface for public methods
+./framework/main/classes/database/result/class_CachedDatabaseResult.php:260:    * @todo        0% done
+./framework/main/classes/database/result/class_CachedDatabaseResult.php:414:    * @todo        Find a caching way without modifying the result array
+./framework/main/classes/decorator/template/class_XmlRewriterTemplateDecorator.php:415:         * @todo        Find something useful with this!
+./framework/main/classes/discovery/payment/class_LocalPaymentDiscovery.php:95:  * @todo        0% done
+./framework/main/classes/factories/logger/class_LoggerFactory.php:53:          // @TODO Unfinished work
+./framework/main/classes/factories/login/class_LoginFactory.php:47:     * @return      $loginInstance          An instance of a login helper (@TODO Use actual interface name)
+./framework/main/classes/factories/user/class_UserFactory.php:48:       * @return      $userInstance           An instance of a user class (@TODO use actual interface name)
+./framework/main/classes/feature/fuse/class_FuseFeature.php:59:         * @todo        0% done
+./framework/main/classes/file_directories/binary/class_BaseBinaryFile.php:856:         // @TODO Unfinished
+./framework/main/classes/file_directories/class_BaseAbstractFile.php:162:       * @todo        Handle seekStatus
+./framework/main/classes/file_directories/class_BaseFileIo.php:180:     * @todo        Handle seekStatus
+./framework/main/classes/file_directories/directory/class_FrameworkDirectoryPointer.php:78:     * @todo        Get rid of inConstructor, could be old-lost code.
+./framework/main/classes/file_directories/io_stream/class_FileIoStream.php:273:         * @todo        0% done
+./framework/main/classes/file_directories/io_stream/class_FileIoStream.php:83:  * @todo        This method needs heavy rewrite
+./framework/main/classes/filter/change/class_EmailChangeFilter.php:65:  * @todo        Implement email change of the user here. HINT: Use the User class!
+./framework/main/classes/filter/change/class_PasswordChangeFilter.php:65:       * @todo        Finished updating user password hash here. HINT: Use the User class again.
+./framework/main/classes/filter/news/class_NewsProcessFilter.php:64:    * @todo        Unfinished stub, add functionality here
+./framework/main/classes/filter/payment/class_PaymentDiscoveryFilter.php:111:   * @todo        0% done
+./framework/main/classes/filter/update/class_UserUpdateFilter.php:65:   * @todo        Add more user updates here
+./framework/main/classes/filter/verifier/class_AccountPasswordVerifierFilter.php:69:    * @todo        Rewrite handling of different password fields
+./framework/main/classes/filter/verifier/class_EmailVerifierFilter.php:64:      * @todo        0% done
+./framework/main/classes/handler/class_BaseHandler.php:74:      * @todo        Rewrite this to use DHT
+./framework/main/classes/handler/raw_data/network/class_BaseRawDataHandler.php:156:     * @todo        This method will be moved to a better place
+./framework/main/classes/handler/tasks/class_TaskHandler.php:153:              // @TODO Messurement can be added around this call
+./framework/main/classes/helper/class_BaseHelper.php:193:       * @todo        Rewrite this method using a helper class for filtering data
+./framework/main/classes/helper/class_BaseHelper.php:222:                      // @TODO Try to log it here
+./framework/main/classes/helper/class_BaseHelper.php:488:                      $this->debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] fieldName=' . $fieldName . ' is not set! - @TODO');
+./framework/main/classes/helper/html/forms/class_HtmlFormHelper.php:113:        * @todo        Add some unique PIN here to bypass problems with some browser and/or extensions
+./framework/main/classes/helper/html/forms/class_HtmlFormHelper.php:632:        * @todo        Add checking if sub option is already added
+./framework/main/classes/helper/html/forms/class_HtmlFormHelper.php:660:        * @todo        Add checking if sub option is already added
+./framework/main/classes/helper/html/forms/class_HtmlFormHelper.php:694:                       // @TODO We need to log this later
+./framework/main/classes/helper/html/forms/class_HtmlFormHelper.php:863:        * @todo        Implement check if rules have been changed
+./framework/main/classes/helper/html/links/class_HtmlLinkHelper.php:194:        * @todo        Completely unimplemented
+./framework/main/classes/images/class_BaseImage.php:179:        * @todo        Find something usefull for this method.
+./framework/main/classes/images/class_BaseImage.php:189:        * @todo        Find something usefull for this method.
+./framework/main/classes/images/class_BaseImage.php:199:        * @todo        Find something usefull for this method.
+./framework/main/classes/images/class_BaseImage.php:209:        * @todo        Find something usefull for this method.
+./framework/main/classes/images/class_BaseImage.php:219:        * @todo        Find something usefull for this method.
+./framework/main/classes/images/class_BaseImage.php:238:        * @todo        Find something usefull for this method.
+./framework/main/classes/images/class_BaseImage.php:257:        * @todo        Find something usefull for this method.
+./framework/main/classes/images/class_BaseImage.php:268:        * @todo        Find something usefull for this method.
+./framework/main/classes/images/class_BaseImage.php:278:        * @todo        Find something usefull for this method.
+./framework/main/classes/index/class_BaseIndex.php:159:         * @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.
+./framework/main/classes/listener/class_BaseListener.php:356:                          // @TODO On some systems it is 134, on some 107?
+./framework/main/classes/listener/class_BaseListener.php:529:                  // @TODO Does this work on Windozer boxes???
+./framework/main/classes/lists/class_BaseList.php:318:                 // @TODO Extend this somehow?
+./framework/main/classes/lists/groups/class_ListGroupList.php:68:       * @todo        0% done
+./framework/main/classes/mailer/debug/class_DebugMailer.php:137:        * @todo        0% done
+./framework/main/classes/menu/class_BaseMenu.php:75:                   // Log exception @TODO Maybe to intrusive?
+./framework/main/classes/output/console/class_ConsoleOutput.php:64:            // @TODO Need to rewrite this to $requestInstance->addHeader()
+./framework/main/classes/parser/xml/class_XmlParser.php:87:                    // @TODO We need to find a fallback solution here
+./framework/main/classes/points/class_UserPoints.php:112:       * @todo        Finish loading part of points
+./framework/main/classes/points/class_UserPoints.php:184:       * @todo        $requestInstance is currently unused
+./framework/main/classes/request/console/class_ConsoleRequest.php:118:         // @TODO Can't this be 'CONSOLE' ?
+./framework/main/classes/request/html/class_HtmlRequest.php:16: * @todo                Move out the cookie part to a seperate class, e.g. Cookie
+./framework/main/classes/response/html/class_HtmlResponse.php:80:       * @todo        Encryption of cookie data not yet supported.
+./framework/main/classes/response/html/class_HtmlResponse.php:81:       * @todo        Why are these parameters conflicting?
+./framework/main/classes/response/html/class_HtmlResponse.php:82:       * @todo        If the return statement is removed and setcookie() commented out,
+./framework/main/classes/response/html/class_HtmlResponse.php:83:       * @todo        this will send only one cookie out, the first one.
+./framework/main/classes/response/image/class_ImageResponse.php:76:            // @TODO Please fix this
+./framework/main/classes/response/image/class_ImageResponse.php:92:     * @todo        Encryption of cookie data not yet supported.
+./framework/main/classes/response/image/class_ImageResponse.php:93:     * @todo        Why are these parameters conflicting?
+./framework/main/classes/response/image/class_ImageResponse.php:94:     * @todo        If the return statement is removed and setcookie() commented out,
+./framework/main/classes/response/image/class_ImageResponse.php:95:     * @todo        this will send only one cookie out, the first one.
+./framework/main/classes/rng/class_RandomNumberGenerator.php:104:       * @todo        Add site key for stronger salt!
+./framework/main/classes/rng/class_RandomNumberGenerator.php:182:       * @todo        I had a better random number generator here but now it is somewhere lost :(
+./framework/main/classes/stacker/file/class_BaseFileStack.php:170:      * @todo        Currently the stack file is not cached, please implement a memory-handling class and if enough RAM is found, cache the whole stack file.
+./framework/main/classes/stacker/file/class_BaseFileStack.php:345:             // @TODO Please implement this, returning false
+./framework/main/classes/stacker/file/class_BaseFileStack.php:68:       * @todo        To hard assertions here, better rewrite them to exceptions
+./framework/main/classes/streams/crypto/class_McryptStream.php:16: * @todo             mcrypt will become deprecated, rewrite to OpenSSL
+./framework/main/classes/template/class_BaseTemplateEngine.php:1065:                   // @TODO This silent abort should be logged, maybe.
+./framework/main/classes/template/class_BaseTemplateEngine.php:1073:                   // @TODO Old behaviour, will become obsolete!
+./framework/main/classes/template/class_BaseTemplateEngine.php:1076:                   // @TODO Yet another old way
+./framework/main/classes/template/class_BaseTemplateEngine.php:1299:    * @todo        Make this code some nicer...
+./framework/main/classes/template/class_BaseTemplateEngine.php:962:     * @todo        Unfinished work or don't die here.
+./framework/main/classes/template/class_BaseTemplateEngine.php:987:                            // @TODO Non-string found so we need some deeper analysis...
+./framework/main/classes/template/console/class_ConsoleTemplateEngine.php:21: * @todo          This template engine does not make use of setTemplateType()
+./framework/main/classes/template/image/class_ImageTemplateEngine.php:231:      * @todo        Find something usefull with this!
+./framework/main/classes/template/image/class_ImageTemplateEngine.php:251:      * @todo        Add cache creation here
+./framework/main/classes/template/mail/class_MailTemplateEngine.php:244:        * @todo        Add cache creation here
+./framework/main/classes/template/mail/class_MailTemplateEngine.php:24: * @todo                This template engine does not make use of setTemplateType()
+./framework/main/classes/template/mail/class_MailTemplateEngine.php:254:        * @todo        Should we call back the mailer class here?
+./framework/main/classes/template/mail/class_MailTemplateEngine.php:333:        * @todo        0% done
+./framework/main/classes/template/menu/class_MenuTemplateEngine.php:319:        * @todo        Find something useful with this!
+./framework/main/classes/template/menu/class_MenuTemplateEngine.php:365:        * @todo        Add cache creation here
+./framework/main/classes/user/class_BaseUser.php:320:   * @todo        Try to make this method more generic so we can move it in BaseFrameworkSystem
+./framework/main/classes/user/class_BaseUser.php:92:    * @todo        Find a way of casting here. "(int)" might destroy the user id > 32766
+./framework/main/classes/user/guest/class_Guest.php:55:         * @todo        Add more ways over creating user classes
+./framework/main/classes/user/member/class_Member.php:98:       * @todo        Add more ways over creating user classes
+./framework/main/exceptions/compressor/class_MismatchingCompressorsException.php:16: * @todo           Rename to CompressorMismatchException
+./framework/main/exceptions/config/class_ConfigValueTypeUnsupportedException.php:18: * @todo           These are invalid argument exceptions
+./framework/main/exceptions/config/class_NoConfigEntryException.php:16: * @todo                Rename this class to NoFoundEntryException
+./framework/main/exceptions/language/class_LanguagePathIsNoDirectoryException.php:16: * @todo          Don't use this anymore
+./framework/main/exceptions/main/class_MissingMethodException.php:19: * @todo          Try to rewrite user/guest login classes and mark this exception as deprecated
+./framework/main/exceptions/socket/class_NoSocketErrorDetectedException.php:15: * @todo                Those are logic exceptions and should be rewritten
+./framework/main/exceptions/user/class_UserNoGuestException.php:17: * @todo            Better rename this
+./framework/main/interfaces/application/class_ManageableApplication.php:79:     * @todo        Nothing to add?
+./framework/main/interfaces/class_FrameworkInterface.php:14: * @todo           Find a better name for this interface
+./framework/main/interfaces/criteria/extended/class_LocalSearchCriteria.php:36:         * @todo        Find a nice casting here. (int) allows until and including 32766.
+./framework/main/interfaces/criteria/extended/class_LocalSearchCriteria.php:60:         * @todo        Find a nice casting here. (int) allows until and including 32766.
+./framework/main/interfaces/database/backend/class_DatabaseBackend.php:117:     * @todo        Add more generic non-data for removal
+./framework/main/interfaces/database/backend/class_DatabaseBackend.php:69:      * @todo        Do some checks on the database directory and files here
+./framework/main/interfaces/handler/task/class_HandleableTask.php:18: * @todo          HandleableDataSet looks strange here
+./framework/main/interfaces/visitor/decorator/class_DecoratorVisitor.php:37:    * @todo        Find interface for this type-hint (only interface/array as type-hints rule)
+./framework/main/middleware/compressor/class_CompressorChannel.php:121:                        // @TODO Is there a configurable fall-back compressor needed, or is NullCompressor okay?
+./framework/main/middleware/database/class_DatabaseConnection.php:70:   * @todo        $debugInstance is currently not used
+./framework/main/middleware/debug/class_DebugMiddleware.php:128:                       // @TODO Initialization phase
+./framework/main/middleware/io/class_FileIoHandler.php:185:     * @todo        0% done
+./framework/main/tests/filter/tests/configuration/classes/class_TestConfigurationLoadableClassesFilter.php:66:  * @todo        0% done
+./framework/main/tests/filter/tests/requirements/class_TestsPhpRequirementsFilter.php:63:       * @todo        0% done
+./framework/main/third_party/api/wernisportal/class_WernisApi.php:16: * @todo          Out-dated since 0.6-BETA
+./index.php:58:         * @todo        This method is old code and needs heavy rewrite and should be moved to ApplicationHelper
 ### ### DEPRECATION FOLLOWS: ### ###
-./inc/classes.php:2:// @DEPRECATED
-./inc/database.php:10: * @deprecated
-./inc/includes.php:10: * @deprecated
-./inc/main/classes/class_BaseFrameworkSystem.php:1882:  * @deprecated  Not fully, as the new Logger facilities are not finished yet.
-./inc/main/exceptions/main/class_MissingMethodException.php:14: * @deprecated  Please do no longer use this exception
-./inc/main/middleware/debug/class_DebugMiddleware.php:12: * @deprecated        See LoggerFactory for a more flexible approach
-./inc/selector.php:10: * @deprecated
+./application/tests/data.php:2:// @DEPRECATED
+./application/tests/init.php:2:// @DEPRECATED
+./application/tests/loader.php:2:// @DEPRECATED
+./application/tests/starter.php:2:// @DEPRECATED
+./framework/classes.php:2:// @DEPRECATED
+./framework/config/config-hubmaster.php:2:// @DEPRECATED
+./framework/config-global.php:54:// @DEPRECATED As PHP is deprecating this
+./framework/database/lib-lfdb.php:2:// @DEPRECATED
+./framework/database.php:2:// @DEPRECATED
+./framework/includes.php:2:// @DEPRECATED
+./framework/main/classes/class_BaseFrameworkSystem.php:1885:    * @deprecated  Not fully, as the new Logger facilities are not finished yet.
+./framework/main/exceptions/base64/class_Base64EncodingBadException.php:17: * @deprecated      Don't use this anymore
+./framework/main/exceptions/base64/class_Base64EncodingModuloException.php:16: * @deprecated   Don't use this anymore
+./framework/main/exceptions/crypto/class_EncryptInvalidLengthException.php:17: * @deprecated   Don't use this anymore
+./framework/main/exceptions/crypto/class_EncryptMissingException.php:17: * @deprecated Don't use this anymore
+./framework/main/exceptions/database/local_file/class_SavePathIsEmptyException.php:16: * @deprecated   Please don't use this anymore.
+./framework/main/exceptions/database/local_file/class_SavePathIsNoDirectoryException.php:13: * @deprecated     Don't use this
+./framework/main/exceptions/database/local_file/class_SavePathReadProtectedException.php:13: * @deprecated     Please don't use this
+./framework/main/exceptions/database/local_file/class_SavePathWriteProtectedException.php:13: * @deprecated    Please don't use this
+./framework/main/exceptions/file_directory/class_FileIsEmptyException.php:16: * @deprecated    Don't use this anymore
+./framework/main/exceptions/file_directory/class_FileReadProtectedException.php:16: * @deprecated      Don't read this anymore
+./framework/main/exceptions/file_directory/class_FileWriteProtectedException.php:16: * @deprecated     Don't use this anymore
+./framework/main/exceptions/file_directory/class_InvalidDataLengthException.php:16: * @deprecated      Don't use this anymore
+./framework/main/exceptions/file_directory/class_InvalidMD5ChecksumException.php:16: * @deprecated     Don't use this anymore
+./framework/main/exceptions/file_directory/class_PathIsNoDirectoryException.php:16: * @deprecated      Don't use this anymore
+./framework/main/exceptions/file_directory/class_PathReadProtectedException.php:16: * @deprecated      Don't use this anymore
+./framework/main/exceptions/file_directory/class_PathWriteProtectedException.php:16: * @deprecated     Don't use this anymore
+./framework/main/exceptions/filter/class_InvalidFilterChainException.php:16: * @deprecated     Don't use this anymore
+./framework/main/exceptions/helper/class_FormClosedException.php:17: * @deprecated     Don't use this anymore
+./framework/main/exceptions/helper/class_FormGroupClosedException.php:16: * @deprecated        Don't use this anymore
+./framework/main/exceptions/helper/class_FormOpenedException.php:17: * @deprecated     Don't use this anymore
+./framework/main/exceptions/helper/class_HelperGroupAlreadyCreatedException.php:16: * @deprecated      Don't use this anymore
+./framework/main/exceptions/helper/class_HelperNoPreviousOpenedSubGroupException.php:16: * @deprecated Don't use this anymore
+./framework/main/exceptions/helper/class_HelperSubGroupAlreadyCreatedException.php:16: * @deprecated   Don't use this anymore
+./framework/main/exceptions/helper/class_InvalidFormNameException.php:16: * @deprecated        Don't use this anymore
+./framework/main/exceptions/helper/class_NoGroupOpenedException.php:16: * @deprecated  Don't use this anymore
+./framework/main/exceptions/helper/class_UserInstanceMissingException.php:16: * @deprecated    Don't use this anymore
+./framework/main/exceptions/language/class_InvalidLanguagePathStringException.php:16: * @deprecated    Don't use this anymore
+./framework/main/exceptions/language/class_LanguagePathReadProtectedException.php:16: * @deprecated    Don't use this anymore
+./framework/main/exceptions/main/class_DimNotFoundInArrayException.php:16: * @deprecated       Please don't use this anymore
+./framework/main/exceptions/main/class_InvalidArrayCountException.php:16: * @deprecated        Don't use this anymore
+./framework/main/exceptions/main/class_InvalidClassNameException.php:16: * @deprecated Don't use this anymore
+./framework/main/exceptions/main/class_InvalidCommandInstanceException.php:2:// @DEPRECATED
+./framework/main/exceptions/main/class_InvalidObjectException.php:17: * @deprecated    Don't use this anymore
+./framework/main/exceptions/main/class_MissingDecimalsThousandsSeparatorException.php:16: * @deprecated        Don't use this anymore
+./framework/main/exceptions/main/class_MissingMethodException.php:20: * @deprecated    Please do no longer use this exception
+./framework/main/exceptions/main/class_VariableIsNotSetException.php:16: * @deprecated Don't use this anymore
+./framework/main/exceptions/socket/class_SocketAlreadyRegisteredException.php:14: * @deprecated        Don't use this anymore
+./framework/main/exceptions/stacker/class_EmptyStackerException.php:16: * @deprecated  Don't use this anymore
+./framework/main/exceptions/template/class_BasePathIsEmptyException.php:2:// @DEPRECATED
+./framework/main/exceptions/template/class_BasePathReadProtectedException.php:16: * @deprecated        Don't use this anymore
+./framework/main/exceptions/template/class_InvalidBasePathStringException.php:2:// @DEPRECATED
+./framework/main/exceptions/template/class_NoVariableException.php:16: * @deprecated   Don't use this anymore
+./framework/main/exceptions/template/class_UnexpectedTemplateTypeException.php:16: * @deprecated       Don't use this anymore
+./framework/main/middleware/debug/class_DebugMiddleware.php:22: * @deprecated  See LoggerFactory for a more flexible approach
+./framework/selector.php:2:// @DEPRECATED