Directory inc/classes/main/helper/web/blocks/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
quix0r 8 (100.0%) 157 (100.0%) 19.6

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/blocks: .htaccess (del), class_WebBlockHelper.php (del)
quix0r 2008-08-05 16:20 Rev.: 248

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

0 lines of code changed in 1 file:

  • inc/classes/main/helper/web/blocks: class_WebBlockHelper.php (-3)
quix0r 2008-06-30 15:56 Rev.: 237

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

17 lines of code changed in 1 file:

  • inc/classes/main/helper/web/blocks: class_WebBlockHelper.php (+17)
quix0r 2008-06-28 17:46 Rev.: 223

Company stubs now finished, output of 'company_status' added

26 lines of code changed in 1 file:

  • inc/classes/main/helper/web/blocks: class_WebBlockHelper.php (+26)
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

9 lines of code changed in 1 file:

  • inc/classes/main/helper/web/blocks: class_WebBlockHelper.php (+9 -2)
quix0r 2008-06-27 20:28 Rev.: 219

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

105 lines of code changed in 2 files:

  • inc/classes/main/helper/web/blocks: .htaccess (new 1), class_WebBlockHelper.php (new 104)
Generated by StatSVN 0.7.0