]>
git.ipfire.org Git - thirdparty/bugzilla.git/log
terry%mozilla.org [Tue, 18 Jan 2000 03:54:50 +0000 (03:54 +0000)]
Very minor formatting tweak.
terry%mozilla.org [Tue, 18 Jan 2000 03:20:20 +0000 (03:20 +0000)]
Added "Windows 2000" and "Mac System 9.0" to the OS list.
terry%mozilla.org [Mon, 17 Jan 2000 19:54:58 +0000 (19:54 +0000)]
Add a space after the comma when listing a bug with multiple keywords,
to be consistant with the way it gets listed in bug lists.
terry%mozilla.org [Mon, 17 Jan 2000 19:45:34 +0000 (19:45 +0000)]
Use new "keywords" cache to display keywords in bug lists. Not only
is this much faster, but it also lets you sort by that column, and
requires less special-case code.
terry%mozilla.org [Mon, 17 Jan 2000 19:38:39 +0000 (19:38 +0000)]
Added a "keywords" field to a bug, which is a cached string-based copy
of all the keywords assigned to the bug. Right now, we only have code
that generates and maintains this field; soon will come code that
actually uses it.
terry%mozilla.org [Mon, 17 Jan 2000 11:14:14 +0000 (11:14 +0000)]
Oops! Fixed stupid typo in last patch.
terry%mozilla.org [Sun, 16 Jan 2000 01:25:51 +0000 (01:25 +0000)]
If there is only one component, then select it for the user.
terry%mozilla.org [Sat, 15 Jan 2000 09:19:44 +0000 (09:19 +0000)]
Patch by kevin@suberic.net (kevin lyda) -- reformated to 77 columns.
terry%mozilla.org [Sat, 15 Jan 2000 08:23:31 +0000 (08:23 +0000)]
Checked in patch by Dawn Endico <endico@mozilla.org> -- when
reassigning by component, reassign the qa contact too.
terry%mozilla.org [Sat, 15 Jan 2000 07:30:24 +0000 (07:30 +0000)]
Added "sanity check" to the list of things the maintainer gets to
choose from in the footer.
terry%mozilla.org [Sat, 15 Jan 2000 07:17:49 +0000 (07:17 +0000)]
Added a missing PutFooter().
terry%mozilla.org [Sat, 15 Jan 2000 06:35:24 +0000 (06:35 +0000)]
Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by
me. Added a footer to every page. Add some options to do things like
display checkboxes instead of scrolling lists, and a new formatting
for email diffs, and show list items capitalized instead of all upper
case.
terry%mozilla.org [Sat, 15 Jan 2000 06:04:49 +0000 (06:04 +0000)]
Remove unused files.
terry%mozilla.org [Sat, 15 Jan 2000 05:44:09 +0000 (05:44 +0000)]
Remove unused files.
terry%mozilla.org [Fri, 14 Jan 2000 08:22:54 +0000 (08:22 +0000)]
Fixed typos.
terry%mozilla.org [Fri, 14 Jan 2000 06:55:45 +0000 (06:55 +0000)]
Make wording a little more clear when a username is invalid.
terry%mozilla.org [Fri, 14 Jan 2000 06:23:23 +0000 (06:23 +0000)]
Send one last email notification to people when a bug gets reassigned
away from them or they get removed from the CC list.
terry%mozilla.org [Fri, 14 Jan 2000 04:25:08 +0000 (04:25 +0000)]
Allow displaying of a "keywords" column.
terry%mozilla.org [Fri, 14 Jan 2000 01:46:01 +0000 (01:46 +0000)]
Was sometimes putting a silly timestamp in the change log.
terry%mozilla.org [Fri, 14 Jan 2000 00:19:19 +0000 (00:19 +0000)]
Don't complain that the user isn't doing anything if he is actually
changing keywords.
terry%mozilla.org [Thu, 13 Jan 2000 02:55:16 +0000 (02:55 +0000)]
Provide a simple param to let the maintainer shut down Bugzilla for a while.
terry%mozilla.org [Thu, 13 Jan 2000 02:31:33 +0000 (02:31 +0000)]
"Change several bugs" was losing the sort order.
terry%mozilla.org [Wed, 12 Jan 2000 05:32:43 +0000 (05:32 +0000)]
Fixed warnings.
terry%mozilla.org [Wed, 12 Jan 2000 02:25:11 +0000 (02:25 +0000)]
Was making changes to bugs before validating the entries in the CC
field. This caused mid-air collisions and other weirdnesses.
terry%mozilla.org [Tue, 11 Jan 2000 08:26:21 +0000 (08:26 +0000)]
Worked around bug in older versions of MySQL that caused a report of
one bug matching a keyword when there really are zero.
terry%mozilla.org [Tue, 11 Jan 2000 06:17:10 +0000 (06:17 +0000)]
Fixed a warning.
terry%mozilla.org [Tue, 11 Jan 2000 05:24:18 +0000 (05:24 +0000)]
Asking for both keywords and CC info was creating corrupted SQL.
terry%mozilla.org [Fri, 7 Jan 2000 06:55:00 +0000 (06:55 +0000)]
Stop generating the %::keywordsbyid hashtable that nothing was using.
terry%mozilla.org [Fri, 7 Jan 2000 05:32:59 +0000 (05:32 +0000)]
Whoops; SQL doesn't seem to want me to mention a table in a SELECT statement
if I'm not going to use it.
terry%mozilla.org [Fri, 7 Jan 2000 05:16:13 +0000 (05:16 +0000)]
Add support for a new "keywords" feature. This lets some central
authority maintain a list of keywords, and users can associate any
keyword with any bug.
The new functionality won't appear until at least one keyword is
defined.
Note that you *must* run the "checksetup.pl" script after updating
this change, in order to create the new required tables "keywords" and
"keyworddefs".
terry%mozilla.org [Fri, 7 Jan 2000 01:39:03 +0000 (01:39 +0000)]
Oops; fixed table alignment problem introduced by last change.
terry%mozilla.org [Wed, 5 Jan 2000 05:29:51 +0000 (05:29 +0000)]
A few months ago, we lost the ability to edit the votes-per-user field
in a product. Which meant nobody could turn on or off this feature.
Restored the editing ability.
terry%mozilla.org [Wed, 5 Jan 2000 03:54:15 +0000 (03:54 +0000)]
When no bugs are found, give links to make another query or to submit
a new bug.
terry%mozilla.org [Wed, 5 Jan 2000 03:27:49 +0000 (03:27 +0000)]
Recognize Windows98.
terry%mozilla.org [Wed, 29 Dec 1999 06:31:47 +0000 (06:31 +0000)]
Got rid of extra <H1> tag.
terry%mozilla.org [Fri, 17 Dec 1999 11:41:12 +0000 (11:41 +0000)]
Fixed very very nasty bug which, when deleting a component, would tell
you it had no bugs (even when it had some), and would then proceed to
delete all those bugs (even if you had the param set to never allow
bug deletion.) Added some paranoia to prevent such things from
happening again. Yikes.
terry%mozilla.org [Fri, 17 Dec 1999 00:37:55 +0000 (00:37 +0000)]
Patch by freitag@suse.de (Klaas Freitag) -- add options to let Bugzilla require comments on certain operations.
terry%mozilla.org [Wed, 15 Dec 1999 07:54:30 +0000 (07:54 +0000)]
Force selection of a valid product when doing a mass
reassign-to-component-owner.
terry%mozilla.org [Tue, 7 Dec 1999 01:09:53 +0000 (01:09 +0000)]
Don't do dmose's paranoid checking of option values in the query page.
terry%mozilla.org [Sat, 4 Dec 1999 03:30:49 +0000 (03:30 +0000)]
Oops; previous patch caused extra percent-signs to appear in installations running older versions of MySQL.
terry%mozilla.org [Sat, 4 Dec 1999 03:28:17 +0000 (03:28 +0000)]
Fixed bug 20126 -- use more international-friendly (and Y2K happier) date formats.
dmose%mozilla.org [Fri, 3 Dec 1999 07:56:07 +0000 (07:56 +0000)]
special cased DUPLICATE in the make_options() sanity-checking code
dmose%mozilla.org [Fri, 3 Dec 1999 07:21:40 +0000 (07:21 +0000)]
a bug fix or two and a whole bunch of sanity-checking of form submissions stuff
terry%mozilla.org [Fri, 19 Nov 1999 23:57:00 +0000 (23:57 +0000)]
Updated version string to 2.9 (development)
terry%mozilla.org [Fri, 19 Nov 1999 23:56:28 +0000 (23:56 +0000)]
Updated version string to 2.8 (shipping)
terry%mozilla.org [Fri, 19 Nov 1999 23:51:48 +0000 (23:51 +0000)]
Was crashing if not using milestones.
terry%mozilla.org [Fri, 19 Nov 1999 22:50:57 +0000 (22:50 +0000)]
Fixed bug 4889 -- don't allow new bugs to be submitted with a blank summary.
terry%mozilla.org [Fri, 19 Nov 1999 01:29:58 +0000 (01:29 +0000)]
Patch by Tom Schutter <tom@platte.com>: Added some more doc, fixed product description.
terry%mozilla.org [Wed, 3 Nov 1999 08:44:29 +0000 (08:44 +0000)]
Whoops! Was reporting ASSIGNED bugs as being closed. Also, changed
it to report the resolution of the bug instead of the word "closed".
Many thanks to dbaron@fas.harvard.edu for suggesting this change, and
reporting the bug.
terry%mozilla.org [Wed, 3 Nov 1999 06:14:11 +0000 (06:14 +0000)]
Due to popular request, "bug changed" mail will only report changes in
state on dependent bugs if they move from an 'open' to a 'closed'
state, or visa-versa. Also, if there are more than 5 bugs on the
list, then we won't even try to generate the details (doing so only
generates lots of extra mail that is too hard to parse anyway.)
dmose%mozilla.org [Tue, 2 Nov 1999 07:33:03 +0000 (07:33 +0000)]
updated license boilerplate
terry%mozilla.org [Fri, 29 Oct 1999 03:18:03 +0000 (03:18 +0000)]
Back out last change -- specific to mozilla.org, not to general consumers of bugzilla.
endico%mozilla.org [Fri, 29 Oct 1999 03:12:52 +0000 (03:12 +0000)]
Try to herd netscape communicator users away from bugzilla. "if your browser has a blue N logo go report the bug to netscape". This wording may be wrong later on but it works for now.
terry%mozilla.org [Fri, 22 Oct 1999 01:19:48 +0000 (01:19 +0000)]
Fix perl warning.
terry%mozilla.org [Wed, 20 Oct 1999 23:26:04 +0000 (23:26 +0000)]
Ignore the "shadow" and "temp" directories.
terry%mozilla.org [Wed, 20 Oct 1999 22:17:37 +0000 (22:17 +0000)]
Fix perl warning.
terry%mozilla.org [Wed, 20 Oct 1999 21:12:43 +0000 (21:12 +0000)]
Fix perl warning.
terry%mozilla.org [Wed, 20 Oct 1999 07:06:41 +0000 (07:06 +0000)]
Fixed stupid perl warning.
terry%mozilla.org [Wed, 20 Oct 1999 04:27:40 +0000 (04:27 +0000)]
Need to value_quote() things that go into VALUE attributes in HTML.
endico%mozilla.org [Wed, 20 Oct 1999 04:26:39 +0000 (04:26 +0000)]
align "edit products" at the top so its not lost 3 screens down in the products list.
terry%mozilla.org [Tue, 19 Oct 1999 07:03:27 +0000 (07:03 +0000)]
Fixed stupid perl warning.
terry%mozilla.org [Tue, 19 Oct 1999 06:57:56 +0000 (06:57 +0000)]
Fixed stupid perl warnings.
terry%mozilla.org [Tue, 19 Oct 1999 06:02:59 +0000 (06:02 +0000)]
Fixed stupid perl warning.
terry%mozilla.org [Fri, 15 Oct 1999 05:35:12 +0000 (05:35 +0000)]
Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing up the 'when' column in the bugs_activity table.
terry%mozilla.org [Fri, 15 Oct 1999 05:32:44 +0000 (05:32 +0000)]
Patch by holger@holger.om.org (Holger Schurig) -- get the permissions right on the shadow directory.
terry%mozilla.org [Fri, 15 Oct 1999 00:34:00 +0000 (00:34 +0000)]
Fix invalid SQL introduced by last patch.
terry%mozilla.org [Fri, 15 Oct 1999 00:21:43 +0000 (00:21 +0000)]
Allow sorting of status whiteboard column.
terry%mozilla.org [Thu, 14 Oct 1999 03:17:01 +0000 (03:17 +0000)]
Removing the last vote on a bug was causing an SQL error.
terry%mozilla.org [Wed, 13 Oct 1999 06:00:31 +0000 (06:00 +0000)]
Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing the
ability to edit components, products, and versions. Yay!
terry%mozilla.org [Wed, 13 Oct 1999 03:28:39 +0000 (03:28 +0000)]
Patch by Holger Schurig <holger@holger.om.org> -- If there is no exactly ONE
user in the profiles table, then this user will be promoted into all groups.
terry%mozilla.org [Tue, 12 Oct 1999 23:57:56 +0000 (23:57 +0000)]
Patch by Holger Schurig <holgerschurig@nikocity.de> -- replace all the
yicky old make*.sh files and the CHANGES file with a new, nifty
checksetup.pl file that knows how to create a setup from scratch as
well as upgrade an older setup to a new one. Very cool stuff!
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.