Directory application/ship-simu/main/actions/web/

Directory Created:
2008-06-28 18:33
Total Files:
10
Deleted Files:
6
Lines of Code:
748

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

Lines of Code

application/ship-simu/main/actions/web/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 87 (100.0%) 1332 (100.0%) 15.3

Most Recent Commits

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

'public static final' is correct

8 lines of code changed in 8 files:

  • application/ship-simu/main/actions/web: class_WebShipSimuLoginCompanyAction.php (+1 -1), class_WebShipSimuLoginGovernmentStartupHelpAction.php (+1 -1), class_WebShipSimuLoginGovernmentTrainingAction.php (+1 -1), class_WebShipSimuLoginLogoutAction.php (+1 -1), class_WebShipSimuLoginProfileAction.php (+1 -1), class_WebShipSimuLoginRefillAction.php (+1 -1), class_WebShipSimuLoginStatusProblemAction.php (+1 -1), class_WebShipSimuLoginWelcomeAction.php (+1 -1)
quix0r 2011-02-13 16:43 Rev.: 471

Properties set/deleted on .htaccess

0 lines of code changed in 1 file:

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

SVN properties globally set

0 lines of code changed in 8 files:

  • application/ship-simu/main/actions/web: class_WebShipSimuLoginCompanyAction.php (changed), class_WebShipSimuLoginGovernmentStartupHelpAction.php (changed), class_WebShipSimuLoginGovernmentTrainingAction.php (changed), class_WebShipSimuLoginLogoutAction.php (changed), class_WebShipSimuLoginProfileAction.php (changed), class_WebShipSimuLoginRefillAction.php (changed), class_WebShipSimuLoginStatusProblemAction.php (changed), class_WebShipSimuLoginWelcomeAction.php (changed)
quix0r 2009-08-21 22:00 Rev.: 399

Rewritten again, much better this way.

10 lines of code changed in 2 files:

  • application/ship-simu/main/actions/web: class_WebShipSimuLogin (+5 -3), class_WebShipSimuLoginStatusProblemAction.php (+5 -3)
quix0r 2009-07-31 21:31 Rev.: 382

Now we have a filter to not allow the guest-account to change it's data

81 lines of code changed in 2 files:

  • application/ship-simu/main/actions/web: class_WebShipSimuLogin (+1), class_WebShipSimuLoginStatusProblemAction.php (new 80)
quix0r 2009-03-19 21:08 Rev.: 363

Copyright updated, menu class added for 'home'

8 lines of code changed in 8 files:

  • application/ship-simu/main/actions/web: class_WebShipSimuLogin (+1 -1), class_WebShipSimuLoginCompanyAction.php (+1 -1), class_WebShipSimuLoginGovernmentStartupHelpAction.php (+1 -1), class_WebShipSimuLoginGovernmentTrainingAction.php (+1 -1), class_WebShipSimuLoginLogoutAction.php (+1 -1), class_WebShipSimuLoginProfileAction.php (+1 -1), class_WebShipSimuLoginRefillAction.php (+1 -1), class_WebShipSimuLoginWelcomeAction.php (+1 -1)
quix0r 2009-03-06 18:34 Rev.: 353

svn:keyword set on all scripts

0 lines of code changed in 7 files:

  • application/ship-simu/main/actions/web: class_WebShipSimuLoginCompanyAction.php (changed), class_WebShipSimuLoginGovernmentStartupHelpAction.php (changed), class_WebShipSimuLoginGovernmentTrainingAction.php (changed), class_WebShipSimuLoginLogoutAction.php (changed), class_WebShipSimuLoginProfileAction.php (changed), class_WebShipSimuLoginRefillAction.php (changed), class_WebShipSimuLoginWelcomeAction.php (changed)
quix0r 2008-12-06 22:35 Rev.: 339

Class name typo fixed, typo goverment->government fixed

12 lines of code changed in 2 files:

  • application/ship-simu/main/actions/web: class_WebShipSimuLoginGovernmentStartupHelpAction.php (+6 -6), class_WebShipSimuLoginGovernmentTrainingAction.php (+6 -6)
quix0r 2008-11-22 02:51 Rev.: 338

Typo in 'goverment' fixed ('government' is correct)

170 lines of code changed in 4 files:

  • application/ship-simu/main/actions/web: class_WebShipSimuLoginGovermentStartupHelpAction.php (del), class_WebShipSimuLoginGovermentTrainingAction.php (del), class_WebShipSimuLoginGovernmentStartupHelpAction.php (new 85), class_WebShipSimuLoginGovernmentTrainingAction.php (new 85)
quix0r 2008-11-20 20:58 Rev.: 336

No controller instances are now passed to filters

9 lines of code changed in 6 files:

  • application/ship-simu/main/actions/web: class_WebShipSimuLoginCompanyAction.php (+1 -1), class_WebShipSimuLoginGovermentStartupHelpAction.php (+2 -2), class_WebShipSimuLoginGovermentTrainingAction.php (+2 -2), class_WebShipSimuLoginLogoutAction.php (+1 -1), class_WebShipSimuLoginProfileAction.php (+1 -1), class_WebShipSimuLoginRefillAction.php (+2 -2)
quix0r 2008-11-19 22:48 Rev.: 328

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:

  • application/ship-simu/main/actions/web: class_WebShipSimuLoginCompanyAction.php (+6 -3), class_WebShipSimuLoginGovermentStartupHelpAction.php (+7 -4), class_WebShipSimuLoginGovermentTrainingAction.php (+7 -4), class_WebShipSimuLoginLogoutAction.php (+6 -3), class_WebShipSimuLoginProfileAction.php (+6 -3), class_WebShipSimuLoginRefillAction.php (+7 -4), class_WebShipSimuLoginWelcomeAction.php (+5 -2)
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"

82 lines of code changed in 1 file:

  • application/ship-simu/main/actions/web: class_WebShipSimuLoginGovermentStartupHelpAction.php (new 82)
quix0r 2008-11-15 22:08 Rev.: 313

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:

  • application/ship-simu/main/actions/web: class_WebShipSimuLogin (+2 -1), class_WebShipSimuLoginLogoutAction.php (+2), class_WebShipSimuLoginProfileAction.php (new 79)
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?)

88 lines of code changed in 3 files:

  • application/ship-simu/main/actions/web: class_WebShipSimuLoginCompanyAction.php (+3 -2), class_WebShipSimuLoginGovermentTrainingAction.php (new 82), class_WebShipSimuLoginRefillAction.php (+3)
quix0r 2008-11-14 22:39 Rev.: 310

A performed action now always requires an action class

159 lines of code changed in 5 files:

  • application/ship-simu/main/actions/web: class_WebShipSimuLogin (+3 -3), class_WebShipSimuLoginCompanyAction.php (+2 -2), class_WebShipSimuLoginLogoutAction.php (new 76), class_WebShipSimuLoginRefillAction.php (-3), class_WebShipSimuLoginWelcomeAction.php (new 78)
quix0r 2008-10-27 19:08 Rev.: 302

Base idea for handling multiple applications in admin area introduced

1 lines of code changed in 1 file:

  • application/ship-simu/main/actions/web: class_WebShipSimuLogin (+1 -1)
quix0r 2008-10-26 17:14 Rev.: 300

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:

  • application/ship-simu/main/actions/web: class_WebLogin (del), class_WebLoginCompanyAction.php (del), class_WebLoginRefillAction.php (del), class_WebShipSimuLogin (new 78), class_WebShipSimuLoginCompanyAction.php (new 78), class_WebShipSimuLoginRefillAction.php (new 84)
quix0r 2008-10-05 19:28 Rev.: 292

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:

  • application/ship-simu/main/actions/web: class_WebLoginRefillAction.php (+4 -1)
quix0r 2008-10-01 22:08 Rev.: 286

Filter classes now ends with _filter in config entry

6 lines of code changed in 2 files:

  • application/ship-simu/main/actions/web: class_WebLoginCompanyAction.php (+1 -1), class_WebLoginRefillAction.php (+5 -5)
quix0r 2008-09-19 21:04 Rev.: 283

Word 'money' removed because you can not just even refill ingame-money

81 lines of code changed in 2 files:

  • application/ship-simu/main/actions/web: class_WebLoginMoneyRefillAction.php (del), class_WebLoginRefillAction.php (new 81)
quix0r 2008-08-16 21:53 Rev.: 266

Filters added to refill form command

2 lines of code changed in 1 file:

  • application/ship-simu/main/actions/web: class_WebLoginMoneyRefillAction.php (+2)
quix0r 2008-08-15 01:43 Rev.: 261

Refill page continued

157 lines of code changed in 2 files:

  • application/ship-simu/main/actions/web: class_WebLogin (new 78), class_WebLoginMoneyRefillAction.php (new 79)
quix0r 2008-08-05 15:20 Rev.: 248

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

0 lines of code changed in 1 file:

  • application/ship-simu/main/actions/web: class_WebLoginCompanyAction.php (-6)
quix0r 2008-06-30 21:24 Rev.: 238

Login area - company page now with more stubs

2 lines of code changed in 1 file:

  • application/ship-simu/main/actions/web: class_WebLoginCompanyAction.php (+2 -1)
quix0r 2008-06-28 20:54 Rev.: 229

Comment header cosmetics applied

1 lines of code changed in 1 file:

  • application/ship-simu/main/actions/web: class_WebLoginCompanyAction.php (+1 -1)
quix0r 2008-06-28 18:33 Rev.: 226

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:

  • application/ship-simu/main/actions/web: .htaccess (new 1), class_WebLoginCompanyAction.php (new 83)
Generated by StatSVN 0.7.0