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

Directory Created:
2008-05-28 17:57
Total Files:
6
Deleted Files:
2
Lines of Code:
619

[root]/application/ship-simu/main/commands/web
                        directory in repo company (2 files, 89 lines)
                        Folder removed from repo goverment (0 files, 0 lines)
                        directory in repo government (5 files, 483 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
quix0r 121 (100.0%) 1086 (100.0%) 8.9

Most Recent Commits

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

'public static final' is correct

5 lines of code changed in 5 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuGuestLoginCommand.php (+1 -1), class_WebShipsimuProfileCommand.php (+1 -1), class_WebShipsimuRefillCommand.php (+1 -1), class_WebShipsimuRegisterCommand.php (+1 -1), class_WebShipsimuUserLoginCommand.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/commands/web: .htaccess (changed)
quix0r 2010-09-14 15:36 Rev.: 469

SVN properties globally set

0 lines of code changed in 5 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuGuestLoginCommand.php (changed), class_WebShipsimuProfileCommand.php (changed), class_WebShipsimuRefillCommand.php (changed), class_WebShipsimuRegisterCommand.php (changed), class_WebShipsimuUserLoginCommand.php (changed)
quix0r 2009-08-25 23:19 Rev.: 411

Missing birthday elements added, missing config added
- Missing birth_day, birth_month and birth_year added to registration and
profile command class
- A lot missing configuration entries added
- Some more double quotes converted to single quotes

4 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebShipsimuProfileCommand.php (+4 -1)
quix0r 2009-08-11 18:12 Rev.: 388

Deprecated call removed

0 lines of code changed in 5 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuGuestLoginCommand.php (-4), class_WebShipsimuProfileCommand.php (-4), class_WebShipsimuRefillCommand.php (-4), class_WebShipsimuRegisterCommand.php (-4), class_WebShipsimuUserLoginCommand.php (-4)
quix0r 2009-08-01 10:59 Rev.: 383

Failed attempts for governments added

3 lines of code changed in 2 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuRefillCommand.php (+1 -1), class_WebShipsimuUserLoginCommand.php (+2 -2)
quix0r 2009-07-31 21:31 Rev.: 382

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

3 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebShipsimuProfileCommand.php (+3)
quix0r 2009-07-28 18:27 Rev.: 372

readConfig() is not naming convention, renamed to getConfigEntry()

2 lines of code changed in 2 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuRefillCommand.php (+1 -1), class_WebShipsimuUserLoginCommand.php (+1 -1)
quix0r 2009-03-19 21:08 Rev.: 363

Copyright updated, menu class added for 'home'

5 lines of code changed in 5 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuGuestLoginCommand.php (+1 -1), class_WebShipsimuProfileCommand.php (+1 -1), class_WebShipsimuRefillCommand.php (+1 -1), class_WebShipsimuRegisterCommand.php (+1 -1), class_WebShipsimuUserLoginCommand.php (+1 -1)
quix0r 2009-03-06 18:34 Rev.: 353

svn:keyword set on all scripts

0 lines of code changed in 5 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuGuestLoginCommand.php (changed), class_WebShipsimuProfileCommand.php (changed), class_WebShipsimuRefillCommand.php (changed), class_WebShipsimuRegisterCommand.php (changed), class_WebShipsimuUserLoginCommand.php (changed)
quix0r 2008-12-21 05:56 Rev.: 352

Missing configuration entry added

7 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebShipsimuRefillCommand.php (+7)
quix0r 2008-12-21 05:24 Rev.: 351

Method redirectToConfiguredUrl() does now append the suffix '_url' to all config entries

5 lines of code changed in 3 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuGuestLoginCommand.php (+1 -1), class_WebShipsimuRefillCommand.php (+3 -3), class_WebShipsimuUserLoginCommand.php (+1 -1)
quix0r 2008-12-21 05:13 Rev.: 350

Refill page now books points (unfinished, need redirect!)

7 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebShipsimuRefillCommand.php (+7 -1)
quix0r 2008-12-20 23:53 Rev.: 349

Missing filter class added for refill page, some minor rewrites

2 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebShipsimuRefillCommand.php (+2 -2)
quix0r 2008-12-20 22:22 Rev.: 348

Renamed to match with naming convention

103 lines of code changed in 2 files:

  • application/ship-simu/main/commands/web: class_WebRefillFormCommand.php (del), class_WebShipsimuRefillCommand.php (new 103)
quix0r 2008-11-20 20:58 Rev.: 336

No controller instances are now passed to filters

29 lines of code changed in 5 files:

  • application/ship-simu/main/commands/web: class_WebRefillFormCommand.php (+6 -6), class_WebShipsimuGuestLoginCommand.php (+3 -3), class_WebShipsimuProfileCommand.php (+8 -8), class_WebShipsimuRegisterCommand.php (+7 -7), class_WebShipsimuUserLoginCommand.php (+5 -5)
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

37 lines of code changed in 5 files:

  • application/ship-simu/main/commands/web: class_WebRefillFormCommand.php (+6 -6), class_WebShipsimuGuestLoginCommand.php (+7 -3), class_WebShipsimuProfileCommand.php (+8 -8), class_WebShipsimuRegisterCommand.php (+7 -7), class_WebShipsimuUserLoginCommand.php (+9 -5)
quix0r 2008-11-18 18:32 Rev.: 322

Filteres rewritten, birthday added, some fixes:
- Birthday (day and month as 2-digit number and year as 4-digit number) added
- All filters now extends the BaseFilter class
- Typo (Startuphilfe -> Starthilfe) fixed
- Minor improvements

6 lines of code changed in 2 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuProfileCommand.php (+3), class_WebShipsimuRegisterCommand.php (+3)
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

3 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebShipsimuProfileCommand.php (+3)
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

9 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebRefillFormCommand.php (+9)
quix0r 2008-10-01 22:08 Rev.: 286

Filter classes now ends with _filter in config entry

25 lines of code changed in 5 files:

  • application/ship-simu/main/commands/web: class_WebRefillFormCommand.php (+5 -5), class_WebShipsimuGuestLoginCommand.php (+3 -3), class_WebShipsimuProfileCommand.php (+6 -6), class_WebShipsimuRegisterCommand.php (+6 -6), class_WebShipsimuUserLoginCommand.php (+5 -5)
quix0r 2008-09-26 16:35 Rev.: 285

Shoutbox stub added (will be moved out later on)

3 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebRefillFormCommand.php (+3 -3)
quix0r 2008-09-19 21:04 Rev.: 283

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

94 lines of code changed in 2 files:

  • application/ship-simu/main/commands/web: class_WebMoneyRefillFormCommand.php (del), class_WebRefillFormCommand.php (new 94)
quix0r 2008-09-19 20:10 Rev.: 282

Fixes for image generation

1 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebShipsimuProfileCommand.php (+1 -1)
quix0r 2008-08-25 20:17 Rev.: 274

Todo tags added to documentation

1 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebMoneyRefillFormCommand.php (+1)
quix0r 2008-08-17 02:17 Rev.: 269

Refill request validator added with stubs

3 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebMoneyRefillFormCommand.php (+3)
quix0r 2008-08-17 00:13 Rev.: 267

CAPTCHA verifier added to refill page command

3 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebMoneyRefillFormCommand.php (+3)
quix0r 2008-08-16 21:53 Rev.: 266

Filters added to refill form command

8 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebMoneyRefillFormCommand.php (+8 -1)
quix0r 2008-08-16 15:09 Rev.: 265

Missing command added with stubs

80 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebMoneyRefillFormCommand.php (new 80)
quix0r 2008-08-14 19:03 Rev.: 260

Doc tags updated

2 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebShipsimuProfileCommand.php (+2 -1)
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 4 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuGuestLoginCommand.php (-6), class_WebShipsimuProfileCommand.php (-6), class_WebShipsimuRegisterCommand.php (-6), class_WebShipsimuUserLoginCommand.php (-6)
quix0r 2008-06-27 19:28 Rev.: 219

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

4 lines of code changed in 4 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuGuestLoginCommand.php (+1 -1), class_WebShipsimuProfileCommand.php (+1 -1), class_WebShipsimuRegisterCommand.php (+1 -1), class_WebShipsimuUserLoginCommand.php (+1 -1)
quix0r 2008-06-26 18:51 Rev.: 216

CAPTCHA now works in registration form

12 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebShipsimuRegisterCommand.php (+12)
quix0r 2008-06-25 19:59 Rev.: 213

Packager script for latest dev version added, misc fixes, captcha verifier filter added with stubs

7 lines of code changed in 2 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuGuestLoginCommand.php (+4 -1), class_WebShipsimuUserLoginCommand.php (+3)
quix0r 2008-06-25 12:00 Rev.: 212

Several fixes (new class/filters) for guest login

6 lines of code changed in 2 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuGuestLoginCommand.php (+4 -16), class_WebShipsimuProfileCommand.php (+2 -1)
quix0r 2008-06-21 18:15 Rev.: 184

Class/method doc-tags fixed

15 lines of code changed in 4 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuGuestLoginCommand.php (+2 -1), class_WebShipsimuProfileCommand.php (+10 -1), class_WebShipsimuRegisterCommand.php (+1 -1), class_WebShipsimuUserLoginCommand.php (+2 -1)
quix0r 2008-06-21 15:44 Rev.: 183

ToDo tags now all lower-case

4 lines of code changed in 4 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuGuestLoginCommand.php (+1 -1), class_WebShipsimuProfileCommand.php (+1 -1), class_WebShipsimuRegisterCommand.php (+1 -1), class_WebShipsimuUserLoginCommand.php (+1 -1)
quix0r 2008-06-20 22:25 Rev.: 176

Actions (so called sub-commands) may now have own pre/post filter, profile update is only to confirmed acctions available

10 lines of code changed in 4 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuGuestLoginCommand.php (+2 -1), class_WebShipsimuProfileCommand.php (+4 -1), class_WebShipsimuRegisterCommand.php (+2 -1), class_WebShipsimuUserLoginCommand.php (+2 -1)
quix0r 2008-06-20 19:11 Rev.: 174

More wrong calls fixed

2 lines of code changed in 2 files:

  • application/ship-simu/main/commands/web: class_WebShipsimuGuestLoginCommand.php (+1 -1), class_WebShipsimuUserLoginCommand.php (+1 -1)
quix0r 2008-06-20 19:07 Rev.: 172

Empty line removed which causes headers are sent

0 lines of code changed in 1 file:

  • application/ship-simu/main/commands/web: class_WebShipsimuProfileCommand.php (-1)

(15 more)

Generated by StatSVN 0.7.0