[root]/inc/classes/main/resolver/controller
image
(0 files, 0 lines)
web
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 14 (100.0%) | 155 (100.0%) | 11.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:
- XHTML errors/warnings fixed in some pages
- Auto-close/open HTML comments added for debugging
- Form-stub for training payed by goverment added
- Some rewrites (do we want "=== false" or "!== true" in boolean expressions?)
1 lines of code changed in 1 file:
Deprecated methods removed/purged
0 lines of code changed in 1 file:
Minor code improvements:
- A lot else statements rewritten
- Typos fixed
2 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:
Packager script for latest dev version added, misc fixes, captcha verifier filter added with stubs
4 lines of code changed in 1 file:
More bugfixes:
- Template engine does now compile code again
- Missing controller for registration form added
- Stubs in all responses added to return proper default command
- Misc fixes in controller classes
3 lines of code changed in 1 file:
Image controller/resolver and fixes:
- Controller and resolver added for images
- Exceptions fixed in controller and resolver
- No more fall-back on default command if requested command is missing
- Misc constant fixes
6 lines of code changed in 1 file:
Final fixes for variable inserting
1 lines of code changed in 1 file:
Re-added with access protection
6 lines of code changed in 1 file:
Actions (so called sub-commands) may now have own pre/post filter, profile update is only to confirmed acctions available
129 lines of code changed in 2 files: