tara%tequilarista.org
14d7309972
Landing duplicates stuff from gervase markham
2000-10-23 22:01:31 +00:00
cyeh%bluemartini.com
5e2a75b8f3
fix for 49063: no sanity checking when setting duplicate. sanity checking
...
is done for the dup id field, but not for the originating bug id.
now checks to see if the original bug id is valid as well, although i don't
understand how this could get corrupted in the first place
2000-08-29 18:01:07 +00:00
cyeh%bluemartini.com
338843e401
fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.
...
patches by zach@zachlipton.com . Thanks!
2000-08-28 17:48:59 +00:00
dave%intrec.com
e5b22f2811
Re-fixing bug 30824 the correct way (which also fixes bug 46753)
2000-08-12 23:30:51 +00:00
tara%tequilarista.org
e3a7edc314
Landing Dave Miller's patch for #25693
2000-07-25 22:00:16 +00:00
endico%mozilla.org
bf19617f49
Bug moving code is now fully implemented. To use it, turn on the param and set the move related params.
2000-07-13 23:12:52 +00:00
terry%mozilla.org
167f735bc2
Keywords were already enforced to never differ only in capitalization. So, changed the code so that case no longer matters when typing in the name of a keyword.
2000-07-13 20:04:15 +00:00
cyeh%bluemartini.com
b0fedb997f
fixes for the attachment widths. fix by dave@intrec.com (Dave Miller),
...
original bug found by timeless@bemail.org
2000-07-05 18:21:54 +00:00
cyeh%bluemartini.com
0f0acf856e
Checkin for Bug 42851 'Use listbox with input for CC management on bug form'
...
contributed by dave@intrec.com (Dave Miller)
2000-06-21 19:03:45 +00:00
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