aboutsummaryrefslogtreecommitdiffstats
path: root/bug_form.pl
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 30597 - Hyperlinking the number of votes was causing some ↵jake%acutex.net2001-09-061-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
* Fix for bug 84338: initial implementation of attachment tracker, which lets ↵myk%mozilla.org2001-08-311-10/+18
| | | | | | | users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
* Fix for bug 95743: the role-accessible checkboxes were getting cleared if a ↵justdave%syndicomm.com2001-08-171-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
* Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields ↵justdave%syndicomm.com2001-08-131-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
* Refix bug 80289. Don't print header for groups if there aren't any groups to ↵jake%acutex.net2001-06-281-3/+6
| | | | | | | display (was printing a header without groups in rare instances). Patch by Joe Robins <jmrobins@tgix.com> r= jake@acutex.net
* Fixing "used only once" errors flagged by tinderbox on the last checkin.justdave%syndicomm.com2001-06-271-0/+1
|
* Fix for bug 80289: Group restrictions are now identified with checkboxes ↵justdave%syndicomm.com2001-06-271-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
* Fix for bug 75482: adding the capability to deactivate a group without ↵justdave%syndicomm.com2001-06-061-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
* Correcting my email address in the commentsjustdave%syndicomm.com2001-04-171-1/+1
|
* fix for bug 67482: parens in user's real name was confusing bugzilla. Patch ↵dave%intrec.com2001-02-271-5/+2
| | | | by jake@acutex.net
* Fix for bug 69269: misleading comment for reassign by component when QA ↵dave%intrec.com2001-02-211-1/+3
| | | | Contact is in use.
* Re-fixing bug 30694. part of the original patch got left out.dave%intrec.com2001-01-251-5/+2
|
* Fix for bug 30694: adds title attributes to bug links with bug status and ↵dave%intrec.com2001-01-251-12/+3
| | | | description. Patch by jake@acutex.net
* Fix for bug 45784: URL field truncated at quote marks. Patch bydave%intrec.com2001-01-241-2/+2
| | | | jake@acutex.net
* patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title ↵dmose%mozilla.org2000-12-071-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
* fix/enhancement from 53951:[rfe] make bug# link on show_bug.cgi an absolute linkcyeh%bluemartini.com2000-11-011-1/+1
| | | | so that saved copies of show_bug are useful. patch by dave@intrec.com, r=cyeh
* html fix to reclose 21583cyeh%bluemartini.com2000-09-061-1/+1
|
* fix for 38463: show_bug.cgi: colon in "keywords:" not part of linkcyeh%bluemartini.com2000-08-301-1/+1
|
* fix for 31081: Make comment field in bug view larger.cyeh%bluemartini.com2000-08-291-1/+1
|
* fix for 21583: Buzilla attachments should say what kind of file they arecyeh%bluemartini.com2000-08-291-3/+3
|
* A menu was being created too early, before it is possible to avoiddmose%mozilla.org2000-07-281-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.
* change '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a ↵endico%mozilla.org2000-07-141-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.
* move the 'Move Bug" button so its less likely to be confused with the commit ↵endico%mozilla.org2000-07-141-6/+5
| | | | button
* Bug moving code is now fully implemented. To use it, turn on the param and ↵endico%mozilla.org2000-07-141-2/+32
| | | | set the move related params.
* fixes for the attachment widths. fix by dave@intrec.com (Dave Miller),cyeh%bluemartini.com2000-07-061-7/+7
| | | | original bug found by timeless@bemail.org
* Checkin for Bug 42851 'Use listbox with input for CC management on bug form'cyeh%bluemartini.com2000-06-221-27/+51
| | | | contributed by dave@intrec.com (Dave Miller)
* Separate viewbugactivityformatforprinting with a vertical bar so the two ↵endico%mozilla.org2000-06-121-1/+2
| | | | links don't run together into one incomprehensible sentence
* better implementation of realnames support. remove overhead of two sqlcyeh%bluemartini.com2000-04-261-7/+8
| | | | calls from bug_form.
* Add conditional support to display users real name in bug reports if usercyeh%bluemartini.com2000-04-221-3/+6
| | | | | | entered in that information. Thanks to Chris Baldwin <cbaldwin@redback.com> for providing the patch.
* backing out because this has broken bugzilla.mozilla.org. the choice is no ↵endico%mozilla.org2000-04-191-1/+1
| | | | longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates.
* bug 25010 add ability to easily edit groupsdonm%bluemartini.com2000-04-191-1/+1
|
* adding a 'can confirm' radiobutton to 'reassign by component'dmose%mozilla.org2000-03-291-0/+3
|
* allow users to watch the bugs of other usersdmose%mozilla.org2000-03-291-2/+8
|
* Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org2000-03-221-5/+3
| | | | of different target milestones by product.
* Italicize the "Additional Comments From" stuff, so that you can tellterry%mozilla.org2000-03-111-88/+2
| | | | | the difference between new comments and people copying stuff in from old comments.
* Never let ", <, or > be matched as part of a URL.terry%mozilla.org2000-03-111-1/+1
|
* Patch by Peter Schweiger <schweiger.peter@litef.de> -- date formattingterry%mozilla.org2000-03-081-1/+1
| | | | string wasn't working with modern MySQL engines.
* Display all possible state transitions in a bug if the user is notterry%mozilla.org2000-02-171-4/+11
| | | | | | 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.
* Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org2000-02-171-33/+67
| | | | | | | | | | | | "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.
* Simplify dependency wording.terry%mozilla.org2000-02-031-2/+2
|
* Patch by Rob Baham <robb@scitechsoft.com> -- links to other bugsterry%mozilla.org2000-01-271-2/+2
| | | | should be relative URLs, not absolute.
* Add a space after the comma when listing a bug with multiple keywords,terry%mozilla.org2000-01-171-1/+1
| | | | to be consistant with the way it gets listed in bug lists.
* Added a missing PutFooter().terry%mozilla.org2000-01-151-0/+1
|
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-0/+2
| | | | | | | 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.
* Add support for a new "keywords" feature. This lets some centralterry%mozilla.org2000-01-071-0/+19
| | | | | | | | | | | | 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".
* Oops; previous patch caused extra percent-signs to appear in installations ↵terry%mozilla.org1999-12-041-1/+1
| | | | running older versions of MySQL.
* Fixed bug 20126 -- use more international-friendly (and Y2K happier) date ↵terry%mozilla.org1999-12-041-3/+3
| | | | formats.
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
|
* Fixed stupid perl warnings.terry%mozilla.org1999-10-191-0/+16
|
* Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1999-10-081-6/+18
| | | | be fixed.