Data generated on UTC
Automatic updates are disabled currently, data is being updated manually
To link to this page, please use the url http://wip.mess.org/.
\n\n", $log);
array_pop($log);
$length = count($log);
if(isset($count)){$count = 50 - $count;}else{$count = 0;}
if(!isset($start))$start = $length - 50;
if(isset($skip)){$start = ($skip > -1 ? $length : 0 ) - $skip - 50;}
$nav = '
| '.
($start < 1 ? 'Previous 50' : 'Previous 50').
' | '.($length).' Commits | '.
($start > $length - 51 ? 'Next 50' : 'Next 50').
' |
';
print "$nav
\n\n";
for($i=$length - $start - 50; $i<$length - $start - $count; $i++)
{
# print $i;
if($log[$i]){print "$log[$i]
\n\n";}
}
print $nav;
?>
© 1998-2004 The MESS Team