[root]/application/ship-simu/main/registration

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 27 (100.0%) | 252 (100.0%) | 9.3 |
'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:
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
10 lines of code changed in 1 file:
Missing class/config entries added, execeute() implemented, some rewrites:
- Missing menu class for failed login attempt (e.g. expired auth cookie) added
- execute() method (partly) implemented in government commands
- Double quotes to single converted
- Misc minor rewrites
4 lines of code changed in 1 file:
readConfig() is not naming convention, renamed to getConfigEntry()
2 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:
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"
9 lines of code changed in 1 file:
Payment introduced, minor rewrites
- Payment system introduced (not finished)
- Refill page prepared for payment system
- Methods addCriteria() first parameter is now in ", not in '
- Minor improvements
1 lines of code changed in 1 file:
Fixes for image generation
2 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:
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
8 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
4 lines of code changed in 1 file:
Several fixes (new class/filters) for guest login
1 lines of code changed in 1 file:
Graphical code CAPTCHA partly finished, crypto class supports encryption/decryption via mcrypt functions, assertions added
4 lines of code changed in 1 file:
Actions (so called sub-commands) may now have own pre/post filter, profile update is only to confirmed acctions available
1 lines of code changed in 1 file:
Guest login basicly supported (not finished yet!)
10 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:
eval() commands replace by improved object factory, user login class stub added
5 lines of code changed in 1 file:
createUniqueID -> generateUniqueId renamed, dataset criteria added, registration stub finished, local database does now select and insert data
46 lines of code changed in 1 file:
Fake class names added, insertDataSet() stub added, dataset criteria added
5 lines of code changed in 1 file:
Comments fixed... ;) And pre/post filters for registrations now supported
8 lines of code changed in 1 file:
Support for cluster added to RNG, hashPassword() finished for better hashes
6 lines of code changed in 1 file:
Crypto helper and RNG added (weak!)
13 lines of code changed in 1 file:
Registration class added with stubs
108 lines of code changed in 2 files: