aboutsummaryrefslogtreecommitdiffstats
path: root/bug_form.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 150829 - 'My Votes' link missing from footerbbaetz%student.usyd.edu.au2002-07-101-1/+2
| | | | r=myk, jouni
* Bug 151714 - user with no canconfirm permission should not get option tobbaetz%student.usyd.edu.au2002-07-091-2/+4
| | | | | mark bugs they reported as NEW r=jouni, myk
* Bug 155388: <link> elements for next/prev/first/last in buglists didn't ↵jouni%heikniemi.net2002-07-061-0/+4
| | | | | | appear post-templatization. r=gerv,bbaetz
* Fix for bug 99203: Implements bug aliases feature.myk%mozilla.org2002-07-041-2/+2
| | | | r=bbaetz,jouni
* Fix for bug 151658: get UI for moving bugs showing again.myk%mozilla.org2002-06-141-1/+1
| | | | r=gerv,bbaetz
* Oops - mistook the reference vs. copy behaviour. r=hixie, ddk on IRC.gerv%gerv.net2002-05-091-0/+1
|
* Bug 143066 - footer shows as logged out on show_bug.cgi. Patch by gerv; 2xr=ddkgerv%gerv.net2002-05-091-2/+1
|
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net2002-04-241-5/+4
| | | | afranke.
* Bug 136751 - warnings with show_bug.cgibbaetz%student.usyd.edu.au2002-04-151-5/+5
| | | | r=justdave x2
* Bug 110012 - show_bug templatisation. r=bbaetz, afranke.gerv%gerv.net2002-03-241-568/+257
|
* Bug 110013 - templatize describecomponents.cgibbaetz%student.usyd.edu.au2002-02-141-7/+12
| | | | r=gerv, afranke
* Bug 97471 - The assignee and qa contact should always be able to see theirbbaetz%student.usyd.edu.au2002-02-131-9/+9
| | | | | bugs r=justdave, afranke
* Fix for bug 104521: Removes old attachment interface in favor of new ↵myk%mozilla.org2002-01-301-21/+6
| | | | | | | attachment tracker. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,kiko
* Re-fix for bug 102141: The prior checkin on this bug caused an error if you ↵justdave%syndicomm.com2001-12-101-1/+2
| | | | | | | | could only see one product and you tried to change a bug. Fix by David Kilzer <ddk@theracingworld.com> r= justdave, bbaetz
* Fix for bug 102141: SECURITY FIX - the Product popup menu on the show_bug ↵justdave%syndicomm.com2001-11-211-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
* Bug 101166 - users seeing a bug via _accessible bits should see that itsbbaetz%cs.mcgill.ca2001-11-081-12/+23
| | | | | | the group r=justdave,jake
* Refixing bug 71840 - The name should be the 'name' should be the same as ↵jake%acutex.net2001-11-071-1/+1
| | | | | | what the 'href' points it too... r= justdave@syndicomm.com
* Bug 71840 - Make comments referenceable using a #c4 to get the fourth comment.jake%acutex.net2001-10-201-3/+3
| | | | | Patch by Gerv <gerv@mozilla.org> and Myself. r= jake@acutex.net, gerv@mozilla.org, justdave@syndicomm.com
* Backing out previous change, the wrong patch got checked in.jake%acutex.net2001-10-201-1/+1
|
* Bug 71840 - make comments referenceable. Patch by gerv/jake. r=justdave, ↵gerv%gerv.net2001-10-201-1/+1
| | | | jake/gerv.
* Bug 60818 - make Bugzilla cope with MIME types with parameters. Patch by ↵gerv%gerv.net2001-10-191-0/+1
| | | | gerv, r=myk.
* Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com2001-10-131-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
* Backing out Gerv's checkin for bug 71840. Per the bug report, it did not ↵justdave%syndicomm.com2001-10-121-1/+1
| | | | | | have proper review first, and myk objected to what got landed on irc.
* Bug 71840 - Make comments referenceable. Patch by gerv; r=myk, jake (ish :-).gerv%gerv.net2001-10-121-1/+1
|
* Bug 76161 - Don't select "resolve as dup" radio button when exiting empty ↵gerv%gerv.net2001-10-121-1/+1
| | | | dupe field. Patch by justdave, r=jake, caillon.
* Fix for bug 52885: automatic radio selection for reassign shouldn'tzach%zachlipton.com2001-10-021-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.
* 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.