Directory inc/classes/main/helper/web/links/

Directory Created:
2008-06-28 00:58
Directory Deleted:
2008-11-20 01:39
Total Files:
0
Deleted Files:
2
Lines of Code:
0

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

Lines of Code

inc/classes/main/helper/web/links/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 14 (100.0%) 340 (100.0%) 24.2

Most Recent Commits

quix0r 2008-11-20 01:39 Rev.: 329

Moved to repository "core" (not yet fully setup!)

0 lines of code changed in 2 files:

  • inc/classes/main/helper/web/links: .htaccess (del), class_WebLinkHelper.php (del)
quix0r 2008-11-15 23:08 Rev.: 313

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:

  • inc/classes/main/helper/web/links: class_WebLinkHelper.php (+15)
quix0r 2008-11-15 20:42 Rev.: 312

- 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:

  • inc/classes/main/helper/web/links: class_WebLinkHelper.php (+34 -24)
quix0r 2008-11-14 03:46 Rev.: 309

Some minor improvements:
- Fixed added closing div tag
- error_log() removed (was added for debugging)

1 lines of code changed in 1 file:

  • inc/classes/main/helper/web/links: class_WebLinkHelper.php (+1 -1)
quix0r 2008-10-26 18:14 Rev.: 300

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:

  • inc/classes/main/helper/web/links: class_WebLinkHelper.php (+3)
quix0r 2008-08-25 19:19 Rev.: 273

Missing method added to link helper, method renamed

48 lines of code changed in 1 file:

  • inc/classes/main/helper/web/links: class_WebLinkHelper.php (+48 -12)
quix0r 2008-08-14 18:21 Rev.: 257

Web link helper basicly finished

72 lines of code changed in 1 file:

  • inc/classes/main/helper/web/links: class_WebLinkHelper.php (+72 -6)
quix0r 2008-08-08 22:42 Rev.: 252

Partial stub message added

4 lines of code changed in 1 file:

  • inc/classes/main/helper/web/links: class_WebLinkHelper.php (+4)
quix0r 2008-08-08 22:32 Rev.: 251

Link base added to helper

30 lines of code changed in 1 file:

  • inc/classes/main/helper/web/links: class_WebLinkHelper.php (+30 -2)
quix0r 2008-08-08 21:44 Rev.: 250

Fixes for link helper

1 lines of code changed in 1 file:

  • inc/classes/main/helper/web/links: class_WebLinkHelper.php (+1 -1)
quix0r 2008-08-05 16:20 Rev.: 248

generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved

37 lines of code changed in 1 file:

  • inc/classes/main/helper/web/links: class_WebLinkHelper.php (+37 -4)
quix0r 2008-06-28 00:58 Rev.: 220

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:

  • inc/classes/main/helper/web/links: .htaccess (new 1), class_WebLinkHelper.php (new 94)
Generated by StatSVN 0.7.0