summaryrefslogtreecommitdiffstats
path: root/Bugzilla/CGI.pm
AgeCommit message (Collapse)AuthorFilesLines
2004-03-26Patch for bug 238683: fix for usage of uninitialized value in concatenation ↵jocuri%softhome.net1-1/+1
in Bugzilla/CGI.pm: remove extra $ char; patch by corporate_gadfly@hotmail.com; r=vlad; a=justdave.
2004-02-25Tree bustage fix: eliminates the tabs that have been introduced while ↵jocuri%softhome.net1-3/+3
checking in the patch for bug 226251.
2004-02-23Patch for bug 226251 (internal error when server push is enabled): Due to ↵jocuri%softhome.net1-7/+15
randomization of perl hash table functionality since 5.8.1 the 'hack' to unset the nph parameter for multipart messages is not working reliable, instead a modified clone of the original multipart_init function is setting this parameter to '0' and is ignoring the given nph parameter from buglist.cgi; patch by Stephen Reindl <sr@stephenreindl.de>; r=bbaetz; a=justdave.
2003-11-23Bug 226027: Use the Perl CGI module to send cookies.justdave%syndicomm.com1-8/+45
r=bbaetz, a=justdave
2003-05-09Bug 204592 - invalid column name errorbbaetz%acm.org1-18/+8
r,a=myk
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-15/+74
r=joel, a=justdave
2003-01-11Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixeszach%zachlipton.com1-1/+1
the spelling errors so tinderbox doesn't barf, part two fixes t/006spellcheck.t and adds some more new words to check for. Part 1 patch by myself, r=timeless Part 2 patch by MattyT. r=zach (myself) a=justdave
2002-12-20Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au1-1/+1
2002-11-09Bug 179174 - renable $| = 1bbaetz%student.usyd.edu.au1-0/+3
r=justdave x2 a=justdave
2002-10-26Bug 147833 - start using CGI.pmbbaetz%student.usyd.edu.au1-0/+149
r=gerv, justdave