зеркало из https://github.com/mozilla/pjs.git
change availible to available.
This commit is contained in:
Родитель
3eb57921b7
Коммит
04f11d3b91
|
@ -12,8 +12,8 @@
|
|||
# server. No locks are used by the mail processes, data is passed to
|
||||
# the tinderbox server in a maildir like format.
|
||||
|
||||
# $Revision: 1.17 $
|
||||
# $Date: 2002-04-26 00:51:11 $
|
||||
# $Revision: 1.18 $
|
||||
# $Date: 2002-04-26 22:05:07 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/bin/processmail_builds,v $
|
||||
# $Name: $
|
||||
|
@ -144,7 +144,7 @@ Builds which take a long time to complete can send multiple status
|
|||
mails each one conaining the log file which has been completed so far.
|
||||
All mails sent before the build is finished should have the status
|
||||
'building'. The last mail must contain the results of the build. The
|
||||
website will make each build log availible so that everyone can see
|
||||
website will make each build log available so that everyone can see
|
||||
the log file and get a feel for how far into the compilation the build
|
||||
machine has progressed.
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# -*- Mode: perl; indent-tabs-mode: nil -*-
|
||||
|
||||
|
||||
# $Revision: 1.12 $
|
||||
# $Date: 2002-04-26 02:11:49 $
|
||||
# $Revision: 1.13 $
|
||||
# $Date: 2002-04-26 22:05:05 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/default_conf/BuildStatus.pm,v $
|
||||
# $Name: $
|
||||
|
@ -85,7 +85,7 @@ package BuildStatus;
|
|||
# intently but be informed when an interesting change has occured.
|
||||
|
||||
# Please send us interesting uses for the handler. We would like to
|
||||
# make examples availible.
|
||||
# make examples available.
|
||||
|
||||
%STATUS = (
|
||||
|
||||
|
@ -98,7 +98,7 @@ package BuildStatus;
|
|||
'html_color'=> 'white',
|
||||
'hdml_char'=> '.',
|
||||
'handler'=> \&main::null,
|
||||
'description'=> 'Build in progress - status unavailible',
|
||||
'description'=> 'Build in progress - status unavailable',
|
||||
'order'=> 0,
|
||||
},
|
||||
|
||||
|
@ -106,7 +106,7 @@ package BuildStatus;
|
|||
'html_color'=> 'yellow',
|
||||
'hdml_char'=> '.',
|
||||
'handler'=> \&main::null,
|
||||
'description'=> 'Build in progress - status availible',
|
||||
'description'=> 'Build in progress - status available',
|
||||
'order'=> 1,
|
||||
},
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
# customizable settings.
|
||||
|
||||
|
||||
# $Revision: 1.21 $
|
||||
# $Date: 2002-04-26 01:57:56 $
|
||||
# $Revision: 1.22 $
|
||||
# $Date: 2002-04-26 22:05:05 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/default_conf/TinderConfig.pm,v $
|
||||
# $Name: $
|
||||
|
@ -236,7 +236,7 @@ $VCDisplayImpl = (
|
|||
$VC_NAME = "CVS";
|
||||
|
||||
# Pick one method for storting data, Data::Dumper is slow but text
|
||||
# files allows great debugging capabilities and Storable, availible
|
||||
# files allows great debugging capabilities and Storable, available
|
||||
# from CPAN, which is a much faster binary format.
|
||||
|
||||
# If you are worried about security you should use Storable because
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
# The only external interface to this library is summary_pages() and
|
||||
# create_global_index() these functions are only called by tinder.cgi.
|
||||
|
||||
# $Revision: 1.9 $
|
||||
# $Date: 2002-02-25 19:31:23 $
|
||||
# $Revision: 1.10 $
|
||||
# $Date: 2002-04-26 22:05:02 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/Summaries.pm,v $
|
||||
# $Name: $
|
||||
|
@ -62,7 +62,7 @@ sub summary_pages {
|
|||
|
||||
# Build all the summary pages and save data into the $symmary_ref
|
||||
# also take the time to build an index page for this tree pointing
|
||||
# to each type of information availible for this tree.
|
||||
# to each type of information available for this tree.
|
||||
|
||||
# Summary pages really do not fit in this framework but this is the best
|
||||
# place to put them.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# TinderDB.pm - the persistant storage for tinterbox. This package
|
||||
# allows the user to define which features (columns of the status
|
||||
# table) are availible and provide a consistant interface to
|
||||
# table) are available and provide a consistant interface to
|
||||
# store/load the data and render the HTML to display the data.
|
||||
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
|||
# notice board display, build display (colored squares)
|
||||
|
||||
|
||||
# $Revision: 1.6 $
|
||||
# $Date: 2002-04-24 03:19:05 $
|
||||
# $Revision: 1.7 $
|
||||
# $Date: 2002-04-26 22:05:00 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/TinderDB.pm,v $
|
||||
# $Name: $
|
||||
|
@ -181,7 +181,7 @@ $DB = bless(\@TinderDB::HTML_COLUMNS);
|
|||
|
||||
|
||||
|
||||
# Our functions for database methods just iterate over the availible
|
||||
# Our functions for database methods just iterate over the available
|
||||
# implementations.
|
||||
|
||||
# the next set of functions manipulate the persistant database.
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
# as a Dump of the $DATABASE reference.
|
||||
|
||||
|
||||
# $Revision: 1.7 $
|
||||
# $Date: 2001-08-02 20:04:21 $
|
||||
# $Revision: 1.8 $
|
||||
# $Date: 2002-04-26 22:04:55 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/TinderDB/BasicTxtDB.pm,v $
|
||||
# $Name: $
|
||||
|
@ -50,7 +50,7 @@ use FileStructure;
|
|||
use Persistence;
|
||||
|
||||
|
||||
$VERSION = ( qw $Revision: 1.7 $ )[1];
|
||||
$VERSION = ( qw $Revision: 1.8 $ )[1];
|
||||
|
||||
|
||||
# To help preserve the database in the event of a serious system
|
||||
|
@ -160,7 +160,7 @@ sub readdir_file_prefix {
|
|||
|
||||
|
||||
# load the DB, since the save may have been interrupted we try and
|
||||
# recover if there is a good DB file availible.
|
||||
# recover if there is a good DB file available.
|
||||
|
||||
sub loadtree_db {
|
||||
my ($self, $tree) = @_;
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
# the build was and display a link to the build log.
|
||||
|
||||
|
||||
# $Revision: 1.31 $
|
||||
# $Date: 2002-04-26 02:11:46 $
|
||||
# $Revision: 1.32 $
|
||||
# $Date: 2002-04-26 22:04:55 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/TinderDB/Build.pm,v $
|
||||
# $Name: $
|
||||
|
@ -845,7 +845,7 @@ sub apply_db_updates {
|
|||
}
|
||||
|
||||
# If there is a final disposition then we need to add a bunch of
|
||||
# other data which depends on what is already availible.
|
||||
# other data which depends on what is already available.
|
||||
|
||||
if ($buildstatus ne 'not_running') {
|
||||
|
||||
|
|
|
@ -78,18 +78,18 @@ use Utils;
|
|||
use HTMLPopUp;
|
||||
use TinderDB::BasicTxtDB;
|
||||
|
||||
$VERSION = ( qw $Revision: 1.13 $ )[1];
|
||||
$VERSION = ( qw $Revision: 1.14 $ )[1];
|
||||
|
||||
@ISA = qw(TinderDB::BasicTxtDB);
|
||||
|
||||
|
||||
# The indicator that a notice is availible for a given notice cell is
|
||||
# The indicator that a notice is available for a given notice cell is
|
||||
# configurable. Traditionally it is a star gif however if you wish to
|
||||
# run entirely without images I suggest you set it to "X".
|
||||
# This is used in TinderDB::Notice.pm
|
||||
|
||||
$NOTICE_AVAILIBLE = "X";
|
||||
#$NOTICE_AVAILIBLE = "<img src='$FileStructure::IMAGES{star}' border=0>";
|
||||
$NOTICE_AVAILABLE = "X";
|
||||
#$NOTICE_AVAILABLE = "<img src='$FileStructure::IMAGES{star}' border=0>";
|
||||
|
||||
|
||||
sub status_table_legend {
|
||||
|
@ -106,7 +106,7 @@ sub status_table_legend {
|
|||
</tr></thead>
|
||||
<tr>
|
||||
<td>Notice posted: </td>
|
||||
<td align=center>$NOTICE_AVAILIBLE</td>
|
||||
<td align=center>$NOTICE_AVAILABLE</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>No Notice posted: </td>
|
||||
|
@ -357,7 +357,7 @@ sub status_table_row {
|
|||
@outrow = (
|
||||
"\t<td>".
|
||||
HTMLPopUp::Link(
|
||||
"linktxt" => $NOTICE_AVAILIBLE,
|
||||
"linktxt" => $NOTICE_AVAILABLE,
|
||||
"href" => $href,
|
||||
"windowtxt" => $rendered_notice,
|
||||
"windowtitle" => "Notice Board",
|
||||
|
|
|
@ -64,7 +64,7 @@ package TinderDB::VC_CVS;
|
|||
# What we really want it the checkin comments but history does not
|
||||
# give us that information and it would be too expensive to run cvs
|
||||
# again for each file. The file name is good enough but other VC
|
||||
# implementations should use the checkin comments if availible.
|
||||
# implementations should use the checkin comments if available.
|
||||
|
||||
# We store the hash of all names who modified the tree at a
|
||||
# particular time as follows:
|
||||
|
@ -134,7 +134,7 @@ use TreeData;
|
|||
use VCDisplay;
|
||||
|
||||
|
||||
$VERSION = ( qw $Revision: 1.22 $ )[1];
|
||||
$VERSION = ( qw $Revision: 1.23 $ )[1];
|
||||
|
||||
@ISA = qw(TinderDB::BasicTxtDB);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче