[root]/application/ship-simu/main/login/helper

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 16 (100.0%) | 185 (100.0%) | 11.5 |
'public static final' is correct
1 lines of code changed in 1 file:
Properties set/deleted on .htaccess
0 lines of code changed in 1 file:
SVN properties globally set
0 lines of code changed in 1 file:
readConfig() is not naming convention, renamed to getConfigEntry()
1 lines of code changed in 1 file:
Copyright updated, menu class added for 'home'
1 lines of code changed in 1 file:
svn:keyword set on all scripts
0 lines of code changed in 1 file:
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved
0 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
1 lines of code changed in 1 file:
CAPTCHA support basicly finished (weak CAPTCHA!)
1 lines of code changed in 1 file:
Image generator added, first CAPTCHA added with missing controller (partly work)
1 lines of code changed in 1 file:
A lot debug messages removed, mailer with stubs added, resend link basicly finished - except mailing
1 lines of code changed in 1 file:
User login (non-guest) basicly finished, news stubs added, registration and final methods fixed
2 lines of code changed in 1 file:
Login and auth classes added. WARNING: All class config entries must end with _class!
8 lines of code changed in 1 file:
Cookie-based login initially done
69 lines of code changed in 1 file:
Results are now searchable and iterateable, insertDataSet renamed to queryInsertDataSet, login added with stubs
99 lines of code changed in 2 files: