aboutsummaryrefslogtreecommitdiffstats
path: root/CGI.pl
Commit message (Expand)AuthorAgeFilesLines
* Fix test bustage by removing tabs.myk%mozilla.org2001-10-311-1/+1
* Fix for bug 98602: re-implementation of "create attachment" page.myk%mozilla.org2001-10-311-30/+46
* Bug 105879 - Footer links have an extra | by Sanity Checkjake%acutex.net2001-10-271-1/+1
* Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca2001-10-231-76/+8
* Bug 105480 - Use the friendly name from the fielddefs table when reporting st...jake%acutex.net2001-10-201-2/+9
* Bug 104105 - cosmetic change to make it obvious that you can create an account.gerv%gerv.net2001-10-151-2/+3
* Fix for bug 104516: No code changes in this patch, all this checkin does is r...justdave%syndicomm.com2001-10-131-70/+70
* Fix for bug 19910: Bugzilla installs on the same server would interfere with ...justdave%syndicomm.com2001-10-131-11/+6
* Fix for bug 101056: multiple form values of the same name were not getting co...justdave%syndicomm.com2001-10-131-0/+8
* Bug 100490 - better error message with no JavaScript for QuickSearch. Patch b...gerv%gerv.net2001-10-131-1/+4
* Fix for bug 104180 -   should only be used in the display for a saved qu...jake%acutex.net2001-10-121-2/+3
* Fix for bug 104117 - The editkeywords.cgi link was broken as a result of the ...jake%acutex.net2001-10-121-2/+2
* Fix for bug 103554: HTML generated by the PutHeader and GetCommandMenu subrou...justdave%syndicomm.com2001-10-111-52/+68
* Fix for bug 65164 - Bugzilla wasn't sending </html> at the end of its pages.jake%acutex.net2001-10-101-0/+11
* Bugzilla Bug 97185 make_select should add a newline after each optiontimeless%mac.com2001-10-101-5/+5
* Fix for bug 76714: correctly nests the FORM and TABLE elements.myk%mozilla.org2001-10-061-3/+3
* Fix for bug 73959: Make buglist.cgi display the "Show Votes" link at the bott...myk%mozilla.org2001-09-291-3/+3
* Make Bugzilla support <link> tag for buglists. Bug 87818. r=jake, caillon.gerv%gerv.net2001-09-111-0/+43
* Fix for bug 69616: If you have tweakparams privs, the "Sanity check" link was...justdave%syndicomm.com2001-09-061-1/+4
* Fix for bug 84338: initial implementation of attachment tracker, which lets u...myk%mozilla.org2001-08-311-2/+7
* Bug 96085 - bypassing group security checks using duplicate bugsjake%acutex.net2001-08-271-2/+5
* Fix for bug 96085: don't allow unauthorized users to access restricted bugs t...myk%mozilla.org2001-08-211-7/+10
* Fix for bug 87779: thanks to the new password reset code, there was no clear ...justdave%syndicomm.com2001-08-161-1/+3
* Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla.jake%acutex.net2001-08-141-3/+16
* Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields c...justdave%syndicomm.com2001-08-131-16/+55
* Re-fix for bug 55161 - if data is partial in activity table, prepend a ? to i...justdave%syndicomm.com2001-08-091-12/+29
* Fix for bug 92713, show_activity.pl displays zeros as non-breaking spaces.jake%acutex.net2001-07-301-2/+2
* Fix for bugs 55161 and 12819. The activity log now stores only what's change...jake%acutex.net2001-07-201-15/+11
* Fixing minor problem caused by the original bug 77473 checkin where an SQL er...justdave%syndicomm.com2001-07-171-0/+6
* Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored i...justdave%syndicomm.com2001-07-111-51/+71
* Fix for bug 87701: Invalid username in bug changes echoed back without escapi...justdave%syndicomm.com2001-07-041-3/+6
* Fix for bug 85833: show_bug.cgi (and probably others) now allow leading or tr...justdave%syndicomm.com2001-06-201-1/+2
* Allow '\' as a path delimiter (bug 29064)jake%acutex.net2001-06-191-2/+2
* Fix for bug 15980: Password is no longer shown in the location bar on the fir...justdave%syndicomm.com2001-06-081-3/+9
* fix typojustdave%syndicomm.com2001-06-071-1/+1
* Landing Myk's patch for bug #71767tara%tequilarista.org2001-06-031-46/+64
* Bugzilla was leaking information about bugs marked secure (using bug groups)....jake%acutex.net2001-05-311-0/+49
* Fix for bug 38859: escape invalid email addresses for HTML before displaying ...justdave%syndicomm.com2001-05-121-0/+3
* Fix for bug 38855: showvotes.cgi needs to escape (untrusted) url paramsjustdave%syndicomm.com2001-05-101-0/+14
* Attempted fix for bug 71574: footer anomoly cleanupdave%intrec.com2001-03-111-10/+13
* fix for "My Votes" floating in space like a disconnected astronautcyeh%bluemartini.com2001-03-101-4/+7
* fix for 54566: Software error generated when adding invalid dependenciescyeh%bluemartini.com2001-02-241-0/+1
* cleanup footer when not logged in and if using voting.cyeh%bluemartini.com2001-02-231-2/+2
* break Find and Report links to a seperate line so that it looks cleanercyeh%bluemartini.com2001-02-231-1/+1
* fix for 67278: Footer lines need separationcyeh%bluemartini.com2001-02-221-25/+44
* Fix for bug 32000 (and refixing bug 4928): extra newlines in comments madedave%intrec.com2001-01-171-1/+3
* remove problem with newer perl spewing error messages into the CGIcyeh%bluemartini.com2000-10-241-11/+17
* fix for 52228: Bug list title should be name of query if running named querycyeh%bluemartini.com2000-09-191-3/+4
* Fix for bug 51270: param for bodyhtml to allow sites to customizedave%intrec.com2000-09-161-2/+1
* fixes for 51184, 51185, 51186: allow for ldap authentication. patchescyeh%bluemartini.com2000-09-161-53/+197