aboutsummaryrefslogtreecommitdiffstats
path: root/bug_form.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 150829 - 'My Votes' link missing from footerbbaetz%student.usyd.edu.au2002-07-101-1/+2
* Bug 151714 - user with no canconfirm permission should not get option tobbaetz%student.usyd.edu.au2002-07-091-2/+4
* Bug 155388: <link> elements for next/prev/first/last in buglists didn't appea...jouni%heikniemi.net2002-07-061-0/+4
* Fix for bug 99203: Implements bug aliases feature.myk%mozilla.org2002-07-041-2/+2
* Fix for bug 151658: get UI for moving bugs showing again.myk%mozilla.org2002-06-141-1/+1
* 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, afra...gerv%gerv.net2002-04-241-5/+4
* Bug 136751 - warnings with show_bug.cgibbaetz%student.usyd.edu.au2002-04-151-5/+5
* 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
* Bug 97471 - The assignee and qa contact should always be able to see theirbbaetz%student.usyd.edu.au2002-02-131-9/+9
* Fix for bug 104521: Removes old attachment interface in favor of new attachme...myk%mozilla.org2002-01-301-21/+6
* Re-fix for bug 102141: The prior checkin on this bug caused an error if you c...justdave%syndicomm.com2001-12-101-1/+2
* Fix for bug 102141: SECURITY FIX - the Product popup menu on the show_bug for...justdave%syndicomm.com2001-11-211-4/+44
* Bug 101166 - users seeing a bug via _accessible bits should see that itsbbaetz%cs.mcgill.ca2001-11-081-12/+23
* Refixing bug 71840 - The name should be the 'name' should be the same as what...jake%acutex.net2001-11-071-1/+1
* Bug 71840 - Make comments referenceable using a #c4 to get the fourth comment.jake%acutex.net2001-10-201-3/+3
* 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, jake...gerv%gerv.net2001-10-201-1/+1
* Bug 60818 - make Bugzilla cope with MIME types with parameters. Patch by gerv...gerv%gerv.net2001-10-191-0/+1
* Fix for bug 104516: No code changes in this patch, all this checkin does is r...justdave%syndicomm.com2001-10-131-10/+10
* Backing out Gerv's checkin for bug 71840. Per the bug report, it did not hav...justdave%syndicomm.com2001-10-121-1/+1
* 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 dup...gerv%gerv.net2001-10-121-1/+1
* Fix for bug 52885: automatic radio selection for reassign shouldn'tzach%zachlipton.com2001-10-021-1/+1
* Fix for bug 30597 - Hyperlinking the number of votes was causing some confusi...jake%acutex.net2001-09-061-4/+7
* Fix for bug 84338: initial implementation of attachment tracker, which lets u...myk%mozilla.org2001-08-311-10/+18
* Fix for bug 95743: the role-accessible checkboxes were getting cleared if a u...justdave%syndicomm.com2001-08-171-7/+5
* Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields c...justdave%syndicomm.com2001-08-131-35/+57
* Refix bug 80289. Don't print header for groups if there aren't any groups to ...jake%acutex.net2001-06-281-3/+6
* 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 inst...justdave%syndicomm.com2001-06-271-12/+23
* Fix for bug 75482: adding the capability to deactivate a group without deleti...justdave%syndicomm.com2001-06-061-1/+8
* 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
* Fix for bug 69269: misleading comment for reassign by component when QA Conta...dave%intrec.com2001-02-211-1/+3
* 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 des...dave%intrec.com2001-01-251-12/+3
* Fix for bug 45784: URL field truncated at quote marks. Patch bydave%intrec.com2001-01-241-2/+2
* patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title att...dmose%mozilla.org2000-12-071-3/+4
* fix/enhancement from 53951:[rfe] make bug# link on show_bug.cgi an absolute linkcyeh%bluemartini.com2000-11-011-1/+1
* 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
* change '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a list...endico%mozilla.org2000-07-141-2/+2
* move the 'Move Bug" button so its less likely to be confused with the commit ...endico%mozilla.org2000-07-141-6/+5
* Bug moving code is now fully implemented. To use it, turn on the param and se...endico%mozilla.org2000-07-141-2/+32