Continued:
authorRoland Haeder <roland@mxchange.org>
Fri, 24 Feb 2017 19:24:59 +0000 (20:24 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
commit0c8148de6d0f7877fd774cbf091eecf82799025a
treeb5e54a0d981dd7ab4942448f914bfe6ab9e86078
parent1c8875ccc8d401dd52bdc6d6e5987db9cc2fffc5
Continued:
- added "import" for Responseable
- added "import" for StreamableInput
- all configured class names should not start with a backslash so the class
  loader is not "confused" that there is an empty project/vendor name ... Well,
  currently it ignores it but later maybe not.
- and last but not least, everywhere else no backslash is used for framework
  "imports" so it is more consistent

Signed-off-by: Roland Häder <roland@mxchange.org>
80 files changed:
application/tests/class_ApplicationHelper.php
inc/config.php
inc/main/classes/actions/html/class_HtmlLoginProfileAction.php
inc/main/classes/actions/post_registration/class_LoginAfterRegistrationAction.php
inc/main/classes/auth/class_CookieAuth.php
inc/main/classes/class_BaseFrameworkSystem.php
inc/main/classes/commands/class_BaseCommand.php
inc/main/classes/commands/console/class_ConsoleFuseCommand.php
inc/main/classes/commands/html/class_HtmlConfirmCommand.php
inc/main/classes/commands/html/class_HtmlDoFormCommand.php
inc/main/classes/commands/html/class_HtmlHomeCommand.php
inc/main/classes/commands/html/class_HtmlLoginAreaCommand.php
inc/main/classes/commands/html/class_HtmlLoginCommand.php
inc/main/classes/commands/html/class_HtmlLoginFailedCommand.php
inc/main/classes/commands/html/class_HtmlLogoutCommand.php
inc/main/classes/commands/html/class_HtmlLogoutDoneCommand.php
inc/main/classes/commands/html/class_HtmlProblemCommand.php
inc/main/classes/commands/html/class_HtmlRegisterCommand.php
inc/main/classes/commands/html/class_HtmlResendLinkCommand.php
inc/main/classes/commands/html/class_HtmlStatusCommand.php
inc/main/classes/commands/image/class_ImageCodeCaptchaCommand.php
inc/main/classes/controller/class_BaseController.php
inc/main/classes/controller/console/class_ConsoleDefaultController.php
inc/main/classes/controller/console/class_ConsoleDefaultNewsController.php
inc/main/classes/controller/html/class_HtmlConfirmController.php
inc/main/classes/controller/html/class_HtmlDefaultController.php
inc/main/classes/controller/html/class_HtmlDefaultNewsController.php
inc/main/classes/controller/html/class_HtmlLoginController.php
inc/main/classes/controller/html/class_HtmlLoginFailedController.php
inc/main/classes/controller/html/class_HtmlLogoutController.php
inc/main/classes/controller/html/class_HtmlLogoutDoneController.php
inc/main/classes/controller/html/class_HtmlProblemController.php
inc/main/classes/controller/html/class_HtmlRegisterController.php
inc/main/classes/controller/html/class_HtmlStatusController.php
inc/main/classes/controller/html/form/class_HtmlDoFormController.php
inc/main/classes/controller/html/login/class_HtmlLoginAreaController.php
inc/main/classes/controller/image/captcha/class_ImageCodeCaptchaController.php
inc/main/classes/controller/image/class_ImageDefaultController.php
inc/main/classes/decorator/template/class_XmlRewriterTemplateDecorator.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/checkboxes/class_RulesAcceptedFilter.php
inc/main/classes/filter/class_BaseFilterDecorator.php
inc/main/classes/filter/class_FilterChain.php
inc/main/classes/filter/crypto/class_CaptchaEncryptFilter.php
inc/main/classes/filter/guest/class_UserNameIsGuestFilter.php
inc/main/classes/filter/news/class_NewsDownloadFilter.php
inc/main/classes/filter/news/class_NewsProcessFilter.php
inc/main/classes/filter/null/class_NullFilter.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_PasswordValidatorFilter.php
inc/main/classes/filter/validator/class_UserNameValidatorFilter.php
inc/main/classes/filter/verifier/class_AccountPasswordVerifierFilter.php
inc/main/classes/filter/verifier/class_BirthdayVerifierFilter.php
inc/main/classes/filter/verifier/class_ConfirmCodeVerifierFilter.php
inc/main/classes/filter/verifier/class_GraphicalCodeCaptchaVerifierFilter.php
inc/main/classes/filter/verifier/class_PasswordGuestVerifierFilter.php
inc/main/classes/filter/verifier/class_PasswordVerifierFilter.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/response/console/class_ConsoleResponse.php
inc/main/classes/response/html/class_HtmlResponse.php
inc/main/classes/response/image/class_ImageResponse.php
inc/main/classes/template/class_BaseTemplateEngine.php
inc/main/classes/template/image/class_ImageTemplateEngine.php
inc/main/classes/template/mail/class_MailTemplateEngine.php
inc/main/interfaces/actions/class_PerformableAction.php
inc/main/interfaces/controller/class_Controller.php
inc/main/interfaces/filter/class_Filterable.php
inc/main/interfaces/helper/login/class_HelpableLogin.php
inc/main/interfaces/io/file/class_FileInputStreamer.php
inc/main/interfaces/io/pointer/class_InputPointer.php
inc/main/interfaces/login/class_LoginableUser.php
inc/main/interfaces/template/class_CompileableTemplate.php