[root]/application/ship-simu/main/login
helper
(2 files, 115 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 46 (100.0%) | 421 (100.0%) | 9.1 |
'public static final' is correct
2 lines of code changed in 2 files:
Properties set/deleted on .htaccess
0 lines of code changed in 1 file:
SVN properties globally set
0 lines of code changed in 2 files:
Missing birthday elements added, missing config added
- Missing birth_day, birth_month and birth_year added to registration and
profile command class
- A lot missing configuration entries added
- Some more double quotes converted to single quotes
2 lines of code changed in 2 files:
Deprecated call removed
0 lines of code changed in 2 files:
readConfig() is not naming convention, renamed to getConfigEntry()
3 lines of code changed in 2 files:
Copyright updated, menu class added for 'home'
2 lines of code changed in 2 files:
Templates moved from core to add directory
11 lines of code changed in 2 files:
svn:keyword set on all scripts
0 lines of code changed in 2 files:
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"
10 lines of code changed in 2 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?)
2 lines of code changed in 2 files:
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved
0 lines of code changed in 2 files:
Now we really have ship-simu specific user/member classes
4 lines of code changed in 1 file:
Ship-Simu now has its own member/guest implementations
3 lines of code changed in 2 files:
User class renamed to Member and it's interface
3 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
2 lines of code changed in 2 files:
Several fixes (new class/filters) for guest login
2 lines of code changed in 1 file:
Graphical code CAPTCHA partly finished, crypto class supports encryption/decryption via mcrypt functions, assertions added
2 lines of code changed in 2 files:
Re-added with access protection
1 lines of code changed in 1 file:
Class/method doc-tags fixed
4 lines of code changed in 1 file:
ToDo tags now all lower-case
3 lines of code changed in 1 file:
Guest login basicly supported (not finished yet!)
176 lines of code changed in 2 files:
User login (non-guest) basicly finished, news stubs added, registration and final methods fixed
32 lines of code changed in 1 file:
Login and auth classes added. WARNING: All class config entries must end with _class!
3 lines of code changed in 1 file:
Cookie-based login initially done
16 lines of code changed in 1 file:
Results are now searchable and iterateable, insertDataSet renamed to queryInsertDataSet, login added with stubs
16 lines of code changed in 1 file:
User class is now configurable
2 lines of code changed in 1 file:
Variable name fixed in User, login continued (still unfinished)
47 lines of code changed in 1 file:
eval() commands replace by improved object factory, user login class stub added
73 lines of code changed in 2 files: