Граф коммитов

47 Коммитов

Автор SHA1 Сообщение Дата
kestes%staff.mail.com 8d5fc3ec65 typo, missing parenthesis around arguments in encrypt_passwd()
fixed also in  security_problem()
2000-09-10 16:01:28 +00:00
kestes%staff.mail.com 7ddb6abbe3 add tidnerbox version number to header output 2000-09-06 01:24:18 +00:00
kestes%staff.mail.com c92012a459 change: build_update_time_stamp to update_time_stamp
add: alltree_headers
2000-09-06 01:22:47 +00:00
kestes%staff.mail.com f24c77db50 imbed the version number in the generated html 2000-09-01 18:39:54 +00:00
kestes%staff.mail.com a2ed4c7a72 export_alltree_headers
function signature has changed.
2000-09-01 18:39:19 +00:00
kestes%staff.mail.com 1d825bdc28 better comments to discribe the settings. 2000-09-01 18:38:23 +00:00
kestes%staff.mail.com 5109cf4f6b $link was in the wrong scope.
I was returning undef instead of $link.
2000-09-01 18:37:52 +00:00
kestes%staff.mail.com 55a6cd74f5 turn on the all_headers file for the bots 2000-08-31 22:00:26 +00:00
kestes%staff.mail.com 66264882b2 forgot that if I change peristance then the admin code changes also.
I use persistance for the passwd table.
2000-08-31 21:59:53 +00:00
kestes%staff.mail.com e89e4d1460 document the two tinderbox{log} variables together so we
can thing about retiring one.
fix a ugly bug in the skipping build algorithm, I had unneeded checks
add more debugging comments to generated HTML
2000-08-30 20:16:46 +00:00
kestes%staff.mail.com 1219a83c55 move the two tinderbox{log} variables together so we
can thing about retiring one.
2000-08-30 20:15:34 +00:00
kestes%staff.mail.com d05396d68b make legends horizontal
fix missing '/' in <>
2000-08-30 02:30:34 +00:00
kestes%staff.mail.com 66f5d5d555 relax the author regexp for mozilla.org
make legends horizontal
fix missing '/' in <>
2000-08-30 02:30:23 +00:00
kestes%staff.mail.com 2576491486 make legends horizontal
move structures inside <html> block
2000-08-30 02:28:24 +00:00
kestes%staff.mail.com e770de5c66 fix typo in $DB_LEGEND_BORDER
add $GLOBAL_INDEX_FILE
2000-08-30 02:27:38 +00:00
kestes%staff.mail.com 6b02dc7624 add a standard method of writing the headers so the bots can read
them.
2000-08-30 02:23:59 +00:00
kestes%staff.mail.com 8147a96d3e fix bug in html missing '/' in <>
index files are new parametrized
2000-08-30 02:23:08 +00:00
kestes%staff.mail.com fafbe43e9d ignore_builds belongs int TinderHeader not in FileStructure
index files are new parametrized
2000-08-30 02:22:37 +00:00
kestes%staff.mail.com d6473d70e1 ignore_builds belongs int TinderHeader not in FileStructure 2000-08-30 02:20:13 +00:00
kestes%staff.mail.com afb5f91f70 fix bug in backward_compatibility()
better discription in the help file
2000-08-30 02:19:15 +00:00
kestes%staff.mail.com 93a5d73293 clarify comments 2000-08-30 02:17:19 +00:00
kestes%staff.mail.com bae689c048 user perl from configure 2000-08-30 02:15:11 +00:00
kestes%staff.mail.com 01b39aeef1 add more hints based on real users problems 2000-08-30 02:14:14 +00:00
kestes%staff.mail.com b8323064d4 Use configure script to find perl 2000-08-30 00:33:02 +00:00
mcafee%netscape.com 3e73140890 minor grammar change 2000-08-28 18:39:40 +00:00
mcafee%netscape.com ea847318a1 Switching to /usr/bin/perl to be consistant with other files in this project; redhat installs perl in /usr/bin/perl if anyone cares. /usr/local/bin/perl could be a link for other platforms. 2000-08-28 18:38:11 +00:00
kestes%staff.mail.com 34bcf97f96 must use HTMLPopUp::escapeURL on all arguments to bonsai. 2000-08-25 16:41:10 +00:00
mcafee%netscape.com 7df4802db4 Minor tweaks 2000-08-24 23:33:04 +00:00
kestes%staff.mail.com fa15a1b34b the dependency fudge is no longer needed with the Tinderconfig method
of choosing implementations.
2000-08-24 15:05:47 +00:00
kestes%staff.mail.com eae2af313a better documentation as to what the variables are about in this config
file.
2000-08-24 15:04:33 +00:00
kestes%staff.mail.com c70f77fd6d allow Persistence to use different implementations controled by
TinderConfig
2000-08-24 15:00:45 +00:00
kestes%staff.mail.com b6b790da03 turn off the performance logs by default 2000-08-24 14:57:19 +00:00
kestes%staff.mail.com 7306b8752e deprecate tinderbox: builddate
in preference for tinderbox: starttime
2000-08-24 14:56:30 +00:00
kestes%staff.mail.com 8ed9ab87c7 a demo of what storable may look like. This is untested. 2000-08-24 14:55:04 +00:00
kestes%staff.mail.com b20206cdb7 new save_structure load_structure function to provide better
abstraction and allow us to use storable instead of dumper if we like.
2000-08-24 14:54:32 +00:00
kestes%staff.mail.com cfa2089970 adjust call to Persistance to work with new abstraction. 2000-08-24 14:52:11 +00:00
kestes%staff.mail.com 40350b519c adjust call to Persistance to work with new abstraction.
use status =  'build_failed', instead of 'busted',
round the division in $info
2000-08-24 14:51:47 +00:00
kestes%staff.mail.com 5942f5ef14 adjust call to Persistance to work with new abstraction.
add use TinderConfig;
2000-08-24 14:49:19 +00:00
kestes%staff.mail.com ec377881f5 adjust call to Persistance to work with new abstraction.
use status =  'build_failed', instead of 'busted',
add use TinderConfig;
2000-08-24 14:49:00 +00:00
kestes%staff.mail.com ff0445e5ef we are not requiring gifs in the code so do not require them in the
configure.
2000-08-24 14:46:38 +00:00
kestes%staff.mail.com 0a43400d35 document that you should get the tests working first.
put in a warning that it may be hard to install.
2000-08-14 22:22:15 +00:00
kestes%staff.mail.com 704a00aa37 fix typo, '.' should have been ',' 2000-08-14 21:58:58 +00:00
kestes%staff.mail.com 14c60163c0 *** empty log message *** 2000-08-11 00:35:25 +00:00
kestes%staff.mail.com 737afa472d *** empty log message *** 2000-08-11 00:27:27 +00:00
mcafee%netscape.com 1616385ac6 Adding file for Ken Estes <kestes@staff.mail.com> 2000-07-24 23:52:24 +00:00
mcafee%netscape.com 9882e2766e Ignore generated files. 2000-06-22 04:26:39 +00:00
mcafee%netscape.com 847928c421 Contributed by Ken Estes <kestes@staff.mail.com>. Not part of normal mozilla build. 2000-06-22 04:17:19 +00:00