summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
AgeCommit message (Collapse)AuthorFilesLines
2002-01-30Fix for bug 104521: Removes old attachment interface in favor of new ↵myk%mozilla.org1-21/+6
attachment tracker. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,kiko
2001-12-10Re-fix for bug 102141: The prior checkin on this bug caused an error if you ↵justdave%syndicomm.com1-1/+2
could only see one product and you tried to change a bug. Fix by David Kilzer <ddk@theracingworld.com> r= justdave, bbaetz
2001-11-21Fix for bug 102141: SECURITY FIX - the Product popup menu on the show_bug ↵justdave%syndicomm.com1-4/+44
form listed all products, even if the user didn't have access to all of them. It now only shows products the user has access to (and the product the bug is in, if the user is viewing it because of some other override) Patch by George Hotelling <george.hotelling@iconideas.com> and Dave Miller <justdave@syndicomm.com> r= bbaetz, caillon
2001-11-08Bug 101166 - users seeing a bug via _accessible bits should see that itsbbaetz%cs.mcgill.ca1-12/+23
the group r=justdave,jake
2001-11-07Refixing bug 71840 - The name should be the 'name' should be the same as ↵jake%acutex.net1-1/+1
what the 'href' points it too... r= justdave@syndicomm.com
2001-10-20Bug 71840 - Make comments referenceable using a #c4 to get the fourth comment.jake%acutex.net1-3/+3
Patch by Gerv <gerv@mozilla.org> and Myself. r= jake@acutex.net, gerv@mozilla.org, justdave@syndicomm.com
2001-10-20Backing out previous change, the wrong patch got checked in.jake%acutex.net1-1/+1
2001-10-20Bug 71840 - make comments referenceable. Patch by gerv/jake. r=justdave, ↵gerv%gerv.net1-1/+1
jake/gerv.
2001-10-19Bug 60818 - make Bugzilla cope with MIME types with parameters. Patch by ↵gerv%gerv.net1-0/+1
gerv, r=myk.
2001-10-13Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com1-10/+10
remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
2001-10-12Backing out Gerv's checkin for bug 71840. Per the bug report, it did not ↵justdave%syndicomm.com1-1/+1
have proper review first, and myk objected to what got landed on irc.
2001-10-12Bug 71840 - Make comments referenceable. Patch by gerv; r=myk, jake (ish :-).gerv%gerv.net1-1/+1
2001-10-12Bug 76161 - Don't select "resolve as dup" radio button when exiting empty ↵gerv%gerv.net1-1/+1
dupe field. Patch by justdave, r=jake, caillon.
2001-10-02Fix for bug 52885: automatic radio selection for reassign shouldn'tzach%zachlipton.com1-1/+1
trigger if new text is same as original owner or empty. Patch by Christopher Aillon (caillon@returnzero.com). R=Bradley Baetz (bbaetz@cs.mcgill.ca). No 2nd review needed.
2001-09-06Fix for bug 30597 - Hyperlinking the number of votes was causing some ↵jake%acutex.net1-4/+7
confusion because it was such a small link, yet the most useful. Instead, we now have a link labeled "Show votes for this bug". Patch by Matthew Tuck <matty@chariot.net.au> r= louie@ximian.com, jake@acutex.net
2001-08-31Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org1-10/+18
users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
2001-08-17Fix for bug 95743: the role-accessible checkboxes were getting cleared if a ↵justdave%syndicomm.com1-7/+5
user with group access had to log in to make changes to a public bug. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
2001-08-13Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields ↵justdave%syndicomm.com1-35/+57
can now be given access to view a bug even if the permissions on that bug are set to a group that would normally exclude those people. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
2001-06-29Refix bug 80289. Don't print header for groups if there aren't any groups to ↵jake%acutex.net1-3/+6
display (was printing a header without groups in rare instances). Patch by Joe Robins <jmrobins@tgix.com> r= jake@acutex.net
2001-06-27Fixing "used only once" errors flagged by tinderbox on the last checkin.justdave%syndicomm.com1-0/+1
2001-06-27Fix for bug 80289: Group restrictions are now identified with checkboxes ↵justdave%syndicomm.com1-12/+23
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-06Fix for bug 75482: adding the capability to deactivate a group without ↵justdave%syndicomm.com1-1/+8
deleting it (prevent new bugs from being placed into that group, but don't remove the group restriction from bugs already in it). Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
2001-04-17Correcting my email address in the commentsjustdave%syndicomm.com1-1/+1
2001-02-27fix for bug 67482: parens in user's real name was confusing bugzilla. Patch ↵dave%intrec.com1-5/+2
by jake@acutex.net
2001-02-21Fix for bug 69269: misleading comment for reassign by component when QA ↵dave%intrec.com1-1/+3
Contact is in use.
2001-01-25Re-fixing bug 30694. part of the original patch got left out.dave%intrec.com1-5/+2
2001-01-25Fix for bug 30694: adds title attributes to bug links with bug status and ↵dave%intrec.com1-12/+3
description. Patch by jake@acutex.net
2001-01-24Fix for bug 45784: URL field truncated at quote marks. Patch bydave%intrec.com1-2/+2
jake@acutex.net
2000-12-07patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title ↵dmose%mozilla.org1-3/+4
attribute containing status and short description to various bug links. In some browsers (most Mozilla builds, at least) this makes the status and short description available as a tooltip, so it is no longer necessary to click through to see it. r=dmose@mozilla.org
2000-11-01fix/enhancement from 53951:[rfe] make bug# link on show_bug.cgi an absolute linkcyeh%bluemartini.com1-1/+1
so that saved copies of show_bug are useful. patch by dave@intrec.com, r=cyeh
2000-09-06html fix to reclose 21583cyeh%bluemartini.com1-1/+1
2000-08-30fix for 38463: show_bug.cgi: colon in "keywords:" not part of linkcyeh%bluemartini.com1-1/+1
2000-08-30fix for 31081: Make comment field in bug view larger.cyeh%bluemartini.com1-1/+1
2000-08-29fix for 21583: Buzilla attachments should say what kind of file they arecyeh%bluemartini.com1-3/+3
2000-07-28A menu was being created too early, before it is possible to avoiddmose%mozilla.org1-2/+2
creating the menu with an invalid default selection. This was causing bugzilla to (incorrectly) spew a database corruption error when attempting to view a bug that had been resolved MOVED. Why this wasn't causing the same problem with DUPLICATE resolutions, I don't know. Moved the menu creation later in the code, so that it only happens after it has been ensured that the default selection is not going to be MOVED.
2000-07-14change '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a ↵endico%mozilla.org1-2/+2
list of resolutions which a bug may be changed to in the bug form and consists of all legal resolutions except 'MOVED' and 'DUPLICATE', since setting a bug to those resolutions requires a special process.
2000-07-14move the 'Move Bug" button so its less likely to be confused with the commit ↵endico%mozilla.org1-6/+5
button
2000-07-14Bug moving code is now fully implemented. To use it, turn on the param and ↵endico%mozilla.org1-2/+32
set the move related params.
2000-07-06fixes for the attachment widths. fix by dave@intrec.com (Dave Miller),cyeh%bluemartini.com1-7/+7
original bug found by timeless@bemail.org
2000-06-22Checkin for Bug 42851 'Use listbox with input for CC management on bug form'cyeh%bluemartini.com1-27/+51
contributed by dave@intrec.com (Dave Miller)
2000-06-12Separate viewbugactivityformatforprinting with a vertical bar so the two ↵endico%mozilla.org1-1/+2
links don't run together into one incomprehensible sentence
2000-04-26better implementation of realnames support. remove overhead of two sqlcyeh%bluemartini.com1-7/+8
calls from bug_form.
2000-04-22Add conditional support to display users real name in bug reports if usercyeh%bluemartini.com1-3/+6
entered in that information. Thanks to Chris Baldwin <cbaldwin@redback.com> for providing the patch.
2000-04-19backing out because this has broken bugzilla.mozilla.org. the choice is no ↵endico%mozilla.org1-1/+1
longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates.
2000-04-19bug 25010 add ability to easily edit groupsdonm%bluemartini.com1-1/+1
2000-03-29adding a 'can confirm' radiobutton to 'reassign by component'dmose%mozilla.org1-0/+3
2000-03-29allow users to watch the bugs of other usersdmose%mozilla.org1-2/+8
2000-03-22Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org1-5/+3
of different target milestones by product.
2000-03-11Italicize the "Additional Comments From" stuff, so that you can tellterry%mozilla.org1-88/+2
the difference between new comments and people copying stuff in from old comments.
2000-03-11Never let ", <, or > be matched as part of a URL.terry%mozilla.org1-1/+1