Directory application/ship-simu/main/companies/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
quix0r 35 (100.0%) 325 (100.0%) 9.2

Most Recent Commits

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

'public static final' is correct

1 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+1 -1)
quix0r 2011-02-13 16:43 Rev.: 471

Properties set/deleted on .htaccess

0 lines of code changed in 2 files:

  • application/ship-simu/main/companies: .htaccess (new)
quix0r 2010-09-14 15:36 Rev.: 469

SVN properties globally set

0 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (changed)
quix0r 2009-12-10 11:35 Rev.: 466

Code rewritten to reflect latest changes in core

1 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+1 -1)
quix0r 2009-04-05 15:21 Rev.: 369

No longer throwing deprecated exceptions

5 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+5 -5)
quix0r 2009-03-19 21:08 Rev.: 363

Copyright updated, menu class added for 'home'

1 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+1 -1)
quix0r 2009-03-06 18:34 Rev.: 353

svn:keyword set on all scripts

0 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (changed)
quix0r 2008-11-16 02: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"

2 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+2 -2)
quix0r 2008-11-15 19:42 Rev.: 312

- 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?)

11 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+11 -11)
quix0r 2008-08-25 20:17 Rev.: 274

Todo tags added to documentation

3 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+3)
quix0r 2008-08-05 15:20 Rev.: 248

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

1 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+1 -42)
quix0r 2008-07-01 21:08 Rev.: 246

More game classes added:
- Class for simplified goverment added (all-in-one goverment!)
- Special classes for Ship-Simu added with game-specific methods
- Template for company page rewritten
- Method moved from FrameworkInterface to Updateable
- Database wrapper classes added for user points
- Generic class UserPoints added

4 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+4 -4)
quix0r 2008-07-01 14:07 Rev.: 244

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

6 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+6 -6)
quix0r 2008-07-01 09:33 Rev.: 241

User class renamed to Member and it's interface

2 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+2 -2)
quix0r 2008-06-30 00: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

16 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+16 -16)
quix0r 2008-06-28 16:46 Rev.: 223

Company stubs now finished, output of 'company_status' added

66 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+66)
quix0r 2008-06-28 01:51 Rev.: 222

More stubs added, code "made" generic:
- Database results are now supported by all objects by moving setter/getter to
the super class BaseFrameworkSystem
- Login area with more stubs (still working on company data output)
- Obsolete $content[some_var] replaced by {?some_var?} in header templates
- app_die() slightly improved

29 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+29 -32)
quix0r 2008-06-27 23: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

65 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+65 -54)
quix0r 2008-06-27 19: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/companies: class_ShippingCompany.php (+1 -1)
quix0r 2008-06-21 22:01 Rev.: 191

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

21 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+21 -43)
quix0r 2008-06-13 13:42 Rev.: 146

Just a space removed

1 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+1 -1)
quix0r 2008-06-09 15: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/companies: class_ShippingCompany.php (+1 -1)
quix0r 2008-06-08 20:43 Rev.: 130

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

3 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+3 -3)
quix0r 2008-05-28 20:06 Rev.: 97

More style convensions applied, interface updated

0 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (-17)
quix0r 2008-05-15 10:27 Rev.: 74

More smaller fixes, factory added to ship-simu

1 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+1 -1)
quix0r 2008-04-30 13: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/companies: class_ShippingCompany.php (-8)
quix0r 2008-04-12 13:59 Rev.: 44

Method constructor() removed, several small fixes

11 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+11 -11)
quix0r 2008-04-07 13:02 Rev.: 36

Several fixes for older tests

4 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+4 -4)
quix0r 2008-03-13 21:55 Rev.: 25

'final' added to factory methods

1 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+1 -1)
quix0r 2008-03-13 20:42 Rev.: 22

More exceptions added, init of template engine moved to base class, entryPoint() continued (still unfinished)

1 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+1 -1)
quix0r 2008-03-08 15:26 Rev.: 17

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

23 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+23 -3)
quix0r 2008-03-08 13:51 Rev.: 16

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

44 lines of code changed in 1 file:

  • application/ship-simu/main/companies: class_ShippingCompany.php (+44 -24)
quix0r 2008-03-08 13:13 Rev.: 14

New interface SignableContract introduced, some comments translated

0 lines of code changed in 2 files:

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