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

2044 Коммитов

Автор SHA1 Сообщение Дата
cyeh%bluemartini.com ee84946a9c fix for 58436 : javascript strict warnings in query.cgi
changed to f.target_milestone
2001-02-20 21:15:12 +00:00
mcafee%netscape.com 6dcdffdd4d 0.8 2001-02-17 02:03:23 +00:00
mcafee%netscape.com 0435a3adf1 tinderboxen 2001-02-17 02:00:47 +00:00
kestes%tradinglinx.com 51e4d84f4b typo wrote $tree_state meant $new_tree_state 2001-02-16 20:08:32 +00:00
kestes%tradinglinx.com 4dc08cda9c only print values that we have data for. 2001-02-16 20:07:30 +00:00
kestes%tradinglinx.com 80d3c29040 allow users to run processmail_bugs without using sendmail. 2001-02-16 20:07:03 +00:00
kestes%tradinglinx.com 69264046d5 suck some bugzilla parameters off Subject line in mail message.
allow users to run processmail_bugs without using sendmail.
some updates do not have any status value, ignore those.
2001-02-16 20:06:28 +00:00
kestes%tradinglinx.com ce726c44e2 Do not put any testing (if present) directories into the package.
do not create unused tinderbox2 directory.
2001-02-16 20:04:56 +00:00
kestes%tradinglinx.com 4c31b8d46c create a BT_URL entry.
fix possible security risk in default $ADMINISTRATIVE_NETWORK_PAT
2001-02-16 20:04:08 +00:00
kestes%tradinglinx.com edff22cec9 minor fixes to local variables.
is_status_final  did not recieve its arguments from @_ properly.
2001-02-16 20:03:13 +00:00
kestes%tradinglinx.com 4b695165e1 get default BT_URL from TinderConfig 2001-02-16 20:02:21 +00:00
cyeh%bluemartini.com 76bb70031a fix for 68873 : Bugzilla install doesn't work over NFS; mention this in README
patch submitted by tstromberg@rtci.com (Thomas Stromberg).
2001-02-16 18:07:54 +00:00
cyeh%bluemartini.com 85d34d02e0 fix for 17773: Checksetup.pl should create maintainer if database is empty.
patch submitted by dave@intrec.com (Dave Miller)
create an administrator if we don't find one in the db or if new.
2001-02-16 17:56:05 +00:00
kestes%tradinglinx.com 9dd56347e7 more comments,
allow each ticket to go to multiple trees.
2001-02-16 01:43:49 +00:00
kestes%tradinglinx.com d758cfe172 more comments,
parenthesize some localize variables
change the scaling of the window to better suite the installed netscape.
there should be a better way to autosize the windows!
2001-02-16 01:41:28 +00:00
kestes%tradinglinx.com b81cfd5295 more comments,
localize some variables which were not local by accident.
change function name update2bug_url to  bug_id2bug_url
2001-02-16 01:40:08 +00:00
kestes%tradinglinx.com 39557d2454 change the default window sizes to work with the installed version of
netscape.  There has to be a better way to size these windows!
2001-02-16 01:34:37 +00:00
cyeh%bluemartini.com e781d63679 fix for 65396:
Remember This Query should give option to add to page footer
patch submitted by st.n@gmx.net (Stephan Niemz)
2001-02-16 01:22:39 +00:00
kestes%tradinglinx.com 4d02a5d312 do not run both bonsai and cvs by default. People will find it strange. 2001-02-16 00:10:48 +00:00
kestes%tradinglinx.com 02ff7d073c typo, there was a missing @_ in a function, so no local variables were
getting instatiated.
2001-02-16 00:09:54 +00:00
kestes%tradinglinx.com 9e6a6ff398 use new function (BuildStatus::is_status_final($buildstatus)) to allow users
to change default of ( ($buildstatus eq 'not_running') || ($buildstatus eq 'building') ) .
make more consistent use of  build_names($tree); to find the ordered
list of buildnames.
my notion of mindate/maxdate was the reverse of bonsai so fix it here.
the notion of $previous_rec was illdefined and causing problems.
2001-02-16 00:08:53 +00:00
kestes%tradinglinx.com b4f87cf03a typo in use of FileStructure::URLS 2001-02-15 23:58:04 +00:00
kestes%tradinglinx.com 5e71152f2a some variables were not being interpolated because they were in single quotes.
This could not have worked.
2001-02-15 23:53:33 +00:00
cyeh%bluemartini.com 1ad15050fa fix for 28676 :
When a bug is marked duplicate, the reporter should be added to the bug that it duplicated.
patch submitted by jake@acutex.net (Jake).
2001-02-15 22:42:13 +00:00
kestes%tradinglinx.com 7cfe80cb63 update info for new release 2001-02-15 21:13:53 +00:00
kestes%tradinglinx.com a169a722ea update the version number 2001-02-15 21:13:33 +00:00
kestes%tradinglinx.com f63179d563 add func sort_tree_buildnames 2001-02-15 21:11:40 +00:00
kestes%tradinglinx.com f4c7b81641 add func is_status_final
add 1; to end of file
2001-02-15 21:11:04 +00:00
kestes%tradinglinx.com 8b7f401561 sync with CVS module, mostly parenthesis were different. 2001-02-15 21:07:55 +00:00
kestes%tradinglinx.com 72532cf311 localize many variables which were accidentally global.
fix bugs in the way the extra treestate data was trimmed from the DB.
change name of package so we can run CVS and BONSAI VC's at the same time for debugging.
2001-02-15 21:00:51 +00:00
kestes%tradinglinx.com aca14f67f6 now works and is insync with VC_CVS.pm 2001-02-15 20:56:58 +00:00
kestes%tradinglinx.com 0286d16a4b Add bonsai support.
Make $BRIEF_LOG_TRIM_DAYS &  $FULL_LOG_TRIM_DAYS have same default.
2001-02-15 20:55:49 +00:00
kestes%tradinglinx.com 6580c5256a now default variables can be overriden by variables in the environment.
allow users to have a cgibin directory which only holds '*.cgi' files.
2001-02-15 20:54:32 +00:00
kestes%tradinglinx.com efadc11dfe add new email address 2001-02-15 20:52:26 +00:00
kestes%tradinglinx.com aac9ae0115 round the time down to even seconds. initalize two variables to null string. 2001-02-15 20:51:58 +00:00
kestes%tradinglinx.com 33360a1054 fix the display of the printing of the bonsai version number 2001-02-15 20:49:56 +00:00
kestes%tradinglinx.com fd238d2ea2 A working version for TreeState using BonsaiData 2001-02-15 20:48:37 +00:00
kestes%tradinglinx.com afd377ba4c do not pass remote information to bonsai. This allows us to run both
CVS and Bonsai mode at the same time for the same tree while testing.
2001-02-15 20:47:53 +00:00
kestes%tradinglinx.com 9996c1fba5 Relax the check for ID's which are considered daemon (root). 2001-02-15 20:44:48 +00:00
kestes%tradinglinx.com 9a17c55749 cleaner interface to bonsai 2001-02-15 20:41:25 +00:00
kestes%tradinglinx.com c6999f6e5a *** empty log message *** 2001-02-15 20:40:30 +00:00
dmose%mozilla.org 7bf37a6d47 fix for bug found in original 17464 patch, where removal from the CC list was not generating a mail. r=donm@bluemartini.com 2001-02-14 20:41:26 +00:00
kestes%tradinglinx.com 0925d9abc3 add new type for password field which will not display value on cgi page. 2001-02-09 15:16:57 +00:00
kestes%tradinglinx.com bd5690d388 Fixed typo form.
maxdate field was not formatted in the same way as the
mindate field, this caused the value to not be loaded from the URL.
2001-02-08 22:53:34 +00:00
dave%intrec.com c677bea7fd Fix for bug 22041: Bug page title now includes bug summary. Patch by st.n@gmx.net (Stephan Niemz (faniz)) 2001-02-02 03:44:47 +00:00
dave%intrec.com 1a9256839e Fix for bug 66149: better error message on connection failures. Patch by shie9022@msmailhub.oulan.ou.edu (Alan Shields) 2001-02-02 03:29:26 +00:00
dave%intrec.com 3fb189aae0 Fix for bug 66154, fixes error introduced in v1.42 of reports.cgi from bug 39159. Patch by Alan Shields <shie9022@msmailhub.oulan.ou.edu> 2001-01-27 02:34:17 +00:00
dave%intrec.com 0bb99b3727 cleaning up trailing whitespace in buglist.cgi source. (no code changes) Patch by Stephan Niemz [faniz] <st.n@gmx.net> 2001-01-25 05:30:35 +00:00
dave%intrec.com 8cbb106130 Fix for bug 66058: dates in Created and Changed date columns in buglists are now in context with how old the bug is.
within the last 18 hours: time only (12:24:34)
within the last   6 days: weekday and time (Fri 12:24)
within the last 100 days: month and day (01-19)
older than 100 days: previous behaviour (2001-01-19)
2001-01-25 05:08:21 +00:00
dave%intrec.com 98af4fe781 Fix for bug 55429: can't always vote more than once per bug, depending on product. Patch by Matthew Tuck <matty@box.net.au> 2001-01-25 04:56:14 +00:00
dave%intrec.com 4eaa21fe17 Re-fixing bug 30694. part of the original patch got left out. 2001-01-25 02:51:49 +00:00
dave%intrec.com a1515c22aa Fix for part 2 of bug 31456: changes the way checksetup.pl handles the localconfig file internally to guarantee proper detection of any variables defined in localconfig (even empty arrays, which it couldn't detect before, in case someone adds one to localcofig at some point) 2001-01-24 23:27:13 +00:00
dave%intrec.com 9784c8fcc9 Fix for bug 30694: adds title attributes to bug links with bug status and description. Patch by jake@acutex.net 2001-01-24 22:24:06 +00:00
dave%intrec.com fd69e836ff Fix for bug 65598: check for minimum versions of some of the Perl modules Bugzilla needs. Also check for minimum version of MySQL server on the other end. 2001-01-24 20:31:45 +00:00
dmose%mozilla.org 24b8f02104 patch from bug 17464 to give user some control over what sorts of bug mail get sent to an account. Original patch by al_raetz@yahoo.com and lots of additional hacking by me; r=donm@bluemartini.com 2001-01-24 20:26:24 +00:00
dave%intrec.com 609320fb56 Fix for bug 31295: use checkbox for votes if only one vote allowed. Also eliminate displaying products with no votes. Patch by Stephan Niemz <st.n@gmx.net> 2001-01-24 02:41:41 +00:00
dave%intrec.com bc8eca2b76 Fix for bug 45784: URL field truncated at quote marks. Patch by
jake@acutex.net
2001-01-24 01:54:42 +00:00
tara%tequilarista.org e2bc4b330b Landing Ask Bjoern Hansen's fix for bug #39159 2001-01-20 16:58:32 +00:00
tara%tequilarista.org 5d0e8088c0 Landing suggested addition from Bernd Eckenfels for bug # 56822 2001-01-19 20:57:52 +00:00
gerv%gerv.net eda68a8d77 More bug 6682. Perhaps this could be it. 2001-01-18 23:08:22 +00:00
tara%tequilarista.org 0504a600d6 Cleaning up the language for matty for bug #45213 2001-01-18 02:20:04 +00:00
tara%tequilarista.org f6f38746ad Landing patch for bug #58436 from Henrik Gemal 2001-01-18 02:14:11 +00:00
gerv%gerv.net 7dc0c2789c Code to upgrade data file formats from old version, and intermediate broken version. Bug 6682. 2001-01-17 15:52:20 +00:00
dave%intrec.com 4476820757 Fix for bug 32000 (and refixing bug 4928): extra newlines in comments made
with NS4-Mac
2001-01-16 21:09:33 +00:00
dave%intrec.com 5841a5e593 Removing extraneous space from the mysql command in the event the database
has a password.  mysql wants no space between the -p and the password.
2001-01-09 21:47:06 +00:00
dave%intrec.com 1dabf80ea0 Fix for bug 36596: cvsquery.cgi looping (cvsquery.pl - build_map)
cvsquery.pl no longer causes an infinite loop if you query on a module
other than 'all'
2001-01-09 21:24:46 +00:00
kestes%staff.mail.com d6ba91b248 $previous_rec needed wider scope. I had accidentally narrowed the
scope when tixing the 'building' issue.
2001-01-09 15:43:39 +00:00
kestes%staff.mail.com 70a9b41f90 fix problem which occurs in with some redhat users. 2001-01-08 22:36:21 +00:00
kestes%staff.mail.com 814565daf7 delete unused tinderbox variable buildfamily. This will surely
confuse some user if I leave it in.
2001-01-06 01:34:21 +00:00
kestes%staff.mail.com 9af786d05f typo the module is erro_parse not error_parser 2001-01-06 01:33:22 +00:00
kestes%staff.mail.com 282ad461b1 clarify some details which came up in email correspondence. 2001-01-06 01:32:47 +00:00
kestes%staff.mail.com 57e0ddcd15 better man page to explain the mail format. 2001-01-06 01:32:03 +00:00
kestes%staff.mail.com c670b2e7eb clean up the SECONDS_PER_* variables
add some periods to the end of error messages.
2001-01-06 01:31:30 +00:00
kestes%staff.mail.com d865c05ac9 allow the 'building' mails to not trip the test for gridsize. 2001-01-06 01:30:37 +00:00
kestes%staff.mail.com 160f572c75 some new versions of CVS output dates in a new format, allow for these
dates.
2001-01-06 01:27:55 +00:00
kestes%staff.mail.com 6a8a3fe9b0 stat fix for perl 5.6 from "John Turner" <jdturner@nc.rr.com> 2001-01-05 17:30:35 +00:00
kestes%staff.mail.com 77600c1cab from http://www.mozilla.org/projects/tinderbox/ 2001-01-04 16:41:38 +00:00
kestes%staff.mail.com 86aa28208d If they are not on a valid network they should not see what our
other security checks are.
2001-01-04 16:40:53 +00:00
kestes%staff.mail.com 3f720825bd forgot to turn on the new security features. Turned them off to test
at my site.
2001-01-04 16:40:22 +00:00
kestes%staff.mail.com b4615500dd add more documentation to top of file explaining what file does.
add strict checks on directories, so that there is no security problem
with our data.
treat special ids and groups as if they are root, now its a fatal error.
2001-01-04 00:31:20 +00:00
kestes%staff.mail.com 5d411274bb add more documentation to top of file explaining what file does.
move untaint code to after the variable is defined.
2001-01-04 00:30:13 +00:00
kestes%staff.mail.com 8422eb9c8d add more documentation to top of file explaining what file does. 2001-01-04 00:29:40 +00:00
kestes%staff.mail.com d59e2b6edb add more documentation to top of file explaining what file does.
remove old cruft from when I tried strict time checks on mail files.
typo wrote  $tree meant  $TINDERBOX{'$tree'}
2001-01-04 00:29:09 +00:00
kestes%staff.mail.com 7cf357382a add more documentation to top of file explaining what file does.
document eval as a security problem.
define the administrative network to limit who can run the admintree
page.
2001-01-04 00:28:00 +00:00
kestes%staff.mail.com 611ae62d69 add more documentation to top of file explaining what file does 2001-01-04 00:26:16 +00:00
kestes%staff.mail.com d1c70e815b add more documentation to top of file explaining what file does
do not allow changes by users who are on unknown networks
2001-01-04 00:25:14 +00:00
kestes%staff.mail.com 399899f9fe add more documentation to top of file explaining what file does
add emacs header
2001-01-04 00:24:09 +00:00
kestes%staff.mail.com ae9da26231 add more documentation
document  'make compile_bin_code'
2001-01-04 00:22:37 +00:00
kestes%staff.mail.com d14e53d786 add more documentation 2001-01-04 00:22:14 +00:00
kestes%staff.mail.com bbe0b9f128 change ($starttime < $timenow) ||
to      ($starttime <= $timenow) ||
2001-01-04 00:21:36 +00:00
kestes%staff.mail.com c53ee9ea3c document security issue with eval 2001-01-04 00:21:03 +00:00
kestes%staff.mail.com 1a8b536c6e use new secure default mode for creating directories 2001-01-04 00:20:26 +00:00
kestes%staff.mail.com 8c9a65dc35 moved to default_config 2001-01-03 22:03:40 +00:00
valeski%netscape.com 26f7af2dc7 trying to fix caching problem w/ wap browsers 2001-01-03 17:29:57 +00:00
dmose%mozilla.org 94225292d1 changes from jake@acutex.net to make it possible to toggle the default value of newemailtech for new profiles, this is set by default to be turned on (the old default was off) ; r=dmose@mozilla.org. changes from me to make newemailtech the default in all new installations, and update the verbiage in various spots to make it clear that newemailtech is now considered the one true way and the old tech will be going away. r=endico@mozilla.org,cyeh@bluemartini.com 2000-12-22 23:01:30 +00:00
dmose%mozilla.org cab6c335e9 script for watching mysqld. r=endico@mozilla.org 2000-12-22 20:48:47 +00:00
dmose%mozilla.org 79cbe82e2c updated to ignore graphs subdir 2000-12-22 20:48:16 +00:00
gerv%gerv.net 2ae7bd34cb Made deletion of graphs safer. Thanks to Joseph Heenan <joseph@picsel.com> 2000-12-14 17:52:18 +00:00
gerv%gerv.net 1047088587 Fix duplicates table check; make sure we create graphs directory. 2000-12-14 17:48:01 +00:00
gerv%gerv.net 881b6699f6 Fixed problem with ranges in regexps that I dreamt about a few nights ago. 2000-12-14 17:39:33 +00:00