-
olidag added rangerrick to the Gopher the demo player project.
2009-06-30 23:48:23 UTC in Gopher the demo player
-
The test org.junit.tests.TimeoutTest.timeoutFailure was
failing on my laptop with the official 4.1 release as
follows:
"""
[java] There was 1 failure:
[java] 1) timeoutFailure(org.junit.tests.TimeoutTest)
[java] java.lang.AssertionError: expected: but was:
[java] at org.junit.Assert.fail(Assert.java:69)
[java]...
2006-10-21 22:05:11 UTC in JUnit
-
Part of a build script I wrote needs to hit an IIS site
that does not allow anonymous requests. In fact, it is
set-up to use Windows Authentication only. The current
user executing the build should be able to hit their
own IIS server with their own domain credentials
(according to the project's conventions) and thus it's
not desirable to hardcode a username and password in
the...
2006-10-13 18:34:27 UTC in NAnt - A .NET Build Tool
-
Also known as "GopherCoder2" (and a few other aliases), this dude has already not only privately modified the source code to the player, but has also written an editor for it and then built a demo ( http://www.pouet.net/prod.php?which=25954 ) with it! Cool!!
So that his private modifications can be shared with everybody, he has been made a committer to this project. However, since...
2006-09-01 02:00:53 UTC in Gopher the demo player
-
olidag committed revision 26 to the Gopher the demo player SVN repository, changing 1 files.
2006-09-01 00:38:12 UTC in Gopher the demo player
-
Logged In: YES
user_id=109921
Committed at revision 25.
2006-08-30 22:25:02 UTC in Gopher the demo player
-
olidag committed revision 25 to the Gopher the demo player SVN repository, changing 2 files.
2006-08-30 22:13:57 UTC in Gopher the demo player
-
Logged In: YES
user_id=109921
Approved! BTW, the patch didn't apply cleanly because it
had mixed line endings. I can't tell yet if:
1 - that's something TortoiseSVN did at your end
2 - how you converted the file to use LF (but the "Create
patch..." didn't report all those changes)
3 - sf.net's patch tracker somehow modified your attachment
4 - my downloading the attachment corrupted...
2006-08-30 21:02:55 UTC in Gopher the demo player
-
Overview:
Fixed a bug that manifested itself in IE when an
onchange handler was registered on a input type="text"
for which a pop-up calendar had been configured to use
as a destination field.
Changes:
In calendar-setup.js's onSelect, now
using "fireEvent" - if it's available - to raise
the "onchange" event. This makes it possible to
use "event.srcElement" in the event...
2006-08-14 14:01:54 UTC in The Coolest DHTML Calendar
-
Logged In: YES
user_id=109921
Oops, it looks like I was too quick on the trigger
yesterday: that patch will set the status bar date format
from the very first calendar that's popped up and all
subsequent pop-up calendars will use the "cached format",
regardless of their sbFormat param.
See the new attached patch (obsoleting the first one) for a
better calendar-setup.js, which...
2006-08-10 13:24:54 UTC in The Coolest DHTML Calendar