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
Fix typo in twitter conditional tweet configuration help text - replace %gt; with correct > More... about 12 years ago
Fix typo in twitter conditional tweet configuration help text - replace %gt; with correct > More... about 12 years ago
Add support for times in < and > checks More... about 12 years ago
Add support for times in < and > checks More... about 12 years ago
This now seems to be logically correct. More... about 12 years ago
This now seems to be logically correct. More... about 12 years ago
Working towards 7.3 More... about 12 years ago
Working towards 7.3 More... about 12 years ago
More javascript for penalty timing. More... about 12 years ago
More javascript for penalty timing. More... about 12 years ago
Update Jam Control page, load in (brokenish) penalty timing. More... about 12 years ago
Update Jam Control page, load in (brokenish) penalty timing. More... about 12 years ago
Fix a thinko in default twitter config. More... about 12 years ago
Fix a thinko in default twitter config. More... about 12 years ago
change twitter implementation back to using oauth/authorize, instead of oauth/authenticate, to avoid the potential confusion of logging the scoreboard into the wrong twitter account. with oauth/authorize, the user has to at least confirm (and log in if needed). More... over 12 years ago
change twitter implementation back to using oauth/authorize, instead of oauth/authenticate, to avoid the potential confusion of logging the scoreboard into the wrong twitter account. with oauth/authorize, the user has to at least confirm (and log in if needed). More... over 12 years ago
update version from 0.3.0-beta4 to 0.3.0-beta5 More... over 12 years ago
update version from 0.3.0-beta4 to 0.3.0-beta5 More... over 12 years ago
Update twitter to use oauth/authenticate instead of oauth/authorize - this allows re-logging in to any previously-authorized account without having to confirm again (if the user is still logged into twitter). More... over 12 years ago
Update twitter to use oauth/authenticate instead of oauth/authorize - this allows re-logging in to any previously-authorized account without having to confirm again (if the user is still logged into twitter). More... over 12 years ago
update Twitter xml doc manager to clear AuthorizationURL on logout More... over 12 years ago
update Twitter xml doc manager to clear AuthorizationURL on logout More... over 12 years ago
update twitter_auth page to show error if there is no oauth_verifier, and forcibly clear AuthorizationURL to avoid looping More... over 12 years ago
update twitter_auth page to show error if there is no oauth_verifier, and forcibly clear AuthorizationURL to avoid looping More... over 12 years ago
update twitter4j from version 2.2.5 to 3.0.3 More... over 12 years ago
update twitter4j from version 2.2.5 to 3.0.3 More... over 12 years ago
update MediaXmlDocumentManager to reject any external changes - its tree strictly reflects the actual on-disc files now update MediaServlet to remove unneeded code after above change (no need to list on-disc files separately from XML doc now, or manage the XML separately from the files on-disc), and add code to pull single media file from remote server, for initial map-based media management on remote (centralized) server More... over 12 years ago
update MediaXmlDocumentManager to reject any external changes - its tree strictly reflects the actual on-disc files now update MediaServlet to remove unneeded code after above change (no need to list on-disc files separately from XML doc now, or manage the XML separately from the files on-disc), and add code to pull single media file from remote server, for initial map-based media management on remote (centralized) server More... over 12 years ago
move temporary (until we require java 1.7) ObjectsEquals() method from ScoreBoardEvent to ScoreBoardManager, for more widespread use update ConditionalScoreBoardListener to all not passing listener, or passing null listener; add methods to set or remove listener; update matchedScoreBoardChange() method to first check if listener is null before calling listener.scoreBoardChange() More... over 12 years ago
move temporary (until we require java 1.7) ObjectsEquals() method from ScoreBoardEvent to ScoreBoardManager, for more widespread use update ConditionalScoreBoardListener to all not passing listener, or passing null listener; add methods to set or remove listener; update matchedScoreBoardChange() method to first check if listener is null before calling listener.scoreBoardChange() More... over 12 years ago