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 commons-io from 2.1 to 2.2 More... over 12 years ago
Update commons-io from 2.1 to 2.2 More... over 12 years ago
Update start.html page to use $.ajax call instead of appending js doc to <head> More... over 12 years ago
Update start.html page to use $.ajax call instead of appending js doc to <head> More... over 12 years ago
Update main "start.html" page to redirect asap if scoreboard is running without any countdown. More... over 12 years ago
Update main "start.html" page to redirect asap if scoreboard is running without any countdown. More... over 12 years ago
Update start page to use dedicated CRG logo image at html/Carolina.png, instead of (possibly missing) CRG teamlogos/ logo image More... over 12 years ago
Update start page to use dedicated CRG logo image at html/Carolina.png, instead of (possibly missing) CRG teamlogos/ logo image More... over 12 years ago
update version to 0.3.0-beta4 More... over 12 years ago
update version to 0.3.0-beta4 More... over 12 years ago
bug 72: "remove" event is now part of DOM spec and thus can't be used as a custom event; chrome is first to add this update, which breaks the scoreboard. Rename all custom events; "content" to "sbchange", "add" to "sbadd", and "remove" to "sbremove". Also remove unused $sbChange function as it could cause confusion with the newly named event. More... over 12 years ago
bug 72: "remove" event is now part of DOM spec and thus can't be used as a custom event; chrome is first to add this update, which breaks the scoreboard. Rename all custom events; "content" to "sbchange", "add" to "sbadd", and "remove" to "sbremove". Also remove unused $sbChange function as it could cause confusion with the newly named event. More... over 12 years ago
For operator page xml file upload, Firefox was opening a new tab for the results of the upload, but it should be updating the hidden iframe. Fixed this by setting both the iframe's id and name to match the form target, now Firefox does not open a new window/tab when uploading a saved xml doc. More... over 12 years ago
For operator page xml file upload, Firefox was opening a new tab for the results of the upload, but it should be updating the hidden iframe. Fixed this by setting both the iframe's id and name to match the form target, now Firefox does not open a new window/tab when uploading a saved xml doc. More... over 12 years ago
When merging or loading a saved xml file into the sb, do not clear out the input:file element immediately after form.submit(), as it seems the actual submission is delayed in some cases, causing a failure when there is no file to upload. More... over 12 years ago
When merging or loading a saved xml file into the sb, do not clear out the input:file element immediately after form.submit(), as it seems the actual submission is delayed in some cases, causing a failure when there is no file to upload. More... over 12 years ago
Change default to be 'Select Jammer by Number' More... over 12 years ago
Change default to be 'Select Jammer by Number' More... over 12 years ago
Fix warning not appearing correctly when entering a time More... over 12 years ago
Fix warning not appearing correctly when entering a time More... over 12 years ago
Add support for "alternate" Team names, including "twitter" and "overlay" alternate names. Add operator page support for editing alternate team names on Teams tab Add format specifier for alternate twitter name, for use with twitter functionality More... almost 13 years ago
Add support for "alternate" Team names, including "twitter" and "overlay" alternate names. Add operator page support for editing alternate team names on Teams tab Add format specifier for alternate twitter name, for use with twitter functionality More... almost 13 years ago
minor change - simplify default Team implementation getSkaters method imp More... almost 13 years ago
minor change - simplify default Team implementation getSkaters method imp More... almost 13 years ago
Update twitter default conditional tweets as provided by Rob Thomas More... almost 13 years ago
Update twitter default conditional tweets as provided by Rob Thomas More... almost 13 years ago
Move twitter page edit conditional tweet dialog into built-in div in page; this is partially so that autocomplete drop-down can be scrolled using side scroll bar, as the scrollbar is disabled when a dialog is popped up. also the built-in div i think provides a better user interface than a dialog popup More... almost 13 years ago
Move twitter page edit conditional tweet dialog into built-in div in page; this is partially so that autocomplete drop-down can be scrolled using side scroll bar, as the scrollbar is disabled when a dialog is popped up. also the built-in div i think provides a better user interface than a dialog popup More... almost 13 years ago
Update twitter new conditional tweet input fields to perform autocompletion More... almost 13 years ago
Update twitter new conditional tweet input fields to perform autocompletion More... almost 13 years ago