Directory inc/classes/main/helper/captcha/images/

Directory Created:
2008-06-24 22:52
Directory Deleted:
2008-11-20 01:39
Total Files:
0
Deleted Files:
1
Lines of Code:
0

[root]/inc/classes/main/helper/captcha/images

Lines of Code

inc/classes/main/helper/captcha/images/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 10 (100.0%) 416 (100.0%) 41.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 1 file:

  • inc/classes/main/helper/captcha/images: class_ImageHelper.php (del)
quix0r 2008-11-16 03:13 Rev.: 316

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"

2 lines of code changed in 1 file:

  • inc/classes/main/helper/captcha/images: class_ImageHelper.php (+2 -2)
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/captcha/images: class_ImageHelper.php (-3)
quix0r 2008-06-30 01:38 Rev.: 235

Debug mailer finished and debug messages removed:
- The class DebugMailer is now 99% ready. It outputs the sent mail but has not
been tested with multiple mails
- Confirmation mail is now basicly done
- A lot debug messages removed/rewritten
- Two generic methods added to interface FrameworkInterface
- XML headers added to XML templates

2 lines of code changed in 1 file:

  • inc/classes/main/helper/captcha/images: class_ImageHelper.php (+2 -2)
quix0r 2008-06-28 02:51 Rev.: 222

More stubs added, code "made" generic:
- Database results are now supported by all objects by moving setter/getter to
the super class BaseFrameworkSystem
- Login area with more stubs (still working on company data output)
- Obsolete $content[some_var] replaced by {?some_var?} in header templates
- app_die() slightly improved

1 lines of code changed in 1 file:

  • inc/classes/main/helper/captcha/images: class_ImageHelper.php (+1 -1)
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

1 lines of code changed in 1 file:

  • inc/classes/main/helper/captcha/images: class_ImageHelper.php (+1 -1)
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

1 lines of code changed in 1 file:

  • inc/classes/main/helper/captcha/images: class_ImageHelper.php (+1 -1)
quix0r 2008-06-25 20:59 Rev.: 213

Packager script for latest dev version added, misc fixes, captcha verifier filter added with stubs

14 lines of code changed in 1 file:

  • inc/classes/main/helper/captcha/images: class_ImageHelper.php (+14 -14)
quix0r 2008-06-24 23:19 Rev.: 209

Garbage added to encrypted string

1 lines of code changed in 1 file:

  • inc/classes/main/helper/captcha/images: class_ImageHelper.php (+1 -1)
quix0r 2008-06-24 22:52 Rev.: 208

CAPTCHA support basicly finished (weak CAPTCHA!)

394 lines of code changed in 1 file:

  • inc/classes/main/helper/captcha/images: class_ImageHelper.php (new 394)
Generated by StatSVN 0.7.0