aboutsummaryrefslogtreecommitdiffstats
path: root/CGI.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 135815 - Regression on CGI.pl for link to showvotes.cgi. Patch by ddk, 2x...gerv%gerv.net2002-04-061-1/+1
* Bug 126456 - fix our error handling. Change the name of the functions to some...gerv%gerv.net2002-04-061-19/+28
* Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch ...gerv%gerv.net2002-04-051-1/+1
* Bug 126456 - improve our error handling. Patch by gerv, r=myk, bbaetz.gerv%gerv.net2002-04-041-12/+67
* Bug 124937 - templatise show_activity.cgi. Patch by me, r=myk, bbaetz.gerv%gerv.net2002-04-041-39/+47
* Remaining pieces of Bug 23067 from yesterday... no idea why the first commit...justdave%syndicomm.com2002-04-021-0/+6
* Bug 133425 - FILTERs and other fixes in show_bug.html.tmpl. Patch by gerv, r=...gerv%gerv.net2002-03-271-0/+1
* Bug 129466 - use IP addr (not hostname) in logincookies tablebbaetz%student.usyd.edu.au2002-03-161-9/+3
* Fix for bug 103778: Rewrites and templatizes buglist.cgi.myk%mozilla.org2002-03-121-1/+2
* Fix for bug 72184: prevents users from entering too-large comments/descriptio...myk%mozilla.org2002-03-111-0/+13
* Fix for bug 125516: the recent fix for emails truncating when a period occurr...justdave%syndicomm.com2002-02-171-1/+1
* Fix for bug 117055: Emails were being truncated if they contained a line with...justdave%syndicomm.com2002-02-061-1/+1
* Bug 119715 - strictvaluechecks should always be enabledbbaetz%student.usyd.edu.au2002-02-051-1/+1
* Bug 95732 - remove logincookies.cryptpassword, and invalidate cookies frombbaetz%student.usyd.edu.au2002-02-041-3/+2
* Fix for bug 121747: Stops every script before it does anything else if Bugzil...myk%mozilla.org2002-02-031-10/+19
* Fix for bug 104521: Removes old attachment interface in favor of new attachme...myk%mozilla.org2002-01-301-2/+2
* Bug 117509 - createaccount.cgi templatisation.gerv%gerv.net2002-01-301-5/+8
* Bug 120543 - Software error when entering a bug when not logged in & onlybbaetz%student.usyd.edu.au2002-01-231-1/+1
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-6/+13
* SECURITY FIX bug 54901: If you were using LDAP authentication it would let yo...justdave%syndicomm.com2001-12-091-0/+15
* Bug 108312 - The mid-air collision page was only showing the most recent chan...jake%acutex.net2001-11-271-1/+1
* Bug 98707. Query.cgi rewrite. Patch by me, layout by mpt and others, r=justda...gerv%gerv.net2001-11-191-0/+2
* Moving a comment to the right place, in order to be able to make a comment ab...matty%chariot.net.au2001-11-181-2/+2
* *** empty log message ***matty%chariot.net.au2001-11-181-1/+1
* 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