Changes

Jump to: navigation, search

Mercurial history browsing

2,725 bytes added, 15:56, 28 March 2009
Project Details
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
!align="left" style="background-color:Orange; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''v0.7 Release Details ([http://blog.sidkalra.com/2009/03/v07-release-goals/ Detailed Info])'''
|-
|
<table style="width: 100%;" class="standard-table" cellborder=1 border=1 cellpadding=3 cellspacing=0>
<th style="width: 40%;">Task</th>
<th style="width: 42%>Details</th>
<th style="width: 5%;">Status</th>
<th style="width: 25%;">Link(s) or Notes</th>
 
<tr>
<td>'''The function which retrieves the total amount of entries in the database, getMaxEntries() is causing the browser to freeze. Find a solution for this problem'''</td>
<td>
<ul>
<li>Get rid of getMaxEntries()</li>
<li>Pass in the max total by using the template system</li>
</ul>
</td>
<td style="background-color: Green; text-align: center; font-weight: bold; font-size: bigger">Done</td>
<td rowspan="6" style="text-align: center;">Fixes for [https://bugzilla.mozilla.org/show_bug.cgi?id=459727 bug 459727]<br/><br/>[http://blog.sidkalra.com/2009/03/v07-release-complete/ View Detailed Info]</td>
</tr>
<tr>
<td>'''Solve the scroll bar problem'''</td>
<td>
<ul>
<li>Dynamically load enough entries, according to the users screen size, until the scroll bar appears</li>
</ul>
</td>
<td style="background-color: Green; text-align: center; font-weight: bold; font-size: bigger">Done</td>
</tr>
<tr>
<td>'''Solve the split bug'''</td>
<td>
<ul>
<li>Some merge changesets are not being displayed at all</li>
<li>Find a different way of parsing merge strings, split() is not working properly</li>
</ul>
</td>
<td style="background-color: Green; text-align: center; font-weight: bold; font-size: bigger">Done</td>
</tr>
<tr>
<td>'''Solve the duplicate bug with merge changesets'''</td>
<td>
<ul>
<li>sometimes the last entry in a merge changeset is repeated in the next entry</li>
<li>Is this actually a bug or not?</li>
</ul>
</td>
<td style="background-color: Green; text-align: center; font-weight: bold; font-size: bigger">Not a Bug</td>
</tr>
<tr>
<td>'''Use a function to create rev links to avoid code duplication'''</td>
<td></td>
<td style="background-color: Green; text-align: center; font-weight: bold; font-size: bigger">Done</td>
</tr>
</table>
|}
 
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
!align="left" style="background-color:Orange; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| '''v0.8 Release Details ([http://blog.sidkalra.com/2009/03/v08-release-goals/ Detailed Info])'''
|-
|

Navigation menu