put correct mailing address in comment.

This commit is contained in:
kestes%tradinglinx.com 2001-03-26 14:05:48 +00:00
Родитель fda5601a8f
Коммит 42e0d5ea22
34 изменённых файлов: 233 добавлений и 121 удалений

5
webtools/tinderbox2/configure поставляемый
Просмотреть файл

@ -20,7 +20,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -6,9 +6,9 @@
# on the tinderbox status page.
# $Revision: 1.5 $
# $Date: 2001/01/04 00:24:50 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.6 $
# $Date: 2001/03/26 14:01:00 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/bin/addnote.cgi,v $
# $Name: $
@ -30,7 +30,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -7,9 +7,9 @@
# columns from being shown on the default pages.
# $Revision: 1.11 $
# $Date: 2001/01/04 16:40:53 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.12 $
# $Date: 2001/03/26 14:00:44 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/bin/admintree.cgi,v $
# $Name: $
@ -31,12 +31,16 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):
# Standard perl libraries
use File::Basename;
use CGI ':standard';
# Tinderbox libraries
@ -529,6 +533,13 @@ sub make_all_changes {
push @results, ("Check changes are correct on the status page, ".
"different administrators can cange ".
"the settings at the same time.");
# I believe this will work, it is too hard to get the full
# pathname of tinder.cgi into the script. However the webserver
# may play strange games with our ARGV and prevent us from
# updating the state.
system( (basename($0).'tinder.cgi'), '--daemon-mode' );
} else {
push @results, "No changes attempted due to security issues.";
}

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

@ -4,8 +4,8 @@
# Tracking system and its relationship to the tinderbox trees.
# $Revision: 1.4 $
# $Date: 2001/02/27 15:24:34 $
# $Revision: 1.5 $
# $Date: 2001/03/26 14:01:11 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/BTData.pm,v $
# $Name: $
@ -29,7 +29,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -1,8 +1,8 @@
# -*- Mode: perl; indent-tabs-mode: nil -*-
# $Revision: 1.5 $
# $Date: 2001/02/27 15:24:56 $
# $Revision: 1.6 $
# $Date: 2001/03/26 14:01:19 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/BuildStatus.pm,v $
# $Name: $
@ -33,7 +33,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -5,8 +5,8 @@
# errors and creating links into the source code where the errors
# occurred.
# $Revision: 1.4 $
# $Date: 2001/03/15 18:00:00 $
# $Revision: 1.5 $
# $Date: 2001/03/26 14:01:26 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/Error_Parse.pm,v $
# $Name: $
@ -30,7 +30,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -6,8 +6,8 @@
# partitions and this will require making directory structure in
# get_filename() less regular then we have defined it here.
# $Revision: 1.3 $
# $Date: 2001/02/27 15:25:20 $
# $Revision: 1.4 $
# $Date: 2001/03/26 14:01:32 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/FileStructure.pm,v $
# $Name: $
@ -31,7 +31,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -5,8 +5,8 @@
# customizable settings.
# $Revision: 1.7 $
# $Date: 2001/02/27 15:26:29 $
# $Revision: 1.8 $
# $Date: 2001/03/26 14:01:38 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/TinderConfig.pm,v $
# $Name: $
@ -30,7 +30,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -29,8 +29,8 @@
# issue to work out.
# $Revision: 1.4 $
# $Date: 2001/02/27 15:26:43 $
# $Revision: 1.5 $
# $Date: 2001/03/26 14:01:45 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/TreeData.pm,v $
# $Name: $
@ -54,7 +54,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -7,8 +7,8 @@
# module which uses this library is: lib/TinderDB/VC_Bonsai.pm
# $Revision: 1.1 $
# $Date: 2001/02/15 20:41:25 $
# $Revision: 1.2 $
# $Date: 2001/03/26 14:01:52 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/BonsaiData.pm,v $
# $Name: $
@ -32,7 +32,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -12,8 +12,8 @@
# the completed string before it is returned.
# $Revision: 1.6 $
# $Date: 2001/02/16 01:34:37 $
# $Revision: 1.7 $
# $Date: 2001/03/26 14:01:59 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp.pm,v $
# $Name: $
@ -37,7 +37,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -5,8 +5,8 @@
# application MajorCool.
# $Revision: 1.7 $
# $Date: 2001/02/15 20:49:42 $
# $Revision: 1.8 $
# $Date: 2001/03/26 14:03:05 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp/MajorCoolWindow.pm,v $
# $Name: $
@ -31,7 +31,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -15,8 +15,8 @@
# $Revision: 1.4 $
# $Date: 2001/02/15 20:49:56 $
# $Revision: 1.5 $
# $Date: 2001/03/26 14:03:14 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp/MozillaLayers.pm,v $
# $Name: $
@ -41,7 +41,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -3,9 +3,9 @@
# HTMLPopUp::None.pm - the implementation of the header and link
# command which will be used if no popup menus are desired.
# $Revision: 1.3 $
# $Date: 2000/09/06 01:24:18 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.4 $
# $Date: 2001/03/26 14:03:21 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp/None.pm,v $
# $Name: $
@ -29,7 +29,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -4,8 +4,8 @@
# mailprocessing program.
# $Revision: 1.5 $
# $Date: 2001/02/16 20:07:03 $
# $Revision: 1.6 $
# $Date: 2001/03/26 14:02:10 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/MailProcess.pm,v $
# $Name: $
@ -29,7 +29,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -12,9 +12,9 @@
# $Revision: 1.5 $
# $Date: 2001/01/04 00:29:40 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.6 $
# $Date: 2001/03/26 14:02:19 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/Persistence.pm,v $
# $Name: $
@ -37,7 +37,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -14,9 +14,9 @@
# was spend in 32878 calls to Data::Dumper::_dump()
# $Revision: 1.6 $
# $Date: 2001/01/04 00:21:03 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.7 $
# $Date: 2001/03/26 14:03:28 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/Persistence/Dumper.pm,v $
# $Name: $
@ -41,7 +41,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -9,9 +9,9 @@
# browser.
# $Revision: 1.3 $
# $Date: 2000/11/28 00:30:26 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.4 $
# $Date: 2001/03/26 14:03:35 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/Persistence/Storable.pm,v $
# $Name: $
@ -36,7 +36,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -8,9 +8,9 @@
# The only external interface to this library is summary_pages() and
# create_global_index() these functions are only called by tinder.cgi.
# $Revision: 1.6 $
# $Date: 2000/11/09 19:40:19 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.7 $
# $Date: 2001/03/26 14:02:26 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/Summaries.pm,v $
# $Name: $
@ -33,7 +33,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -30,9 +30,14 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):
package TinderDB::BT;
# the raw CVS implemenation of the Version Control DB for Tinderbox.
@ -69,7 +74,7 @@ use TreeData;
use VCDisplay;
$VERSION = ( qw $Revision: 1.6 $ )[1];
$VERSION = ( qw $Revision: 1.7 $ )[1];
@ISA = qw(TinderDB::BasicTxtDB);

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

