]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Haeder <roland@mxchange.org>
Wed, 22 Feb 2017 21:37:29 +0000 (22:37 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
commit13e20a467def3a1ce1fb10534fa2084f1959a768
tree8f0cc78382205b325d25d221cc7c1c56881bfc9d
parent11f39762c7e20fe4655db3f92ef3c89e648fdb68
Continued:
- "imported" Registry class
- rewrote exception handler to also handle anything else that implements
  Throwable
- please note that application/<foo>/exceptions.php may become generalized
  and  will no longer be loaded as the same functionality is provided by this
  framework then.

Signed-off-by: Roland Häder <roland@mxchange.org>
43 files changed:
application/tests/class_ApplicationHelper.php
application/tests/exceptions.php
inc/main/classes/application/class_BaseApplication.php
inc/main/classes/class_BaseFrameworkSystem.php
inc/main/classes/commands/html/class_HtmlConfirmCommand.php
inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php
inc/main/classes/commands/html/class_HtmlLoginCommand.php
inc/main/classes/commands/html/class_HtmlRegisterCommand.php
inc/main/classes/commands/html/class_HtmlResendLinkCommand.php
inc/main/classes/controller/class_BaseController.php
inc/main/classes/factories/client/class_ClientFactory.php
inc/main/classes/factories/database/class_DatabaseWrapperFactory.php
inc/main/classes/factories/index/class_FileStackIndexFactory.php
inc/main/classes/factories/login/class_LoginFactory.php
inc/main/classes/factories/registry/class_SocketRegistryFactory.php
inc/main/classes/factories/stacks/class_FileStackFactory.php
inc/main/classes/factories/user/class_UserFactory.php
inc/main/classes/factories/xml/class_XmlTemplateEngineFactory.php
inc/main/classes/filter/auth/class_UserAuthFilter.php
inc/main/classes/filter/change/class_EmailChangeFilter.php
inc/main/classes/filter/change/class_PasswordChangeFilter.php
inc/main/classes/filter/news/class_NewsDownloadFilter.php
inc/main/classes/filter/payment/class_PaymentDiscoveryFilter.php
inc/main/classes/filter/update/class_UserStatusConfimedUpdateFilter.php
inc/main/classes/filter/update/class_UserUpdateFilter.php
inc/main/classes/filter/validator/class_EmailValidatorFilter.php
inc/main/classes/filter/validator/class_UserNameValidatorFilter.php
inc/main/classes/filter/verifier/class_AccountPasswordVerifierFilter.php
inc/main/classes/filter/verifier/class_ConfirmCodeVerifierFilter.php
inc/main/classes/filter/verifier/class_UserGuestVerifierFilter.php
inc/main/classes/filter/verifier/class_UserNameVerifierFilter.php
inc/main/classes/filter/verifier/class_UserStatusVerifierFilter.php
inc/main/classes/filter/verifier/class_UserUnconfirmedVerifierFilter.php
inc/main/classes/helper/class_BaseHelper.php
inc/main/classes/helper/html/forms/class_HtmlFormHelper.php
inc/main/classes/helper/html/links/class_HtmlLinkHelper.php
inc/main/classes/language/class_LanguageSystem.php
inc/main/classes/response/class_BaseResponse.php
inc/main/classes/template/console/class_ConsoleTemplateEngine.php
inc/main/classes/template/html/class_HtmlTemplateEngine.php
inc/main/classes/template/image/class_ImageTemplateEngine.php
inc/main/classes/template/mail/class_MailTemplateEngine.php
inc/main/classes/template/menu/class_MenuTemplateEngine.php