Directory application/ship-simu/main/personell/

Total Files:
2
Deleted Files:
0
Lines of Code:
328

[root]/application/ship-simu/main/personell
                    directory in repo company (2 files, 86 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
quix0r 31 (100.0%) 93 (100.0%) 3.0

Most Recent Commits

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

'public static final' is correct

2 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+2 -2)
quix0r 2011-02-13 17:43 Rev.: 471

Properties set/deleted on .htaccess

0 lines of code changed in 2 files:

  • application/ship-simu/main/personell: .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/personell: class_SimulatorPersonell.php (changed)
quix0r 2009-08-11 19:12 Rev.: 388

Deprecated call removed

0 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (-4)
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/personell: class_SimulatorPersonell.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/personell: class_SimulatorPersonell.php (changed)
quix0r 2008-08-27 20:51 Rev.: 279

Deprecated methods removed/purged

3 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+3 -49)
quix0r 2008-08-25 21:17 Rev.: 274

Todo tags added to documentation

1 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+1)
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/personell: class_SimulatorPersonell.php (-9)
quix0r 2008-07-01 15:07 Rev.: 244

Minor code improvements:
- A lot else statements rewritten
- Typos fixed

14 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+14 -11)
quix0r 2008-06-30 01:38 Rev.: 235

Debug mailer finished and debug messages removed:
- The class DebugMailer is now 99% ready. It outputs the sent mail but has not
been tested with multiple mails
- Confirmation mail is now basicly done
- A lot debug messages removed/rewritten
- Two generic methods added to interface FrameworkInterface
- XML headers added to XML templates

4 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+4 -4)
quix0r 2008-06-28 00:58 Rev.: 220

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

0 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (-3)
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

1 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+1 -1)
quix0r 2008-06-25 20:59 Rev.: 213

Packager script for latest dev version added, misc fixes, captcha verifier filter added with stubs

2 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+2 -2)
quix0r 2008-06-24 15:57 Rev.: 203

Unneccessary sanity checks removed

6 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+6 -23)
quix0r 2008-06-22 16:44 Rev.: 194

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

12 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+12 -9)
quix0r 2008-06-21 23:01 Rev.: 191

A lot debug messages removed, mailer with stubs added, resend link basicly finished - except mailing

4 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+4 -26)
quix0r 2008-06-20 18:28 Rev.: 169

Deprecated methods and exceptions removed

2 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+2 -42)
quix0r 2008-06-20 18:21 Rev.: 168

A lot more old methods deprecated and already deprecated methods removed

0 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (-19)
quix0r 2008-06-13 14:42 Rev.: 146

Just a space removed

1 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+1 -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

1 lines of code changed in 1 file:

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

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

2 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+2 -2)
quix0r 2008-04-30 14:20 Rev.: 55

Translations to english and debug messages removed (missing files added)

0 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (-4)
quix0r 2008-04-12 14:59 Rev.: 44

Method constructor() removed, several small fixes

5 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+5 -5)
quix0r 2008-03-13 22:58 Rev.: 26

more 'final' statements added

2 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+2 -2)
quix0r 2008-03-13 22:55 Rev.: 25

'final' added to factory methods

1 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+1 -1)
quix0r 2008-03-08 16:26 Rev.: 17

code comments including license information added, type hints added, minor rewrites on the code, base classes can no longer be created...

22 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+22 -2)
quix0r 2008-03-08 14:51 Rev.: 16

getter, setter are all final; several code clean-ups

7 lines of code changed in 1 file:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (+7 -10)
quix0r 2008-03-08 14:13 Rev.: 14

New interface SignableContract introduced, some comments translated

0 lines of code changed in 2 files:

  • application/ship-simu/main/personell: class_SimulatorPersonell.php (changed)
Generated by StatSVN 0.7.0