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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 18 (100.0%) | 185 (100.0%) | 10.2 |
Moved to repository "core" (not yet fully setup!)
0 lines of code changed in 3 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
12 lines of code changed in 2 files:
Filteres rewritten, birthday added, some fixes:
- Birthday (day and month as 2-digit number and year as 4-digit number) added
- All filters now extends the BaseFilter class
- Typo (Startuphilfe -> Starthilfe) fixed
- Minor improvements
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 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
80 lines of code changed in 2 files:
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
1 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:
Class/method doc-tags fixed
1 lines of code changed in 1 file:
ToDo tags now all lower-case
1 lines of code changed in 1 file:
Update of last activitity and action in user added, refresh of auth cookies added
4 lines of code changed in 1 file:
Auth filter basicly completed, user update filter added (stubs), minor fixes
83 lines of code changed in 2 files: