Directory application/ship-simu/main/registration/

Directory Created:
2008-06-06 23:38
Total Files:
2
Deleted Files:
0
Lines of Code:
208

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

Lines of Code

application/ship-simu/main/registration/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 27 (100.0%) 252 (100.0%) 9.3

Most Recent Commits

quix0r 2011-02-28 02:18 Rev.: 472

'public static final' is correct

1 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+1 -1)
quix0r 2011-02-13 17:43 Rev.: 471

Properties set/deleted on .htaccess

0 lines of code changed in 1 file:

  • application/ship-simu/main/registration: .htaccess (changed)
quix0r 2010-09-14 16:36 Rev.: 469

SVN properties globally set

0 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (changed)
quix0r 2009-08-26 00:19 Rev.: 411

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:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+10 -1)
quix0r 2009-08-22 14:46 Rev.: 410

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:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+4 -4)
quix0r 2009-07-28 19:27 Rev.: 372

readConfig() is not naming convention, renamed to getConfigEntry()

2 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+2 -2)
quix0r 2009-03-19 22:08 Rev.: 363

Copyright updated, menu class added for 'home'

1 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+1 -1)
quix0r 2009-03-06 19:34 Rev.: 353

svn:keyword set on all scripts

0 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (changed)
quix0r 2008-11-16 03:13 Rev.: 316

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:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+9 -6)
quix0r 2008-10-05 20:28 Rev.: 292

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:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+1 -1)
quix0r 2008-09-19 21:10 Rev.: 282

Fixes for image generation

2 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+2 -2)
quix0r 2008-08-05 16:20 Rev.: 248

generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved

0 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (-6)
quix0r 2008-06-30 15:56 Rev.: 237

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:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+8 -2)
quix0r 2008-06-27 20:28 Rev.: 219

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:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+4 -1)
quix0r 2008-06-25 13:00 Rev.: 212

Several fixes (new class/filters) for guest login

1 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+1 -1)
quix0r 2008-06-22 16:44 Rev.: 194

Graphical code CAPTCHA partly finished, crypto class supports encryption/decryption via mcrypt functions, assertions added

4 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+4 -1)
quix0r 2008-06-20 23:25 Rev.: 176

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:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+1 -1)
quix0r 2008-06-19 20:11 Rev.: 162

Guest login basicly supported (not finished yet!)

10 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+10 -1)
quix0r 2008-06-15 21:30 Rev.: 153

Login and auth classes added. WARNING: All class config entries must end with _class!

3 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+3 -3)
quix0r 2008-06-09 20:14 Rev.: 134

eval() commands replace by improved object factory, user login class stub added

5 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+5 -1)
quix0r 2008-06-09 16:09 Rev.: 133

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:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+46 -1)
quix0r 2008-06-08 21:43 Rev.: 130

Fake class names added, insertDataSet() stub added, dataset criteria added

5 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+5 -1)
quix0r 2008-06-08 19:43 Rev.: 128

Comments fixed... ;) And pre/post filters for registrations now supported

8 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+8 -3)
quix0r 2008-06-08 15:41 Rev.: 127

Support for cluster added to RNG, hashPassword() finished for better hashes

6 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+6 -2)
quix0r 2008-06-08 15:02 Rev.: 125

Crypto helper and RNG added (weak!)

13 lines of code changed in 1 file:

  • application/ship-simu/main/registration: class_ShipSimuRegistration.php (+13 -2)
quix0r 2008-06-06 23:38 Rev.: 124

Registration class added with stubs

108 lines of code changed in 2 files:

  • application/ship-simu/main/registration: .htaccess (new 1), class_ShipSimuRegistration.php (new 107)
Generated by StatSVN 0.7.0