[root]/inc/classes/main/helper
captcha
(0 files, 0 lines)
images
(0 files, 0 lines)
web
(0 files, 0 lines)
images
(0 files, 0 lines)
login
(0 files, 0 lines)
web
(0 files, 0 lines)
blocks
(0 files, 0 lines)
forms
(0 files, 0 lines)
links
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 31 (100.0%) | 775 (100.0%) | 25.0 |
Moved to repository "core" (not yet fully setup!)
0 lines of code changed in 4 files:
- 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?)
38 lines of code changed in 1 file:
Todo tags added to documentation
1 lines of code changed in 1 file:
Web link helper basicly finished
1 lines of code changed in 1 file:
Final fixes for helper sub/groups
39 lines of code changed in 1 file:
Content will now be added to previously opened sub/group.
36 lines of code changed in 1 file:
Fixes for link helper
14 lines of code changed in 1 file:
Rendering of helper code improved
164 lines of code changed in 1 file:
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved
95 lines of code changed in 1 file:
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
1 lines of code changed in 1 file:
Conflicting getField() in BaseHelper vs. BaseFrameworkSystem fixed
3 lines of code changed in 1 file:
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
29 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
5 lines of code changed in 2 files:
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
83 lines of code changed in 2 files:
Block helper added, login area with stubs
13 lines of code changed in 1 file:
CAPTCHA support basicly finished (weak CAPTCHA!)
3 lines of code changed in 1 file:
Image generator added, first CAPTCHA added with missing controller (partly work)
3 lines of code changed in 1 file:
TemplateEngine is known as WebTemplateEngine (most parts are in BasTemplateEngine), image creation supported added with a lot (!) stubs
4 lines of code changed in 1 file:
Comments fixed... ;) And pre/post filters for registrations now supported
1 lines of code changed in 1 file:
Registry introduces, comments fixed ;)
1 lines of code changed in 1 file:
More class descriptions translated, generic user class added
0 lines of code changed in 1 file:
Registration form and form helper completed, XHTML markup errors fixed
94 lines of code changed in 2 files:
Registration form nearly done, partial stub support added
147 lines of code changed in 3 files: