[root]/src/main/java/au/com/whitesquare/indoorscore/command/player
resp
(3 files, 183 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| steve | 58 (100.0%) | 1405 (100.0%) | 24.2 |
Fixed bug where admin can't edit players coz they are not loaded to check.
22 lines of code changed in:
Updated player saving to not use a session player.
41 lines of code changed in:
bug 58: Fixed issue where person who is a team admin could not edit or save players due to the fact that their permissions were not being checked.
22 lines of code changed in:
bug 53: Replaced uses of JSPForwardResponse with Actual responses, including the creation of a new ActualTeamResponse.
191 lines of code changed in:
bug 11:Changed layout of List Players page to fit within the new design of the site.
8 lines of code changed in:
List of players and seasons are now restricted to the selected team.
19 lines of code changed in:
Updated to use base commands error execute.
150 lines of code changed in:
Updated to JSPForwardResponse.
37 lines of code changed in:
Updated to use ListRenderers for the content.
37 lines of code changed in:
Added support for teams.
75 lines of code changed in:
Now does not load the statistics to assist in the speed of showing the
players, as they now load their own stats.
6 lines of code changed in:
Updated to send more required data to the JSP for rendering.
36 lines of code changed in:
Moves stats command to the stats package.
0 lines of code changed in:
Does not need the isSessionRequired method as its defined in the
sub class now.
20 lines of code changed in:
Created command to assign a user to a player.
105 lines of code changed in:
Created param retreiver for players.
81 lines of code changed in:
Updated to save player using the param retreiver.
9 lines of code changed in:
Now also stores the show stats attribute.
8 lines of code changed in:
Updated to add in sorting ability.
20 lines of code changed in:
Updated save method to save the 2 new fields, Voteable and DisplayTeam
12 lines of code changed in:
(6 more)