[root]/inc/classes/exceptions
actions
(0 files, 0 lines)
auth
(0 files, 0 lines)
compressor
(0 files, 0 lines)
container
(0 files, 0 lines)
controller
(0 files, 0 lines)
criteria
(0 files, 0 lines)
crypto
(0 files, 0 lines)
database
(0 files, 0 lines)
clients
(0 files, 0 lines)
general
(0 files, 0 lines)
local_file
(0 files, 0 lines)
wrapper
(0 files, 0 lines)
filter
(0 files, 0 lines)
helper
(0 files, 0 lines)
io
(0 files, 0 lines)
language
(0 files, 0 lines)
main
(0 files, 0 lines)
result
(0 files, 0 lines)
template
(0 files, 0 lines)
user
(0 files, 0 lines)
xml
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 21 (100.0%) | 171 (100.0%) | 8.1 |
Moved to repository "core" (not yet fully setup!)
0 lines of code changed in 2 files:
A lot rewrites and fixes for weak redirect methods
- Explicit exit() function added after all redirect calls for weak
implementations. But normally we have strong implementations...
- All filters, actions and commands now have a
Base<short_app_name>Filter|Action|Command class
- Invalid 'company' entries removed from non-shipsimu templates
- More missing classes and config enttries added (mainly to blog software)
- Some other minor improvements/fixes
1 lines of code changed in 1 file:
A performed action now always requires an action class
10 lines of code changed in 1 file:
Dummy admin area added, HTML code in PHP scripts rewritten to CSS classes, CSS ids fixed
2 lines of code changed in 1 file:
Comment header cosmetics applied
2 lines of code changed in 2 files:
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 2 files:
Image generator added, first CAPTCHA added with missing controller (partly work)
37 lines of code changed in 1 file:
Account status page partly implemented, backtrace now without own saveBacktrace() call
7 lines of code changed in 1 file:
Simple exception handler and error handler added, profile update added with stubs
52 lines of code changed in 1 file:
Login and auth classes added. WARNING: All class config entries must end with _class!
43 lines of code changed in 2 files:
Just a space removed
1 lines of code changed in 1 file:
Comment header fixed
3 lines of code changed in 1 file:
Several clean ups
3 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
1 lines of code changed in 1 file:
core code merged, interfaces OutputStreamer implemented
3 lines of code changed in 2 files: