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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 31 (100.0%) | 93 (100.0%) | 3.0 |
'public static final' is correct
2 lines of code changed in 1 file:
Properties set/deleted on .htaccess
0 lines of code changed in 2 files:
SVN properties globally set
0 lines of code changed in 1 file:
Deprecated call removed
0 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:
Deprecated methods removed/purged
3 lines of code changed in 1 file:
Todo tags added to documentation
1 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:
Minor code improvements:
- A lot else statements rewritten
- Typos fixed
14 lines of code changed in 1 file:
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:
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:
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:
Packager script for latest dev version added, misc fixes, captcha verifier filter added with stubs
2 lines of code changed in 1 file:
Unneccessary sanity checks removed
6 lines of code changed in 1 file:
Graphical code CAPTCHA partly finished, crypto class supports encryption/decryption via mcrypt functions, assertions added
12 lines of code changed in 1 file:
A lot debug messages removed, mailer with stubs added, resend link basicly finished - except mailing
4 lines of code changed in 1 file:
Deprecated methods and exceptions removed
2 lines of code changed in 1 file:
A lot more old methods deprecated and already deprecated methods removed
0 lines of code changed in 1 file:
Just a space removed
1 lines of code changed in 1 file:
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:
Fake class names added, insertDataSet() stub added, dataset criteria added
2 lines of code changed in 1 file:
Translations to english and debug messages removed (missing files added)
0 lines of code changed in 1 file:
Method constructor() removed, several small fixes
5 lines of code changed in 1 file:
more 'final' statements added
2 lines of code changed in 1 file:
'final' added to factory methods
1 lines of code changed in 1 file:
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:
getter, setter are all final; several code clean-ups
7 lines of code changed in 1 file:
New interface SignableContract introduced, some comments translated
0 lines of code changed in 2 files: