bugfix: tags were not displayed on "File" page
bugfix: multiline comment for an added file was stored incorrectly
bugfix: user's displayed name was sometimes lost with LDAP auth
+ bugfix: rackspace rows highlightling was broken in previous release
0.17.0 2009-05-20
new feature: file attachments (by Aaron)
new feature: ability to delete objects (by Aaron)
echo '</tr></table></tr>';
echo "<tr class=row_${order}><th class=tdleft>${row_name} (continued)";
echo "</th><td><table border=0 cellspacing=5><tr>";
- $order = $nextorder[$order];
}
echo "<td align=center><a href='".makeHref(array('page'=>'rack', 'rack_id'=>$rack['id']))."'>";
echo "<img border=0 width=${rackwidth} height=";
echo "<br>${rack['name']}</a></td>";
$rackListIdx++;
}
+ $order = $nextorder[$order];
echo "</tr></table></tr>\n";
}
echo "</table>\n";