David Multer

Show:

What's happening?

  • Bad plot from multiple data files when one file is empty

    Running the following gnuplot v4.2.6 commands on Mac OS X 10.5.8. Otherwise this installation of gnuplot works perfectly for quite some time. $ gnuplot set terminal png nocrop enhanced font Verdana 8 size 400,300 set title "Fixed By Priority" font "Verdana-Bold,10" set key outside set xlabel "Time" set ylabel "Bug Count" set xdata time set xtic rotate by -75 set timefmt...

    2009-09-16 01:00:53 UTC in gnuplot development

  • Comment: Custom header and footer HTML

    Currently I modify the function MarkupHTML.getHeader(...) in file src/net/sf/statcvs/pages/MarkupHTML.java (v0.6.0) at line 47 as follows: if (ConfigurationOptions.isEnableTwitterButton()) { addTwitterScript(b); } /* insert link to custom stylesheet and global navigation menubar */ b.append("

    2009-08-19 21:02:39 UTC in StatCVS - Stat Your Repository

  • Comment: Bad links to ViewVC in commit logs

    The bug was introduced by a recent change to escapeUrl() in pages/HTML.java. Previous versions of this function did not encode the colon or forward slash characters. Introducing encoding of these characters broke encoding of any full path strings passed to the function such as in CommitListFormatter.java.

    2009-05-18 17:29:04 UTC in StatCVS - Stat Your Repository

  • Comment: Bad links to ViewVC in commit logs

    Note that you should also not encode the path separators (slashes) either. You need to URL encode the substrings only, never pass in a full path for URL encoding. I don't know if this problem happens elsewhere in the code.

    2009-05-18 17:00:14 UTC in StatCVS - Stat Your Repository

  • Comment: Bad links to ViewVC in commit logs

    I think I've figured out why this happens. The diff link is URL encoded in pages/CommitListFormatter.java. When the browser (Firefox, Safari, others) parses the URL, it doesn't see it as an absolute path and therefore prepends the site prefix to the URL. It's critical that an absolute path reference begins with "http://" and not "http%3A%2F%2F".

    2009-05-18 16:46:57 UTC in StatCVS - Stat Your Repository

  • Bad links to in commit logs

    The latest version (0.5.0) has broken the links to ViewVC for diffs. Note that the "Browse with ViewVC" link works fine, but any file links (for diffs) in commit logs are invalid. They are of the form...

    2009-05-16 05:04:30 UTC in StatCVS - Stat Your Repository

  • Comment: Untrusted apps failure on Mac OS X

    I don't know if it's fixable in the code, but I solved the problem by passing "-Djava.awt.headless=true" on the command line when invoking the JAR via a java command. I'll let a developer close this if this is the recommended way to deal with this problem.

    2009-05-15 21:19:39 UTC in StatCVS - Stat Your Repository

  • Comment: Untrusted apps failure on Mac OS X

    Seems like this should be avoided through the setting of java.awt.headless=true (as the current code sets), but I am getting this error in the latest release. Maybe some combination of a new JFreeChart and the latest code changes?.

    2009-05-15 21:06:07 UTC in StatCVS - Stat Your Repository

  • Comment: Exception in thread "main" java.lang.ArithmeticException

    This continues to happen with the latest 0.5.0 release.

    2009-05-15 20:42:25 UTC in StatCVS - Stat Your Repository

  • Untrusted apps failure on Mac OS X

    I've been running and upgrading StatCVS for a few years now with no problem. Upgraded to the latest 0.5.0 version and get the following error when running a report. I'm running on Mac OS X 10.5.7 (latest). Tue May 12 21:00:49 sub.domain.com java[5134] : 3891612: (connectAndCheck) Untrusted apps are not allowed to connect to or launch Window Server before login. Exception in thread...

    2009-05-13 16:55:19 UTC in StatCVS - Stat Your Repository

About Me

  • 2005-09-14 (4 years ago)
  • 1344296
  • dmulter (My Site)
  • David Multer

Send me a message