@ -6,9 +6,9 @@
# as a Dump of the $DATABASE reference.
# $Revision: 1.4 $
# $Date: 2000/11/28 00:28:02 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.5 $
# $Date: 2001/03/26 14:05:31 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB/BasicTxtDB.pm,v $
# $Name: $
@ -32,7 +32,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):
@ -47,7 +50,7 @@ use FileStructure;
use Persistence;
$VERSION = ( qw $Revision: 1.4 $ )[1];
$VERSION = ( qw $Revision: 1.5 $ )[1];
# To help preserve the database in the event of a serious system

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

@ -7,8 +7,8 @@
# the build was and display a link to the build log.
# $Revision: 1.17 $
# $Date: 2001/03/26 13:36:00 $
# $Revision: 1.18 $
# $Date: 2001/03/26 14:05:37 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB/Build.pm,v $
# $Name: $
@ -32,7 +32,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -24,7 +24,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):
@ -76,7 +79,7 @@ use Utils;
use HTMLPopUp;
use TinderDB::BasicTxtDB;
$VERSION = ( qw $Revision: 1.7 $ )[1];
$VERSION = ( qw $Revision: 1.8 $ )[1];
@ISA = qw(TinderDB::BasicTxtDB);

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

@ -8,9 +8,9 @@
# TreeState, Build, IgnoreBuilds, MOTD, Images,
# $Revision: 1.5 $
# $Date: 2000/11/09 19:29:08 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.6 $
# $Date: 2001/03/26 14:02:43 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderHeader.pm,v $
# $Name: $
@ -33,7 +33,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -6,9 +6,9 @@
# gettree_header(), ).
# $Revision: 1.4 $
# $Date: 2000/11/09 19:28:10 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.5 $
# $Date: 2001/03/26 14:03:46 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderHeader/BasicTxtHeader.pm,v $
# $Name: $
@ -31,7 +31,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):
@ -48,7 +51,7 @@ use lib '#tinder_libdir#';
use FileStructure;
use Persistence;
$VERSION = ( qw $Revision: 1.4 $ )[1];
$VERSION = ( qw $Revision: 1.5 $ )[1];
sub new {

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

@ -5,9 +5,9 @@
# information into the top of the status page outside of the main
# table.
# $Revision: 1.2 $
# $Date: 2000/11/09 19:28:00 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.3 $
# $Date: 2001/03/26 14:03:53 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderHeader/Build.pm,v $
# $Name: $
@ -31,7 +31,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):
@ -50,7 +53,7 @@ use TinderDB::Build;
@ISA = qw(TinderDB::Build);
$VERSION = ( qw $Revision: 1.2 $ )[1];
$VERSION = ( qw $Revision: 1.3 $ )[1];
$TinderHeader::NAMES2OBJS{ 'Build' } =
TinderHeader::Build->new();

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

