Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-06-27 | Fix for bug 80289: Group restrictions are now identified with checkboxes ↵ | justdave%syndicomm.com | 1 | -11/+41 | |
instead of select widgets. Also, product groups are now only offered if they are either already set, or match the current product (i.e. the option to set a product bit for a product other than the one the bug is in is no longer available) This results in much less clutter for the admin folks on sites with lots of products. Patch by Joe Robbins <jmrobins@tgix.com> r= justdave@syndicomm.com | |||||
2001-06-08 | Fix for bug 15980: Password is no longer shown in the location bar on the ↵ | justdave%syndicomm.com | 1 | -2/+8 | |
first page you load after logging in. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net | |||||
2001-06-07 | Fix for bug 21253: removing all single-parameter system() calls from Bugzilla | justdave%syndicomm.com | 1 | -2/+2 | |
Patch by Dave Miller <justdave@syndicomm.com> r= tara@tequilarista.org | |||||
2001-06-03 | Landing Myk's patch for bug #71767 | tara%tequilarista.org | 1 | -6/+20 | |
2001-06-01 | Bugzilla was leaking information about bugs marked secure (using bug ↵ | jake%acutex.net | 1 | -28/+42 | |
groups). This checkin fixes bugs 39524, 39527, 39531, and 39533. Patches by Myk Melez <myk@mozilla.org>. r= jake@acutex.net | |||||
2001-04-17 | Correcting my email address in the comments | justdave%syndicomm.com | 1 | -1/+1 | |
2001-03-12 | Fix for bug 71606: Duplicates not getting marked in comments which bug ↵ | dave%intrec.com | 1 | -1/+1 | |
they're a dupe of. | |||||
2001-03-11 | Fix for bug 7873: Duplicate marking now happens AFTER privs are checked to ↵ | dave%intrec.com | 1 | -32/+36 | |
make sure a) the user is allowed to dupe it, and b) the change hasn't caused a midair collision. | |||||
2001-03-10 | back out change | cyeh%bluemartini.com | 1 | -2/+4 | |
2001-03-10 | fix for 70039: Mid-air collision page confusing, users think comments will ↵ | cyeh%bluemartini.com | 1 | -4/+2 | |
be lost | |||||
2001-02-27 | fix for bug 51670: Dependency loops are possible | cyeh%bluemartini.com | 1 | -1/+23 | |
we now search each list (dependson, blocks) to see if a bug number shows up in each list. a bug can't be dependent upon and block the same bug. also make it so you can't set a bug blocking or dependent on itself. | |||||
2001-02-24 | Oops, typo in patch. = -> eq | dave%intrec.com | 1 | -2/+2 | |
2001-02-23 | fix for 66876: Using userids (mediumint) for initialowner and initialqacontact | cyeh%bluemartini.com | 1 | -5/+4 | |
based on patch submitted by baulig@suse.de (Martin Baulig). | |||||
2001-02-22 | Fix for bug 49306: Resolution field getting cleared on midair-collision. | dave%intrec.com | 1 | -6/+3 | |
2001-02-16 | fix for 28676 : | cyeh%bluemartini.com | 1 | -0/+22 | |
When a bug is marked duplicate, the reporter should be added to the bug that it duplicated. patch submitted by jake@acutex.net (Jake). | |||||
2001-02-15 | fix for bug found in original 17464 patch, where removal from the CC list ↵ | dmose%mozilla.org | 1 | -5/+41 | |
was not generating a mail. r=donm@bluemartini.com | |||||
2001-01-18 | Cleaning up the language for matty for bug #45213 | tara%tequilarista.org | 1 | -2/+2 | |
2000-12-14 | Formatting change. Trivial. | gerv%gerv.net | 1 | -1/+1 | |
2000-10-24 | Landing duplicates stuff from gervase markham | tara%tequilarista.org | 1 | -1/+5 | |
2000-08-30 | fix for 49063: no sanity checking when setting duplicate. sanity checking | cyeh%bluemartini.com | 1 | -0/+7 | |
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 | fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves. | cyeh%bluemartini.com | 1 | -1/+1 | |
patches by zach@zachlipton.com. Thanks! | |||||
2000-08-13 | Re-fixing bug 30824 the correct way (which also fixes bug 46753) | dave%intrec.com | 1 | -3/+2 | |
2000-07-26 | Landing Dave Miller's patch for #25693 | tara%tequilarista.org | 1 | -0/+1 | |
2000-07-14 | Bug moving code is now fully implemented. To use it, turn on the param and ↵ | endico%mozilla.org | 1 | -0/+12 | |
set the move related params. | |||||
2000-07-14 | Keywords were already enforced to never differ only in capitalization. So, ↵ | terry%mozilla.org | 1 | -2/+1 | |
changed the code so that case no longer matters when typing in the name of a keyword. | |||||
2000-07-06 | fixes for the attachment widths. fix by dave@intrec.com (Dave Miller), | cyeh%bluemartini.com | 1 | -0/+1 | |
original bug found by timeless@bemail.org | |||||
2000-06-22 | Checkin for Bug 42851 'Use listbox with input for CC management on bug form' | cyeh%bluemartini.com | 1 | -4/+9 | |
contributed by dave@intrec.com (Dave Miller) | |||||
2000-06-03 | allow the reporter of a bug to change the status of a bug (e.g. reopen it) ↵ | endico%mozilla.org | 1 | -0/+6 | |
even if they don't have the editbug bit set. | |||||
2000-05-18 | Making all system calls use paramter arguments | tara%tequilarista.org | 1 | -2/+2 | |
2000-05-09 | Add a new param, musthavemilestoneonaccept, which requires users to | terry%mozilla.org | 1 | -2/+25 | |
set the target milestone when accepting a bug. | |||||
2000-03-29 | adding a 'can confirm' radiobutton to 'reassign by component' | dmose%mozilla.org | 1 | -0/+3 | |
2000-03-29 | allow users to watch the bugs of other users | dmose%mozilla.org | 1 | -33/+34 | |
2000-03-22 | Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definition | terry%mozilla.org | 1 | -6/+25 | |
of different target milestones by product. | |||||
2000-03-11 | Sigh. We now need to lock the attachments table, too, just in case a | terry%mozilla.org | 1 | -1/+1 | |
midair collision happens which needs to generate text which needs to look at the attachments table. Sigh. | |||||
2000-03-11 | Italicize the "Additional Comments From" stuff, so that you can tell | terry%mozilla.org | 1 | -4/+4 | |
the difference between new comments and people copying stuff in from old comments. | |||||
2000-03-08 | Oops! canconfirm bit wasn't actually working. | terry%mozilla.org | 1 | -16/+9 | |
2000-02-26 | Make a universal routine to report errors in forms, so that we can | terry%mozilla.org | 1 | -55/+30 | |
have a universal (and more noticable) way of displaying them. | |||||
2000-02-18 | Added an optional ability to keep a read-only shadow database, so that | terry%mozilla.org | 1 | -2/+2 | |
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-18 | Fixed bug where it was complaining that people without permissions | terry%mozilla.org | 1 | -0/+6 | |
were changing the resolution, even if they weren't. | |||||
2000-02-18 | Display all possible state transitions in a bug if the user is not | terry%mozilla.org | 1 | -0/+3 | |
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-18 | Ignore leading and trailing whitespace when trying to decide if | terry%mozilla.org | 1 | -0/+3 | |
someone changed something. | |||||
2000-02-18 | Removed stupid debugging printf. | terry%mozilla.org | 1 | -1/+0 | |
2000-02-17 | Major spankage. Added a new state, UNCONFIRMED. Added new groups, | terry%mozilla.org | 1 | -6/+133 | |
"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-16 | Lock the tables as low-priority when writing. Maybe makes people making ↵ | terry%mozilla.org | 1 | -1/+6 | |
changes wait longer, but people doing read-only stuff should now never block for very long. | |||||
2000-02-02 | Nothing was checking that the bug number you entered for a duplicate | terry%mozilla.org | 1 | -7/+9 | |
bug was actually a legal bug number. | |||||
2000-02-01 | REOPENing a bug now clears the resolution; most people will agree it | terry%mozilla.org | 1 | -0/+1 | |
should have always had this behavior. | |||||
2000-01-22 | Added a new table fielddefs that records information about the | terry%mozilla.org | 1 | -4/+16 | |
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-21 | Moved all the long descriptions out of the bugs table, and into a new | terry%mozilla.org | 1 | -1/+1 | |
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 | Allow whitespace to be used to separate keywords. | terry%mozilla.org | 1 | -2/+4 | |
2000-01-17 | Added a "keywords" field to a bug, which is a cached string-based copy | terry%mozilla.org | 1 | -18/+19 | |
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. |