Directory application/ship-simu/main/wrapper/

Directory Created:
2008-06-28 00:58
Total Files:
3
Deleted Files:
1
Lines of Code:
200

[root]/application/ship-simu/main/wrapper

Lines of Code

application/ship-simu/main/wrapper/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 23 (100.0%) 284 (100.0%) 12.3

Most Recent Commits

quix0r 2011-02-28 02:18 Rev.: 472

'public static final' is correct

2 lines of code changed in 2 files:

  • application/ship-simu/main/wrapper: class_CompanyDatabaseWrapper.php (+1 -1), class_UserGovernmentDatabaseWrapper.php (+1 -1)
quix0r 2011-02-13 17:43 Rev.: 471

Properties set/deleted on .htaccess

0 lines of code changed in 1 file:

  • application/ship-simu/main/wrapper: .htaccess (changed)
quix0r 2010-09-14 16:36 Rev.: 469

SVN properties globally set

0 lines of code changed in 2 files:

  • application/ship-simu/main/wrapper: class_CompanyDatabaseWrapper.php (changed), class_UserGovernmentDatabaseWrapper.php (changed)
quix0r 2009-08-22 14:46 Rev.: 410

Missing class/config entries added, execeute() implemented, some rewrites:
- Missing menu class for failed login attempt (e.g. expired auth cookie) added
- execute() method (partly) implemented in government commands
- Double quotes to single converted
- Misc minor rewrites

10 lines of code changed in 1 file:

  • application/ship-simu/main/wrapper: class_UserGovernmentDatabaseWrapper.php (+10)
quix0r 2009-08-22 05:40 Rev.: 409

Moved database columns as constants in wrapper classes

14 lines of code changed in 2 files:

  • application/ship-simu/main/wrapper: class_CompanyDatabaseWrapper.php (+9 -6), class_UserGovernmentDatabaseWrapper.php (+5 -1)
quix0r 2009-03-19 22:08 Rev.: 363

Copyright updated, menu class added for 'home'

2 lines of code changed in 2 files:

  • application/ship-simu/main/wrapper: class_CompanyDatabaseWrapper.php (+1 -1), class_UserGovernmentDatabaseWrapper.php (+1 -1)
quix0r 2009-03-06 19:34 Rev.: 353

svn:keyword set on all scripts

0 lines of code changed in 2 files:

  • application/ship-simu/main/wrapper: class_CompanyDatabaseWrapper.php (changed), class_UserGovernmentDatabaseWrapper.php (changed)
quix0r 2008-12-06 23:35 Rev.: 339

Class name typo fixed, typo goverment->government fixed

6 lines of code changed in 1 file:

  • application/ship-simu/main/wrapper: class_UserGovernmentDatabaseWrapper.php (+6 -6)
quix0r 2008-11-22 03:51 Rev.: 338

Typo in 'goverment' fixed ('government' is correct)

56 lines of code changed in 2 files:

  • application/ship-simu/main/wrapper: class_UserGovermentDatabaseWrapper.php (del), class_UserGovernmentDatabaseWrapper.php (new 56)
quix0r 2008-10-05 20:28 Rev.: 292

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

1 lines of code changed in 1 file:

  • application/ship-simu/main/wrapper: class_CompanyDatabaseWrapper.php (+1 -1)
quix0r 2008-08-05 16:20 Rev.: 248

generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved

56 lines of code changed in 2 files:

  • application/ship-simu/main/wrapper: class_CompanyDatabaseWrapper.php (-6), class_UserGovermentDatabaseWrapper.php (new 56)
quix0r 2008-07-01 22:08 Rev.: 246

More game classes added:
- Class for simplified goverment added (all-in-one goverment!)
- Special classes for Ship-Simu added with game-specific methods
- Template for company page rewritten
- Method moved from FrameworkInterface to Updateable
- Database wrapper classes added for user points
- Generic class UserPoints added

34 lines of code changed in 1 file:

  • application/ship-simu/main/wrapper: class_CompanyDatabaseWrapper.php (+34 -1)
quix0r 2008-07-01 10:33 Rev.: 241

User class renamed to Member and it's interface

1 lines of code changed in 1 file:

  • application/ship-simu/main/wrapper: class_CompanyDatabaseWrapper.php (+1 -1)
quix0r 2008-06-28 02:51 Rev.: 222

More stubs added, code "made" generic:
- Database results are now supported by all objects by moving setter/getter to
the super class BaseFrameworkSystem
- Login area with more stubs (still working on company data output)
- Obsolete $content[some_var] replaced by {?some_var?} in header templates
- app_die() slightly improved

39 lines of code changed in 1 file:

  • application/ship-simu/main/wrapper: class_CompanyDatabaseWrapper.php (+39 -2)
quix0r 2008-06-28 00:58 Rev.: 220

Following things are changed: (in order of class names)
- Exception "NoShippingCompanyOwnedException" added which will be thrown when
the current user does not own or participate in any shipping company.
- Factory method for ShippingCompany class rewritten to check above exception
conditions. The class has some stubs and a lot old methods which needs be
updated/rewritten/obsoleted.
- Cast removed from older exception and re-added as type-hint
- Wrapper class added for "company" table.
- Minor improvements to some classes
- Block for personal data added (the login area will now have another stub
message) which is being generated by a generic WebBlockHelper class
- The DataSetCriteria class now returns the primary key (column name) or if
not set the unique key (column name again).
- All wrappers are now initialized (cache instance) by BaseDatabaseWrapper ...
- ... and must set the table name in factory method.
- The method doSelectByCriteria() is now generic written and resists in class
BaseDatabaseWrapper
- New helper class "WebLinkHelper" added
- Helper classes rewritten so we have more generic methods (code reduced)
- New helper class "WebBlockHelper" added
- User and Guest class are now extending BaseUser class
- Method doFilterFormatTimestamp() now resists in BaseFrameworkSystem class

63 lines of code changed in 2 files:

  • application/ship-simu/main/wrapper: .htaccess (new 1), class_CompanyDatabaseWrapper.php (new 62)
Generated by StatSVN 0.7.0