[root]/inc/classes/main/helper/web/links

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 14 (100.0%) | 340 (100.0%) | 24.2 |
Moved to repository "core" (not yet fully setup!)
0 lines of code changed in 2 files:
More improvements and fixes:
- CAPTCHA added to profile page
- Action for profile page added
- User status re-fixed...
- Form for training payed by goverment added (unfinished)
- Web link/form/base helper fixed/improved
15 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?)
34 lines of code changed in 1 file:
Some minor improvements:
- Fixed added closing div tag
- error_log() removed (was added for debugging)
1 lines of code changed in 1 file:
A lot naming conventions applied:
- All action templates and classes now contains the application name
- This is needed for the admin area where we need to add special filters for
user rights validation
- Class "BaseApplication" added which registers the ApplicationHelper class
for later usage.
- Some minor fixes
3 lines of code changed in 1 file:
Missing method added to link helper, method renamed
48 lines of code changed in 1 file:
Web link helper basicly finished
72 lines of code changed in 1 file:
Partial stub message added
4 lines of code changed in 1 file:
Link base added to helper
30 lines of code changed in 1 file:
Fixes for link helper
1 lines of code changed in 1 file:
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved
37 lines of code changed in 1 file:
Following things are changed: (in order of class names)
- Exception "NoShippingCompanyOwnedException" added which will be thrown when
the current user does not own or participate in any shipping company.
- Factory method for ShippingCompany class rewritten to check above exception
conditions. The class has some stubs and a lot old methods which needs be
updated/rewritten/obsoleted.
- Cast removed from older exception and re-added as type-hint
- Wrapper class added for "company" table.
- Minor improvements to some classes
- Block for personal data added (the login area will now have another stub
message) which is being generated by a generic WebBlockHelper class
- The DataSetCriteria class now returns the primary key (column name) or if
not set the unique key (column name again).
- All wrappers are now initialized (cache instance) by BaseDatabaseWrapper ...
- ... and must set the table name in factory method.
- The method doSelectByCriteria() is now generic written and resists in class
BaseDatabaseWrapper
- New helper class "WebLinkHelper" added
- Helper classes rewritten so we have more generic methods (code reduced)
- New helper class "WebBlockHelper" added
- User and Guest class are now extending BaseUser class
- Method doFilterFormatTimestamp() now resists in BaseFrameworkSystem class
95 lines of code changed in 2 files: