Commit Graph

822 Commits

Author SHA1 Message Date
kestes%walrus.com
e9708fdd66 move the overlib library to its own file so that it loads faster. 2003-04-13 20:44:35 +00:00
kestes%walrus.com
fce1e4396c minor fixes to quiet warnings, mostly assigning my strings the empty string when they
are created.
2003-04-13 14:21:42 +00:00
kestes%walrus.com
e05503940f fix off by one error which caused some warnings in the log file. 2003-04-13 14:18:09 +00:00
kestes%walrus.com
632871f47d fix incorrect operator, wanted string comparison (eq) not numeric equality (==) 2003-04-13 14:15:01 +00:00
kestes%walrus.com
6d968b5156 minor changes to the taint system, mosty to untaint the error messages written to the
log files
2003-04-13 14:13:40 +00:00
kestes%walrus.com
4fa839ed8e add new alt tag to the vcdisplay call. 2003-02-11 00:29:57 +00:00
kestes%walrus.com
e70751a8ce add the emacs perlmode indicator to top of file. 2003-02-11 00:27:47 +00:00
kestes%walrus.com
6e214e4a11 add emacs perlmod to top of file. 2003-02-11 00:26:02 +00:00
kestes%walrus.com
fdb5425dbd save the output to disk instead of sending to stdout. 2003-02-11 00:25:04 +00:00
kestes%walrus.com
b9616de86d typo fix provided by "David Wu" <davidwu@exchange.nbttech.com>
typo in  prepare_bonsai_args definition of branch actually set the
module. fix provided by "David Wu" <davidwu@exchange.nbttech.com>
2003-02-11 00:16:34 +00:00
kestes%walrus.com
aa57a8fb8c add special handling for the Notice colum to handle the behavior which Mozilla wants. Also prepare for handling of "vetting" of users. 2003-02-03 18:16:00 +00:00
kestes%walrus.com
0c7777caea be sure to test that the popup code can handle links embedded in the popup. 2003-02-03 13:46:07 +00:00
kestes%walrus.com
2b7e025ea5 regularize the logic in the Link code and make sure that these libraries work as 'on click' in preparation for some changes in the TinderDB code which will require this. 2003-02-03 13:43:32 +00:00
kestes%walrus.com
a3ff51299c a new popup library donated by Dominik Stadler. Some thought needs to
be given as to where the js sources will be placed, so I parametrized this and
leave the decision for later.
2003-01-22 15:44:54 +00:00
kestes%walrus.com
80adc0fda8 this does not work yet but I want to save my changes while working on it. 2003-01-19 17:41:34 +00:00
kestes%walrus.com
4d6d0b8e80 must set up environment for taint perl to OK the system call. 2003-01-19 17:26:39 +00:00
kestes%walrus.com
a448891aaf fix comments discribing the file 2003-01-19 17:24:03 +00:00
kestes%walrus.com
204de79a43 add clarifying comments. 2003-01-19 17:22:54 +00:00
kestes%walrus.com
76268a00b2 patch by dominik.stadler@gmx.at (Dominik Stadler) to fix header/body and other tags for Mozilla. Also capitalize the tags for easy reading. 2003-01-19 17:22:07 +00:00
kestes%walrus.com
d8729936ef quiet some new perl warnings. 2003-01-19 17:20:08 +00:00
kestes%walrus.com
c6fab6a479 add a VC column simulation. 2003-01-19 17:18:56 +00:00
kestes%walrus.com
41733b7a64 set up the enviroment before we begin. 2003-01-19 17:17:02 +00:00
kestes%walrus.com
a835dd9a66 add alt_linktext, also modularize the use of cvs mail addresses. 2003-01-19 17:15:41 +00:00
kestes%walrus.com
8695af665e changes to the netscape specific legend provided by dominik.stadler@gmx.at to
fix capitalization and spelling.
2003-01-19 13:52:46 +00:00
kestes%walrus.com
16443dfe34 changes to quiet new perl warnings. patch from "Darren Tucker" <dtucker@zip.com.au> to fix call to HTMLPopUp::Link 2003-01-19 13:40:06 +00:00
kestes%walrus.com
2dd836a233 add functions to access the VC_TREE data structure.: 2002-12-10 19:49:27 +00:00
kestes%walrus.com
d6738bd9c2 major reworking of code structure to provide a clean Link construction but
not trip the perl warnings about undefined values.
2002-12-10 19:45:03 +00:00
kestes%walrus.com
0c89a72d50 I have a better fix for perl warning the last checkin was meant to fix.
Fix it at the source in Build.pm.  This function really should return
undefined if the result is undefined.
2002-12-10 19:43:21 +00:00
kestes%walrus.com
3a3f8ea84f fixes to allow test harness to run through all VCDisplay implementations during
testing.
2002-12-10 19:35:50 +00:00
kestes%walrus.com
14be0eeb80 fixes to allow test driver to run through all VCDisplay packages during unit
testing.
2002-12-10 19:34:34 +00:00
kestes%walrus.com
ed761e04c0 fixes to quiet perl warnings about using undefined variables.
Localize most of the  creation of Bonsai arguments into one function
fixes to allow testing of all VCDisplay packages by one test driver.
2002-12-10 19:32:46 +00:00
kestes%walrus.com
9d4eda4f9a fix to quiet new perl warnings about using undefined value. 2002-12-10 19:28:48 +00:00
kestes%walrus.com
8c5466687e quiet a warning about testing an undefined value (environmental variable
passed from webserver). Update some of the CGI functions to use the
lastest versions.  This was accomplised by including the whole library inside
the file.
2002-12-10 19:27:53 +00:00
kestes%walrus.com
6e8f8fcb3b add referesh times to summary pages, this variable was empty before this fix. 2002-12-10 19:24:37 +00:00
kestes%walrus.com
89d6861451 pass refreshtimes to Summaries. There was no referesh times, in the generated
html before this fix.
2002-12-10 19:23:37 +00:00
kestes%walrus.com
2d64c5f495 add target for VCDisplay tests. 2002-12-10 19:22:18 +00:00
kestes%walrus.com
49fd5382d8 test the VCDisplay subsystem in isolation. 2002-12-10 19:21:12 +00:00
kestes%walrus.com
2825e167a3 add new unit tests. These test the VCDisplay and HTMLpopup subsystems. 2002-12-10 19:20:05 +00:00
kestes%walrus.com
c82e7b190b package name was declared wrong. 2002-12-09 18:19:59 +00:00
kestes%walrus.com
ab6aeba63f force the use of Link, since this is my design that all links use this.
This will quiet some of my tests.
2002-12-09 18:17:00 +00:00
kestes%walrus.com
0fd28a9024 change code to quiet perl warnings. 2002-12-09 18:15:06 +00:00
kestes%walrus.com
66b53f0897 portability fix for xargs
record the arguments to ./configure
find all the full paths for build commands on build machine
2002-12-09 18:02:32 +00:00
kestes%walrus.com
2dcf8c98a0 portability fix for xargs
record the arguments to ./configure
providea a means of seeing all the perl package dependencies
2002-12-09 18:01:13 +00:00
kestes%walrus.com
82852b8d5d turn off mozilla layers 2002-05-10 23:23:05 +00:00
kestes%walrus.com
2acb4b8418 fixes for mozilla layers. 2002-05-10 23:21:23 +00:00
kestes%walrus.com
916df2a95e fixes to link_choices 2002-05-10 23:14:30 +00:00
kestes%walrus.com
dcdfeab02c checkins for mozilla layers 2002-05-10 23:07:57 +00:00
kestes%walrus.com
3fb4a18009 fixes for mozilla layers. 2002-05-10 23:00:41 +00:00
kestes%walrus.com
0b95860636 fixes 2002-05-10 22:56:57 +00:00
kestes%walrus.com
68bebde62c fixes 2002-05-10 22:51:05 +00:00
kestes%walrus.com
149bafd785 bug fixes 2002-05-10 22:48:33 +00:00
kestes%walrus.com
502df74498 fixes for mozillay layers. 2002-05-10 22:42:08 +00:00
kestes%walrus.com
687a1f9b34 add SECONDS_PER_WEEK 2002-05-10 22:41:41 +00:00
kestes%walrus.com
3c3e715b58 fixes for mozillalayers. 2002-05-10 22:00:45 +00:00
kestes%walrus.com
4375f54ede not radio but checkbox group 2002-05-10 21:49:33 +00:00
kestes%walrus.com
f1d8650cc1 fixes for addnote association code 2002-05-10 21:46:25 +00:00
kestes%walrus.com
f791b2701b fixes 2002-05-10 21:38:03 +00:00
kestes%walrus.com
6a626e0f8d new association code, need to check it in to test it. 2002-05-10 21:24:39 +00:00
kestes%walrus.com
9cbf8e92a0 switch star gif. 2002-05-10 21:23:38 +00:00
kestes%walrus.com
ff1cbe35ba no need for 'use syslog' any more. 2002-05-10 21:22:48 +00:00
kestes%walrus.com
719af3d0ac no need for 'use syslog' anymore. 2002-05-10 21:21:59 +00:00
kestes%walrus.com
60851dc6eb misspelt word. 2002-05-10 21:21:07 +00:00
kestes%walrus.com
40d787cd6f new notice assciations stuff. 2002-05-10 21:20:30 +00:00
kestes%walrus.com
4822f00814 new notice association code 2002-05-10 21:19:42 +00:00
kestes%walrus.com
2407216bc0 resync file with changes to other columns. This does not include new NOTICES changes. 2002-05-10 21:18:52 +00:00
kestes%walrus.com
c071739b2e add new associations information. 2002-05-10 21:17:56 +00:00
kestes%walrus.com
d5d38ef01f add localtime to output to help with debugging. 2002-05-10 21:16:53 +00:00
kestes%walrus.com
061d6e0d0c remove unused gifs, give used gifs names which are disciptive. 2002-05-09 23:19:35 +00:00
kestes%walrus.com
1031a0d615 from mgalli@netscape.com 2002-05-09 22:56:37 +00:00
kestes%walrus.com
9bfbdfbccd update 2002-05-09 22:40:58 +00:00
kestes%walrus.com
a9f7d24c13 add new gif info. 2002-05-09 22:40:42 +00:00
kestes%walrus.com
20e5c7c59b minor cleanup. 2002-05-09 22:40:09 +00:00
kestes%walrus.com
8b124ce569 add perl warnings to compiles, check for cvs keywords. 2002-05-09 22:37:06 +00:00
kestes%walrus.com
8f78a090a1 add new star gifs 2002-05-09 21:12:39 +00:00
kestes%walrus.com
4b05586a36 quiet warnings. 2002-05-09 18:17:39 +00:00
kestes%walrus.com
a6b9ea06ae fix problem when different CVS roots are used. 2002-05-09 18:16:56 +00:00
kestes%walrus.com
292d32c27b add more comments, this is a confusing issue. 2002-05-09 18:15:57 +00:00
kestes%walrus.com
c8bb467074 change name from 'progress' to 'columns' this is clearer 2002-05-09 03:10:40 +00:00
kestes%walrus.com
e271d4a551 I like these flames better. 2002-05-09 03:09:52 +00:00
kestes%walrus.com
6841317073 make bugs have long empty cells like Bonsai now does 2002-05-09 03:09:12 +00:00
kestes%walrus.com
f5cc9dea6f fixes which were brought up when debugging BT_Generic. 2002-05-09 03:08:38 +00:00
kestes%walrus.com
28306129e3 fix href test regexp. 2002-05-08 22:42:09 +00:00
kestes%walrus.com
2a59648acf still tweaking
$TinderConfig::DISPLAY_BUILD_ERRORS
and
 	event_times_vec()
