Commit Graph

537 Commits

Author SHA1 Message Date
terry%mozilla.org
e9619288c8 Whoops; code to let people turn on new "newemailtech" pref was busted. 2000-01-22 04:37:42 +00:00
terry%mozilla.org
8ed4c20ca3 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.
2000-01-22 04:24:42 +00:00
mcafee%netscape.com
6f6c1b6e00 Invalid html, added trailing /html tag. 2000-01-21 22:01:11 +00:00
terry%mozilla.org
9c38b30d28 Continue making the last-changed date on a bug be updated if someone only adds a comment. 2000-01-20 21:42:23 +00:00
terry%mozilla.org
055416e250 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). 2000-01-20 21:36:20 +00:00
terry%mozilla.org
c308f025ee 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.
2000-01-20 21:31:22 +00:00
terry%mozilla.org
f816e9eee4 Patch by Holger Schurig <holger@holger.om.org> -- don't display footer if they asked for no header. 2000-01-19 20:30:28 +00:00
terry%mozilla.org
23fbfe14b9 Allow whitespace to be used to separate keywords. 2000-01-19 19:32:05 +00:00
terry%mozilla.org
6d15fd3cc2 Let's outlaw whitespace in keywords. 2000-01-19 19:26:37 +00:00
terry%mozilla.org
4e67064f23 Added a way to disable a user. 2000-01-18 22:41:26 +00:00
terry%mozilla.org
0b8942fa37 Spruced up "editusers.cgi". Added an "editusers" group. 2000-01-18 18:34:01 +00:00
terry%mozilla.org
d8faddd660 Footer wasn't displaying new state after clicking "log out". 2000-01-18 14:41:00 +00:00
terry%mozilla.org
27c97fdec5 Stop ever using perl's crypt() function; only use mysql's. (Using
both was causing corruption on about 1 in 40 passwords.)
2000-01-18 14:40:21 +00:00
terry%mozilla.org
5b7cfa807e Check for and rebuild busted password stuff. 2000-01-18 14:26:16 +00:00
terry%mozilla.org
ab0f888f9b Tell people that column changes are remembered using cookies. 2000-01-17 22:53:05 +00:00
terry%mozilla.org
746335ea97 Was sometimes checking extra checkboxes in the email area. 2000-01-17 22:31:05 +00:00
terry%mozilla.org
a553e0fe09 Very minor formatting tweak. 2000-01-17 19:54:50 +00:00
terry%mozilla.org
17c8050218 Added "Windows 2000" and "Mac System 9.0" to the OS list. 2000-01-17 19:20:20 +00:00
terry%mozilla.org
9205cf6c09 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.
2000-01-17 11:54:58 +00:00
terry%mozilla.org
bc425d694b 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.
2000-01-17 11:45:34 +00:00
terry%mozilla.org
c53a69421b 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.
2000-01-17 11:38:41 +00:00
terry%mozilla.org
383c93db57 Oops! Fixed stupid typo in last patch. 2000-01-17 03:14:14 +00:00
terry%mozilla.org
854fa36af4 If there is only one component, then select it for the user. 2000-01-15 17:25:51 +00:00
terry%mozilla.org
b38962c5d3 Patch by kevin@suberic.net (kevin lyda) -- reformated to 77 columns. 2000-01-15 01:19:44 +00:00
terry%mozilla.org
ce249dd094 Checked in patch by Dawn Endico <endico@mozilla.org> -- when
reassigning by component, reassign the qa contact too.
2000-01-15 00:23:31 +00:00
terry%mozilla.org
e5ad6e4320 Added "sanity check" to the list of things the maintainer gets to
choose from in the footer.
2000-01-14 23:30:24 +00:00
terry%mozilla.org
cfa12eb3bb Added a missing PutFooter(). 2000-01-14 23:17:49 +00:00
terry%mozilla.org
f5e622daa8 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.
2000-01-14 22:35:49 +00:00
terry%mozilla.org
289acafdd7 Remove unused files. 2000-01-14 22:04:49 +00:00
terry%mozilla.org
0a83e08ac0 Remove unused files. 2000-01-14 21:44:14 +00:00
terry%mozilla.org
9e09009c26 Fixed typos. 2000-01-14 00:22:54 +00:00
terry%mozilla.org
dd87e0b303 Make wording a little more clear when a username is invalid. 2000-01-13 22:55:45 +00:00
terry%mozilla.org
d5a1e935bc Send one last email notification to people when a bug gets reassigned
away from them or they get removed from the CC list.
2000-01-13 22:23:25 +00:00
terry%mozilla.org
dcb1dc4627 Allow displaying of a "keywords" column. 2000-01-13 20:25:10 +00:00
terry%mozilla.org
ce53803244 Was sometimes putting a silly timestamp in the change log. 2000-01-13 17:46:01 +00:00
terry%mozilla.org
9ef2787d65 Don't complain that the user isn't doing anything if he is actually
changing keywords.
2000-01-13 16:19:19 +00:00
terry%mozilla.org
41ec88d63e Provide a simple param to let the maintainer shut down Bugzilla for a while. 2000-01-12 18:55:24 +00:00
terry%mozilla.org
43c81eb98d "Change several bugs" was losing the sort order. 2000-01-12 18:31:33 +00:00
terry%mozilla.org
6bb1fef58a Fixed warnings. 2000-01-11 21:32:43 +00:00
terry%mozilla.org
03994b0c80 Was making changes to bugs before validating the entries in the CC
field.  This caused mid-air collisions and other weirdnesses.
2000-01-11 18:25:11 +00:00
terry%mozilla.org
8761cb7178 Worked around bug in older versions of MySQL that caused a report of
one bug matching a keyword when there really are zero.
2000-01-11 00:26:22 +00:00
terry%mozilla.org
167691897d Fixed a warning. 2000-01-10 22:17:10 +00:00
terry%mozilla.org
a0693debf4 Asking for both keywords and CC info was creating corrupted SQL. 2000-01-10 21:24:18 +00:00
terry%mozilla.org
73f81425cc Stop generating the %::keywordsbyid hashtable that nothing was using. 2000-01-06 22:55:00 +00:00
terry%mozilla.org
3bf2cc86b7 Whoops; SQL doesn't seem to want me to mention a table in a SELECT statement
if I'm not going to use it.
2000-01-06 21:32:59 +00:00
terry%mozilla.org
8ec2fa3b0f 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".
2000-01-06 21:16:15 +00:00
terry%mozilla.org
ec0dd1cecf Oops; fixed table alignment problem introduced by last change. 2000-01-06 17:39:03 +00:00
terry%mozilla.org
ccd0aca547 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.
2000-01-04 21:29:51 +00:00
terry%mozilla.org
5d12ff7194 When no bugs are found, give links to make another query or to submit
a new bug.
2000-01-04 19:54:15 +00:00
terry%mozilla.org
c4fab20bed Recognize Windows98. 2000-01-04 19:27:49 +00:00
terry%mozilla.org
35b2429d00 Got rid of extra <H1> tag. 1999-12-28 22:31:47 +00:00
terry%mozilla.org
198d0d7862 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.
1999-12-17 03:41:13 +00:00
terry%mozilla.org
0582508d69 Patch by freitag@suse.de (Klaas Freitag) -- add options to let Bugzilla require comments on certain operations. 1999-12-16 16:37:57 +00:00
terry%mozilla.org
dcc3ff514e Force selection of a valid product when doing a mass
reassign-to-component-owner.
1999-12-14 23:54:30 +00:00
terry%mozilla.org
41ed32807c Don't do dmose's paranoid checking of option values in the query page. 1999-12-06 17:09:54 +00:00
terry%mozilla.org
50b941d218 Oops; previous patch caused extra percent-signs to appear in installations running older versions of MySQL. 1999-12-03 19:30:49 +00:00
terry%mozilla.org
0713dc58d8 Fixed bug 20126 -- use more international-friendly (and Y2K happier) date formats. 1999-12-03 19:28:18 +00:00
dmose%mozilla.org
b1cae38a41 special cased DUPLICATE in the make_options() sanity-checking code 1999-12-02 23:56:07 +00:00
dmose%mozilla.org
6c05f0d386 a bug fix or two and a whole bunch of sanity-checking of form submissions stuff 1999-12-02 23:21:42 +00:00
terry%mozilla.org
04480d28f4 Updated version string to 2.9 (development) 1999-11-19 15:57:00 +00:00
terry%mozilla.org
d2c51fe4bb Updated version string to 2.8 (shipping) 1999-11-19 15:56:28 +00:00
terry%mozilla.org
20d3d90a69 Was crashing if not using milestones. 1999-11-19 15:51:48 +00:00
terry%mozilla.org
af842d8536 Fixed bug 4889 -- don't allow new bugs to be submitted with a blank summary. 1999-11-19 14:50:57 +00:00
terry%mozilla.org
04b27d57fa Patch by Tom Schutter <tom@platte.com>: Added some more doc, fixed product description. 1999-11-18 17:29:58 +00:00
terry%mozilla.org
27e39bfe08 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.
1999-11-03 00:44:29 +00:00
terry%mozilla.org
1fc0f060c6 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.)
1999-11-02 22:14:11 +00:00
dmose%mozilla.org
2db9bdbbbe updated license boilerplate 1999-11-01 23:33:56 +00:00
terry%mozilla.org
54b6b45af8 Back out last change -- specific to mozilla.org, not to general consumers of bugzilla. 1999-10-28 20:18:03 +00:00
endico%mozilla.org
5bd64cf68e 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. 1999-10-28 20:12:52 +00:00
terry%mozilla.org
7265e9b718 Fix perl warning. 1999-10-21 18:19:48 +00:00
terry%mozilla.org
0eb8a53f6d Ignore the "shadow" and "temp" directories. 1999-10-20 16:26:04 +00:00
terry%mozilla.org
7b237526f9 Fix perl warning. 1999-10-20 15:17:37 +00:00
terry%mozilla.org
3f31c6d6f2 Fix perl warning. 1999-10-20 14:12:43 +00:00
terry%mozilla.org
a022fd1435 Fixed stupid perl warning. 1999-10-20 00:06:41 +00:00
terry%mozilla.org
527fe98dd2 Need to value_quote() things that go into VALUE attributes in HTML. 1999-10-19 21:27:41 +00:00
endico%mozilla.org
de3d16bcdb align "edit products" at the top so its not lost 3 screens down in the products list. 1999-10-19 21:26:39 +00:00
terry%mozilla.org
a4b1e43399 Fixed stupid perl warning. 1999-10-19 00:04:59 +00:00
terry%mozilla.org
b06439f614 Fixed stupid perl warnings. 1999-10-18 23:57:58 +00:00
terry%mozilla.org
1f12ca43e5 Fixed stupid perl warning. 1999-10-18 23:04:40 +00:00
terry%mozilla.org
210fae5515 Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing up the 'when' column in the bugs_activity table. 1999-10-14 22:35:12 +00:00
terry%mozilla.org
1d41655ca8 Patch by holger@holger.om.org (Holger Schurig) -- get the permissions right on the shadow directory. 1999-10-14 22:32:44 +00:00
terry%mozilla.org
f87d270875 Fix invalid SQL introduced by last patch. 1999-10-14 17:34:00 +00:00
terry%mozilla.org
f1d07fa0be Allow sorting of status whiteboard column. 1999-10-14 17:21:43 +00:00
terry%mozilla.org
89cd3b1c75 Removing the last vote on a bug was causing an SQL error. 1999-10-13 20:17:01 +00:00
terry%mozilla.org
30d63a4c52 Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing the
ability to edit components, products, and versions.  Yay!
1999-10-12 23:00:35 +00:00
terry%mozilla.org
c2cbdfc7f0 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.
1999-10-12 20:28:41 +00:00
terry%mozilla.org
644da3e59d 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!
1999-10-12 16:58:11 +00:00
terry%mozilla.org
9716d1f959 Patch by tom@platte.com (Tom Schutter) -- wasn't working if no groups
had isbuggroup set.
1999-10-12 16:52:25 +00:00
terry%mozilla.org
c05b90d8e4 Updating the vote cache should not update the date-last-changed field
in the bug.
1999-10-12 11:18:29 +00:00
terry%mozilla.org
a34292afc3 Got rid of silly debugging hack. 1999-10-11 21:19:46 +00:00
terry%mozilla.org
53a33fe098 Sort votes in decreasing order, not increasing. 1999-10-11 21:17:17 +00:00
terry%mozilla.org
5d0924fdfb Let's not keep everything locked up while regenerating. 1999-10-11 19:02:49 +00:00
terry%mozilla.org
2b2d779419 Stop reporting "area"; don't report voters on the CC line. 1999-10-11 18:54:45 +00:00
terry%mozilla.org
622cca3806 Make "rescanall" only check bugs which have changed in the last two days. 1999-10-11 18:23:21 +00:00
terry%mozilla.org
1913f31fc9 Added ability to run "processmail rescanall" to scan *every* bug for
any mail that ought to be sent to someone.
1999-10-11 18:18:39 +00:00
terry%mozilla.org
e4ec856a08 Oops; need extra directions to avoid problems when removing the "area" column. 1999-10-11 17:41:47 +00:00
terry%mozilla.org
3c2c5481bf Stupid hack to let things work with people who have bookmarked
vote-sorting URLs using the old style.
1999-10-11 17:21:18 +00:00
terry%mozilla.org
cb052f3b3d 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.
1999-10-11 17:14:32 +00:00
terry%mozilla.org
bb381f0492 Fixed bug 15890 -- was producing garbled SQL if doing a query
that required the bugs_activity table.
1999-10-08 23:45:42 +00:00
terry%mozilla.org
3aaa8ca320 Added ability to query by votes. 1999-10-08 14:47:21 +00:00
terry%mozilla.org
f99e209607 Added ability to query by votes. 1999-10-08 14:41:17 +00:00
terry%mozilla.org
4844fea98f Fixed bug 15808 -- previous change had busted querying of CC. 1999-10-08 14:01:02 +00:00
terry%mozilla.org
d5fe5efede Sorting by the vote column was busted. 1999-10-08 00:30:49 +00:00
terry%mozilla.org
58a7c6ecbc Added the ability for users to "vote" on which bugs they think should
be fixed.
1999-10-07 23:54:52 +00:00
terry%mozilla.org
cff64789ae Helpfile for voting feature. 1999-10-07 23:03:59 +00:00
terry%mozilla.org
835c140e1a Wow. Turns out this stuff would only handle 10 products. Did the
cheap fix that lets it handle 1000 products.
1999-10-06 20:37:37 +00:00
terry%mozilla.org
b49b2e40fd Missing some whitespace that may be vital. 1999-10-06 19:07:38 +00:00
terry%mozilla.org
0a1bb415dc Patch by holger@holger.om.org (Holger Schurig) -- cope if Chart::Lines module is unavailable. 1999-09-29 22:51:30 +00:00
terry%mozilla.org
8ccd410a48 Patch by holger@holger.om.org (Holger Schurig) -- one more fancy header that was missing. 1999-09-29 21:56:54 +00:00
terry%mozilla.org
7739b60824 Patch by holger@holger.om.org (Holger Schurig) -- was displaying header twice in some cases. 1999-09-27 22:22:24 +00:00
terry%mozilla.org
082965d92b Patch by Markus Rex <msrex@suse.de> -- add a param to contorl whether to show quips. 1999-09-27 21:25:19 +00:00
terry%mozilla.org
85f5f2de91 Don't send email notification of bug changes to people who aren't allowed to see that bug. 1999-09-25 20:35:52 +00:00
terry%mozilla.org
6b2e91abe8 Patch by holger@holger.om.org (Holger Schurig) -- more fixups to put proper header on pages. 1999-09-24 19:15:51 +00:00
terry%mozilla.org
3efe14a3d2 Patch by Tom Schutter <tom@platte.com> -- set component to 'GNATS Import' instead of $product 1999-09-23 21:35:29 +00:00
terry%mozilla.org
e7749e144e Patch by holger@holger.om.org (Holger Schurig) -- several cleanups. 1999-09-23 19:19:02 +00:00
terry%mozilla.org
92745287f7 Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on several pages that were missing it. 1999-09-23 19:08:03 +00:00
terry%mozilla.org
7d7deabbc9 Patch by Tom Schutter <tom@platte.com> -- was setting milestone descriptions to NULL instead of ''. 1999-09-22 15:55:56 +00:00
terry%mozilla.org
fda3004860 This is a perl script to help import bugs from a GNATS database into a
Bugzilla database.  Contributed by Tom Schutter <tom@platte.com>
1999-09-21 20:12:46 +00:00
terry%mozilla.org
1dc7fd856a Added a directory for contributed software. 1999-09-21 20:11:56 +00:00
terry%mozilla.org
cabd2989ff If a mangled "order" is specified, it was crashing. 1999-09-17 17:52:49 +00:00
terry%mozilla.org
a179babd15 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.
1999-09-15 17:25:28 +00:00
terry%mozilla.org
9a569a1b91 Whining mail wasn't generated correctly if usernames != email addresses. 1999-09-15 12:26:58 +00:00
endico%mozilla.org
20aadd6668 add milestone and bug owner to each bug, where appropriate. (repleaces chofmann.cgi) 1999-09-14 00:14:50 +00:00
terry%mozilla.org
09bb112935 Patch by fred@dicad.de (Friedhelm Goesling) -- make Javascript work under IE. 1999-09-10 18:53:51 +00:00
terry%mozilla.org
89395166ea Limit graph sizes to 64 inches in either dimension. (Yikes!) 1999-09-08 17:27:42 +00:00
terry%mozilla.org
f8133fbea7 Updated version string to 2.7 (development) 1999-08-30 23:02:52 +00:00
terry%mozilla.org
cf146c48b7 Updated version string to 2.6 (shipping) 1999-08-30 23:02:22 +00:00
terry%mozilla.org
6e6d3f2cd8 Don't spuriously quote newlines in the comment description. 1999-08-30 14:26:09 +00:00
endico%mozilla.org
f1407aee70 another M9 hard coded in to most doomed 1999-08-29 15:42:12 +00:00
terry%mozilla.org
3ceb3170da Don't even mention bugs that the user does not have permission to see. 1999-08-27 17:31:21 +00:00
terry%mozilla.org
dcba0152e7 Added a missing </form>. 1999-08-27 17:17:43 +00:00
terry%mozilla.org
2b36070790 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.
1999-08-27 17:17:29 +00:00
endico%mozilla.org
b20f3dc7c9 fixed a typo 1999-08-27 04:11:44 +00:00
endico%mozilla.org
7db400311f oops. M9 was haredwired in 1999-08-27 03:57:49 +00:00
terry%mozilla.org
f317f5da86 Patch suggested by dbaron@fas.harvard.edu -- kick the javascript on
loading, in case the default query has some relevant fields set.
1999-08-24 15:24:50 +00:00
terry%mozilla.org
54026d1e4e 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.
1999-08-19 00:06:01 +00:00
terry%mozilla.org
3b8bb259e5 Added OpenVMS to the list of operating systems. 1999-08-16 23:54:50 +00:00
terry%mozilla.org
5399226320 Wasn't using the 'emailsuffix' param. 1999-08-13 17:10:01 +00:00
endico%mozilla.org
5052cd1ab1 only claim that these are the 20 most doomed if we've left people off the list 1999-08-07 02:25:38 +00:00
endico%mozilla.org
8f64e71f14 limit Most Recently Doomed to the 20 most doomed. the full report takes forever 1999-08-07 01:49:03 +00:00
endico%mozilla.org
32ce413edb Add a new report "most recently doomed". 1999-08-07 00:38:09 +00:00
terry%mozilla.org
6a31420d39 Last patch didn't work -- perl doesn't like the "scaler" function. 1999-08-06 17:00:33 +00:00
endico%mozilla.org
f51390d1ad Oops. was counting closed bugs too. 1999-08-05 21:21:01 +00:00
endico%mozilla.org
f94cab1d47 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. 1999-08-05 20:48:51 +00:00
endico%mozilla.org
f931022791 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. 1999-08-05 20:02:20 +00:00
endico%mozilla.org
798dab9721 add image/jpeg, image/png and image/gif mime types 1999-08-04 17:36:43 +00:00
terry%mozilla.org
d7c3778e02 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).
1999-08-04 15:07:28 +00:00
terry%mozilla.org
6502f13700 Patch by msrex@suse.de -- was not giving an opportunity to resolve or verify a bunch of bugs at once. 1999-08-03 18:41:29 +00:00
terry%mozilla.org
cb3eb0d996 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...
1999-08-02 16:12:47 +00:00
terry%mozilla.org
f3d0d71ab2 Patch by jtg@varesearch.com -- fixed stupid typo in default value for
blurbhtml.
1999-07-26 20:50:10 +00:00