]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
25 years agoAllow searching by "last change date" in the boolean charts.
terry%mozilla.org [Fri, 28 Jan 2000 09:28:54 +0000 (09:28 +0000)] 
Allow searching by "last change date" in the boolean charts.

25 years agoMassive stomp on the query page and buglist page. Added the ability
terry%mozilla.org [Fri, 28 Jan 2000 09:01:36 +0000 (09:01 +0000)] 
Massive stomp on the query page and buglist page.  Added the ability
to use the "boolean charts" to do very powerful queries.

25 years agoPatch by granrose@netscape.com -- put initial focus into bug# field.
terry%mozilla.org [Thu, 27 Jan 2000 08:56:33 +0000 (08:56 +0000)] 
Patch by granrose@netscape.com -- put initial focus into bug# field.

25 years agoAdd support for keywords.
terry%mozilla.org [Thu, 27 Jan 2000 07:15:30 +0000 (07:15 +0000)] 
Add support for keywords.

25 years agoPatch by Rob Baham <robb@scitechsoft.com> -- links to other bugs
terry%mozilla.org [Thu, 27 Jan 2000 05:56:24 +0000 (05:56 +0000)] 
Patch by Rob Baham <robb@scitechsoft.com> -- links to other bugs
should be relative URLs, not absolute.

25 years agoAllow searches for "all keywords" or "no keywords"; fixed some other
terry%mozilla.org [Thu, 27 Jan 2000 05:48:35 +0000 (05:48 +0000)] 
Allow searches for "all keywords" or "no keywords"; fixed some other
bugs around keyword queries.

25 years agoAdd a way to log all SQL requests made.
terry%mozilla.org [Thu, 27 Jan 2000 05:47:55 +0000 (05:47 +0000)] 
Add a way to log all SQL requests made.

25 years agoIf adding the new "lastdiffed" field, it works out better to
terry%mozilla.org [Thu, 27 Jan 2000 05:17:36 +0000 (05:17 +0000)] 
If adding the new "lastdiffed" field, it works out better to
initialize it to "now", not to "delta_ts".

25 years agoFixed minor grammatical typo.
terry%mozilla.org [Tue, 25 Jan 2000 15:57:35 +0000 (15:57 +0000)] 
Fixed minor grammatical typo.

25 years agoReworked preferences UI. Added ability to turn off "My bugs" link at
terry%mozilla.org [Tue, 25 Jan 2000 15:53:26 +0000 (15:53 +0000)] 
Reworked preferences UI.  Added ability to turn off "My bugs" link at
bottom.  Made "My bugs" show bugs you own AND bugs you submitted.
Added ability to display your named queries in the footer.  Many
random bugfixes.

25 years agoAdded a way to query by bug numbers. Added an "edit this query" link
terry%mozilla.org [Tue, 25 Jan 2000 10:50:35 +0000 (10:50 +0000)] 
Added a way to query by bug numbers.  Added an "edit this query" link
when you view a buglist.

25 years agoVery minor HTML tweaking.
terry%mozilla.org [Mon, 24 Jan 2000 13:50:46 +0000 (13:50 +0000)] 
Very minor HTML tweaking.

25 years agoNew email code wasn't sending to people who had voted for a bug.
terry%mozilla.org [Mon, 24 Jan 2000 13:41:36 +0000 (13:41 +0000)] 
New email code wasn't sending to people who had voted for a bug.
Added "My votes" link to footer.  Other minor voting-related fixes.

25 years agoFixed bug causing named queries to get all screwed up around "target
terry%mozilla.org [Mon, 24 Jan 2000 04:37:46 +0000 (04:37 +0000)] 
Fixed bug causing named queries to get all screwed up around "target
milestones".

25 years agoNamed queries (and the default query) are now stored server side, in
terry%mozilla.org [Mon, 24 Jan 2000 04:31:48 +0000 (04:31 +0000)] 
Named queries (and the default query) are now stored server side, in
the database, rather than in cookies.  This means you have to log
in to use these features, but I have plans that require them to be
server-side.  (Besides, some people were beginning to run out of
cookie space.)

25 years agoAdd a way to remove a default query that you may have set.
terry%mozilla.org [Mon, 24 Jan 2000 01:14:09 +0000 (01:14 +0000)] 
Add a way to remove a default query that you may have set.

25 years agoRemove unused file
terry%mozilla.org [Mon, 24 Jan 2000 00:57:32 +0000 (00:57 +0000)] 
Remove unused file

25 years agoAdded much more crosschecks, and simplified a lot of the code.
terry%mozilla.org [Sun, 23 Jan 2000 12:37:40 +0000 (12:37 +0000)] 
Added much more crosschecks, and simplified a lot of the code.

25 years agoFixed stupid typo that caused exact email searches in descriptions to crash.
terry%mozilla.org [Sun, 23 Jan 2000 12:01:25 +0000 (12:01 +0000)] 
Fixed stupid typo that caused exact email searches in descriptions to crash.

25 years agoOops; previous change would cause delta_ts values to be lost in the bugs table.
terry%mozilla.org [Sun, 23 Jan 2000 11:57:11 +0000 (11:57 +0000)] 
Oops; previous change would cause delta_ts values to be lost in the bugs table.

25 years agoThe "login_name" field in the "profiles" table was not declared to be
terry%mozilla.org [Sun, 23 Jan 2000 11:36:17 +0000 (11:36 +0000)] 
The "login_name" field in the "profiles" table was not declared to be
unique.  Sure enough, somehow, I got 22 duplicated entries in my
database.  This code detects that, cleans up the duplicates, and then
tweaks the table to declare the field to be unique.  What a pain.

25 years agoCan now search for people who have added text to a bug.
terry%mozilla.org [Sun, 23 Jan 2000 10:22:10 +0000 (10:22 +0000)] 
Can now search for people who have added text to a bug.

25 years agoNew email code wasn't notifying people of changes in state of
terry%mozilla.org [Sun, 23 Jan 2000 09:03:14 +0000 (09:03 +0000)] 
New email code wasn't notifying people of changes in state of
dependent bugs.

25 years agoHonor the emailregexp param when checking email addresses.
terry%mozilla.org [Sun, 23 Jan 2000 06:19:05 +0000 (06:19 +0000)] 
Honor the emailregexp param when checking email addresses.

25 years agoRemoved stupid test.
terry%mozilla.org [Sun, 23 Jan 2000 05:44:10 +0000 (05:44 +0000)] 
Removed stupid test.

25 years agoAACK! checksetup.pl was stomping all over the new fielddefs table if
terry%mozilla.org [Sun, 23 Jan 2000 05:43:29 +0000 (05:43 +0000)] 
AACK!  checksetup.pl was stomping all over the new fielddefs table if
it got run more than once.  This checkin fixes that, and also changes
the DumpBugActivity() routine to give me enough information to
hopefully repair the damaged mozilla.org database...

25 years agoMinor wording change to hopefully make it more obvious slight changes
terry%mozilla.org [Sun, 23 Jan 2000 03:43:30 +0000 (03:43 +0000)] 
Minor wording change to hopefully make it more obvious slight changes
in the "long description" search.

25 years agoStupid typo caused "any words" and "all words" searches on the long
terry%mozilla.org [Sun, 23 Jan 2000 03:31:41 +0000 (03:31 +0000)] 
Stupid typo caused "any words" and "all words" searches on the long
description to crash.

25 years agoFixed stupid typo.
terry%mozilla.org [Sun, 23 Jan 2000 03:25:33 +0000 (03:25 +0000)] 
Fixed stupid typo.

25 years agoIf no sort order is specified, use the cookie if available.
terry%mozilla.org [Sun, 23 Jan 2000 03:23:58 +0000 (03:23 +0000)] 
If no sort order is specified, use the cookie if available.

25 years agoRemember the previous sort order in a cookie, and make that the
terry%mozilla.org [Sun, 23 Jan 2000 03:08:55 +0000 (03:08 +0000)] 
Remember the previous sort order in a cookie, and make that the
default sort order for new queries.  Add a new "show list" link to the
navigation header to return you to the list of selected bugs.

25 years agoPatch by Christine Begle <cbegle@mozilla.org>>, with heavy
terry%mozilla.org [Sun, 23 Jan 2000 01:50:00 +0000 (01:50 +0000)] 
Patch by Christine Begle <cbegle@mozilla.org>>, with heavy
modifications by me -- let you query for "any words" and "all words",
as well as the existing substring and regexp stuff.

25 years agoPatch by Klaas Freitag <freitag@suse.de>, with modifications by me --
terry%mozilla.org [Sun, 23 Jan 2000 00:51:49 +0000 (00:51 +0000)] 
Patch by Klaas Freitag <freitag@suse.de>, with modifications by me --
don't generate HTML tables with more than 50 lines, as browsers generally
can't cope with huge tables.

25 years agoPatch by Holger Schurig <holger@holger.om.org> -- add new localconfig
terry%mozilla.org [Sun, 23 Jan 2000 00:33:33 +0000 (00:33 +0000)] 
Patch by Holger Schurig <holger@holger.om.org> -- add new localconfig
option to skip the database check (since that code doesn't work with
all versions of MySQL/Msql-mysql/Perl/moonphase).

25 years agoWhoops; code to let people turn on new "newemailtech" pref was busted.
terry%mozilla.org [Sat, 22 Jan 2000 12:37:42 +0000 (12:37 +0000)] 
Whoops; code to let people turn on new "newemailtech" pref was busted.

25 years agoAdded a new table fielddefs that records information about the
terry%mozilla.org [Sat, 22 Jan 2000 12:24:39 +0000 (12:24 +0000)] 
Added a new table fielddefs that records information about the
different fields we keep an activity log on.  The bugs_activity table
now has a pointer into that table instead of recording the name directly.

Set up a new, highly experimental email-notification scheme.  To turn
it on, the maintainer has to turn on the "New email tech" param, and
then individual users have to turn on the "New email tech" preference.

25 years agoInvalid html, added trailing /html tag.
mcafee%netscape.com [Sat, 22 Jan 2000 06:01:11 +0000 (06:01 +0000)] 
Invalid html, added trailing /html tag.

25 years agoContinue making the last-changed date on a bug be updated if someone only adds a...
terry%mozilla.org [Fri, 21 Jan 2000 05:42:23 +0000 (05:42 +0000)] 
Continue making the last-changed date on a bug be updated if someone only adds a comment.

