]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
25 years agoPatches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the Javascript...
terry%mozilla.org [Tue, 15 Feb 2000 07:29:20 +0000 (07:29 +0000)] 
Patches by Ken Jenks <kjenks@abiblion.com> and jug@tellux.de -- make the Javascript behave under IE5 and under Netscape 3.x

25 years agoThis implements canonical email address transformation. i.e., you have the option...
seth%cs.brandeis.edu [Sun, 13 Feb 2000 22:39:47 +0000 (22:39 +0000)] 
This implements canonical email address transformation.  i.e., you have the option of setting up bug_email.pl to search the profiles database for a username which has the same username (before the @) same username and base domain (seth@cs.brandeis.edu = seth@job.cs.brandeis.edu) or identical email address (old behavior) based on the From email address.  See the code for a more sensical description.

25 years agoo this is a minor step towards getting canonical email addresses to work, and not...
seth%cs.brandeis.edu [Sun, 13 Feb 2000 10:16:11 +0000 (10:16 +0000)] 
o this is a minor step towards getting canonical email addresses to work, and not via a gross hack (the script with a gross hack is in use in a production environment, so ...)

Anyways, this address the findUser() sub and email transforms of none, base domain, and name only.  base_domain is not properly implemented yet.  an email transform of none does an exact match on email addresses in the profiles table.  A name only transform does a regular expression match (via mysql's RLIKE operator) on the name portion of the address (i.e., seth from seth@job.cs.brandeis.edu).  This is sloppy, but useful in an environment where there are only a few users.

the base_domain is next, probably tomorrow.  I need to figure out how to implement it first.

25 years agothis is the initial checkin of the bug_email.pl script into the bugzilla cvs tree...
seth%cs.brandeis.edu [Sun, 13 Feb 2000 00:13:01 +0000 (00:13 +0000)] 
this is the initial checkin of the bug_email.pl script into the bugzilla cvs tree under the contrib directory.  This is not my code, but I'm championing its maintanence right now, since I'm using and hacking on it heavily.  The list of contributors can be found in the file itself.

Changes I've made :
- updated to the newest CVS pull of bugzilla
- works out of contrib/bugzilla
- put in the MPL license header

Directions for use are in the file itself.  Essentially, you put in a procmailrc entry which cats the message to this script.

Changes coming in the near future ...

- canonical email transformation (i.e., seth@job.cs.brandeis.edu == seth@cs.brandeis.edu)
- default product and component (i.e., if you don't specify a product and component, it goes into a PENDING product)
- querying a bug over email
- appending a bug over email
- keywords over email
- use the globals.pl parameters functionality to edit and save this script's parameters
- integrate some setup in the checksetup.pl script

FWIW, the first two things are necessary for this to be useful in my setup, so they get an overwhelming bit of priority

25 years agoPatch by Hugo Frappier <hfrappier@dreammechanics.com> -- make the
terry%mozilla.org [Wed, 9 Feb 2000 19:55:07 +0000 (19:55 +0000)] 
Patch by Hugo Frappier <hfrappier@dreammechanics.com> -- make the
"check all" and "uncheck all" buttons work on IE.

25 years agoGet rid of a bit of unused Javascript code.
terry%mozilla.org [Wed, 9 Feb 2000 19:43:10 +0000 (19:43 +0000)] 
Get rid of a bit of unused Javascript code.

25 years agoMake the "mail a new password" text be a param.
terry%mozilla.org [Tue, 8 Feb 2000 06:11:53 +0000 (06:11 +0000)] 
Make the "mail a new password" text be a param.

25 years agoThe "put this named query in the footer" feature was choking if the
terry%mozilla.org [Sat, 5 Feb 2000 08:38:15 +0000 (08:38 +0000)] 
The "put this named query in the footer" feature was choking if the
name of the query had a space in it.

25 years agoAdd an optional ability to stagger the headers in the bug list, which
terry%mozilla.org [Fri, 4 Feb 2000 22:07:58 +0000 (22:07 +0000)] 
Add an optional ability to stagger the headers in the bug list, which
is uglier, but often squeezes things better horizontally.

25 years agoSimplify dependency wording.
terry%mozilla.org [Thu, 3 Feb 2000 01:43:34 +0000 (01:43 +0000)] 
Simplify dependency wording.

25 years agoWhoops, searches of "Comment changed (before|after)" were not working
terry%mozilla.org [Wed, 2 Feb 2000 22:42:11 +0000 (22:42 +0000)] 
Whoops, searches of "Comment changed (before|after)" were not working
correctly.

25 years agoNothing was checking that the bug number you entered for a duplicate
terry%mozilla.org [Wed, 2 Feb 2000 07:48:13 +0000 (07:48 +0000)] 
Nothing was checking that the bug number you entered for a duplicate
bug was actually a legal bug number.

25 years agoREOPENing a bug now clears the resolution; most people will agree it
terry%mozilla.org [Tue, 1 Feb 2000 06:50:10 +0000 (06:50 +0000)] 
REOPENing a bug now clears the resolution; most people will agree it
should have always had this behavior.

25 years agoThe "And" and "Or" buttons now work faster, if you have Javascript
terry%mozilla.org [Tue, 1 Feb 2000 02:19:44 +0000 (02:19 +0000)] 
The "And" and "Or" buttons now work faster, if you have Javascript
enabled.  (If you don't have Javascript, they work just like they did
before.)

25 years agoAllow searching of attachment stuff using boolean charts.
terry%mozilla.org [Mon, 31 Jan 2000 03:21:42 +0000 (03:21 +0000)] 
Allow searching of attachment stuff using boolean charts.

25 years agoPatch by aclark@ghoti.org -- use localconfig file to get database
terry%mozilla.org [Sun, 30 Jan 2000 04:22:44 +0000 (04:22 +0000)] 
Patch by aclark@ghoti.org -- use localconfig file to get database
connection info.

25 years agoPatch by aclark@ghoti.org -- clear the accumulation buffer before using it.
terry%mozilla.org [Sun, 30 Jan 2000 04:13:30 +0000 (04:13 +0000)] 
Patch by aclark@ghoti.org -- clear the accumulation buffer before using it.

25 years agoDon't regenerate the shadow database until we're sure that our DB is
terry%mozilla.org [Sun, 30 Jan 2000 04:07:05 +0000 (04:07 +0000)] 
Don't regenerate the shadow database until we're sure that our DB is
up to snuff with what processmail expects.

25 years agoFixed busted mailto: link.
terry%mozilla.org [Sat, 29 Jan 2000 04:36:26 +0000 (04:36 +0000)] 
Fixed busted mailto: link.

25 years agoThe "Show list" link that is supposed to quickly get you back to the
terry%mozilla.org [Sat, 29 Jan 2000 00:39:29 +0000 (00:39 +0000)] 
The "Show list" link that is supposed to quickly get you back to the
list of bugs you queried for was busted.

25 years agoApparently, you're supposed to put "#foo" stuff in a URL after all the
terry%mozilla.org [Sat, 29 Jan 2000 00:18:10 +0000 (00:18 +0000)] 
Apparently, you're supposed to put "#foo" stuff in a URL after all the
"?" and "&" stuff.  IE doesn't work if you don't.

25 years agoWas crashing if you weren't already logged in.
terry%mozilla.org [Fri, 28 Jan 2000 15:15:44 +0000 (15:15 +0000)] 
Was crashing if you weren't already logged in.

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.