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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 42 (100.0%) | 1606 (100.0%) | 38.2 |
Moved to repository "core" (not yet fully setup!)
0 lines of code changed in 6 files:
Filteres rewritten, birthday added, some fixes:
- Birthday (day and month as 2-digit number and year as 4-digit number) added
- All filters now extends the BaseFilter class
- Typo (Startuphilfe -> Starthilfe) fixed
- Minor improvements
10 lines of code changed in 1 file:
Todo tags added to documentation
1 lines of code changed in 1 file:
More game classes added:
- Class for simplified goverment added (all-in-one goverment!)
- Special classes for Ship-Simu added with game-specific methods
- Template for company page rewritten
- Method moved from FrameworkInterface to Updateable
- Database wrapper classes added for user points
- Generic class UserPoints added
11 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
3 lines of code changed in 1 file:
Conflicting getField() in BaseHelper vs. BaseFrameworkSystem fixed
3 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
75 lines of code changed in 1 file:
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
189 lines of code changed in 1 file:
Block helper added, login area with stubs
94 lines of code changed in 1 file:
Packager script for latest dev version added, misc fixes, captcha verifier filter added with stubs
4 lines of code changed in 1 file:
CAPTCHA support basicly finished (weak CAPTCHA!)
4 lines of code changed in 1 file:
Fixes for XHTML validity
10 lines of code changed in 1 file:
Final fixes for variable inserting
37 lines of code changed in 1 file:
Image generator added, first CAPTCHA added with missing controller (partly work)
4 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
70 lines of code changed in 1 file:
Templates rewritten
26 lines of code changed in 1 file:
Graphical code CAPTCHA partly finished, crypto class supports encryption/decryption via mcrypt functions, assertions added
25 lines of code changed in 1 file:
Re-added with access protection
15 lines of code changed in 1 file:
Class/method doc-tags fixed
2 lines of code changed in 1 file:
ToDo tags now all lower-case
2 lines of code changed in 1 file:
Account status page partly implemented, backtrace now without own saveBacktrace() call
36 lines of code changed in 1 file:
Simple exception handler and error handler added, profile update added with stubs
19 lines of code changed in 1 file:
User profile form added
84 lines of code changed in 1 file:
TODO tag rewritten, first login action (empty for now) added
1 lines of code changed in 1 file:
User login (non-guest) basicly finished, news stubs added, registration and final methods fixed
40 lines of code changed in 1 file:
From group >unknown< fixed
1 lines of code changed in 1 file:
Login and auth classes added. WARNING: All class config entries must end with _class!
4 lines of code changed in 1 file:
Cookie-based login initially done
2 lines of code changed in 1 file:
createUniqueID -> generateUniqueId renamed, dataset criteria added, registration stub finished, local database does now select and insert data
1 lines of code changed in 1 file:
Registry introduces, comments fixed ;)
1 lines of code changed in 1 file:
Factory renamed, emails can now be unique in game
10 lines of code changed in 1 file:
More class descriptions translated, generic user class added
4 lines of code changed in 1 file:
More style convensions applied, interface updated
7 lines of code changed in 1 file:
Intercepting filter basicly added, generic form processor implemented (unfinished), small fixes
12 lines of code changed in 1 file:
Registration form and form helper completed, XHTML markup errors fixed
574 lines of code changed in 1 file:
Registration form nearly done, partial stub support added
225 lines of code changed in 2 files: