]> git.mxchange.org Git - shipsimu.git/commit
TODO tag rewritten, first login action (empty for now) added
authorRoland Häder <roland@mxchange.org>
Wed, 18 Jun 2008 19:53:09 +0000 (19:53 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 18 Jun 2008 19:53:09 +0000 (19:53 +0000)
commit1cfec479b8c4a745b5b97683d22c8a431f9a3ee7
tree3d40d94bbf291080554450057a69cc0b01e59ee0
parentccf0a6ac2e9ce6d660cbdf66c4c9c4a10f7a1345
TODO tag rewritten, first login action (empty for now) added
20 files changed:
.gitattributes
application/ship-simu/class_ApplicationHelper.php
application/ship-simu/config.php
application/ship-simu/main/actions/.htaccess [new file with mode: 0644]
application/ship-simu/main/actions/class_ShipSimuLoginAction.php [new file with mode: 0644]
application/ship-simu/main/commands/web/class_WebShipsimuRegisterCommand.php
application/ship-simu/main/commands/web/class_WebShipsimuUserLoginCommand.php
application/ship-simu/main/ships/passenger/class_PassengerShip.php
application/ship-simu/templates/de/code/login_welcome.ctp [new file with mode: 0644]
db/news/.htaccess [new file with mode: 0644]
inc/classes/interfaces/response/class_Responseable.php
inc/classes/main/commands/web/class_WebLoginAreaCommand.php
inc/classes/main/controller/default/class_WebLoginController.php
inc/classes/main/database/databases/class_LocalFileDatabase.php
inc/classes/main/filter/news/class_NewsProcessFilter.php
inc/classes/main/helper/web/class_WebFormHelper.php
inc/classes/main/response/class_HttpResponse.php
inc/classes/main/rng/class_RandomNumberGenerator.php
inc/classes/main/template/class_TemplateEngine.php
inc/loader/class_ClassLoader.php