Show checkin history up to a week.
git-svn-id: svn://10.0.0.236/trunk@21648 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -64,7 +64,7 @@ sub build_who {
|
||||
close(BUILDLOG);
|
||||
|
||||
#($j,$query_date_min) = split(/\|/, $line);
|
||||
$query_date_min = time - (60 * 60 * 40);
|
||||
$query_date_min = time - (60 * 60 * 24 * 7); # One week.
|
||||
|
||||
if( $F_DEBUG ){
|
||||
print "Minimum date: $query_date_min\n";
|
||||
|
||||
@@ -390,7 +390,7 @@ sub display_build_table_header {
|
||||
|
||||
sub display_build_table_footer {
|
||||
print "</table>\n";
|
||||
print "<a href=showbuilds.cgi?tree=$tree&showall=1.cgi>Show more checkin history</a><br><br>\n";
|
||||
print "<a href=showbuilds.cgi?tree=$tree&showall=1>Show more checkin history</a><br><br>\n";
|
||||
|
||||
if (open(FOOTER, "<$data_dir/footer.html")) {
|
||||
while (<FOOTER>) {
|
||||
|
||||
Reference in New Issue
Block a user