still messing with the TinderPrint stuff.

This commit is contained in:
kestes%walrus.com 2002-04-26 22:40:11 +00:00
Родитель 2d8c1b98ba
Коммит fa9be3c73f
2 изменённых файлов: 6 добавлений и 23 удалений

Просмотреть файл

@ -1,8 +1,8 @@
# -*- Mode: perl; indent-tabs-mode: nil -*-
# $Revision: 1.13 $
# $Date: 2002-04-26 22:05:05 $
# $Revision: 1.14 $
# $Date: 2002-04-26 22:40:11 $
# $Author: kestes%walrus.com $
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/default_conf/BuildStatus.pm,v $
# $Name: $
@ -263,22 +263,5 @@ sub status2descriptions {
return @out;
}
sub get_display_number_errors {
# should the tinderbox build page show the number of errors found in
# the log file?
return 0;
}
sub get_TinderboxPrint_separator{
# How should the TinderboxPrint statements be rendered?
# obvious choices are <br> or &nbsp;
return "<br>";
}
1;

Просмотреть файл

@ -7,8 +7,8 @@
# the build was and display a link to the build log.
# $Revision: 1.32 $
# $Date: 2002-04-26 22:04:55 $
# $Revision: 1.33 $
# $Date: 2002-04-26 22:40:09 $
# $Author: kestes%walrus.com $
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/TinderDB/Build.pm,v $
# $Name: $
@ -1146,8 +1146,8 @@ sub status_table_row {
if ($current_rec->{'print'}) {
$links .= (
"\t\t".
BuildStatus::get_TinderboxPrint_separator().
$current_rec->{'print'}."\n".
$current_rec->{'print'}.
"\n".
"");
}