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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 20 (100.0%) | 154 (100.0%) | 7.7 |
'public static final' is correct
2 lines of code changed in 2 files:
Properties set/deleted on .htaccess
0 lines of code changed in 1 file:
SVN properties globally set
0 lines of code changed in 2 files:
Fix for parser error
1 lines of code changed in 1 file:
Copyright updated, menu class added for 'home'
2 lines of code changed in 2 files:
svn:keyword set on all scripts
0 lines of code changed in 2 files:
A lot rewrites and fixes for weak redirect methods
- Explicit exit() function added after all redirect calls for weak
implementations. But normally we have strong implementations...
- All filters, actions and commands now have a
Base<short_app_name>Filter|Action|Command class
- Invalid 'company' entries removed from non-shipsimu templates
- More missing classes and config enttries added (mainly to blog software)
- Some other minor improvements/fixes
10 lines of code changed in 2 files:
A lot naming conventions applied:
- All action templates and classes now contains the application name
- This is needed for the admin area where we need to add special filters for
user rights validation
- Class "BaseApplication" added which registers the ApplicationHelper class
for later usage.
- Some minor fixes
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 2 files:
Comment header cosmetics applied
2 lines of code changed in 2 files:
Login area extended and misc things changed:
- Ship-Simu's action classes moved to sub directory "ship-simu"
- Action for listing shipping companies added which redirects if you have not
confirmed your email address.
- Template for above action created
- In responses, variable $templateEngine rewritten to $templateInstance and
removed due to we already have such getter/setter in BaseFrameworkSystem
- Several smaller improvements
135 lines of code changed in 3 files: