]> git.mxchange.org Git - city.git/commit - application/city/classes/commands/html/class_CityHtmlLoginCommand.php
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 11 Apr 2018 20:56:11 +0000 (22:56 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 11 Apr 2018 20:56:11 +0000 (22:56 +0200)
commitd100f068798a47a699aa723c0b4bd62b3025c1b6
tree9aef921a3c67ff66c981b402b29f78062fa5114b
parent083892d43cd5e566fba63c0ef6d1c75dde5944f2
Continued:
- need to initialize web output instance when request type is 'html'
- but only need to shutdown (and show messages) when 'console' is set
- assignApplicationData() does no longer accept $applicationInstance which
  makes sense as it can be obtained from GenericRegistry
- also removed same parameter from factory methods
- no need to invoke setApplicationInstance() for above same reason
  (this is called inter-mezzo pattern)
- updated core to latest commit id
- updated index.php from core

Signed-off-by: Roland Häder <roland@mxchange.org>
15 files changed:
application/city/class_ApplicationHelper.php
application/city/classes/commands/html/class_CityHtmlConfirmCommand.php
application/city/classes/commands/html/class_CityHtmlLoginAreaCommand.php
application/city/classes/commands/html/class_CityHtmlLoginCommand.php
application/city/classes/commands/html/class_CityHtmlLoginFailedCommand.php
application/city/classes/commands/html/class_CityHtmlResendLinkCommand.php
application/city/classes/commands/html/class_HtmlLogoutDoneCommand.php
application/city/classes/factories/city_daemon/class_CityDaemonFactory.php
application/city/classes/resolver/command/console/class_CityConsoleCommandResolver.php
application/city/classes/resolver/command/html/class_CityHtmlCommandResolver.php
application/city/classes/resolver/controller/console/class_CityConsoleControllerResolver.php
application/city/classes/resolver/controller/html/class_CityHtmlControllerResolver.php
application/city/classes/resolver/controller/image/class_CityImageControllerResolver.php
core
index.php