[root]/inc/classes/main/filter/validator

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 48 (100.0%) | 613 (100.0%) | 12.7 |
Moved to repository "core" (not yet fully setup!)
0 lines of code changed in 5 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
18 lines of code changed in 3 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 2 files:
- 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?)
2 lines of code changed in 2 files:
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved
0 lines of code changed in 3 files:
Ship-Simu now has its own member/guest implementations
2 lines of code changed in 2 files:
Email address confirmation now working (not in registration):
- Confirmation link extended with username to make looking the user account
up much more easier
- Confirmation of email address now working but still no email is send in
registration procedure
- Current user's status now displayed in login area
- Some minor code rewrites
90 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 3 files:
Actions (so called sub-commands) may now have own pre/post filter, profile update is only to confirmed acctions available
3 lines of code changed in 1 file:
Login and auth classes added. WARNING: All class config entries must end with _class!
3 lines of code changed in 3 files:
User class is now configurable
2 lines of code changed in 2 files:
Variable name fixed in User, login continued (still unfinished)
2 lines of code changed in 1 file:
createUniqueID -> generateUniqueId renamed, dataset criteria added, registration stub finished, local database does now select and insert data
3 lines of code changed in 3 files:
Password validator added, if emails mismatch the request will be rejected
125 lines of code changed in 2 files:
Access level fixed, registry is able to return instances
2 lines of code changed in 2 files:
Registerable instances now possible, some fixes in filters
18 lines of code changed in 2 files:
Registry introduces, comments fixed ;)
41 lines of code changed in 2 files:
Email validator added (partly finished)
148 lines of code changed in 2 files:
Renamed a folder, database client added
0 lines of code changed in 1 file:
More class descriptions translated, generic user class added
27 lines of code changed in 1 file:
Style convention applied (incomplete), pre/post filters added for form handler
1 lines of code changed in 1 file:
Username filter begun with basic checks
41 lines of code changed in 1 file:
Intercepting filter basicly added, generic form processor implemented (unfinished), small fixes
76 lines of code changed in 2 files: