]>
git.ipfire.org Git - thirdparty/bugzilla.git/log
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.
terry%mozilla.org [Fri, 28 Jan 2000 15:15:44 +0000 (15:15 +0000)]
Was crashing if you weren't already logged in.
terry%mozilla.org [Fri, 28 Jan 2000 09:28:54 +0000 (09:28 +0000)]
Allow searching by "last change date" in the boolean charts.
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.
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.
terry%mozilla.org [Thu, 27 Jan 2000 07:15:30 +0000 (07:15 +0000)]
Add support for keywords.
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.
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.
terry%mozilla.org [Thu, 27 Jan 2000 05:47:55 +0000 (05:47 +0000)]
Add a way to log all SQL requests made.
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".
terry%mozilla.org [Tue, 25 Jan 2000 15:57:35 +0000 (15:57 +0000)]
Fixed minor grammatical typo.
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.
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.
terry%mozilla.org [Mon, 24 Jan 2000 13:50:46 +0000 (13:50 +0000)]
Very minor HTML tweaking.
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.
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".
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.)
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.
terry%mozilla.org [Mon, 24 Jan 2000 00:57:32 +0000 (00:57 +0000)]
Remove unused file
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.
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.
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.
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.
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.
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.
terry%mozilla.org [Sun, 23 Jan 2000 06:19:05 +0000 (06:19 +0000)]
Honor the emailregexp param when checking email addresses.
terry%mozilla.org [Sun, 23 Jan 2000 05:44:10 +0000 (05:44 +0000)]
Removed stupid test.
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...
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.
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.
terry%mozilla.org [Sun, 23 Jan 2000 03:25:33 +0000 (03:25 +0000)]
Fixed stupid typo.
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.
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.
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.
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.
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).
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.
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.
mcafee%netscape.com [Sat, 22 Jan 2000 06:01:11 +0000 (06:01 +0000)]
Invalid html, added trailing /html tag.
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.
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).
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.
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.
terry%mozilla.org [Thu, 20 Jan 2000 03:29:45 +0000 (03:29 +0000)]
Allow whitespace to be used to separate keywords.
terry%mozilla.org [Thu, 20 Jan 2000 03:24:27 +0000 (03:24 +0000)]
Let's outlaw whitespace in keywords.
terry%mozilla.org [Wed, 19 Jan 2000 06:41:24 +0000 (06:41 +0000)]
Added a way to disable a user.
terry%mozilla.org [Wed, 19 Jan 2000 02:33:28 +0000 (02:33 +0000)]
Spruced up "editusers.cgi". Added an "editusers" group.
terry%mozilla.org [Tue, 18 Jan 2000 22:41:00 +0000 (22:41 +0000)]
Footer wasn't displaying new state after clicking "log out".
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.)
terry%mozilla.org [Tue, 18 Jan 2000 22:26:16 +0000 (22:26 +0000)]
Check for and rebuild busted password stuff.
terry%mozilla.org [Tue, 18 Jan 2000 06:53:05 +0000 (06:53 +0000)]
Tell people that column changes are remembered using cookies.
terry%mozilla.org [Tue, 18 Jan 2000 06:31:05 +0000 (06:31 +0000)]
Was sometimes checking extra checkboxes in the email area.
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.