[root]/inc/classes/main/request

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 22 (100.0%) | 254 (100.0%) | 11.5 |
Moved to repository "core" (not yet fully setup!)
0 lines of code changed in 2 files:
Typos fixed and special command resolver are now possible
- Two typos fixed: In terms like "if the" and "in the" >the< has been removed
- If a special "page" depending web command resolver is found it will be used
- Otherwise the default command resolver WebCommandResolver will be used as fall-back
- Some minor fixes
- TODO extended with a good "naming convention idea"
5 lines of code changed in 1 file:
Some minor improvements:
- Fixed added closing div tag
- error_log() removed (was added for debugging)
0 lines of code changed in 1 file:
Fixes for image generation
3 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:
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:
Request data is now generally secured
7 lines of code changed in 1 file:
Logout procedure basicly finished, login area splitted in main and action-dependent templates
4 lines of code changed in 1 file:
Login and auth classes added. WARNING: All class config entries must end with _class!
24 lines of code changed in 1 file:
createUniqueID -> generateUniqueId renamed, dataset criteria added, registration stub finished, local database does now select and insert data
2 lines of code changed in 1 file:
Fake class names added, insertDataSet() stub added, dataset criteria added
1 lines of code changed in 1 file:
Crypto helper and RNG added (weak!)
11 lines of code changed in 1 file:
More class descriptions translated, generic user class added
1 lines of code changed in 1 file:
More style convensions applied, interface updated
13 lines of code changed in 1 file:
Style convention applied (incomplete), pre/post filters added for form handler
15 lines of code changed in 1 file:
Username filter begun with basic checks
9 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:
More patterns added, part description changed to object description
152 lines of code changed in 2 files: