[root]/inc/classes/main/user/guest

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 11 (100.0%) | 38 (100.0%) | 3.4 |
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"
4 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?)
2 lines of code changed in 1 file:
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved
0 lines of code changed in 1 file:
Deprecated method addUpdateData() removed
0 lines of code changed in 1 file:
Now we really have ship-simu specific user/member classes
4 lines of code changed in 1 file:
Guest login fixed
11 lines of code changed in 1 file:
User class / resending of confirm link updated:
- If the provided email address for resending confirmation link is missing the
filter will now redirect to a configurable URL
- New exception InvalidInterfaceException which will be thrown if a required
interface is not implemented
- Resend link does now create a new hash and updates the user table
- Method BaseUser::ifEmailAddressExists() does now fix empty username attribute
- New method User::updateDatabaseField() added which updates database table
columns with specified values
- Minor fixes applied
3 lines of code changed in 1 file:
User/guest classes now have base class
14 lines of code changed in 2 files: