endico%mozilla.org
3092a1565e
allow the reporter of a bug to change the status of a bug (e.g. reopen it) even if they don't have the editbug bit set.
2000-06-02 18:54:55 +00:00
tara%tequilarista.org
cd0ec38766
Making all system calls use paramter arguments
2000-05-17 21:29:33 +00:00
terry%mozilla.org
17d5bc74a2
Add a new param, musthavemilestoneonaccept, which requires users to
...
set the target milestone when accepting a bug.
2000-05-08 22:00:38 +00:00
dmose%mozilla.org
1393f2119c
adding a 'can confirm' radiobutton to 'reassign by component'
2000-03-29 00:34:56 +00:00
dmose%mozilla.org
e518bda069
allow users to watch the bugs of other users
2000-03-28 21:31:24 +00:00
terry%mozilla.org
738bae3187
Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definition
...
of different target milestones by product.
2000-03-21 16:47:06 +00:00
terry%mozilla.org
113b3f9515
Sigh. We now need to lock the attachments table, too, just in case a
...
midair collision happens which needs to generate text which needs to
look at the attachments table. Sigh.
2000-03-10 22:26:55 +00:00
terry%mozilla.org
7b4a529521
Italicize the "Additional Comments From" stuff, so that you can tell
...
the difference between new comments and people copying stuff in from
old comments.
2000-03-10 18:01:32 +00:00
terry%mozilla.org
92897badb9
Oops! canconfirm bit wasn't actually working.
2000-03-07 21:29:19 +00:00
terry%mozilla.org
e54ca33f1f
Make a universal routine to report errors in forms, so that we can
...
have a universal (and more noticable) way of displaying them.
2000-02-25 19:32:47 +00:00
terry%mozilla.org
9775eaa834
Added an optional ability to keep a read-only shadow database, so that
...
bug queries can be run against it, so that these slow queries won't be
able to tie up the rest of the system.
2000-02-17 21:41:39 +00:00
terry%mozilla.org
40cb419652
Fixed bug where it was complaining that people without permissions
...
were changing the resolution, even if they weren't.
2000-02-17 19:27:46 +00:00
terry%mozilla.org
10d1275a05
Display all possible state transitions in a bug if the user is not
...
logged in. Since they haven't logged in, we don't know what they will
be allowed to do. And users who disable cookies tend to pretty often
not be logged in.
2000-02-17 15:53:40 +00:00
terry%mozilla.org
09c331bfc8
Ignore leading and trailing whitespace when trying to decide if
...
someone changed something.
2000-02-17 15:11:37 +00:00
terry%mozilla.org
c6b8a30376
Removed stupid debugging printf.
2000-02-17 15:09:32 +00:00
terry%mozilla.org
0f934486ff
Major spankage. Added a new state, UNCONFIRMED. Added new groups,
...
"editbugs" and "canconfirm". People without these states are now much
more limited in what they can do.
For backwards compatability, by default all users will have the
editbugs and canconfirm bits on them. Installing this changes as is
should only have one major visible effect -- an UNCONFIRMED state
will appear in the query page. But no bugs will become in that state,
until you tweak some of the new voting-related parameters you'll find
when editing products.
2000-02-17 05:15:23 +00:00
terry%mozilla.org
a85b595ff3
Lock the tables as low-priority when writing. Maybe makes people making changes wait longer, but people doing read-only stuff should now never block for very long.
2000-02-15 21:29:14 +00:00
terry%mozilla.org
e395888ed8
Nothing was checking that the bug number you entered for a duplicate
...
bug was actually a legal bug number.
2000-02-01 23:48:13 +00:00
terry%mozilla.org
c8bd765633
REOPENing a bug now clears the resolution; most people will agree it
...
should have always had this behavior.
2000-01-31 22:50:10 +00:00
terry%mozilla.org
351bf0b663
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
aeeb27f185
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
219255e614
Allow whitespace to be used to separate keywords.
2000-01-19 19:32:05 +00:00
terry%mozilla.org
b1e16d66ea
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
638bec378a
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
853edc6444
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
c82965dccc
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
cd3d3b7544
Was sometimes putting a silly timestamp in the change log.
2000-01-13 17:46:01 +00:00
terry%mozilla.org
0322b4e8e2
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
35aa5f99e8
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
e768608592
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
d7510467b3
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
04e349a7b8
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
7c1f7185c8
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
18f71469a1
updated license boilerplate
1999-11-01 23:33:56 +00:00
terry%mozilla.org
8cd1b485cd
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
b850ef35ce
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
00e1989d67
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
3eda4debcb
More tiny battles in the HTML syntax error war
1999-07-08 23:06:47 +00:00
terry%mozilla.org
5c14d16fe9
Notify by mail whenever a related bug changes status.
1999-05-27 18:18:29 +00:00
terry%mozilla.org
7c73172489
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
520571a268
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
01f3d8c87b
"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
adf4df2ef0
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
a33488409f
Remember the 'changedin' field when memorizing queries.
1999-05-10 23:12:50 +00:00
terry%netscape.com
ac6b592a3c
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
94939a8fa1
Fixed stupid typo.
1999-01-27 21:23:06 +00:00
terry%netscape.com
4a24d1190c
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
547ab2daeb
When viewing a bug, make it possible to change its OS.
1999-01-15 20:39:20 +00:00
terry%netscape.com
5ebc7967e9
Got rid of some harmless warning messages.
1998-12-09 19:27:37 +00:00
terry%netscape.com
ec25a8bc94
Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.
1998-11-20 19:18:37 +00:00