@ -9,9 +9,9 @@
# the display.
# $Revision: 1.2 $
# $Date: 2000/11/09 19:27:48 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.3 $
# $Date: 2001/03/26 14:04:00 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderHeader/IgnoreBuilds.pm,v $
# $Name: $
@ -34,7 +34,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):
@ -56,7 +59,7 @@ use TinderHeader::BasicTxtHeader;
@ISA = qw(TinderHeader::BasicTxtHeader);
$VERSION = ( qw $Revision: 1.2 $ )[1];
$VERSION = ( qw $Revision: 1.3 $ )[1];
# load the simple name of this module into TinderHeader so we can
# track the implementations provided.

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

@ -4,9 +4,9 @@
# TinderHeader::MOTD - the tree specific message of the day, set by
# the administrators.
# $Revision: 1.2 $
# $Date: 2000/11/09 19:27:34 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.3 $
# $Date: 2001/03/26 14:04:07 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderHeader/MOTD.pm,v $
# $Name: $
@ -30,7 +30,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):
@ -48,7 +51,7 @@ use TinderHeader::BasicTxtHeader;
@ISA = qw(TinderHeader::BasicTxtHeader);
$VERSION = ( qw $Revision: 1.2 $ )[1];
$VERSION = ( qw $Revision: 1.3 $ )[1];
# load the simple name of this module into TinderHeader so we can
# track the implementations provided.

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

@ -8,9 +8,9 @@
# $Revision: 1.2 $
# $Date: 2000/11/09 19:27:20 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.3 $
# $Date: 2001/03/26 14:04:28 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderHeader/TreeState.pm,v $
# $Name: $
@ -33,7 +33,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):
@ -55,7 +58,7 @@ use TinderHeader::BasicTxtHeader;
@ISA = qw(TinderHeader::BasicTxtHeader);
$VERSION = ( qw $Revision: 1.2 $ )[1];
$VERSION = ( qw $Revision: 1.3 $ )[1];
# load the simple name of this module into TinderHeader so we can
# track the implementations provided.

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

@ -6,8 +6,8 @@
# the current tree state using the bonsai conventions when we have
# implemented it.
# $Revision: 1.2 $
# $Date: 2001/02/15 20:48:37 $
# $Revision: 1.3 $
# $Date: 2001/03/26 14:04:36 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderHeader/TreeState_Bonsai.pm,v $
# $Name: $
@ -30,7 +30,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):
@ -47,7 +50,7 @@ use BonsaiData;
$VERSION = ( qw $Revision: 1.2 $ )[1];
$VERSION = ( qw $Revision: 1.3 $ )[1];
# load the simple name of this module into TinderHeader so we can
# track the implementations provided.

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

@ -3,8 +3,8 @@
# Utils.pm - General purpose utility functions. Every project needs a
# kludge bucket for common access.
# $Revision: 1.15 $
# $Date: 2001/03/26 13:36:28 $
# $Revision: 1.16 $
# $Date: 2001/03/26 14:02:51 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/Utils.pm,v $
# $Name: $
@ -30,7 +30,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -8,9 +8,9 @@
# VCDisplay module for CVSWeb.
# $Revision: 1.4 $
# $Date: 2001/01/04 00:23:24 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.5 $
# $Date: 2001/03/26 14:02:58 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/VCDisplay.pm,v $
# $Name: $
@ -33,7 +33,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -4,8 +4,8 @@
# installed bonsai and are using cvsblame cvsguess and cvsquery to let
# your webserver render html pages of your CVS repository.
# $Revision: 1.5 $
# $Date: 2001/02/15 20:47:53 $
# $Revision: 1.6 $
# $Date: 2001/03/26 14:04:44 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/VCDisplay/Bonsai.pm,v $
# $Name: $
@ -30,7 +30,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):

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

@ -6,9 +6,9 @@
# cvsquery an we may need to generalize the interfaces in the future
# to accomidate more VC systems.
# $Revision: 1.3 $
# $Date: 2000/11/09 19:12:49 $
# $Author: kestes%staff.mail.com $
# $Revision: 1.4 $
# $Date: 2001/03/26 14:04:56 $
# $Author: kestes%tradinglinx.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/VCDisplay/None.pm,v $
# $Name: $
@ -32,7 +32,10 @@
# Rights Reserved.
#
# complete rewrite by Ken Estes, Mail.com (kestes@staff.mail.com).
# complete rewrite by Ken Estes:
# kestes@staff.mail.com Old work.
# kestes@tradinglinx.com New work.
# kestes@walrus.com Home.
# Contributor(s):