]> git.mxchange.org Git - city.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 3 Jan 2018 20:50:14 +0000 (21:50 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 3 Jan 2018 21:00:47 +0000 (22:00 +0100)
- removed deprecated scripts
- updated TODOs.txt
- updated 'core' framework

Signed-off-by: Roland Häder <roland@mxchange.org>
application/city/data.php [deleted file]
application/city/init.php [deleted file]
application/city/loader.php [deleted file]
application/city/starter.php [deleted file]
core
docs/TODOs.txt

diff --git a/application/city/data.php b/application/city/data.php
deleted file mode 100644 (file)
index 7d6dcee..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-<?php
-// @DEPRECATED
diff --git a/application/city/init.php b/application/city/init.php
deleted file mode 100644 (file)
index 7d6dcee..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-<?php
-// @DEPRECATED
diff --git a/application/city/loader.php b/application/city/loader.php
deleted file mode 100644 (file)
index 7d6dcee..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-<?php
-// @DEPRECATED
diff --git a/application/city/starter.php b/application/city/starter.php
deleted file mode 100644 (file)
index 7d6dcee..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-<?php
-// @DEPRECATED
diff --git a/core b/core
index 14dcd1503b3965144b5450299f3208d9b052cfc0..ee94e79ac63d2c612ca96ba1928f9400026ce4c0 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 14dcd1503b3965144b5450299f3208d9b052cfc0
+Subproject commit ee94e79ac63d2c612ca96ba1928f9400026ce4c0
index da95112d3d520786c812986a92af9a0bd299b6c8..c84efd52f8a60241cbe35a3f6ccaa9d70c15888a 100644 (file)
-### WARNING: THIS FILE IS AUTO-GENERATED BY ./todo-builder.sh ###
+### WARNING: THIS FILE IS AUTO-GENERATED BY ./contrib/todo-builder.sh ###
 ### DO NOT EDIT THIS FILE. ###
-./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/class_BaseFrameworkSystem.php:250:     // @todo Try to clean these constants up
-./core/inc/classes/main/class_BaseFrameworkSystem.php:475:             // @TODO __CLASS__ does always return BaseFrameworkSystem but not the extending (=child) class
-./core/inc/classes/main/class_BaseFrameworkSystem.php:549:      * @todo        SearchableResult and UpdateableResult shall have a super interface to use here
-./core/inc/classes/main/commands/web/class_WebLoginAreaCommand.php:64:  * @todo        Add some stuff here: Some personal data, app/game related data
-./core/inc/classes/main/commands/web/class_WebProblemCommand.php:58:    * @todo        0% done
-./core/inc/classes/main/commands/web/class_WebStatusCommand.php:58:     * @todo        0% done
-./core/inc/classes/main/console/class_ConsoleTools.php:268:     * @todo        This should be moved out to an external class, e.g. HttpClient
-./core/inc/classes/main/console/class_ConsoleTools.php:269:     * @todo        Make IP, host name, port and script name configurable
-./core/inc/classes/main/console/class_ConsoleTools.php:276:            // @TODO Add some DNS caching here
-./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/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
-./core/inc/classes/main/database/backend/class_CachedLocalFileDatabase.php:616:         * @todo        Add more generic non-public data for removal
-./core/inc/classes/main/database/class_BaseDatabaseWrapper.php:198:            // @TODO Minor: Update above comment to e.g. BaseDatabaseResult
-./core/inc/classes/main/decorator/template/class_XmlRewriterTemplateDecorator.php:427:  * @todo        Find something useful with this!
-./core/inc/classes/main/discovery/payment/class_LocalPaymentDiscovery.php:85:   * @todo        0% done
-./core/inc/classes/main/file_directories/class_BaseAbstractFile.php:154:        * @todo        Handle seekStatus
-./core/inc/classes/main/file_directories/class_BaseFileIo.php:171:      * @todo        Handle seekStatus
-./core/inc/classes/main/file_directories/directory/class_FrameworkDirectoryPointer.php:68:      * @todo        Get rid of inConstructor, could be old-lost code.
-./core/inc/classes/main/file_directories/io_stream/class_FileIoStream.php:270:  * @todo        0% done
-./core/inc/classes/main/file_directories/io_stream/class_FileIoStream.php:74:   * @todo        This method needs heavy rewrite
-./core/inc/classes/main/filter/change/class_EmailChangeFilter.php:55:   * @todo        Implement email change of the user here. HINT: Use the User class!
-./core/inc/classes/main/filter/change/class_PasswordChangeFilter.php:55:        * @todo        Finished updating user password hash here. HINT: Use the User class again.
-./core/inc/classes/main/filter/news/class_NewsProcessFilter.php:55:     * @todo        Unfinished stub, add functionality here
-./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
-./core/inc/classes/main/helper/web/forms/class_WebFormHelper.php:621:   * @todo        Add checking if sub option is already added
-./core/inc/classes/main/helper/web/forms/class_WebFormHelper.php:649:   * @todo        Add checking if sub option is already added
-./core/inc/classes/main/helper/web/forms/class_WebFormHelper.php:683:                  // @TODO We need to log this later
-./core/inc/classes/main/helper/web/forms/class_WebFormHelper.php:852:   * @todo        Implement check if rules have been changed
-./core/inc/classes/main/helper/web/links/class_WebLinkHelper.php:184:   * @todo        Completely unimplemented
-./core/inc/classes/main/images/class_BaseImage.php:156:         * @todo        Find something usefull for this method.
-./core/inc/classes/main/images/class_BaseImage.php:166:         * @todo        Find something usefull for this method.
-./core/inc/classes/main/images/class_BaseImage.php:176:         * @todo        Find something usefull for this method.
-./core/inc/classes/main/images/class_BaseImage.php:186:         * @todo        Find something usefull for this method.
-./core/inc/classes/main/images/class_BaseImage.php:196:         * @todo        Find something usefull for this method.
-./core/inc/classes/main/images/class_BaseImage.php:215:         * @todo        Find something usefull for this method.
-./core/inc/classes/main/images/class_BaseImage.php:234:         * @todo        Find something usefull for this method.
-./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/output/class_ConsoleOutput.php:56:             // @TODO Need to rewrite this to $requestInstance->addHeader()
-./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/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/classes/main/rng/class_RandomNumberGenerator.php:97:         * @todo        Add site key for stronger salt!
-./core/inc/classes/main/stacker/file/class_BaseFileStack.php:147:       * @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.
-./core/inc/classes/main/stacker/file/class_BaseFileStack.php:309:              // @TODO Please implement this, returning FALSE
-./core/inc/classes/main/stacker/file/class_BaseFileStack.php:45:        * @todo        To hard assertions here, better rewrite them to exceptions
-./core/inc/classes/main/template/class_BaseTemplateEngine.php:1070:                    // @TODO This silent abort should be logged, maybe.
-./core/inc/classes/main/template/class_BaseTemplateEngine.php:1078:                    // @TODO Old behaviour, will become obsolete!
-./core/inc/classes/main/template/class_BaseTemplateEngine.php:1081:                    // @TODO Yet another old way
-./core/inc/classes/main/template/class_BaseTemplateEngine.php:1289:     * @todo        Make this code some nicer...
-./core/inc/classes/main/template/class_BaseTemplateEngine.php:967:      * @todo        Unfinished work or don't die here.
-./core/inc/classes/main/template/class_BaseTemplateEngine.php:992:                             // @TODO Non-string found so we need some deeper analysis...
-./core/inc/classes/main/template/console/class_ConsoleTemplateEngine.php:10: * @todo           This template engine does not make use of setTemplateType()
-./core/inc/classes/main/template/image/class_ImageTemplateEngine.php:215:       * @todo        Find something usefull with this!
-./core/inc/classes/main/template/image/class_ImageTemplateEngine.php:235:       * @todo        Add cache creation here
-./core/inc/classes/main/template/mail/class_MailTemplateEngine.php:10: * @todo         This template engine does not make use of setTemplateType()
-./core/inc/classes/main/template/mail/class_MailTemplateEngine.php:228:         * @todo        Add cache creation here
-./core/inc/classes/main/template/mail/class_MailTemplateEngine.php:238:         * @todo        Should we call back the mailer class here?
-./core/inc/classes/main/template/mail/class_MailTemplateEngine.php:319:         * @todo        0% done
-./core/inc/classes/main/template/menu/class_MenuTemplateEngine.php:267:         * @todo        Find something useful with this!
-./core/inc/classes/main/template/menu/class_MenuTemplateEngine.php:313:         * @todo        Add cache creation here
-./core/inc/classes/main/user/class_BaseUser.php:308:    * @todo        Try to make this method more generic so we can move it in BaseFrameworkSystem
-./core/inc/classes/main/user/class_BaseUser.php:80:     * @todo        Find a way of casting here. "(int)" might destroy the user id > 32766
-./core/inc/classes/main/user/member/class_Member.php:84:        * @todo        Add more ways over creating user classes
-./core/inc/classes/middleware/compressor/class_CompressorChannel.php:103:                      // @TODO Is there a configurable fall-back compressor needed, or is NullCompressor okay?
-./core/inc/classes/middleware/debug/class_DebugMiddleware.php:113:                     // @TODO Initialization phase
-./core/inc/classes/middleware/io/class_FileIoHandler.php:174:   * @todo        0% done
-./core/inc/classes/third_party/api/wernisportal/class_WernisApi.php:10: * @todo                Out-dated since 0.6-BETA
-./core/inc/config/class_FrameworkConfiguration.php:115:         * @todo        This method encapsulates a deprecated PHP function and should be deprecated, too.
-./core/inc/config/class_FrameworkConfiguration.php:223:         * @todo        We have to add some more entries from $_SERVER here
-./core/inc/database.php:11: * @todo            Minimize these includes
-./core/inc/database.php:51:// @TODO Rewrite this
-./core/inc/includes.php:11: * @todo            Minimize these includes
-./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/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
+./application/city/class_ApplicationHelper.php:260:     * @todo        Nothing to add?
+./application/city/classes/actions/class_BaseCityAction.php:50:         * @todo        0% done
+./application/city/classes/actions/class_BaseCityAction.php:62:         * @todo        Add some filters here
+./application/city/classes/actions/html/city/class_HtmlCityLoginCityMapAction.php:67:   * @todo        Maybe add more here?
+./application/city/classes/actions/html/city/class_HtmlCityLoginCityMapAction.php:80:   * @todo        Add some filters here
+./application/city/classes/actions/html/class_HtmlCityLoginGovernmentAction.php:67:     * @todo        Maybe add more here?
+./application/city/classes/actions/html/class_HtmlCityLoginGovernmentAction.php:80:     * @todo        Add some filters here
+./application/city/classes/actions/html/class_HtmlCityLoginLogoutAction.php:68:         * @todo        0% done
+./application/city/classes/actions/html/class_HtmlCityLoginProfileAction.php:67:        * @todo        0% done
+./application/city/classes/actions/html/class_HtmlCityLoginProfileAction.php:82:        * @todo        Add some filters here
+./application/city/classes/actions/html/class_HtmlCityLoginStatusProblemAction.php:68:  * @todo        0% done
+./application/city/classes/actions/html/class_HtmlCityLoginStatusProblemAction.php:83:  * @todo        Add some filters here
+./application/city/classes/actions/html/class_HtmlCityLoginWelcomeAction.php:67:        * @todo        Maybe add more here?
+./application/city/classes/actions/html/class_HtmlCityLoginWelcomeAction.php:80:        * @todo        Add some filters here
+./application/city/classes/city_daemon/class_BaseCityDaemon.php:142:    * @todo        Try to make this method more generic so we can move it in BaseFrameworkSystem
+./application/city/classes/city_daemon/class_BaseCityDaemon.php:220:    * @todo        Find more to do here
+./application/city/classes/city_daemon/class_BaseCityDaemon.php:252:    * @todo        0% done
+./application/city/classes/city_daemon/class_BaseCityDaemon.php:264:           // @TODO Is the game paused by user?
+./application/city/classes/city_daemon/default/class_SimulationDefaultCityDaemon.php:101:       * @todo        0% done
+./application/city/classes/city_daemon/default/class_SimulationDefaultCityDaemon.php:71:        * @todo        Implement this method
+./application/city/classes/city_daemon/default/class_SimulationDefaultCityDaemon.php:90:               // @TODO $controllerInstance->addActivationFilter(ObjectFactory::createObjectByConfiguredName('city_foo_task_filter'));
+./application/city/classes/city_daemon/default/class_SimulationDefaultCityDaemon.php:92:               // @TODO Add some filters here
+./application/city/classes/commands/console/class_CityConsoleDaemonCommand.php:130:     * @todo        ~10% done
+./application/city/classes/commands/console/class_CityConsoleDaemonCommand.php:74:      * @todo        ~10% done?
+./application/city/classes/commands/html/class_CityHtmlCityGuestLoginCommand.php:109:   * @todo        Add more filters
+./application/city/classes/commands/html/class_CityHtmlCityMapCommand.php:105:  * @todo        Add some more pre/post filters to the controller
+./application/city/classes/commands/html/class_CityHtmlCityRegisterCommand.php:104:     * @todo        Add some more pre/post filters to the controller
+./application/city/classes/commands/html/class_CityHtmlCityUserLoginCommand.php:109:    * @todo        Add more filters
+./application/city/classes/commands/html/class_CityHtmlHomeCommand.php:94:      * @todo        0% done
+./application/city/classes/commands/html/class_CityHtmlLoginAreaCommand.php:74:         * @todo        Add some stuff here: Some personal data, app/game related data
+./application/city/classes/commands/html/class_CityHtmlRegisterCommand.php:84:  * @todo        Add some more pre/post filters to the controller
+./application/city/classes/controller/html/class_CityHtmlConfirmController.php:51:      * @todo        Add some filters to this controller
+./application/city/classes/controller/html/class_CityHtmlLoginController.php:56:        * @todo        Add some filters to this controller
+./application/city/classes/controller/html/class_CityHtmlLogoutController.php:20: * @todo              This controller shall still provide some headlines for sidebars
+./application/city/classes/controller/html/class_CityHtmlLogoutDoneController.php:55:   * @todo        Add some filters to this controller
+./application/city/classes/controller/html/class_CityHtmlRegisterController.php:55:     * @todo        Add some filters to this controller
+./application/city/classes/controller/html/login/class_CityHtmlLoginAreaController.php:56:      * @todo        Add some morer filters to this controller
+./application/city/classes/database/frontend/city_entities/sections/class_CitySectionsDatabaseWrapper.php:153:  * @todo        Add handling of water types to make a more cooler map
+./application/city/classes/database/frontend/city_entities/sections/class_CitySectionsDatabaseWrapper.php:79:  // @TODO "water" is not yet supported and may end up in a very random land.
+./application/city/classes/database/frontend/city_entities/sections/class_CitySectionsDatabaseWrapper.php:85:  // @TODO All types of water are not supported yet.
+./application/city/classes/filter/city_daemon/class_CityDaemonInitializationFilter.php:74:                     // @TODO Can we rewrite this to app_exit() ?
+./application/city/classes/filter/city_daemon/class_CityDaemonPhpRequirementsFilter.php:66:     * @todo        Add more test and try to add an extra message to the thrown exception
+./application/city/classes/filter/city_daemon/class_CityDaemonWelcomeTeaserFilter.php:67:       * @todo        Handle over the $responseInstance to outputConsoleTeaser()
+./application/city/classes/filter/class_BaseCityFilter.php:64:  * @todo        Exceptions from renderXmlContent() are currently unhandled
+./application/city/classes/filter/shutdown/city/class_CityDaemonShutdownTaskHandlerFilter.php:67:       * @todo        0% done
+./application/city/classes/filter/task/city_daemon/class_CityDaemonTaskHandlerInitializerFilter.php:69:         * @todo        Add more tasks
+./application/city/classes/login/class_CityUserLogin.php:75:    * @todo        We need to add something here which will make more than one
+./application/city/classes/login/class_CityUserLogin.php:76:    * @todo        guest logins, users who are online but based on the same
+./application/city/classes/login/class_CityUserLogin.php:77:    * @todo        user account.
+./application/city/classes/login/class_CityUserLogin.php:92:           // @TODO What else?
+./application/city/classes/manager/city_entities/sections/class_CitySectionsManager.php:103:                           // @TODO Maybe some expansion is needed
+./application/city/classes/manager/city_entities/sections/class_CitySectionsManager.php:66:     * @todo        0% done
+./application/city/classes/manager/city_entities/sections/class_CitySectionsManager.php:86:     * @todo ~10% done
+./application/city/classes/manager/city_entities/sections/class_CitySectionsManager.php:87:     * @todo z-coordinate not used
+./application/city/classes/manager/region/class_RegionManager.php:94:          // @TODO Move to language system
+./application/city/classes/registration/class_CityRegistration.php:117:         * @todo        Maybe add more things to perform
+./application/city/classes/registration/class_CityRegistration.php:129:         * @todo        Maybe add more things to perform
+./application/city/classes/registration/class_CityRegistration.php:143:         * @todo        Maybe add more things to perform
+./application/city/classes/tasks/daemon/building/class_CityDaemonBuildingGrowthTask.php:71:     * @todo        Maybe visit some sub-objects
+./application/city/classes/tasks/daemon/building/class_CityDaemonBuildingGrowthTask.php:82:     * @todo        0% done
+./application/city/classes/tasks/daemon/building/class_CityDaemonBuildingGrowthTask.php:99:     * @todo        0% done
+./application/city/classes/tasks/daemon/household/class_CityDaemonHouseholdGrowthTask.php:71:   * @todo        Maybe visit some sub-objects
+./application/city/classes/tasks/daemon/household/class_CityDaemonHouseholdGrowthTask.php:82:   * @todo        0% done
+./application/city/classes/tasks/daemon/household/class_CityDaemonHouseholdGrowthTask.php:99:   * @todo        0% done
+./application/city/classes/tasks/daemon/map_expander/class_CityDaemonMapExpanderTask.php:71:    * @todo        Maybe visit some sub-objects
+./application/city/classes/tasks/daemon/map_expander/class_CityDaemonMapExpanderTask.php:82:    * @todo        ~ 10% done
+./application/city/classes/tasks/daemon/map_expander/class_CityDaemonMapExpanderTask.php:99:    * @todo        0% done
+./application/city/interfaces/database/frontend/city_entities/sections/class_CitySectionsWrapper.php:44:        * @todo z-coordinate not used
+./core/application/tests/class_ApplicationHelper.php:272:       * @todo        Nothing to add?
+./core/contrib/audio.php:96:                   // @TODO What do here to remove noise?
+./core/framework/bootstrap/class_FrameworkBootstrap.php:421:    * @todo        Have to check some more entries from $_SERVER here
+./core/framework/bootstrap/class_FrameworkBootstrap.php:493:    * @todo        Test more fields
+./core/framework/loader/class_ClassLoader.php:181:                             // @TODO Add some uglifying code (compress) here
+./core/framework/loader/class_ClassLoader.php:247:                             // @TODO Throw exception instead of break
+./core/framework/loader/class_ClassLoader.php:441:                     /* @TODO: Do not exit here. */
+./core/framework/main/classes/cache/class_MemoryCache.php:17: * @todo          Rename to InProgressCache
+./core/framework/main/classes/class_BaseFrameworkSystem.php:2133:                      // @TODO Move the constant to e.g. BaseDatabaseResult when there is a non-cached database result available
+./core/framework/main/classes/class_BaseFrameworkSystem.php:2248:       * @todo        Write a logging mechanism for productive mode
+./core/framework/main/classes/class_BaseFrameworkSystem.php:2263:                      // @TODO Finish this part!
+./core/framework/main/classes/class_BaseFrameworkSystem.php:3249:       * @todo        Improve documentation
+./core/framework/main/classes/class_BaseFrameworkSystem.php:344:       // @todo Try to clean these constants up
+./core/framework/main/classes/class_BaseFrameworkSystem.php:589:               // @TODO __CLASS__ does always return BaseFrameworkSystem but not the extending (=child) class
+./core/framework/main/classes/class_BaseFrameworkSystem.php:693:        * @todo        SearchableResult and UpdateableResult shall have a super interface to use here
+./core/framework/main/classes/commands/console/class_ConsoleFuseCommand.php:84:                // @TODO Unfinished
+./core/framework/main/classes/commands/html/class_HtmlLoginAreaCommand.php:78:  * @todo        Add some stuff here: Some personal data, app/game related data
+./core/framework/main/classes/commands/html/class_HtmlProblemCommand.php:70:    * @todo        0% done
+./core/framework/main/classes/commands/html/class_HtmlStatusCommand.php:70:     * @todo        0% done
+./core/framework/main/classes/controller/console/class_ConsoleDefaultController.php:19: * @todo                This controller shall still provide some headlines for sidebars
+./core/framework/main/classes/controller/html/class_HtmlConfirmController.php:51:       * @todo        Add some filters to this controller
+./core/framework/main/classes/controller/html/class_HtmlDefaultController.php:20: * @todo              This controller shall still provide some headlines for sidebars
+./core/framework/main/classes/controller/html/class_HtmlLoginController.php:51:         * @todo        Add some filters to this controller
+./core/framework/main/classes/controller/html/class_HtmlLogoutController.php:21: * @todo               This controller shall still provide some headlines for sidebars
+./core/framework/main/classes/controller/html/class_HtmlLogoutDoneController.php:50:    * @todo        Add some filters to this controller
+./core/framework/main/classes/controller/html/class_HtmlProblemController.php:50:       * @todo        Add some filters to this controller
+./core/framework/main/classes/controller/html/class_HtmlRegisterController.php:50:      * @todo        Add some filters to this controller
+./core/framework/main/classes/controller/html/class_HtmlStatusController.php:20: * @todo               This controller shall still provide some headlines for sidebars
+./core/framework/main/classes/controller/html/login/class_HtmlLoginAreaController.php:51:       * @todo        Add some morer filters to this controller
+./core/framework/main/classes/criteria/dataset/class_DataSetCriteria.php:158:                  // @TODO Issue a warning
+./core/framework/main/classes/criteria/search/class_SearchCriteria.php:109:     * @todo        Find a nice casting here. (int) allows until and including 32766.
+./core/framework/main/classes/criteria/search/class_SearchCriteria.php:77:      * @todo        Find a nice casting here. (int) allows until and including 32766.
+./core/framework/main/classes/crypto/class_CryptoHelper.php:104:               // @TODO Maybe rewrite this with DirectoryIterator, similar to Compressor thing?
+./core/framework/main/classes/database/backend/lfdb_legacy/class_CachedLocalFileDatabase.php:340:       * @todo        Do some checks on the database directory and files here
+./core/framework/main/classes/database/backend/lfdb_legacy/class_CachedLocalFileDatabase.php:632:       * @todo        Add more generic non-public data for removal
+./core/framework/main/classes/database/class_BaseDatabaseWrapper.php:214:              // @TODO Minor: Update above comment to e.g. BaseDatabaseResult
+./core/framework/main/classes/database/frontend/class_NewsDatabaseWrapper.php:17: * @todo              Add missing own interface for public methods
+./core/framework/main/classes/database/frontend/class_PaymentsDatabaseWrapper.php:17: * @todo          Add missing own interface for public methods
+./core/framework/main/classes/database/result/class_CachedDatabaseResult.php:260:       * @todo        0% done
+./core/framework/main/classes/database/result/class_CachedDatabaseResult.php:414:       * @todo        Find a caching way without modifying the result array
+./core/framework/main/classes/decorator/template/class_XmlRewriterTemplateDecorator.php:415:    * @todo        Find something useful with this!
+./core/framework/main/classes/discovery/payment/class_LocalPaymentDiscovery.php:98:     * @todo        0% done
+./core/framework/main/classes/factories/logger/class_LoggerFactory.php:53:             // @TODO Unfinished work
+./core/framework/main/classes/factories/login/class_LoginFactory.php:47:        * @return      $loginInstance          An instance of a login helper (@TODO Use actual interface name)
+./core/framework/main/classes/factories/user/class_UserFactory.php:48:  * @return      $userInstance           An instance of a user class (@TODO use actual interface name)
+./core/framework/main/classes/feature/fuse/class_FuseFeature.php:59:    * @todo        0% done
+./core/framework/main/classes/file_directories/binary/class_BaseBinaryFile.php:860:            // @TODO Unfinished
+./core/framework/main/classes/file_directories/class_BaseAbstractFile.php:135:  * @todo        Handle seekStatus
+./core/framework/main/classes/file_directories/class_BaseFileIo.php:166:        * @todo        Handle seekStatus
+./core/framework/main/classes/file_directories/io/class_FrameworkFileInputOutputPointer.php:106:        * @todo Add more checks
+./core/framework/main/classes/file_directories/io_stream/class_FileIoStream.php:279:    * @todo        0% done
+./core/framework/main/classes/file_directories/io_stream/class_FileIoStream.php:89:     * @todo        This method needs heavy rewrite
+./core/framework/main/classes/filter/change/class_EmailChangeFilter.php:65:     * @todo        Implement email change of the user here. HINT: Use the User class!
+./core/framework/main/classes/filter/change/class_PasswordChangeFilter.php:65:  * @todo        Finished updating user password hash here. HINT: Use the User class again.
+./core/framework/main/classes/filter/news/class_NewsProcessFilter.php:64:       * @todo        Unfinished stub, add functionality here
+./core/framework/main/classes/filter/payment/class_PaymentDiscoveryFilter.php:111:      * @todo        0% done
+./core/framework/main/classes/filter/update/class_UserUpdateFilter.php:65:      * @todo        Add more user updates here
+./core/framework/main/classes/filter/verifier/class_AccountPasswordVerifierFilter.php:69:       * @todo        Rewrite handling of different password fields
+./core/framework/main/classes/filter/verifier/class_EmailVerifierFilter.php:64:         * @todo        0% done
+./core/framework/main/classes/handler/class_BaseHandler.php:74:         * @todo        Rewrite this to use DHT
+./core/framework/main/classes/handler/tasks/class_TaskHandler.php:153:         // @TODO Messurement can be added around this call
+./core/framework/main/classes/helper/class_BaseHelper.php:193:  * @todo        Rewrite this method using a helper class for filtering data
+./core/framework/main/classes/helper/class_BaseHelper.php:222:                 // @TODO Try to log it here
+./core/framework/main/classes/helper/class_BaseHelper.php:488:                 $this->debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] fieldName=' . $fieldName . ' is not set! - @TODO');
+./core/framework/main/classes/helper/html/forms/class_HtmlFormHelper.php:116:   * @todo        Add some unique PIN here to bypass problems with some browser and/or extensions
+./core/framework/main/classes/helper/html/forms/class_HtmlFormHelper.php:629:   * @todo        Add checking if sub option is already added
+./core/framework/main/classes/helper/html/forms/class_HtmlFormHelper.php:657:   * @todo        Add checking if sub option is already added
+./core/framework/main/classes/helper/html/forms/class_HtmlFormHelper.php:691:                  // @TODO We need to log this later
+./core/framework/main/classes/helper/html/forms/class_HtmlFormHelper.php:860:   * @todo        Implement check if rules have been changed
+./core/framework/main/classes/helper/html/links/class_HtmlLinkHelper.php:195:   * @todo        Completely unimplemented
+./core/framework/main/classes/images/class_BaseImage.php:179:   * @todo        Find something usefull for this method.
+./core/framework/main/classes/images/class_BaseImage.php:189:   * @todo        Find something usefull for this method.
+./core/framework/main/classes/images/class_BaseImage.php:199:   * @todo        Find something usefull for this method.
+./core/framework/main/classes/images/class_BaseImage.php:209:   * @todo        Find something usefull for this method.
+./core/framework/main/classes/images/class_BaseImage.php:219:   * @todo        Find something usefull for this method.
+./core/framework/main/classes/images/class_BaseImage.php:238:   * @todo        Find something usefull for this method.
+./core/framework/main/classes/images/class_BaseImage.php:257:   * @todo        Find something usefull for this method.
+./core/framework/main/classes/images/class_BaseImage.php:268:   * @todo        Find something usefull for this method.
+./core/framework/main/classes/images/class_BaseImage.php:278:   * @todo        Find something usefull for this method.
+./core/framework/main/classes/images/extended/class_PngImage.php:69:    * @todo Rewrite this to SplFileInfo/Object
+./core/framework/main/classes/index/class_BaseIndex.php:160:    * @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/framework/main/classes/language/class_LanguageSystem.php:73:     * @throws      InvalidArgumentException        If languageBasePath remains empty (@TODO Get rid of that old-lost code)
+./core/framework/main/classes/lists/groups/class_ListGroupList.php:68:  * @todo        0% done
+./core/framework/main/classes/mailer/debug/class_DebugMailer.php:137:   * @todo        0% done
+./core/framework/main/classes/menu/class_BaseMenu.php:76:                      // Log exception @TODO Maybe to intrusive?
+./core/framework/main/classes/output/console/class_ConsoleOutput.php:65:               // @TODO Need to rewrite this to $requestInstance->addHeader()
+./core/framework/main/classes/parser/xml/class_XmlParser.php:87:                       // @TODO We need to find a fallback solution here
+./core/framework/main/classes/points/class_UserPoints.php:112:  * @todo        Finish loading part of points
+./core/framework/main/classes/points/class_UserPoints.php:184:  * @todo        $requestInstance is currently unused
+./core/framework/main/classes/request/console/class_ConsoleRequest.php:119:            // @TODO Can't this be 'CONSOLE' ?
+./core/framework/main/classes/request/html/class_HtmlRequest.php:16: * @todo           Move out the cookie part to a seperate class, e.g. Cookie
+./core/framework/main/classes/response/html/class_HtmlResponse.php:80:  * @todo        Encryption of cookie data not yet supported.
+./core/framework/main/classes/response/html/class_HtmlResponse.php:81:  * @todo        Why are these parameters conflicting?
+./core/framework/main/classes/response/html/class_HtmlResponse.php:82:  * @todo        If the return statement is removed and setcookie() commented out,
+./core/framework/main/classes/response/html/class_HtmlResponse.php:83:  * @todo        this will send only one cookie out, the first one.
+./core/framework/main/classes/response/image/class_ImageResponse.php:76:               // @TODO Please fix this
+./core/framework/main/classes/response/image/class_ImageResponse.php:92:        * @todo        Encryption of cookie data not yet supported.
+./core/framework/main/classes/response/image/class_ImageResponse.php:93:        * @todo        Why are these parameters conflicting?
+./core/framework/main/classes/response/image/class_ImageResponse.php:94:        * @todo        If the return statement is removed and setcookie() commented out,
+./core/framework/main/classes/response/image/class_ImageResponse.php:95:        * @todo        this will send only one cookie out, the first one.
+./core/framework/main/classes/rng/class_RandomNumberGenerator.php:105:  * @todo        Add site key for stronger salt!
+./core/framework/main/classes/rng/class_RandomNumberGenerator.php:183:  * @todo        I had a better random number generator here but now it is somewhere lost :(
+./core/framework/main/classes/stacker/file/class_BaseFileStack.php:172:         * @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.
+./core/framework/main/classes/stacker/file/class_BaseFileStack.php:347:                // @TODO Please implement this, returning false
+./core/framework/main/classes/stacker/file/class_BaseFileStack.php:70:  * @todo        To hard assertions here, better rewrite them to exceptions
+./core/framework/main/classes/streams/crypto/class_McryptStream.php:18: * @todo                mcrypt will become deprecated, rewrite to OpenSSL
+./core/framework/main/classes/streams/crypto/class_OpenSslStream.php:138:              // @TODO unfinished
+./core/framework/main/classes/streams/crypto/class_OpenSslStream.php:68:               // @TODO unfinished
+./core/framework/main/classes/template/class_BaseTemplateEngine.php:1070:                      // @TODO This silent abort should be logged, maybe.
+./core/framework/main/classes/template/class_BaseTemplateEngine.php:1078:                      // @TODO Old behaviour, will become obsolete!
+./core/framework/main/classes/template/class_BaseTemplateEngine.php:1081:                      // @TODO Yet another old way
+./core/framework/main/classes/template/class_BaseTemplateEngine.php:1304:       * @todo        Make this code some nicer...
+./core/framework/main/classes/template/class_BaseTemplateEngine.php:967:        * @todo        Unfinished work or don't die here.
+./core/framework/main/classes/template/class_BaseTemplateEngine.php:992:                               // @TODO Non-string found so we need some deeper analysis...
+./core/framework/main/classes/template/console/class_ConsoleTemplateEngine.php:22: * @todo             This template engine does not make use of setTemplateType()
+./core/framework/main/classes/template/image/class_ImageTemplateEngine.php:233:         * @todo        Find something usefull with this!
+./core/framework/main/classes/template/image/class_ImageTemplateEngine.php:253:         * @todo        Add cache creation here
+./core/framework/main/classes/template/mail/class_MailTemplateEngine.php:245:   * @todo        Add cache creation here
+./core/framework/main/classes/template/mail/class_MailTemplateEngine.php:255:   * @todo        Should we call back the mailer class here?
+./core/framework/main/classes/template/mail/class_MailTemplateEngine.php:25: * @todo           This template engine does not make use of setTemplateType()
+./core/framework/main/classes/template/menu/class_MenuTemplateEngine.php:321:   * @todo        Find something useful with this!
+./core/framework/main/classes/template/menu/class_MenuTemplateEngine.php:367:   * @todo        Add cache creation here
+./core/framework/main/classes/tools/console/class_ConsoleTools.php:179:         * @todo        This should be connected to a caching class to cache DNS requests
+./core/framework/main/classes/tools/console/class_ConsoleTools.php:207:                // @TODO Here should the cacher be implemented
+./core/framework/main/classes/tools/console/class_ConsoleTools.php:308:         * @todo        This should be moved out to an external class, e.g. HttpClient
+./core/framework/main/classes/tools/console/class_ConsoleTools.php:309:         * @todo        Make IP, host name, port and script name configurable
+./core/framework/main/classes/tools/console/class_ConsoleTools.php:316:                // @TODO Add some DNS caching here
+./core/framework/main/classes/user/class_BaseUser.php:320:      * @todo        Try to make this method more generic so we can move it in BaseFrameworkSystem
+./core/framework/main/classes/user/class_BaseUser.php:92:       * @todo        Find a way of casting here. "(int)" might destroy the user id > 32766
+./core/framework/main/classes/user/guest/class_Guest.php:55:    * @todo        Add more ways over creating user classes
+./core/framework/main/classes/user/member/class_Member.php:98:  * @todo        Add more ways over creating user classes
+./core/framework/main/exceptions/compressor/class_MismatchingCompressorsException.php:16: * @todo              Rename to CompressorMismatchException
+./core/framework/main/exceptions/config/class_ConfigValueTypeUnsupportedException.php:18: * @todo              These are invalid argument exceptions
+./core/framework/main/exceptions/config/class_NoConfigEntryException.php:16: * @todo           Rename this class to NoFoundEntryException
+./core/framework/main/exceptions/language/class_LanguagePathIsNoDirectoryException.php:16: * @todo             Don't use this anymore
+./core/framework/main/exceptions/socket/class_NoSocketErrorDetectedException.php:15: * @todo           Those are logic exceptions and should be rewritten
+./core/framework/main/exceptions/user/class_UserNoGuestException.php:17: * @todo               Better rename this
+./core/framework/main/interfaces/application/class_ManageableApplication.php:79:        * @todo        Nothing to add?
+./core/framework/main/interfaces/class_FrameworkInterface.php:14: * @todo              Find a better name for this interface
+./core/framework/main/interfaces/criteria/extended/class_LocalSearchCriteria.php:36:    * @todo        Find a nice casting here. (int) allows until and including 32766.
+./core/framework/main/interfaces/criteria/extended/class_LocalSearchCriteria.php:60:    * @todo        Find a nice casting here. (int) allows until and including 32766.
+./core/framework/main/interfaces/database/backend/class_DatabaseBackend.php:117:        * @todo        Add more generic non-data for removal
+./core/framework/main/interfaces/database/backend/class_DatabaseBackend.php:69:         * @todo        Do some checks on the database directory and files here
+./core/framework/main/interfaces/handler/task/class_HandleableTask.php:18: * @todo             HandleableDataSet looks strange here
+./core/framework/main/interfaces/visitor/decorator/class_DecoratorVisitor.php:37:       * @todo        Find interface for this type-hint (only interface/array as type-hints rule)
+./core/framework/main/middleware/compressor/class_CompressorChannel.php:121:                   // @TODO Is there a configurable fall-back compressor needed, or is NullCompressor okay?
+./core/framework/main/middleware/database/class_DatabaseConnection.php:70:      * @todo        $debugInstance is currently not used
+./core/framework/main/middleware/debug/class_DebugMiddleware.php:125:                  // @TODO Initialization phase
+./core/framework/main/middleware/io/class_FileIoHandler.php:189:        * @todo        0% done
+./core/framework/main/tests/filter/tests/configuration/classes/class_TestConfigurationLoadableClassesFilter.php:66:     * @todo        0% done
+./core/framework/main/tests/filter/tests/requirements/class_TestsPhpRequirementsFilter.php:63:  * @todo        0% done
+./core/framework/main/third_party/api/wernisportal/class_WernisApi.php:16: * @todo             Out-dated since 0.6-BETA
+./core/index.php:58:    * @todo        This method is old code and needs heavy rewrite and should be moved to ApplicationHelper
+./index.php:58:         * @todo        This method is old code and needs heavy rewrite and should be moved to ApplicationHelper
 ### ### DEPRECATION FOLLOWS: ### ###
-./core/inc/classes.php:9: * @deprecated
-./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/selector.php:10: * @deprecated
+./core/framework/main/classes/class_BaseFrameworkSystem.php:1846:       * @deprecated  Not fully, as the new Logger facilities are not finished yet.
+./core/framework/main/exceptions/base64/class_Base64EncodingBadException.php:17: * @deprecated Don't use this anymore
+./core/framework/main/exceptions/base64/class_Base64EncodingModuloException.php:16: * @deprecated      Don't use this anymore
+./core/framework/main/exceptions/crypto/class_EncryptInvalidLengthException.php:17: * @deprecated      Don't use this anymore
+./core/framework/main/exceptions/crypto/class_EncryptMissingException.php:17: * @deprecated    Don't use this anymore
+./core/framework/main/exceptions/database/local_file/class_SavePathIsNoDirectoryException.php:16: * @deprecated        Don't use this
+./core/framework/main/exceptions/database/local_file/class_SavePathReadProtectedException.php:16: * @deprecated        Please don't use this
+./core/framework/main/exceptions/database/local_file/class_SavePathWriteProtectedException.php:16: * @deprecated       Please don't use this
+./core/framework/main/exceptions/file_directory/class_InvalidDataLengthException.php:16: * @deprecated Don't use this anymore
+./core/framework/main/exceptions/file_directory/class_InvalidMD5ChecksumException.php:16: * @deprecated        Don't use this anymore
+./core/framework/main/exceptions/file_directory/class_PathIsNoDirectoryException.php:16: * @deprecated Don't use this anymore
+./core/framework/main/exceptions/file_directory/class_PathReadProtectedException.php:16: * @deprecated Don't use this anymore
+./core/framework/main/exceptions/filter/class_InvalidFilterChainException.php:16: * @deprecated        Don't use this anymore
+./core/framework/main/exceptions/helper/class_FormClosedException.php:17: * @deprecated        Don't use this anymore
+./core/framework/main/exceptions/helper/class_FormGroupClosedException.php:16: * @deprecated   Don't use this anymore
+./core/framework/main/exceptions/helper/class_FormOpenedException.php:18: * @deprecated        Don't use this anymore
+./core/framework/main/exceptions/helper/class_HelperGroupAlreadyCreatedException.php:16: * @deprecated Don't use this anymore
+./core/framework/main/exceptions/helper/class_HelperNoPreviousOpenedSubGroupException.php:16: * @deprecated    Don't use this anymore
+./core/framework/main/exceptions/helper/class_HelperSubGroupAlreadyCreatedException.php:16: * @deprecated      Don't use this anymore
+./core/framework/main/exceptions/helper/class_InvalidFormNameException.php:17: * @deprecated   Don't use this anymore
+./core/framework/main/exceptions/helper/class_NoGroupOpenedException.php:16: * @deprecated     Don't use this anymore
+./core/framework/main/exceptions/helper/class_UserInstanceMissingException.php:16: * @deprecated       Don't use this anymore
+./core/framework/main/exceptions/language/class_InvalidLanguagePathStringException.php:16: * @deprecated       Don't use this anymore
+./core/framework/main/exceptions/language/class_LanguagePathReadProtectedException.php:16: * @deprecated       Don't use this anymore
+./core/framework/main/exceptions/main/class_DimNotFoundInArrayException.php:17: * @deprecated  Please don't use this anymore
+./core/framework/main/exceptions/main/class_InvalidArrayCountException.php:16: * @deprecated   Don't use this anymore
+./core/framework/main/exceptions/main/class_InvalidClassNameException.php:17: * @deprecated    Don't use this anymore
+./core/framework/main/exceptions/main/class_InvalidObjectException.php:17: * @deprecated       Don't use this anymore
+./core/framework/main/exceptions/main/class_MissingDecimalsThousandsSeparatorException.php:16: * @deprecated   Don't use this anymore
+./core/framework/main/exceptions/main/class_VariableIsNotSetException.php:16: * @deprecated    Don't use this anymore
+./core/framework/main/exceptions/stacker/class_EmptyStackerException.php:16: * @deprecated     Don't use this anymore
+./core/framework/main/exceptions/template/class_BasePathReadProtectedException.php:16: * @deprecated   Don't use this anymore
+./core/framework/main/exceptions/template/class_NoVariableException.php:16: * @deprecated      Don't use this anymore
+./core/framework/main/exceptions/template/class_UnexpectedTemplateTypeException.php:16: * @deprecated  Don't use this anymore
+./core/framework/main/middleware/debug/class_DebugMiddleware.php:22: * @deprecated     See LoggerFactory for a more flexible approach