[root]/application/ship-simu/main/actions
ship-simu
(3 files, 131 lines)
web
(10 files, 748 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 23 (100.0%) | 369 (100.0%) | 16.0 |
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:
Rewritten again, much better this way.
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 1 file:
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
144 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
0 lines of code changed in 2 files:
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
2 lines of code changed in 2 files:
Logout fixed
0 lines of code changed in 1 file:
Class/method doc-tags fixed
1 lines of code changed in 1 file:
ToDo tags now all lower-case
1 lines of code changed in 1 file:
Interface for actions added (PerformableAction)
3 lines of code changed in 3 files:
User profile form added
67 lines of code changed in 1 file:
Logout procedure basicly finished, login area splitted in main and action-dependent templates
80 lines of code changed in 1 file:
TODO tag rewritten, first login action (empty for now) added
68 lines of code changed in 2 files: