Граф коммитов

39 Коммитов

Автор SHA1 Сообщение Дата
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
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 23fbfe14b9 Allow whitespace to be used to separate keywords. 2000-01-19 19:32:05 +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 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 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 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 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 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 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 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
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
dmose%mozilla.org 2db9bdbbbe updated license boilerplate 1999-11-01 23:33:56 +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 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 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
bryce-mozilla%nextbus.com 98a6b37482 More tiny battles in the HTML syntax error war 1999-07-08 23:06:47 +00:00
terry%mozilla.org c067e326e2 Notify by mail whenever a related bug changes status. 1999-05-27 18:18:29 +00:00
terry%mozilla.org cfa0b79063 Added dependencies, so that you can mark which bugs depend on which
other ones.
1999-05-27 14:13:41 +00:00
terry%mozilla.org 4aee2ab191 Avoid mid-air collisions (implementing a suggestion by
py8ieh=bugzilla@bath.ac.uk).
1999-05-25 19:22:31 +00:00
bryce-mozilla%nextbus.com 0ef872b89e "nospam" feature. BugZilla will no longer email the person submitting
the change (after all, they are right there viewing things interactively).
To make this clear to everyone, print out the exact email list as each
bug is processed.
1999-05-12 05:22:36 +00:00
terry%mozilla.org d420a7fa67 Oops; back out last change; was checked in by mistake (and with the wrong log comment, too). 1999-05-10 23:15:09 +00:00
terry%mozilla.org c55bc08694 Remember the 'changedin' field when memorizing queries. 1999-05-10 23:12:50 +00:00
terry%netscape.com 1cb8909d0c Added 'groups' stuff, where we have different group bits that we can
put on a person or on a bug.  Some of the group bits control access to bugzilla
features.  And a person can't access a bug unless he has every group bit set
that is also set on the bug.
1999-03-11 16:30:54 +00:00
terry%netscape.com 0e8c52885c Fixed stupid typo. 1999-01-27 21:23:06 +00:00
terry%netscape.com 492d05d580 Added three new fields (which appear in the UI only if params are
turned on): target_milestone, qa_contact, and status_whiteboard.
1999-01-27 21:17:10 +00:00
terry%netscape.com b620ca5817 When viewing a bug, make it possible to change its OS. 1999-01-15 20:39:20 +00:00
terry%netscape.com c45b857ece Got rid of some harmless warning messages. 1998-12-09 19:27:37 +00:00
terry%netscape.com ca1d736df9 Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. 1998-11-20 19:18:37 +00:00
terry%netscape.com ec976b2cdc Wasn't handling spaces in components or versions correctly. 1998-11-18 05:38:43 +00:00
terry%netscape.com 68314873bf Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. 1998-11-16 19:43:50 +00:00
terry%netscape.com 6410573932 Fixed bug 827 -- silly me still had a reference to a .tcl file. Oops! 1998-09-16 14:36:38 +00:00
terry%netscape.com c5465798e0 Everything has been ported to now run under Perl. 1998-09-15 21:49:26 +00:00
terry%netscape.com 170c1d4053 Give a better message, in the case that someone changes a bug that had
an invalid component or version field.  (Like, for example, all the
new NGLayout bugs.)
1998-09-04 14:30:04 +00:00
terry%netscape.com de183621a7 Fixed bug 513 -- adding CC field caused crash. 1998-08-28 18:32:15 +00:00
terry%netscape.com 5bc14685ee Fixed bug 538 -- can now search through summary and description fields. 1998-08-27 17:22:23 +00:00
terry%netscape.com 0be4b6cf6d Bugzilla source. 1998-08-26 06:14:20 +00:00