Commit Graph

2037 Commits

Author SHA1 Message Date
cls%seawood.org
7c2528258e Add knowledge of SeaMonkey-Ports 2001-03-03 02:30:49 +00:00
tara%tequilarista.org
c6bc2fe8e2 Backing out Gerv's brainspasm for him 2001-03-03 00:17:07 +00:00
kestes%tradinglinx.com
da71204e6b remove taintedness. 2001-03-02 17:19:59 +00:00
dave%intrec.com
b465fdb8d1 Fix for bug 54690: security holes in cvsview2.cgi by lax validation of the http query string. Fixed by retrieving parms via CGI.pm instead of trying to dynamically parse them from the query string. Patch by Adam Spiers <adam@spiers.net> 2001-03-01 22:18:55 +00:00
kestes%tradinglinx.com
97b560440e fix the arguments to make all_build_names and build_names consistent
(no self).  This could not have worked before (since revision 1.12)
all calls to all_build_names were incorrect.
2001-03-01 18:42:30 +00:00
dave%intrec.com
be17f5220d Fix for bug 70544: QuickSearch drops everything after the first negated word
patch by afranke@ags.uni-sb.de (Andreas Franke)
2001-03-01 03:34:08 +00:00
cyeh%bluemartini.com
f288dee6ae fix for 69147: reports.cgi still refers to gif (bugzilla 2.11)
patch contributed to dave@intrec.com (Dave Miller).
remove useless code.
2001-02-28 23:36:49 +00:00
cyeh%bluemartini.com
1a1dfe0e89 fix for 61637: Code bit for upgrading from 2.5
based on patch submitted by ehanson@talkware.net (Eric Hanson)
support for changes comments table to longdescs, but only if comments
table exists.
2001-02-28 23:33:01 +00:00
cyeh%bluemartini.com
459fa2af45 missed last documentation change 2001-02-28 23:08:52 +00:00
cyeh%bluemartini.com
393660e67e fix for 69793: check in new files for QuickSearch
patch contributed by franke@ags.uni-sb.de (Andreas Franke)
Now add quicksearch functionality to the main index page.
2001-02-28 23:07:26 +00:00
cyeh%bluemartini.com
f95da2c2c2 fix for 58436: javascript strict warnings in query.cgi
patch submitted by sidney@sidney.com (Sidney Markowitz)
wrap javascript around Param("usetargetmilestone")
2001-02-28 23:00:28 +00:00
mcafee%netscape.com
ab3921760b branch is out, embed is in 2001-02-27 18:53:53 +00:00
kestes%tradinglinx.com
3ac7f7b7c0 no longer needed, we have a cleaner interface now. 2001-02-27 17:53:51 +00:00
kestes%tradinglinx.com
ecf157225c *** empty log message *** 2001-02-27 15:43:34 +00:00
kestes%tradinglinx.com
0203d89b62 Document that the default_conf must not use any other library. 2001-02-27 15:26:43 +00:00
kestes%tradinglinx.com
a4d5275709 change the default directories to be more like the more recent Redhat distributions.
Document that the default_conf must not use any other library.
2001-02-27 15:26:29 +00:00
kestes%tradinglinx.com
3f1021cbc9 Document that the default_conf must not use any other library.
ignore bugs which have null state.
2001-02-27 15:24:34 +00:00
kestes%tradinglinx.com
71161ff83d uncomment the %clean section
ensure the local_conf directory exists but is empty.
2001-02-27 15:16:02 +00:00
kestes%tradinglinx.com
82fe065bc2 uncomment the %clean section
add the directory /var/log/tinderbox2
2001-02-27 15:13:42 +00:00
kestes%tradinglinx.com
5f11b2fe8e the code to ensure that builds do not start too quickly was buggy. 2001-02-27 15:10:52 +00:00
kestes%tradinglinx.com
926f415293 allow users to determine which states they do not want to see.
some documention was changed as it was incorrect.
2001-02-27 15:10:09 +00:00
kestes%tradinglinx.com
38f36909cf restrict path since we do not rely on the path to find anything. 2001-02-27 15:09:14 +00:00
dave%intrec.com
660d27e651 fix for bug 67482: parens in user's real name was confusing bugzilla. Patch by jake@acutex.net 2001-02-27 01:32:27 +00:00
dave%intrec.com
bb9f05a793 Fix for bug 50279: a couple executable files were missing from the list of files that checksetup considers executable when it's resetting permissions. 2001-02-27 01:20:55 +00:00
cyeh%bluemartini.com
7b0711915d fix for 47726: Doesn't display properly in IE5.5 because bug url & are not encoded
patch submitted by rufus@nonstuff.de (Rufus)
call QuoteXMLChars on bug_file_loc and attachment desc
2001-02-26 23:46:01 +00:00
cyeh%bluemartini.com
af3d687bab stupid lamo fix for 69621: Keyword cache not updated on keyword rename/delete.
now give warning to admin that keyword cache should be rebuilt after any keyword
edit or deletion.
2001-02-26 23:25:22 +00:00
cyeh%bluemartini.com
c97581c0fe fix for bug 51670: Dependency loops are possible
we now search each list (dependson, blocks) to see if a bug number shows
up in each list. a bug can't be dependent upon and block the same bug.
also make it so you can't set a bug blocking or dependent on itself.
2001-02-26 22:50:58 +00:00
dave%intrec.com
9e32e6523c Fix for bug 69670: Chart::Base only reports its version number as 0.99, regardless of the fact that you have 0.99b or 0.99c installed. So checksetup.pl needs to look for 0.99 instead of 0.99b. 2001-02-26 08:19:50 +00:00
cyeh%bluemartini.com
6cd18637ba fix for 54566: Software error generated when adding invalid dependencies
if we call PuntTryAgain(), make sure we've unlocked tables
2001-02-23 21:40:03 +00:00
dave%intrec.com
c4d36b7026 Oops, typo in patch. = -> eq 2001-02-23 19:32:13 +00:00
dave%intrec.com
a9adc92877 Fix for bug 69879: initial owner getting set to NULL if someone was specified on the new bug form. This bug was introduced in the patch for bug 66876 (v1.29 of post_bug.cgi) 2001-02-23 01:04:01 +00:00
cyeh%bluemartini.com
e09b6665c4 cleanup footer when not logged in and if using voting. 2001-02-22 22:11:27 +00:00
cyeh%bluemartini.com
bea0e72819 break Find and Report links to a seperate line so that it looks cleaner
on browser windows with shorter widths. also, the second line
matches nicely with the other table cell.
2001-02-22 21:59:25 +00:00
cyeh%bluemartini.com
9400a868c6 fix for 69688: buglist.cgi: the intermediate "please stand by" page is ugly
patch submitted by st.n@gmx.net (Stephan Niemz [faniz])
2001-02-22 18:36:06 +00:00
cyeh%bluemartini.com
5a2b170f3f fix for 66876: Using userids (mediumint) for initialowner and initialqacontact
based on patch submitted by baulig@suse.de (Martin Baulig).
2001-02-22 18:11:29 +00:00
gerv%gerv.net
5e0d0986eb Made dupe table populating code not break on multi-line dupe comments. Thanks to Alex Melnick <alex@get.topica.com>. No bug number. 2001-02-22 14:05:34 +00:00
cyeh%bluemartini.com
2ad12d19c4 fix for 67278: Footer lines need separation
patch submitted by shie9022@msmailhub.oulan.ou.edu (Alan Shields)
make saved queries display better
2001-02-22 02:20:58 +00:00
dave%intrec.com
9bc017041d Fix for bug 49306: Resolution field getting cleared on midair-collision. 2001-02-21 22:13:34 +00:00
endico%mozilla.org
e563a2e884 Allow double quotes around LXRSHORTDESC and LXRLONGDESC since to be valid html, these must be quoted. 2001-02-21 05:14:10 +00:00
cyeh%bluemartini.com
2920d555a0 fix for 61648: SQL inserts do not match constraints
patch submitted by kevin.brannen@springbow.com (Kevin Brannen)
change checksetup inserts to match database constraints.
2001-02-20 23:43:32 +00:00
tara%tequilarista.org
b171b1f298 Yeah, this is pretty cool. Checking in patch for bug #27669 by Stephan Niemz 2001-02-20 23:33:28 +00:00
dave%intrec.com
5a7b9a32a9 Fix for bug 69269: misleading comment for reassign by component when QA Contact is in use. 2001-02-20 22:19:10 +00:00
cyeh%bluemartini.com
a35064d1ee fix for 9302: Would be nice if attachment + number was a link too.
patch submitted by afranke@ags.uni-sb.de (Andreas Franke)
thanks for the patch. Now can reference attachments in other bugs as an HTML
link.
2001-02-20 21:49:59 +00:00
cyeh%bluemartini.com
387e0bddc8 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
91f812bece 0.8 2001-02-17 02:03:23 +00:00
mcafee%netscape.com
696223fa75 tinderboxen 2001-02-17 02:00:47 +00:00
kestes%tradinglinx.com
69cc09ea72 typo wrote $tree_state meant $new_tree_state 2001-02-16 20:08:32 +00:00
kestes%tradinglinx.com
8179b96c5f only print values that we have data for. 2001-02-16 20:07:30 +00:00
kestes%tradinglinx.com
84ee8faa3f allow users to run processmail_bugs without using sendmail. 2001-02-16 20:07:03 +00:00
kestes%tradinglinx.com
3bd0a10929 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