[root]/cdx/scorebot/net
tests
(11 files, 1567 lines)
dns
(4 files, 423 lines)
email
(3 files, 242 lines)
generic
(3 files, 181 lines)
jabber
(3 files, 258 lines)
mysql
(0 files, 0 lines)
samba
(0 files, 0 lines)
smb
(4 files, 378 lines)
vtc
(0 files, 0 lines)
webserver
(4 files, 305 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 93 (100.0%) | 2357 (100.0%) | 25.3 |
dound | 87 (93.5%) | 2100 (89.1%) | 24.1 |
genned | 4 (4.3%) | 238 (10.1%) | 59.5 |
allikat | 1 (1.1%) | 15 (0.6%) | 15.0 |
rreagan3 | 1 (1.1%) | 4 (0.2%) | 4.0 |
fixed serialVersionUID visibility / constancy
19 lines of code changed in:
Owner is now serializable.
5 lines of code changed in:
Added public long serialVersionUID = 102L; to all serializable classes.
24 lines of code changed in:
Removed unneccessary null object tests.
12 lines of code changed in:
The process which checks to see if the file currently being edited now prompts the user to see if they want to save changes or not only if the file has been changed, and always if the file has been changed. Previously, an imperfect method which didn't work as well was being used.
equals( Object o ) has also been overriden for all objects in the framework.
103 lines of code changed in:
IllegalArgValException now thrown instead of IllegalArgumentException in many cases so that the user is forced to check the Exception in case it occurs.
17 lines of code changed in:
Added a clone method.
16 lines of code changed in:
The competition name is now stored in the NTP. The results, scoring, and reporting information for a team is now stored in the folder compName/teamName/ vice teamName/.
35 lines of code changed in:
Created new min/max fields for NTP, added min/max/initScore to NTP class -- Set up the skeleton of a Listener to be used with these fields (and their new checkboxes)
15 lines of code changed in:
Names may now only contain allow letters, number, spaces, and underscores.
22 lines of code changed in:
Bug fix: the mutator for setting the NTP did not set the path (fixed)
3 lines of code changed in:
Bug Fix (1690214): if the template NTP cannot be loaded (because of a bad path or whatnot) then this is specifically noted as the error (instead of the gobbly-gook which was getting spit out before) and a blank NTP is used instead. This provides a much cleaner failure when the template NTP is missing.
28 lines of code changed in:
NTP now has min/max score fields. Default min/max for the ScoringRuleset changed.
28 lines of code changed in:
Added the ability to refresh from the file system. Also, created the remove selected item functionality.
11 lines of code changed in:
Filenames are now saved in events as transients.
5 lines of code changed in:
Bug fix (1688861): compiling now works again (oops)
3 lines of code changed in:
teams templates now stored in team_templates/ vice <competition_name>/
3 lines of code changed in:
got rid of apostraphes so that file could be encoded in utf8
4 lines of code changed in:
Now can specify the names of files at which team templates will be saved.
18 lines of code changed in:
Reporter is now tested and ready (for more testing).
3 lines of code changed in:
(35 more)