[root]/inc/classes/main/database
classes
(0 files, 0 lines)
clients
(0 files, 0 lines)
databases
(0 files, 0 lines)
wrapper
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 31 (100.0%) | 280 (100.0%) | 9.0 |
Moved to repository "core" (not yet fully setup!)
0 lines of code changed in 4 files:
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved
23 lines of code changed in 2 files:
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
97 lines of code changed in 1 file:
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
3 lines of code changed in 3 files:
CAPTCHA support basicly finished (weak CAPTCHA!)
1 lines of code changed in 1 file:
Image generator added, first CAPTCHA added with missing controller (partly work)
1 lines of code changed in 1 file:
Type-hints fixed, header docs fixed, exceptions deprecated
3 lines of code changed in 1 file:
A lot more old methods deprecated and already deprecated methods removed
1 lines of code changed in 1 file:
Login and auth classes added. WARNING: All class config entries must end with _class!
1 lines of code changed in 1 file:
Just a space removed
3 lines of code changed in 3 files:
eval() commands replace by improved object factory, user login class stub added
1 lines of code changed in 1 file:
Fake class names added, insertDataSet() stub added, dataset criteria added
2 lines of code changed in 1 file:
Database result added, SqlException added
3 lines of code changed in 1 file:
Client renamed in Wrapper
41 lines of code changed in 1 file:
Renamed a folder, database client added
89 lines of code changed in 2 files:
Comment header fixed
1 lines of code changed in 1 file:
Messages translated to english, a lot uneccessary debug messages removed
0 lines of code changed in 1 file:
Several MVC classes added, entryPoint method rewritten
2 lines of code changed in 1 file:
Method constructor() removed, several small fixes
3 lines of code changed in 1 file:
Base controller stub added
1 lines of code changed in 1 file:
core code merged, interfaces OutputStreamer implemented
4 lines of code changed in 2 files: