Skip to content

Commit

Permalink
Added bugz and html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Ownbey committed Jun 30, 2008
1 parent 3f61a7e commit 397a520
Show file tree
Hide file tree
Showing 11 changed files with 856 additions and 2 deletions.
122 changes: 122 additions & 0 deletions bugs/html/component-docbox.html
@@ -0,0 +1,122 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Component docbox</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>

<body>

<a href="index.html">&laquo; docbox project page</a>

<h1>docbox component: docbox</h1>

<table>

<tr>
<td class="issuestatus_unstarted">
unstarted
</td>
<td class="issuename">
<a href="issue-3db3b36c7bf17a64d4d8720c80eb74989bbee834.html">Multi line error</a>
(bug)
</td>

<td class="issuerelease">


in <a href="release-Look ma, No hands.html">release Look ma, No hands</a>
(unreleased)

</td>


</tr>

<tr>
<td class="issuestatus_unstarted">
unstarted
</td>
<td class="issuename">
<a href="issue-4992407050637cfec9b575b2cffb1bc2b73c51cb.html">Make Users Browsable</a>

</td>

<td class="issuerelease">


in <a href="release-Look ma, No hands.html">release Look ma, No hands</a>
(unreleased)

</td>


</tr>

<tr>
<td class="issuestatus_unstarted">
unstarted
</td>
<td class="issuename">
<a href="issue-2aa94fe0eb3f9288cf8b7bdafde3cbcfce23e8c1.html">Gui fix list</a>

</td>

<td class="issuerelease">


in <a href="release-Look ma, No hands.html">release Look ma, No hands</a>
(unreleased)

</td>


</tr>

<tr>
<td class="issuestatus_unstarted">
unstarted
</td>
<td class="issuename">
<a href="issue-0c787c71761f38325d770423d19f90d09958ecdd.html">Make import work twice</a>
(bug)
</td>

<td class="issuerelease">


in <a href="release-Look ma, No hands.html">release Look ma, No hands</a>
(unreleased)

</td>


</tr>

<tr>
<td class="issuestatus_closed">
closed: fixed
</td>
<td class="issuename">
<a href="issue-2312b5c1573f72a226a2a19558f0a561564601e8.html">WhiteSpace on new comment</a>
(bug)
</td>

<td class="issuerelease">


in <a href="release-Look ma, No hands.html">release Look ma, No hands</a>
(unreleased)

</td>


</tr>

</table>



<p class="footer">Generated by <a href="http://ditz.rubyforge.org/">ditz</a>.
</body>
</html>
47 changes: 47 additions & 0 deletions bugs/html/index.html
@@ -0,0 +1,47 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>docbox Issue Tracker</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>

<h1>docbox Issue Tracker</h1>

<h2>Upcoming Releases</h2>

<ul>


<li>
<a href="release-Look ma, No hands.html">Release Look ma, No hands</a>:

20% complete;

two bugfixes and one feature and one task open.


</li>

</ul>


<h2>Past Releases</h2>

<p>No past releases.</p>


<h2>Unassigned issues</h2>

<p>

No unassigned issues.

</p>



<p class="footer">Generated by <a href="http://ditz.rubyforge.org/">ditz</a>.

</body>
</html>
84 changes: 84 additions & 0 deletions bugs/html/issue-0c787c71761f38325d770423d19f90d09958ecdd.html
@@ -0,0 +1,84 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Make import work twice</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>

<body>

<a href="index.html">&laquo; docbox project page</a>

<h1>Make import work twice</h1>

<p>Import just creates new methods and classes instead of updating old ones.</p>

<table>
<tr>
<td class="attrname">Id:</td>
<td class="attrval">0c787c71761f38325d770423d19f90d09958ecdd</td>
</tr>

<tr>
<td class="attrname">Type:</td>
<td class="attrval">bugfix</td>
</tr>

<tr>
<td class="attrname">Creation time:</td>
<td class="attrval">Mon Jun 30 07:02:49 UTC 2008</td>
</tr>

<tr>
<td class="attrname">Creator:</td>
<td class="attrval">Ian Ownbey &lt;imownbey@...&gt;</td>
</tr>



<tr>
<td class="attrname">Release:</td>
<td class="attrval">

<a href="release-Look ma, No hands.html">Look ma, No hands</a>

(unreleased)


</td>
</tr>

<tr>
<td class="attrname">Component:</td>
<td class="attrval"><a href="component-docbox.html">docbox</a></td>
</tr>

<tr>
<td class="attrname">Status:</td>
<td class="attrval">
unstarted
</td>
</tr>
</table>

<h2>Issue log</h2>

<table>


<tr class="logentryeven">

<td class="logtime">Mon Jun 30 07:02:51 UTC 2008</td>
<td class="logwho">Ian Ownbey &lt;imownbey@...&gt;</td>
<td class="logwhat">created</td>
</tr>
<tr><td colspan="3" class="logcomment">


</td></tr>

</table>

<p class="footer">Generated by <a href="http://ditz.rubyforge.org/">ditz</a>.
</body>
</html>
119 changes: 119 additions & 0 deletions bugs/html/issue-2312b5c1573f72a226a2a19558f0a561564601e8.html
@@ -0,0 +1,119 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>WhiteSpace on new comment</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>

<body>

<a href="index.html">&laquo; docbox project page</a>

<h1>WhiteSpace on new comment</h1>

<p>New comment adds odd whitespace around comment.</p>

<table>
<tr>
<td class="attrname">Id:</td>
<td class="attrval">2312b5c1573f72a226a2a19558f0a561564601e8</td>
</tr>

<tr>
<td class="attrname">Type:</td>
<td class="attrval">bugfix</td>
</tr>

<tr>
<td class="attrname">Creation time:</td>
<td class="attrval">Mon Jun 30 04:49:12 UTC 2008</td>
</tr>

<tr>
<td class="attrname">Creator:</td>
<td class="attrval">Ian Ownbey &lt;imownbey@...&gt;</td>
</tr>


<tr>
<td class="attrname">References:</td>
<td class="attrval">

[1] <a href="This is test">This is test</a><br/>

</td>
</tr>



<tr>
<td class="attrname">Release:</td>
<td class="attrval">

<a href="release-Look ma, No hands.html">Look ma, No hands</a>

(unreleased)


</td>
</tr>

<tr>
<td class="attrname">Component:</td>
<td class="attrval"><a href="component-docbox.html">docbox</a></td>
</tr>

<tr>
<td class="attrname">Status:</td>
<td class="attrval">
closed: fixed
</td>
</tr>
</table>

<h2>Issue log</h2>

<table>


<tr class="logentryeven">

<td class="logtime">Mon Jun 30 04:49:14 UTC 2008</td>
<td class="logwho">Ian Ownbey &lt;imownbey@...&gt;</td>
<td class="logwhat">created</td>
</tr>
<tr><td colspan="3" class="logcomment">


</td></tr>


<tr class="logentryodd">

<td class="logtime">Mon Jun 30 06:28:00 UTC 2008</td>
<td class="logwho">Ian Ownbey &lt;imownbey@...&gt;</td>
<td class="logwhat">closed issue with disposition fixed</td>
</tr>
<tr><td colspan="3" class="logcomment">


</td></tr>


<tr class="logentryeven">

<td class="logtime">Mon Jun 30 16:30:19 UTC 2008</td>
<td class="logwho">Ian Ownbey &lt;imownbey@...&gt;</td>
<td class="logwhat">added reference 1</td>
</tr>
<tr><td colspan="3" class="logcomment">

<p>Testing</p>

</td></tr>

</table>

<p class="footer">Generated by <a href="http://ditz.rubyforge.org/">ditz</a>.
</body>
</html>

0 comments on commit 397a520

Please sign in to comment.