to make it look right.
2002-05-08 22:30:12 +00:00
kestes%walrus.com
ba8dd72871 check that the TinderboxPrint string contains valid URL's 2002-05-08 22:14:49 +00:00
kestes%walrus.com
7cd5ec2508 fixes to quiet -w since
damien_carbery@hyperion.com is having trouble with them.
2002-05-08 17:43:02 +00:00
kestes%walrus.com
92bcb40c78 erased the variables after setting them! 2002-05-08 00:44:45 +00:00
kestes%walrus.com
b81aa71682 bad localization. My evals did not put variables into the correct
scope.
2002-05-08 00:39:52 +00:00
kestes%walrus.com
115cec0688 cosmetic changes to improve clarity. 2002-05-07 22:51:21 +00:00
kestes%walrus.com
b49884f707 factor out GIF variable 2002-05-07 22:50:46 +00:00
kestes%walrus.com
de1deb1586 factor out the even_vecs stuff. 2002-05-07 22:50:07 +00:00
kestes%walrus.com
fdf832c100 put back the EMPTY CELL 2002-05-07 22:49:14 +00:00
kestes%walrus.com
2e8b94cbb7 add new GIF variable and move out the EMPTY variable 2002-05-07 22:48:40 +00:00
kestes%walrus.com
23399a3328 fixes for the new GIF variable. 2002-05-07 22:47:36 +00:00
kestes%walrus.com
a82fd19657 update the GIF mechanism, create a separate GZLOG variable. 2002-05-07 22:47:02 +00:00
kestes%walrus.com
84055f06cc the red button 2002-05-07 21:28:39 +00:00
kestes%walrus.com
215a4a9dac add multiple flames gifs 2002-05-07 21:26:00 +00:00
kestes%walrus.com
57ca92911d use new round function 2002-05-07 20:37:43 +00:00
kestes%walrus.com
d87482f6f9 documentation improvements. 2002-05-07 20:36:26 +00:00
kestes%walrus.com
a07185662d set the default state 2002-05-07 20:35:26 +00:00
kestes%walrus.com
206c4cbe10 clean up scope warning. Fix the event_rec to be more like tinderbox1. 2002-05-07 20:34:45 +00:00
kestes%walrus.com
0db105a7fe clean up some scope warnings. 2002-05-07 20:33:53 +00:00
kestes%walrus.com
847b3ad569 move the method for cleaning up row_times into its own function. 2002-05-07 20:03:22 +00:00
kestes%walrus.com
157cdc74f6 more accurate ingore unwanted errors. Taken from mozilla.org logs. 2002-05-07 20:01:44 +00:00
kestes%walrus.com
5f91e04332 escape the parenthesis. 2002-05-07 04:05:17 +00:00
kestes%walrus.com
497037650a minor fixes 2002-05-07 02:47:43 +00:00
kestes%walrus.com
52e626b874 minor fixes, this one really works. 2002-05-07 02:34:58 +00:00
kestes%walrus.com
ae32c78cbd rewrite the problem code. Clearly I can't debug the old code, the new one is simpler
and should be faster/easier to debug/understand.
2002-05-07 01:50:48 +00:00
kestes%walrus.com
4a78d658e3 fix 2002-05-07 00:23:49 +00:00
kestes%walrus.com
8c6d4dd6e9 fix 2002-05-06 23:52:57 +00:00
kestes%walrus.com
6d99bd5aa2 fixes 2002-05-06 23:51:43 +00:00
kestes%walrus.com
67b79dd309 fix 2002-05-06 23:38:38 +00:00
kestes%walrus.com
a4a4f3b0a9 fix 2002-05-06 23:04:10 +00:00
kestes%walrus.com
7229777edb fix 2002-05-06 23:01:55 +00:00
kestes%walrus.com
7796f2ebfe fix 2002-05-06 23:00:05 +00:00
kestes%walrus.com
f160c6a497 more fixes 2002-05-06 22:57:10 +00:00
kestes%walrus.com
23deeae988 allow zero dead times, delete columns which have no activity for 24 hours. 2002-05-06 22:08:41 +00:00
kestes%walrus.com
7de193d0f0 forgot a pair of || 2002-05-06 21:55:17 +00:00
kestes%walrus.com
0a5fbd502b in trim_db() localize @run_times @dead_times and remove
columns which are not currently recieving data.
2002-05-06 21:53:57 +00:00
kestes%walrus.com
9c95e0d0e6 don't make ignore of NS_ENSURE_TRUE(presShell) depend on line number. 2002-05-06 21:07:57 +00:00
kestes%walrus.com
ab908d4dc4 fixes 2002-05-06 21:05:01 +00:00
kestes%walrus.com
3496e38e78 fixes 2002-05-06 21:03:11 +00:00
kestes%walrus.com
f17189400e fixes for LAST_TREEDATA 2002-05-06 20:57:53 +00:00
kestes%walrus.com
5d50b3ba99 redefine when states are different to include notion of no LAST_TREESTATE. 2002-05-06 20:53:03 +00:00
kestes%walrus.com
124e7a6c0c fixes to how trim_db is called, and to make sure we get fresh estimate data. 2002-05-06 20:45:18 +00:00
kestes%walrus.com
e37db329a3 last_TREESTATE not equal to default case handled incorrectly. 2002-05-06 20:23:28 +00:00
kestes%walrus.com
94c9b89200 not setting $LAST_TREESTATE appropriately at top of status_table_row(); 2002-05-06 19:23:47 +00:00
kestes%walrus.com
9923d8ff09 more HTML indentation fixes. 2002-05-06 19:08:55 +00:00
kestes%walrus.com
fd4cdf3ee0 fixes to HTML indentation, to make debugging easier. 2002-05-06 19:04:58 +00:00
kestes%walrus.com
07cb7201da indent the build cell a bit more. This will help me debug HTML. 2002-05-06 18:37:00 +00:00
kestes%walrus.com
76e71d975b put a comment for Time to help debug HTML. 2002-05-06 18:36:28 +00:00
kestes%walrus.com
9bfe88cf76 change popup. 2002-05-06 18:21:34 +00:00
kestes%walrus.com
c0754c30fd more fixes to make the nwe multiline empty column work. 2002-05-06 18:15:57 +00:00
kestes%walrus.com
9a52a24cb8 fix missing '}'; 2002-05-06 17:53:27 +00:00
kestes%walrus.com
221403eeb6 fix overlapping build hack. Use the OO notation (so we search ISA) when
looking for trim_db().
2002-05-06 17:41:38 +00:00
kestes%walrus.com
9e0c1245f7 fixes for bugs 2002-05-04 01:51:46 +00:00
kestes%walrus.com
20eb7f271b fixes to the split on change state 2002-05-03 23:16:53 +00:00
kestes%walrus.com
9af79c36d1 change call to savetree_db to use oo notiation so we search ISA 2002-05-03 22:37:41 +00:00
kestes%walrus.com
f156033144 fix break multiline empty on change of tree state 2002-05-03 22:29:28 +00:00
kestes%walrus.com
a1dbb4e33b fixes 2002-05-03 22:01:05 +00:00
kestes%walrus.com
69804e4738 forgot to reset $NEXT_ROW{$tree} 2002-05-03 21:44:25 +00:00
kestes%walrus.com
f16077b06e computed rowspan but did not use it. 2002-05-03 21:28:51 +00:00
kestes%walrus.com
36f93b445a fixes 2002-05-03 21:25:24 +00:00
kestes%walrus.com
6cc9249711 bonsai fixes to make one giant square of no data. 2002-05-03 21:09:55 +00:00
kestes%walrus.com
a54ec8b0c8 add checks for permissions on the log directories during startup 2002-05-03 20:28:24 +00:00
kestes%walrus.com
15c35c8a05 fix spelling of $OSVer 2002-05-03 20:20:44 +00:00
kestes%walrus.com
f69cd0a98f remove duplicate my of status variable. 2002-05-03 20:17:23 +00:00
kestes%walrus.com
8990eae04a use a centralized function to round numbers.
only use successful builds in computation of deadtime.
only use 10 most recent builds in computation of averages.
We do not use the very first datapoint in computation
of averages.
Fix the incoming data here so that builds do not overlap.



add a debug_database() function for use in debugging code.
there was an 'if ($buildstatus ne 'not_running')' but this
can't appear in the database remove it.
2002-05-03 19:50:43 +00:00
kestes%walrus.com
4ab3045a33 allow build errors to be turned off. 2002-05-03 19:43:58 +00:00
kestes%walrus.com
b16ea7b0e2 centrallize all rounding through a single function. 2002-05-03 19:41:44 +00:00
kestes%walrus.com
ca93a2b433 misuse of '==' for 'eq'. 2002-05-03 04:44:05 +00:00
kestes%walrus.com
1505bf2a2e typo in construct_build_event_times_vec 2002-05-03 04:33:30 +00:00
kestes%walrus.com
4873d9a990 put bugs on the end, 2002-05-03 04:16:40 +00:00
kestes%walrus.com
067069f8d2 typo sorting on empty field 2002-05-03 04:16:12 +00:00
kestes%walrus.com
f8d159be9d add new buildtime disipline 2002-05-03 04:12:02 +00:00
kestes%walrus.com
0c65e1afce adjust the tree states 2002-05-03 04:11:12 +00:00
kestes%walrus.com
9bc32c322d add new
construct_build_event_times_vec function
2002-05-03 04:10:29 +00:00
kestes%walrus.com
2355554a1e semi colon 2002-05-03 03:38:44 +00:00
kestes%walrus.com
ee761d09d1 legend for description 2002-05-03 03:37:05 +00:00
kestes%walrus.com
2ab431d69a add a space in text. 2002-05-03 03:29:14 +00:00
kestes%walrus.com
d6b3c5c762 add descriptions for TreeState 2002-05-03 03:28:18 +00:00
kestes%walrus.com
81583437eb add descriptions to states 2002-05-03 03:27:30 +00:00
kestes%walrus.com
d0c5c808e7 fixes 2002-05-03 03:15:54 +00:00
kestes%walrus.com
ff32364cde fixes 2002-05-03 02:41:09 +00:00
kestes%walrus.com
13e4529392 fixes 2002-05-03 02:37:27 +00:00
kestes%walrus.com
3ed3e16492 add new 'TinderHeader::TreeState_Bonsai_Plus' 2002-05-03 02:32:06 +00:00
kestes%walrus.com
c7b365c980 combine txt and bonsai modules. 2002-05-03 02:22:47 +00:00
kestes%walrus.com
c20ab68d89 fixes for new treestate admin code. 2002-05-03 02:21:52 +00:00
mcafee%netscape.com
7fd026b185 Fix spelling errors. r=kestes (140449) 2002-05-03 02:05:12 +00:00
kestes%walrus.com
9a758239d7 fixes for VC_NAME and REGEXP code 2002-05-03 00:27:48 +00:00
kestes%walrus.com
5a854594e1 rearrange names of bug_id2url to make the new bonsai code work. 2002-05-03 00:19:41 +00:00
kestes%walrus.com
3682555264 use single quotes arround rexexp. 2002-05-03 00:10:18 +00:00
kestes%walrus.com
5d4d93b819 fix typo, make bug_ids uniq. 2002-05-03 00:09:56 +00:00
kestes%walrus.com
e47294c244 missing parenthesis 2002-05-02 23:58:48 +00:00
kestes%walrus.com
f8f7153aaf Pick up $VC_NAME by fixing typo
add new $VC_BUGNUM_REGEXP code
fix empty cell with shading problem
2002-05-02 23:57:16 +00:00
kestes%walrus.com
a2b0795c04 add cvskeywords. 2002-05-02 23:54:26 +00:00
kestes%walrus.com
fbb6233314 document new event_times_vec function 2002-05-02 23:53:24 +00:00
kestes%walrus.com
75f79b86cf change column header to "Guilty" and add new regular expression to find bug ticket numbers in checkin comments. 2002-05-02 23:51:58 +00:00
kestes%walrus.com
5d7747f14f inconsistent spelling of %TinderboxPrininconsistent spelling of %TinderboxPrintt 2002-05-02 23:43:24 +00:00
kestes%walrus.com
4a53ffb173 fix auto refersh line, make it look more like samples found on the web. 2002-05-02 23:15:48 +00:00
kestes%walrus.com
956737035a add cvs keywords to files. 2002-05-02 22:58:28 +00:00
kestes%walrus.com
7963a1d6cc adding cvs keywords to files. 2002-05-02 22:57:29 +00:00
kestes%walrus.com
806ae6cbda add cvs keywords to files 2002-05-02 22:56:33 +00:00
kestes%walrus.com
b1e82db052 make the build cells never truely emtpy. 2002-05-02 22:11:32 +00:00
kestes%walrus.com
f60dc21b14 tune error parsers for mozilla data. 2002-05-02 19:45:13 +00:00
kestes%walrus.com
1321e02561 must use undef not undefine. 2002-05-02 05:16:08 +00:00
kestes%walrus.com
2b629437c9 fix html formatting. 2002-05-02 04:38:52 +00:00
kestes%walrus.com
994271a2d1 fix \n missing from HTML.
add spaces arround notice available character to make it work with images.
2002-05-02 04:25:14 +00:00
kestes%walrus.com
c8aa1652f6 add cvs keywords.
make sure the comments in the HTML always show the full package name.
undo the wrongful deletion of 'dead code'
2002-05-02 04:12:41 +00:00
kestes%walrus.com
77d9a659c9 the code was not dead. 2002-05-02 04:08:40 +00:00
kestes%walrus.com
5ea35d297a remove dead code. 2002-05-02 03:19:37 +00:00
kestes%walrus.com
f7b96ed3b4 ignore the error strings, not the warning strings. 2002-05-02 03:18:40 +00:00
kestes%walrus.com
e0a80b182c revert last checkin. 2002-05-02 03:09:10 +00:00
kestes%walrus.com
20119f87fe make layers on click only. 2002-05-02 02:57:51 +00:00
kestes%walrus.com
97db0fec8d mozilla layers. 2002-05-02 02:47:18 +00:00
kestes%walrus.com
b1a5cb3e24 max was not in main namespace. 2002-05-02 02:19:44 +00:00
kestes%walrus.com
fc2402e57a make the column heading terse. 2002-05-02 01:59:48 +00:00
kestes%walrus.com
1088e74f73 fix urls. 2002-05-02 01:58:00 +00:00
kestes%walrus.com
925ab1840f fix urls. 2002-05-02 01:55:37 +00:00
kestes%walrus.com
51f069663e put in flames.
put in tinderboxprint legend
put in hack for negative deadtimes.
2002-05-02 01:52:33 +00:00
kestes%walrus.com
ac3e0293da allow users to change Notice character. 2002-05-02 01:51:04 +00:00