25 years agoDon't try to put out the footer if we're shutdown (as that can try to access the...
terry%mozilla.org [Fri, 21 Jan 2000 05:36:20 +0000 (05:36 +0000)] 
Don't try to put out the footer if we're shutdown (as that can try to access the DB which we don't want).

25 years agoMoved all the long descriptions out of the bugs table, and into a new
terry%mozilla.org [Fri, 21 Jan 2000 05:31:18 +0000 (05:31 +0000)] 
Moved all the long descriptions out of the bugs table, and into a new
table.  There is now a separate entry for each new long description,
rather than appending them all together in one big field.

25 years agoPatch by Holger Schurig <holger@holger.om.org> -- don't display footer if they asked...
terry%mozilla.org [Thu, 20 Jan 2000 04:30:28 +0000 (04:30 +0000)] 
Patch by Holger Schurig <holger@holger.om.org> -- don't display footer if they asked for no header.

25 years agoAllow whitespace to be used to separate keywords.
terry%mozilla.org [Thu, 20 Jan 2000 03:29:45 +0000 (03:29 +0000)] 
Allow whitespace to be used to separate keywords.

25 years agoLet's outlaw whitespace in keywords.
terry%mozilla.org [Thu, 20 Jan 2000 03:24:27 +0000 (03:24 +0000)] 
Let's outlaw whitespace in keywords.

25 years agoAdded a way to disable a user.
terry%mozilla.org [Wed, 19 Jan 2000 06:41:24 +0000 (06:41 +0000)] 
Added a way to disable a user.

25 years agoSpruced up "editusers.cgi". Added an "editusers" group.
terry%mozilla.org [Wed, 19 Jan 2000 02:33:28 +0000 (02:33 +0000)] 
Spruced up "editusers.cgi".  Added an "editusers" group.

25 years agoFooter wasn't displaying new state after clicking "log out".
terry%mozilla.org [Tue, 18 Jan 2000 22:41:00 +0000 (22:41 +0000)] 
Footer wasn't displaying new state after clicking "log out".

25 years agoStop ever using perl's crypt() function; only use mysql's. (Using
terry%mozilla.org [Tue, 18 Jan 2000 22:40:18 +0000 (22:40 +0000)] 
Stop ever using perl's crypt() function; only use mysql's.  (Using
both was causing corruption on about 1 in 40 passwords.)

25 years agoCheck for and rebuild busted password stuff.
terry%mozilla.org [Tue, 18 Jan 2000 22:26:16 +0000 (22:26 +0000)] 
Check for and rebuild busted password stuff.

25 years agoTell people that column changes are remembered using cookies.
terry%mozilla.org [Tue, 18 Jan 2000 06:53:05 +0000 (06:53 +0000)] 
Tell people that column changes are remembered using cookies.

25 years agoWas sometimes checking extra checkboxes in the email area.
terry%mozilla.org [Tue, 18 Jan 2000 06:31:05 +0000 (06:31 +0000)] 
Was sometimes checking extra checkboxes in the email area.

25 years agoVery minor formatting tweak.
terry%mozilla.org [Tue, 18 Jan 2000 03:54:50 +0000 (03:54 +0000)] 
Very minor formatting tweak.

25 years agoAdded "Windows 2000" and "Mac System 9.0" to the OS list.
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.

25 years agoAdd a space after the comma when listing a bug with multiple keywords,
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.

25 years agoUse new "keywords" cache to display keywords in bug lists. Not only
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.

25 years agoAdded a "keywords" field to a bug, which is a cached string-based copy
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.

25 years agoOops! Fixed stupid typo in last patch.
terry%mozilla.org [Mon, 17 Jan 2000 11:14:14 +0000 (11:14 +0000)] 
Oops!  Fixed stupid typo in last patch.

25 years agoIf there is only one component, then select it for the user.
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.

25 years agoPatch by kevin@suberic.net (kevin lyda) -- reformated to 77 columns.
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.

25 years agoChecked in patch by Dawn Endico <endico@mozilla.org> -- when
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.

25 years agoAdded "sanity check" to the list of things the maintainer gets to
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.

25 years agoAdded a missing PutFooter().
terry%mozilla.org [Sat, 15 Jan 2000 07:17:49 +0000 (07:17 +0000)] 
Added a missing PutFooter().

25 years agoPatch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by
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.

25 years agoRemove unused files.
terry%mozilla.org [Sat, 15 Jan 2000 06:04:49 +0000 (06:04 +0000)] 
Remove unused files.

25 years agoRemove unused files.
terry%mozilla.org [Sat, 15 Jan 2000 05:44:09 +0000 (05:44 +0000)] 
Remove unused files.

25 years agoFixed typos.
terry%mozilla.org [Fri, 14 Jan 2000 08:22:54 +0000 (08:22 +0000)] 
Fixed typos.

25 years agoMake wording a little more clear when a username is invalid.
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.

25 years agoSend one last email notification to people when a bug gets reassigned
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.

25 years agoAllow displaying of a "keywords" column.
terry%mozilla.org [Fri, 14 Jan 2000 04:25:08 +0000 (04:25 +0000)] 
Allow displaying of a "keywords" column.

25 years agoWas sometimes putting a silly timestamp in the change log.
terry%mozilla.org [Fri, 14 Jan 2000 01:46:01 +0000 (01:46 +0000)] 
Was sometimes putting a silly timestamp in the change log.

25 years agoDon't complain that the user isn't doing anything if he is actually
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.

25 years agoProvide a simple param to let the maintainer shut down Bugzilla for a while.
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.

25 years ago"Change several bugs" was losing the sort order.
terry%mozilla.org [Thu, 13 Jan 2000 02:31:33 +0000 (02:31 +0000)] 
"Change several bugs" was losing the sort order.

25 years agoFixed warnings.
terry%mozilla.org [Wed, 12 Jan 2000 05:32:43 +0000 (05:32 +0000)] 
Fixed warnings.

25 years agoWas making changes to bugs before validating the entries in the CC
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.

25 years agoWorked around bug in older versions of MySQL that caused a report of
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.

25 years agoFixed a warning.
terry%mozilla.org [Tue, 11 Jan 2000 06:17:10 +0000 (06:17 +0000)] 
Fixed a warning.

25 years agoAsking for both keywords and CC info was creating corrupted SQL.
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.

25 years agoStop generating the %::keywordsbyid hashtable that nothing was using.
terry%mozilla.org [Fri, 7 Jan 2000 06:55:00 +0000 (06:55 +0000)] 
Stop generating the %::keywordsbyid hashtable that nothing was using.

25 years agoWhoops; SQL doesn't seem to want me to mention a table in a SELECT statement
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.

25 years agoAdd support for a new "keywords" feature. This lets some central
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".

25 years agoOops; fixed table alignment problem introduced by last change.
terry%mozilla.org [Fri, 7 Jan 2000 01:39:03 +0000 (01:39 +0000)] 
Oops; fixed table alignment problem introduced by last change.

25 years agoA few months ago, we lost the ability to edit the votes-per-user field
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.

25 years agoWhen no bugs are found, give links to make another query or to submit
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.

25 years agoRecognize Windows98.
terry%mozilla.org [Wed, 5 Jan 2000 03:27:49 +0000 (03:27 +0000)] 
Recognize Windows98.

25 years agoGot rid of extra <H1> tag.
terry%mozilla.org [Wed, 29 Dec 1999 06:31:47 +0000 (06:31 +0000)] 
Got rid of extra <H1> tag.

25 years agoFixed very very nasty bug which, when deleting a component, would tell
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.

25 years agoPatch by freitag@suse.de (Klaas Freitag) -- add options to let Bugzilla require comme...
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.

25 years agoForce selection of a valid product when doing a mass
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.

25 years agoDon't do dmose's paranoid checking of option values in the query page.
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.

25 years agoOops; previous patch caused extra percent-signs to appear in installations running...
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.

25 years agoFixed bug 20126 -- use more international-friendly (and Y2K happier) date formats.
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.

25 years agospecial cased DUPLICATE in the make_options() sanity-checking code
dmose%mozilla.org [Fri, 3 Dec 1999 07:56:07 +0000 (07:56 +0000)] 
special cased DUPLICATE in the make_options() sanity-checking code

25 years agoa bug fix or two and a whole bunch of sanity-checking of form submissions stuff
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

25 years agoUpdated version string to 2.9 (development) bugzilla-2.9 release-2.9
terry%mozilla.org [Fri, 19 Nov 1999 23:57:00 +0000 (23:57 +0000)] 
Updated version string to 2.9 (development)

25 years agoUpdated version string to 2.8 (shipping) bugzilla-2.8 release-2.8
terry%mozilla.org [Fri, 19 Nov 1999 23:56:28 +0000 (23:56 +0000)] 
Updated version string to 2.8 (shipping)

25 years agoWas crashing if not using milestones.
terry%mozilla.org [Fri, 19 Nov 1999 23:51:48 +0000 (23:51 +0000)] 
Was crashing if not using milestones.

25 years agoFixed bug 4889 -- don't allow new bugs to be submitted with a blank summary.
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.

25 years agoPatch by Tom Schutter <tom@platte.com>: Added some more doc, fixed product description.
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.

25 years agoWhoops! Was reporting ASSIGNED bugs as being closed. Also, changed
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.

25 years agoDue to popular request, "bug changed" mail will only report changes in
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.)