Directory src/main/java/au/com/whitesquare/indoorscore/command/

Directory Created:
2004-03-19 23:13
Total Files:
9
Deleted Files:
2
Lines of Code:
764

[root]/src/main/java/au/com/whitesquare/indoorscore/command
                                     db (1 files, 107 lines)
                                     email (3 files, 270 lines)
                                         resp (2 files, 41 lines)
                                     game (10 files, 1212 lines)
                                         resp (7 files, 336 lines)
                                     media (3 files, 271 lines)
                                         resp (1 files, 34 lines)
                                     message (5 files, 537 lines)
                                         resp (1 files, 18 lines)
                                     navigation (3 files, 200 lines)
                                         resp (3 files, 47 lines)
                                     pdf (1 files, 63 lines)
                                     player (8 files, 932 lines)
                                         resp (3 files, 183 lines)
                                     rss (1 files, 125 lines)
                                     season (5 files, 490 lines)
                                         resp (2 files, 64 lines)
                                     setting (4 files, 332 lines)
                                     statistics (3 files, 525 lines)
                                         resp (3 files, 135 lines)
                                     synd (1 files, 170 lines)
                                         resp (2 files, 83 lines)
                                     team (5 files, 477 lines)
                                         response (3 files, 72 lines)
                                     user (12 files, 1242 lines)
                                         pm (0 files, 0 lines)
                                             response (1 files, 40 lines)
                                         resp (1 files, 20 lines)

Lines of Code

src/main/java/au/com/whitesquare/indoorscore/command/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
steve 27 (100.0%) 884 (100.0%) 32.7

Most Recent Commits

steve 2008-12-09 23:38

bug 57: Ability to upload and link to basic images is working enough to deploy.

11 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: TeamSpecificCmd.java (+11 -2)
steve 2008-12-09 17:44

bug 57: Started addition of support for Media with ability to upload content to S3.

197 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: TeamRSSContentResponse.java (-1), TeamUserValidatedCommand.java (new 197)
steve 2008-11-30 22:54

bug 53: Replaced uses of JSPForwardResponse with Actual responses, including the creation of a new ActualTeamResponse.

111 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: ActualTeamResponse.java (new 32), TeamAdminValidatedCommand.java (+37 -12), TeamRSSContentResponse.java (new 20), TeamResponse.java (new 8), TeamSpecificCmd.java (+14 -10)
steve 2008-11-29 22:50

bug 52: implemented change to player to allow team flag to be managed, also updated the team validation logic to use this new function.

12 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: TeamAdminValidatedCommand.java (+12 -14)
steve 2008-02-24 20:26

bug 9:Added in repopulation of indoor cricket score page.

14 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: TeamAdminValidatedCommand.java (+14 -2)
steve 2008-01-08 16:09

User secure might not have a session now due to cookie login.

6 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: UserSecureCommand.java (+6 -3)
steve 2007-10-01 22:57

Renamed getContext to getPrePath, in line with changes in waf.

19 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: TeamAdminValidatedCommand.java (+12 -8), TeamSpecificCmd.java (+7 -4)
steve 2005-10-20 23:00

Updated security logic.

71 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: TeamAdminValidatedCommand.java (+71 -6)
steve 2005-01-29 18:16

Base Crickscore response that supports retreival of the user and selected team.

59 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: CrickscoreResponse.java (new 59)
steve 2004-11-22 16:39

Updated the BaseTeam commands to send 404's on invalid pages.

44 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: TeamAdminValidatedCommand.java (+22 -13), TeamSpecificCmd.java (+22 -13)
steve 2004-11-22 16:23

Removed this command as Multipage doesn't work this way anymore.

0 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: IndoorChangeMultipageCmd.java (del)
steve 2004-10-17 19:17

Updated adminValidatedCommand to be 2 commands now, 1 for
system admin access and the other for Team Admin access.
Also created new TeamSpecific command that parses the context information
and loads the correct team entry. Most classes are now sub-classes of
team specific command.

242 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: AdminValidatedCommand.java (del), SysAdminValidatedCommand.java (new 42), TeamAdminValidatedCommand.java (new 113), TeamSpecificCmd.java (new 87)
steve 2004-05-27 10:28

Now extends user secure command, but adds the extra setting of having
to be an admin.

10 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: AdminValidatedCommand.java (+10 -19)
steve 2004-05-27 10:28

Fixed bug where user would have to be an admin to run a user secure command.

6 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: UserSecureCommand.java (+6 -3)
steve 2004-05-27 10:24

Created new secure command ensuring the user is logged in.

63 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: UserSecureCommand.java (new 63)
steve 2004-03-19 23:17

Created initial version of the Indoor Multipage system.

0 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: IndoorChangeMultipageCmd.java (new)
steve 2004-03-19 23:13

Created new Base Administrative command for Indoor administrators.

19 lines of code changed in:

  • src/main/java/au/com/whitesquare/indoorscore/command: AdminValidatedCommand.java (new 19)
Generated by StatCVS 0.3