Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch for bug 254351: Patch to add a cookiedomain parameter; patch by Eric ↵ | jocuri%softhome.net | 2005-01-17 | 1 | -0/+4 |
| | | | | Haszlakiewicz <erh+mozilla@nimenees.com>, r=kiko, a=myk. | ||||
* | Patch for bug 260682: Support redirecting to HTTPS always or for ↵ | jocuri%softhome.net | 2005-01-16 | 1 | -0/+28 |
| | | | | authenticated sessions only; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=vladd, a=myk. | ||||
* | Bug 275108 : Content-disposition header is incorrect, violates RFC | travis%sedsystems.ca | 2005-01-13 | 1 | -33/+29 |
| | | | | Patch by byron jones (glob) <bugzilla@glob.com.au> r=mkanat a=justdave | ||||
* | Bug 265731: multipart_start in the server-push handling code wasn't honoring ↵ | justdave%bugzilla.org | 2004-10-23 | 1 | -0/+3 |
| | | | | | | the $cgi->charset setting. r=myk, a=justdave | ||||
* | Bug 252388: Fix undef warning when Bugzilla->cgi->header() is called twice | bugreport%peshkin.net | 2004-07-22 | 1 | -1/+1 |
| | | | | | r=jouni a=justdave | ||||
* | Patch for bug 238683: fix for usage of uninitialized value in concatenation ↵ | jocuri%softhome.net | 2004-03-26 | 1 | -1/+1 |
| | | | | in Bugzilla/CGI.pm: remove extra $ char; patch by corporate_gadfly@hotmail.com; r=vlad; a=justdave. | ||||
* | Tree bustage fix: eliminates the tabs that have been introduced while ↵ | jocuri%softhome.net | 2004-02-25 | 1 | -3/+3 |
| | | | | checking in the patch for bug 226251. | ||||
* | Patch for bug 226251 (internal error when server push is enabled): Due to ↵ | jocuri%softhome.net | 2004-02-23 | 1 | -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. | ||||
* | Bug 226027: Use the Perl CGI module to send cookies. | justdave%syndicomm.com | 2003-11-23 | 1 | -8/+45 |
| | | | | r=bbaetz, a=justdave | ||||
* | Bug 204592 - invalid column name error | bbaetz%acm.org | 2003-05-09 | 1 | -18/+8 |
| | | | | r,a=myk | ||||
* | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 2003-05-05 | 1 | -15/+74 |
| | | | | r=joel, a=justdave | ||||
* | Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixes | zach%zachlipton.com | 2003-01-11 | 1 | -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 | ||||
* | Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave | bbaetz%student.usyd.edu.au | 2002-12-20 | 1 | -1/+1 |
| | |||||
* | Bug 179174 - renable $| = 1 | bbaetz%student.usyd.edu.au | 2002-11-09 | 1 | -0/+3 |
| | | | | | r=justdave x2 a=justdave | ||||
* | Bug 147833 - start using CGI.pm | bbaetz%student.usyd.edu.au | 2002-10-26 | 1 | -0/+149 |
r=gerv, justdave |