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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 23 (100.0%) | 284 (100.0%) | 12.3 |
'public static final' is correct
2 lines of code changed in 2 files:
Properties set/deleted on .htaccess
0 lines of code changed in 1 file:
SVN properties globally set
0 lines of code changed in 2 files:
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:
Moved database columns as constants in wrapper classes
14 lines of code changed in 2 files:
Copyright updated, menu class added for 'home'
2 lines of code changed in 2 files:
svn:keyword set on all scripts
0 lines of code changed in 2 files:
Class name typo fixed, typo goverment->government fixed
6 lines of code changed in 1 file:
Typo in 'goverment' fixed ('government' is correct)
56 lines of code changed in 2 files:
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:
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved
56 lines of code changed in 2 files:
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:
User class renamed to Member and it's interface
1 lines of code changed in 1 file:
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:
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: