[root]/inc/classes/main/reader

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 10 (100.0%) | 105 (100.0%) | 10.5 |
Moved to repository "core" (not yet fully setup!)
0 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
0 lines of code changed in 1 file:
Comment header cosmetics applied
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
1 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
1 lines of code changed in 1 file:
User login (non-guest) basicly finished, news stubs added, registration and final methods fixed
26 lines of code changed in 1 file:
Login and auth classes added. WARNING: All class config entries must end with _class!
75 lines of code changed in 2 files: