Login area extended and misc things changed:
authorRoland Häder <roland@mxchange.org>
Sat, 28 Jun 2008 17:33:19 +0000 (17:33 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 28 Jun 2008 17:33:19 +0000 (17:33 +0000)
commit5c3d5d84f8f862d0d51f095f9858860f86788ae8
tree7a804c8c0b6a658bff848ade7d5c85169d1517b1
parent10ff7e023cc73d738b712ec7a5aeede1309d59cf
Login area extended and misc things changed:
- Ship-Simu's action classes moved to sub directory "ship-simu"
- Action for listing shipping companies added which redirects if you have not
  confirmed your email address.
- Template for above action created
- In responses, variable $templateEngine rewritten to $templateInstance and
  removed due to we already have such getter/setter in BaseFrameworkSystem
- Several smaller improvements
22 files changed:
.gitattributes
application/selector/class_ApplicationSelector.php
application/ship-simu/main/actions/class_ShipSimuLoginAction.php [deleted file]
application/ship-simu/main/actions/class_ShipSimuProfileAction.php [deleted file]
application/ship-simu/main/actions/ship-simu/.htaccess [new file with mode: 0644]
application/ship-simu/main/actions/ship-simu/class_ShipSimuLoginAction.php [new file with mode: 0644]
application/ship-simu/main/actions/ship-simu/class_ShipSimuProfileAction.php [new file with mode: 0644]
application/ship-simu/main/actions/web/.htaccess [new file with mode: 0644]
application/ship-simu/main/actions/web/class_WebLoginCompanyAction.php [new file with mode: 0644]
application/ship-simu/templates/de/code/action_login_company.ctp [new file with mode: 0644]
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/commands/image/class_ImageCodeCaptchaCommand.php
inc/classes/main/commands/web/class_WebHomeCommand.php
inc/classes/main/commands/web/class_WebLoginAreaCommand.php
inc/classes/main/commands/web/class_WebLoginCommand.php
inc/classes/main/commands/web/class_WebLoginFailedCommand.php
inc/classes/main/commands/web/class_WebLogoutDoneCommand.php
inc/classes/main/commands/web/class_WebRegisterCommand.php
inc/classes/main/commands/web/class_WebResendLinkCommand.php
inc/classes/main/mailer/debug/class_DebugMailer.php
inc/classes/main/response/class_HttpResponse.php
inc/classes/main/response/class_ImageResponse.php