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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| quix0r | 87 (100.0%) | 1332 (100.0%) | 15.3 |
'public static final' is correct
8 lines of code changed in 8 files:
Properties set/deleted on .htaccess
0 lines of code changed in 1 file:
SVN properties globally set
0 lines of code changed in 8 files:
Rewritten again, much better this way.
10 lines of code changed in 2 files:
Now we have a filter to not allow the guest-account to change it's data
81 lines of code changed in 2 files:
Copyright updated, menu class added for 'home'
8 lines of code changed in 8 files:
svn:keyword set on all scripts
0 lines of code changed in 7 files:
Class name typo fixed, typo goverment->government fixed
12 lines of code changed in 2 files:
Typo in 'goverment' fixed ('government' is correct)
170 lines of code changed in 4 files:
No controller instances are now passed to filters
9 lines of code changed in 6 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
44 lines of code changed in 7 files:
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"
82 lines of code changed in 1 file:
More improvements and fixes:
- CAPTCHA added to profile page
- Action for profile page added
- User status re-fixed...
- Form for training payed by goverment added (unfinished)
- Web link/form/base helper fixed/improved
83 lines of code changed in 3 files:
- 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?)
88 lines of code changed in 3 files:
A performed action now always requires an action class
159 lines of code changed in 5 files:
Base idea for handling multiple applications in admin area introduced
1 lines of code changed in 1 file:
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
240 lines of code changed in 6 files:
Payment introduced, minor rewrites
- Payment system introduced (not finished)
- Refill page prepared for payment system
- Methods addCriteria() first parameter is now in ", not in '
- Minor improvements
4 lines of code changed in 1 file:
Filter classes now ends with _filter in config entry
6 lines of code changed in 2 files:
Word 'money' removed because you can not just even refill ingame-money
81 lines of code changed in 2 files:
Filters added to refill form command
2 lines of code changed in 1 file:
Refill page continued
157 lines of code changed in 2 files:
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved
0 lines of code changed in 1 file:
Login area - company page now with more stubs
2 lines of code changed in 1 file:
Comment header cosmetics applied
1 lines of code changed in 1 file:
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
84 lines of code changed in 2 files: