
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 32 (100.0%) | 259 (100.0%) | 8.0 |
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"
2 lines of code changed in 1 file:
Configuration class is now fully singleton
6 lines of code changed in 1 file:
Cookie path now detected by generic method
19 lines of code changed in 1 file:
Constants PATH and _DB_TYPE replaced
6 lines of code changed in 1 file:
Missing SERVER_NAME in non-web applications fixed
8 lines of code changed in 1 file:
Minor code improvements:
- A lot else statements rewritten
- Typos fixed
12 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
22 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
2 lines of code changed in 2 files:
Several fixes (new class/filters) for guest login
5 lines of code changed in 1 file:
CAPTCHA support basicly finished (weak CAPTCHA!)
2 lines of code changed in 1 file:
Image generator added, first CAPTCHA added with missing controller (partly work)
2 lines of code changed in 1 file:
Graphical code CAPTCHA partly finished, crypto class supports encryption/decryption via mcrypt functions, assertions added
6 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:
Opps, domain detection is wrong
14 lines of code changed in 1 file:
Cookie-based login initially done
23 lines of code changed in 1 file:
Rewrite of initInstance(), more eval() rewritten to call_user_func_array()
1 lines of code changed in 1 file:
Comment header fixed
2 lines of code changed in 2 files:
Style convention applied (incomplete), pre/post filters added for form handler
20 lines of code changed in 1 file:
Port number updated to 9060
2 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
2 lines of code changed in 1 file:
Config added to connect to master hub
89 lines of code changed in 2 files:
first unit test for configuration sub system added
3 lines of code changed in 1 file:
More exceptions added, class loader can now load extra configs
2 lines of code changed in 1 file:
core code merged, interfaces OutputStreamer implemented
5 lines of code changed in 1 file:
0 lines of code changed in 2 files: