]>
git.ipfire.org Git - thirdparty/bugzilla.git/log
terry%mozilla.org [Tue, 12 Oct 1999 23:52:25 +0000 (23:52 +0000)]
Patch by tom@platte.com (Tom Schutter) -- wasn't working if no groups
had isbuggroup set.
terry%mozilla.org [Tue, 12 Oct 1999 18:18:28 +0000 (18:18 +0000)]
Updating the vote cache should not update the date-last-changed field
in the bug.
terry%mozilla.org [Tue, 12 Oct 1999 04:19:46 +0000 (04:19 +0000)]
Got rid of silly debugging hack.
terry%mozilla.org [Tue, 12 Oct 1999 04:17:17 +0000 (04:17 +0000)]
Sort votes in decreasing order, not increasing.
terry%mozilla.org [Tue, 12 Oct 1999 02:02:49 +0000 (02:02 +0000)]
Let's not keep everything locked up while regenerating.
terry%mozilla.org [Tue, 12 Oct 1999 01:54:45 +0000 (01:54 +0000)]
Stop reporting "area"; don't report voters on the CC line.
terry%mozilla.org [Tue, 12 Oct 1999 01:23:21 +0000 (01:23 +0000)]
Make "rescanall" only check bugs which have changed in the last two days.
terry%mozilla.org [Tue, 12 Oct 1999 01:18:39 +0000 (01:18 +0000)]
Added ability to run "processmail rescanall" to scan *every* bug for
any mail that ought to be sent to someone.
terry%mozilla.org [Tue, 12 Oct 1999 00:41:47 +0000 (00:41 +0000)]
Oops; need extra directions to avoid problems when removing the "area" column.
terry%mozilla.org [Tue, 12 Oct 1999 00:21:18 +0000 (00:21 +0000)]
Stupid hack to let things work with people who have bookmarked
vote-sorting URLs using the old style.
terry%mozilla.org [Tue, 12 Oct 1999 00:14:30 +0000 (00:14 +0000)]
Added a "votes" field to the bugs table, which caches the total number
of votes that have been cast for that bug. This let me simplify the
SQL in buglist.cgi, which makes things more efficient and fixes
several strange bugs.
terry%mozilla.org [Sat, 9 Oct 1999 06:45:42 +0000 (06:45 +0000)]
Fixed bug 15890 -- was producing garbled SQL if doing a query
that required the bugs_activity table.
terry%mozilla.org [Fri, 8 Oct 1999 21:47:21 +0000 (21:47 +0000)]
Added ability to query by votes.
terry%mozilla.org [Fri, 8 Oct 1999 21:41:17 +0000 (21:41 +0000)]
Added ability to query by votes.
terry%mozilla.org [Fri, 8 Oct 1999 21:01:02 +0000 (21:01 +0000)]
Fixed bug 15808 -- previous change had busted querying of CC.
terry%mozilla.org [Fri, 8 Oct 1999 07:30:49 +0000 (07:30 +0000)]
Sorting by the vote column was busted.
terry%mozilla.org [Fri, 8 Oct 1999 06:54:47 +0000 (06:54 +0000)]
Added the ability for users to "vote" on which bugs they think should
be fixed.
terry%mozilla.org [Fri, 8 Oct 1999 06:03:59 +0000 (06:03 +0000)]
Helpfile for voting feature.
terry%mozilla.org [Thu, 7 Oct 1999 03:37:37 +0000 (03:37 +0000)]
Wow. Turns out this stuff would only handle 10 products. Did the
cheap fix that lets it handle 1000 products.
terry%mozilla.org [Thu, 7 Oct 1999 02:07:38 +0000 (02:07 +0000)]
Missing some whitespace that may be vital.
terry%mozilla.org [Thu, 30 Sep 1999 05:51:30 +0000 (05:51 +0000)]
Patch by holger@holger.om.org (Holger Schurig) -- cope if Chart::Lines module is unavailable.
terry%mozilla.org [Thu, 30 Sep 1999 04:56:54 +0000 (04:56 +0000)]
Patch by holger@holger.om.org (Holger Schurig) -- one more fancy header that was missing.
terry%mozilla.org [Tue, 28 Sep 1999 05:22:23 +0000 (05:22 +0000)]
Patch by holger@holger.om.org (Holger Schurig) -- was displaying header twice in some cases.
terry%mozilla.org [Tue, 28 Sep 1999 04:25:16 +0000 (04:25 +0000)]
Patch by Markus Rex <msrex@suse.de> -- add a param to contorl whether to show quips.
terry%mozilla.org [Sun, 26 Sep 1999 03:35:52 +0000 (03:35 +0000)]
Don't send email notification of bug changes to people who aren't allowed to see that bug.
terry%mozilla.org [Sat, 25 Sep 1999 02:15:51 +0000 (02:15 +0000)]
Patch by holger@holger.om.org (Holger Schurig) -- more fixups to put proper header on pages.
terry%mozilla.org [Fri, 24 Sep 1999 04:35:29 +0000 (04:35 +0000)]
Patch by Tom Schutter <tom@platte.com> -- set component to 'GNATS Import' instead of $product
terry%mozilla.org [Fri, 24 Sep 1999 02:19:01 +0000 (02:19 +0000)]
Patch by holger@holger.om.org (Holger Schurig) -- several cleanups.
terry%mozilla.org [Fri, 24 Sep 1999 02:08:01 +0000 (02:08 +0000)]
Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on several pages that were missing it.
terry%mozilla.org [Wed, 22 Sep 1999 22:55:56 +0000 (22:55 +0000)]
Patch by Tom Schutter <tom@platte.com> -- was setting milestone descriptions to NULL instead of ''.
terry%mozilla.org [Wed, 22 Sep 1999 03:12:46 +0000 (03:12 +0000)]
This is a perl script to help import bugs from a GNATS database into a
Bugzilla database. Contributed by Tom Schutter <tom@platte.com>
terry%mozilla.org [Wed, 22 Sep 1999 03:11:56 +0000 (03:11 +0000)]
Added a directory for contributed software.
terry%mozilla.org [Sat, 18 Sep 1999 00:52:49 +0000 (00:52 +0000)]
If a mangled "order" is specified, it was crashing.
terry%mozilla.org [Thu, 16 Sep 1999 00:25:26 +0000 (00:25 +0000)]
Patch by daa@rmi.net (Dave Avery) -- newer alphas of MySQL won't let
use "when" as a column name, so let's change our usage while it's
still easy to do so.
terry%mozilla.org [Wed, 15 Sep 1999 19:26:57 +0000 (19:26 +0000)]
Whining mail wasn't generated correctly if usernames != email addresses.
endico%mozilla.org [Tue, 14 Sep 1999 07:14:50 +0000 (07:14 +0000)]
add milestone and bug owner to each bug, where appropriate. (repleaces chofmann.cgi)
terry%mozilla.org [Sat, 11 Sep 1999 01:53:51 +0000 (01:53 +0000)]
Patch by fred@dicad.de (Friedhelm Goesling) -- make Javascript work under IE.
terry%mozilla.org [Thu, 9 Sep 1999 00:27:42 +0000 (00:27 +0000)]
Limit graph sizes to 64 inches in either dimension. (Yikes!)
terry%mozilla.org [Tue, 31 Aug 1999 06:02:52 +0000 (06:02 +0000)]
Updated version string to 2.7 (development)
terry%mozilla.org [Tue, 31 Aug 1999 06:02:22 +0000 (06:02 +0000)]
Updated version string to 2.6 (shipping)
terry%mozilla.org [Mon, 30 Aug 1999 21:26:09 +0000 (21:26 +0000)]
Don't spuriously quote newlines in the comment description.
endico%mozilla.org [Sun, 29 Aug 1999 22:42:12 +0000 (22:42 +0000)]
another M9 hard coded in to most doomed
terry%mozilla.org [Sat, 28 Aug 1999 00:31:21 +0000 (00:31 +0000)]
Don't even mention bugs that the user does not have permission to see.
terry%mozilla.org [Sat, 28 Aug 1999 00:17:43 +0000 (00:17 +0000)]
Added a missing </form>.
terry%mozilla.org [Sat, 28 Aug 1999 00:17:29 +0000 (00:17 +0000)]
Don't use "GET" for a form with a password in the obvious case where
we have no other bookmarkable data that we'll want to put in the URL.
endico%mozilla.org [Fri, 27 Aug 1999 11:11:44 +0000 (11:11 +0000)]
fixed a typo
endico%mozilla.org [Fri, 27 Aug 1999 10:57:49 +0000 (10:57 +0000)]
oops. M9 was haredwired in
terry%mozilla.org [Tue, 24 Aug 1999 22:24:49 +0000 (22:24 +0000)]
Patch suggested by dbaron@fas.harvard.edu -- kick the javascript on
loading, in case the default query has some relevant fields set.
terry%mozilla.org [Thu, 19 Aug 1999 07:06:00 +0000 (07:06 +0000)]
Patch by Chris Baldwin <chris.baldwin@siara.com> -- allow optional
entry of the user's realname. Note that nothing actually makes use of
this info at present.
terry%mozilla.org [Tue, 17 Aug 1999 06:54:50 +0000 (06:54 +0000)]
Added OpenVMS to the list of operating systems.
terry%mozilla.org [Sat, 14 Aug 1999 00:10:01 +0000 (00:10 +0000)]
Wasn't using the 'emailsuffix' param.
endico%mozilla.org [Sat, 7 Aug 1999 09:25:38 +0000 (09:25 +0000)]
only claim that these are the 20 most doomed if we've left people off the list
endico%mozilla.org [Sat, 7 Aug 1999 08:49:03 +0000 (08:49 +0000)]
limit Most Recently Doomed to the 20 most doomed. the full report takes forever
endico%mozilla.org [Sat, 7 Aug 1999 07:38:09 +0000 (07:38 +0000)]
Add a new report "most recently doomed".
terry%mozilla.org [Sat, 7 Aug 1999 00:00:33 +0000 (00:00 +0000)]
Last patch didn't work -- perl doesn't like the "scaler" function.
endico%mozilla.org [Fri, 6 Aug 1999 04:21:01 +0000 (04:21 +0000)]
Oops. was counting closed bugs too.
endico%mozilla.org [Fri, 6 Aug 1999 03:48:51 +0000 (03:48 +0000)]
don't offer most doomed report if this bugzilla installation doesn't use milestones. remove semicolons from sql queries. the version of mysql running on lounge throws an error on semicoloned queries.
endico%mozilla.org [Fri, 6 Aug 1999 03:02:20 +0000 (03:02 +0000)]
Add a current milestone variable and a most doomed report that's like the ones chofmann posts listing engineers with Mx bugs by number of bugs.
endico%mozilla.org [Thu, 5 Aug 1999 00:36:43 +0000 (00:36 +0000)]
add image/jpeg, image/png and image/gif mime types
terry%mozilla.org [Wed, 4 Aug 1999 22:07:28 +0000 (22:07 +0000)]
Patch by msrex@suse.de -- don't send mail to the same address more
than once (in case our mail transport is too stupid to remove the dups
for us).
terry%mozilla.org [Wed, 4 Aug 1999 01:41:29 +0000 (01:41 +0000)]
Patch by msrex@suse.de -- was not giving an opportunity to resolve or verify a bunch of bugs at once.
terry%mozilla.org [Mon, 2 Aug 1999 23:12:47 +0000 (23:12 +0000)]
Fix a typo in the "process any SQL" feature, that has made this
feature completely busted for about a year now. I guess people don't
use it...
terry%mozilla.org [Tue, 27 Jul 1999 03:50:10 +0000 (03:50 +0000)]
Patch by jtg@varesearch.com -- fixed stupid typo in default value for
blurbhtml.
terry%mozilla.org [Tue, 27 Jul 1999 03:41:54 +0000 (03:41 +0000)]
Get rid of extra semicolons.
bryce-mozilla%nextbus.com [Mon, 26 Jul 1999 02:45:55 +0000 (02:45 +0000)]
Not really having time to really finish this, I'll put it up for others to work with.
This is a login-centric view of the database. It is very slow for systems
ith large numbers of logins.
bryce-mozilla%nextbus.com [Fri, 9 Jul 1999 06:55:32 +0000 (06:55 +0000)]
Spurious &. Remove $::buffer feature, as it was unused and broken.
bryce-mozilla%nextbus.com [Fri, 9 Jul 1999 06:06:46 +0000 (06:06 +0000)]
More tiny battles in the HTML syntax error war
bryce-mozilla%nextbus.com [Fri, 9 Jul 1999 05:53:50 +0000 (05:53 +0000)]
Another battle in the HTML syntax error war.
terry%mozilla.org [Thu, 8 Jul 1999 07:21:33 +0000 (07:21 +0000)]
Enable custom bug creation pages that try to set more fields than
enter_bug.cgi does.
bryce-mozilla%nextbus.com [Thu, 1 Jul 1999 10:45:43 +0000 (10:45 +0000)]
The next logical extension of the fixes for non-Netscape browsers
from the last checkin. Non-serverpush browsers have always been sent
incorrect HTML headers, causing assorted problems (see Bug #8069 affecting
MSIE). The code paths are very convoluted, but I think I have now
straightened them out.
endico%mozilla.org [Tue, 29 Jun 1999 07:24:40 +0000 (07:24 +0000)]
Added "entryheaderhtml" parameter which lets you specify text to
add to beginning of bug entry form. also aligned text in the form
to make it pretty. Uncomment the <!--</tr><tr>--> if people complain
the 80 col description text box doesn't fit narrow screens.
bryce-mozilla%nextbus.com [Sun, 27 Jun 1999 09:09:45 +0000 (09:09 +0000)]
Another battle in the HTML syntax error war. Two bodies, and a hanging
table data. Hope this is OK, Terry.
terry%mozilla.org [Wed, 23 Jun 1999 06:44:21 +0000 (06:44 +0000)]
Make attachments remember who submitted that attachment.
terry%mozilla.org [Tue, 15 Jun 1999 22:44:42 +0000 (22:44 +0000)]
Explain some history.
bryce-mozilla%nextbus.com [Tue, 15 Jun 1999 11:29:04 +0000 (11:29 +0000)]
Assorted minor UI cleanups (mostly putting navigation headers in, and
rewording "return to query page" for pages where that is not always true.
Also add two options to the main index.html
bryce-mozilla%nextbus.com [Tue, 15 Jun 1999 11:25:28 +0000 (11:25 +0000)]
Fix several browsers, Lynx and Opera at least. HTML syntax errors here
and there were fixed, and serverpush was restricted only to the versions
of Mozilla known to support it.
terry%mozilla.org [Tue, 15 Jun 1999 00:37:02 +0000 (00:37 +0000)]
A null quip file was causing errors.
terry%mozilla.org [Tue, 15 Jun 1999 00:33:51 +0000 (00:33 +0000)]
Added the ability to configure bugzilla so that we only allow local
usernames for email addresses.
terry%mozilla.org [Mon, 14 Jun 1999 23:46:40 +0000 (23:46 +0000)]
Added BeOS to the list of OS's.
bryce-mozilla%nextbus.com [Sat, 12 Jun 1999 08:16:44 +0000 (08:16 +0000)]
Give administrators a clue that upgrading is possible, even straightforward.
terry%mozilla.org [Sat, 12 Jun 1999 00:39:38 +0000 (00:39 +0000)]
Display components in alphabetical order.
terry%mozilla.org [Sat, 12 Jun 1999 00:39:19 +0000 (00:39 +0000)]
Some apache servers seem not to deliever the REMOTE_HOST environment var.
terry%mozilla.org [Sat, 12 Jun 1999 00:37:43 +0000 (00:37 +0000)]
Was choking if not using qacontact field.
terry%mozilla.org [Sat, 12 Jun 1999 00:37:11 +0000 (00:37 +0000)]
Update some things for more modern mysql's.
bryce-mozilla%nextbus.com [Fri, 11 Jun 1999 23:07:32 +0000 (23:07 +0000)]
Make nospam comparison case insensitive, since BugZilla keeps the
case of the login, which might differ from the case in the database.
terry%mozilla.org [Fri, 4 Jun 1999 02:56:43 +0000 (02:56 +0000)]
Explain how to configure things so that big attachments will work.
terry%mozilla.org [Wed, 2 Jun 1999 03:52:15 +0000 (03:52 +0000)]
Added simple sanity checking of the dependencies table.
terry%mozilla.org [Fri, 28 May 1999 03:20:57 +0000 (03:20 +0000)]
Oops; was flailing if rankdir wasn't defined.
terry%mozilla.org [Fri, 28 May 1999 02:53:25 +0000 (02:53 +0000)]
Allow user to control orientation of graph; default it to left-to-right.
terry%mozilla.org [Fri, 28 May 1999 01:18:29 +0000 (01:18 +0000)]
Notify by mail whenever a related bug changes status.
terry%mozilla.org [Thu, 27 May 1999 22:17:25 +0000 (22:17 +0000)]
Patched minor security hole; don't show summary of bugs that the user
doesn't have permission to see.
terry%mozilla.org [Thu, 27 May 1999 21:42:19 +0000 (21:42 +0000)]
Make sure every node that we asked about shows up in the graph, even
if it doesn't have any dependency relationships.
terry%mozilla.org [Thu, 27 May 1999 21:13:40 +0000 (21:13 +0000)]
Added dependencies, so that you can mark which bugs depend on which
other ones.
terry%mozilla.org [Wed, 26 May 1999 02:52:34 +0000 (02:52 +0000)]
Fixed bug 7000 -- handle hyphens in hostnames of email addresses when
highlighting.
terry%mozilla.org [Wed, 26 May 1999 02:22:30 +0000 (02:22 +0000)]
Avoid mid-air collisions (implementing a suggestion by
py8ieh=bugzilla@bath.ac.uk).
terry%mozilla.org [Wed, 26 May 1999 00:59:39 +0000 (00:59 +0000)]
Fixed stupid typo.
terry%mozilla.org [Tue, 25 May 1999 04:37:26 +0000 (04:37 +0000)]
Added "Neutrino" to the list of operating systems
terry%mozilla.org [Tue, 25 May 1999 04:16:18 +0000 (04:16 +0000)]
Patch by Mark B. Hamby <mhamby@logicon.com> (somewhat hacked up by me) --
Allow case insensitive and regexp based searches for strings in bugs.
terry%mozilla.org [Tue, 25 May 1999 02:55:43 +0000 (02:55 +0000)]
Get rid of stupid debugging code.
terry%mozilla.org [Tue, 25 May 1999 02:44:34 +0000 (02:44 +0000)]
Added Mac System 8.6.