0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 3 years ago.
Jan 16, 2021 — Jan 16, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update LineupClockStarts(Timeout|Jam)Policy to also stop and reset lineup clock, to avoid possible later accidental triggers Add check to avoid infinite loop in LineupClockStartsJamPolicy and LineupClockStartsTimeoutPolicy, if lineup clock start time is less/greater than trigger time (which would cause infinite triggering of the policy) More... over 13 years ago
Update LineupClockStarts(Timeout|Jam)Policy to also stop and reset lineup clock, to avoid possible later accidental triggers Add check to avoid infinite loop in LineupClockStartsJamPolicy and LineupClockStartsTimeoutPolicy, if lineup clock start time is less/greater than trigger time (which would cause infinite triggering of the policy) More... over 13 years ago
Remove PolicyModel methods setName and setDescription - these fields should not be editable after class creation Update all Policy implementation classes to not call setName or setDescription Update ScoreBoardXmlConverter to not call setName or setDescription rename LineupClockControlsTimeoutClockPolicy to LineupClockStartsTimeoutPolicy More... over 13 years ago
Remove PolicyModel methods setName and setDescription - these fields should not be editable after class creation Update all Policy implementation classes to not call setName or setDescription Update ScoreBoardXmlConverter to not call setName or setDescription rename LineupClockControlsTimeoutClockPolicy to LineupClockStartsTimeoutPolicy More... over 13 years ago
Update LineupClockStartsJamPolicy to stop and reset the lineup clock when triggering, to avoid possible later accidental triggers of the policy Add Overtime parameter to the policy, since overtime lineup should be 1 minute instead of 30 seconds More... over 13 years ago
Update LineupClockStartsJamPolicy to stop and reset the lineup clock when triggering, to avoid possible later accidental triggers of the policy Add Overtime parameter to the policy, since overtime lineup should be 1 minute instead of 30 seconds More... over 13 years ago
Add OvertimeLineupTimePolicy, which will adjust the lineup clock time if needed for the 1-minute overtime lineup More... over 13 years ago
Add OvertimeLineupTimePolicy, which will adjust the lineup clock time if needed for the 1-minute overtime lineup More... over 13 years ago
Add check for null value in ScoreBoardXmlConverter processing of Skater elements - without this check fields can be accidentally set to null, like the Name Also clean up ScoreBoard element processing to check for null value More... over 13 years ago
Add check for null value in ScoreBoardXmlConverter processing of Skater elements - without this check fields can be accidentally set to null, like the Name Also clean up ScoreBoard element processing to check for null value More... over 13 years ago
On control panel Teams tab, when Enter is pressed from the create team or add skater input:text, perform create/add action Also on Teams tab leave add skater button disabled while no text entered in name/number boxes More... over 13 years ago
On control panel Teams tab, when Enter is pressed from the create team or add skater input:text, perform create/add action Also on Teams tab leave add skater button disabled while no text entered in name/number boxes More... over 13 years ago
Update version to 0.3.0-beta3 More... over 13 years ago
Update version to 0.3.0-beta3 More... over 13 years ago
Update UrlsServlet to not include loopback urls in list Update index page to show message if no networked urls More... over 13 years ago
Update UrlsServlet to not include loopback urls in list Update index page to show message if no networked urls More... over 13 years ago
Add missing ScoreBoard.EVENT_* constants More... over 13 years ago
Add missing ScoreBoard.EVENT_* constants More... over 13 years ago
Add EVENT_* fields in appropriate interfaces Replace any hardcoded ScoreBoardEvent property fields with reference to corresponding EVENT_* field More... over 13 years ago
Add EVENT_* fields in appropriate interfaces Replace any hardcoded ScoreBoardEvent property fields with reference to corresponding EVENT_* field More... over 13 years ago
Update MediaServlet to use ScoreBoardManager.getProperty() instead of getProperties().getProperty() More... over 13 years ago
Update MediaServlet to use ScoreBoardManager.getProperty() instead of getProperties().getProperty() More... over 13 years ago
bugfix: make sure to destroy&remove some control panel dialogs when closed More... over 13 years ago
bugfix: make sure to destroy&remove some control panel dialogs when closed More... over 13 years ago
For FormatSpecifier conversions to min:sec, pad sec with leading 0 for seconds less than 10 (e.g. use 1:00 instead of 1:0) More... over 13 years ago
For FormatSpecifier conversions to min:sec, pad sec with leading 0 for seconds less than 10 (e.g. use 1:00 instead of 1:0) More... over 13 years ago
Change Twitter code to filter only same-user generated tweets More... over 13 years ago
Change Twitter code to filter only same-user generated tweets More... over 13 years ago
untabify PagePolicy_scoreboardhtml More... over 13 years ago
untabify PagePolicy_scoreboardhtml More... over 13 years ago