
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 64 (100.0%) | 350 (100.0%) | 5.4 |
Moved to repository "core" (not yet fully setup!)
0 lines of code changed in 5 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"
3 lines of code changed in 3 files:
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved
3 lines of code changed in 4 files:
Minor code improvements:
- A lot else statements rewritten
- Typos fixed
14 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
4 lines of code changed in 4 files:
Packager script for latest dev version added, misc fixes, captcha verifier filter added with stubs
2 lines of code changed in 1 file:
TemplateEngine is known as WebTemplateEngine (most parts are in BasTemplateEngine), image creation supported added with a lot (!) stubs
1 lines of code changed in 1 file:
Simple exception handler and error handler added, profile update added with stubs
9 lines of code changed in 1 file:
Just a space removed
4 lines of code changed in 4 files:
Rewrite of initInstance(), more eval() rewritten to call_user_func_array()
0 lines of code changed in 1 file:
createUniqueID -> generateUniqueId renamed, dataset criteria added, registration stub finished, local database does now select and insert data
16 lines of code changed in 4 files:
Fixed check of username
5 lines of code changed in 1 file:
Database result added, SqlException added
5 lines of code changed in 1 file:
Comment header fixed
4 lines of code changed in 4 files:
More class descriptions translated, generic user class added
8 lines of code changed in 4 files:
Registration stub added, naming convention applied, support for PHP code (keep it simple!) in templates added
232 lines of code changed in 1 file:
Several MVC classes added, entryPoint method rewritten
8 lines of code changed in 4 files:
Method constructor() removed, several small fixes
12 lines of code changed in 4 files:
Base controller stub added
4 lines of code changed in 4 files:
More patterns added, part description changed to object description
4 lines of code changed in 4 files:
core code merged, interfaces OutputStreamer implemented
12 lines of code changed in 8 files: