[root]/inc/classes/main/database/wrapper

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 37 (100.0%) | 515 (100.0%) | 13.9 |
Moved to repository "core" (not yet fully setup!)
0 lines of code changed in 5 files:
No longer thrown exceptions deprecated (still some there), naming-convention todo added to doc tags
0 lines of code changed in 1 file:
Setting index is now much nicer (more abstract!)
9 lines of code changed in 1 file:
Again, a commit! ;-)
- Maximum count of startup helps the goverment is willing to pay added
- User id partly added (stub message)
- Some other minor rewrites
1 lines of code changed in 1 file:
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
59 lines of code changed in 1 file:
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved
0 lines of code changed in 3 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
63 lines of code changed in 2 files:
Email address confirmation now working (not in registration):
- Confirmation link extended with username to make looking the user account
up much more easier
- Confirmation of email address now working but still no email is send in
registration procedure
- Current user's status now displayed in login area
- Some minor code rewrites
1 lines of code changed in 1 file:
Debug mailer finished and debug messages removed:
- The class DebugMailer is now 99% ready. It outputs the sent mail but has not
been tested with multiple mails
- Confirmation mail is now basicly done
- A lot debug messages removed/rewritten
- Two generic methods added to interface FrameworkInterface
- XML headers added to XML templates
3 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
10 lines of code changed in 2 files:
More conventions than code added:
- Copyright line fixed (space added, sorry guys!)
- Doc tags fixed in a lot files
- Arrays send to exceptions are now all $msgArray called
- BaseHelper class now contains generic methods from WebFormHelper class
- BaseWebHelper added which holds "web-generic" methods and attributes
- Due to these changes, the WebFormHelper is now cleared from generic methods
2 lines of code changed in 2 files:
CAPTCHA support basicly finished (weak CAPTCHA!)
2 lines of code changed in 2 files:
Image generator added, first CAPTCHA added with missing controller (partly work)
2 lines of code changed in 2 files:
Update of last activitity and action in user added, refresh of auth cookies added
24 lines of code changed in 1 file:
User login (non-guest) basicly finished, news stubs added, registration and final methods fixed
125 lines of code changed in 1 file:
Login and auth classes added. WARNING: All class config entries must end with _class!
2 lines of code changed in 1 file:
Just a space removed
1 lines of code changed in 1 file:
Results are now searchable and iterateable, insertDataSet renamed to queryInsertDataSet, login added with stubs
1 lines of code changed in 1 file:
createUniqueID -> generateUniqueId renamed, dataset criteria added, registration stub finished, local database does now select and insert data
3 lines of code changed in 1 file:
debugInstance() commented out
1 lines of code changed in 1 file:
Fake class names added, insertDataSet() stub added, dataset criteria added
21 lines of code changed in 1 file:
Stub ifEmailAddressExists() finished
1 lines of code changed in 1 file:
Database result added, SqlException added
11 lines of code changed in 1 file:
Criteria added for abstract database programming
34 lines of code changed in 1 file:
More object are configureable, cache initially added
67 lines of code changed in 1 file:
Client renamed in Wrapper
72 lines of code changed in 1 file: