]> git.mxchange.org Git - shipsimu.git/commit
Payment introduced, minor rewrites
authorRoland Häder <roland@mxchange.org>
Sun, 5 Oct 2008 18:28:05 +0000 (18:28 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 5 Oct 2008 18:28:05 +0000 (18:28 +0000)
commitabb8bf6be9f5238f8a4552707bcb190f0dbf0b7a
tree52845bc9b28733e0016746d6e8855d3f4e3fe257
parent21a25cc77b1108c7e33d4ce55b1a85970b355de2
Payment introduced, minor rewrites
- Payment system introduced (not finished)
- Refill page prepared for payment system
- Methods addCriteria() first parameter is now in ", not in '
- Minor improvements
36 files changed:
.gitattributes
application/blog/config.php
application/ship-simu/config.php
application/ship-simu/main/actions/web/class_WebLoginRefillAction.php
application/ship-simu/main/commands/web/class_WebRefillFormCommand.php
application/ship-simu/main/goverment/class_SimplifiedGoverment.php
application/ship-simu/main/registration/class_ShipSimuRegistration.php
application/ship-simu/main/user/extended/class_ShipSimuMember.php
application/ship-simu/main/wrapper/class_CompanyDatabaseWrapper.php
application/ship-simu/templates/de/code/action_login_profile.ctp
application/ship-simu/templates/de/code/action_login_refill.ctp
application/shoutbox/config.php
application/todo/config.php
db/payments/.htaccess [new file with mode: 0644]
inc/classes/interfaces/discovery/.htaccess [new file with mode: 0644]
inc/classes/interfaces/discovery/class_Discoverable.php [new file with mode: 0644]
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/controller/class_BaseController.php
inc/classes/main/database/wrapper/class_PaymentsDatabaseWrapper.php [new file with mode: 0644]
inc/classes/main/debug/class_DebugConsoleOutput.php
inc/classes/main/debug/class_DebugWebOutput.php
inc/classes/main/discovery/.htaccess [new file with mode: 0644]
inc/classes/main/discovery/class_ [new file with mode: 0644]
inc/classes/main/discovery/class_BaseDiscovery.php [new file with mode: 0644]
inc/classes/main/discovery/payment/.htaccess [new file with mode: 0644]
inc/classes/main/discovery/payment/class_LocalPaymentDiscovery.php [new file with mode: 0644]
inc/classes/main/filter/payment/.htaccess [new file with mode: 0644]
inc/classes/main/filter/payment/class_PaymentDiscoveryFilter.php [new file with mode: 0644]
inc/classes/main/helper/web/forms/class_WebFormHelper.php
inc/classes/main/output/class_ConsoleOutput.php
inc/classes/main/output/class_WebOutput.php
inc/classes/main/points/class_UserPoints.php
inc/classes/main/reader/class_DefaultNewsReader.php
inc/classes/main/resolver/action/class_BaseActionResolver.php
inc/classes/main/response/class_BaseResponse.php
inc/classes/main/user/member/class_Member.php