summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-04-15Backing out checkin from bug 238865: patch was negatively reviewed post-mortem.justdave%syndicomm.com3-18/+6
2004-04-15Bug 237638: make bugzilla_email_append.pl work with BugMail.pm instead of pro...justdave%syndicomm.com1-1/+2
2004-04-15Patch for bug 240434: replace increased with improved on the login page; r=ti...jocuri%softhome.net1-1/+1
2004-04-14Bug 240439: "Edit user again" link didn't work if the user had a + in their e...justdave%syndicomm.com1-4/+4
2004-04-14Additional fix for bug 87770: attachment.cgi should work with nokiko%async.com.br2-11/+2
2004-04-14Silly typo fix. r=ssdbotkiko%async.com.br1-1/+1
2004-04-14Add a slightly hackish approach to test against values in .netrc thatkiko%async.com.br1-0/+10
2004-04-14Fix for bug 238869: remove %FORM from votes.cgi. Does just that, free ofkiko%async.com.br1-21/+22
2004-04-14Patch for bug 224477: make webservergroup default to apache on new installs; ...jocuri%softhome.net1-3/+3
2004-04-14Patch for bug 240060: Stop yelling at people about the minimum sendmail versi...jocuri%softhome.net1-4/+0
2004-04-14Patch for bug 240219: display valid PPM commands when using PPM version 2; r=...jocuri%softhome.net1-1/+10
2004-04-13Fix for bug 233245: replace "variable" with "constant" since there is no cont...jocuri%softhome.net1-2/+2
2004-04-12Patch for bug 194332: fix spelling that caused error message mismatch for the...jocuri%softhome.net1-3/+3
2004-04-12Fix for bug 238865-v1: remove %FORM from page.cgi. Does so, fixing thekiko%async.com.br3-6/+18
2004-04-12Patch for bug 240228: Improve the format of the error message displayed by ch...jocuri%softhome.net1-1/+1
2004-04-11Patch for bug 87770: make attachment.cgi work with no parameters; patch by Ga...jocuri%softhome.net3-6/+70
2004-04-10Patch for bug 224698: remove localconfig variable mysqlpath; patch by chaduv ...jocuri%softhome.net1-26/+5
2004-04-10Patch for bug 239826: support closing resolved bugs when changing multiple bu...jocuri%softhome.net1-1/+2
2004-04-09Patch for bug 239912: make bug_email.pl work with useqacontact; patch by Matt...jocuri%softhome.net1-2/+2
2004-04-09Patch for bug 239885: Don't display the sendmail message if the current platf...jocuri%softhome.net1-1/+3
2004-04-08Patch for bug 233245: update documentation of formats to include ctypes as we...jocuri%softhome.net1-11/+28
2004-04-07Bug 192775 - rearrange parameter order in token URLs to make them always full...gerv%gerv.net3-5/+5
2004-04-07Fix for bug 238864: remove %FORM and %COOKIE from move.pl; does justkiko%async.com.br1-7/+7
2004-04-07Fix for bug 238862: remove %FORM and %COOKIE from enter_bug.cgi. Doeskiko%async.com.br2-18/+16
2004-04-06Fix for bug 234797: adds a "limit" param for limiting the number of results r...myk%mozilla.org1-1/+4
2004-04-06Fix for bug 237176: allows power users to display relevance values as a colum...myk%mozilla.org4-62/+95
2004-04-06Bug 230293 - Send CSV buglists with "Content-Disposition: attachment". Patch ...gerv%gerv.net1-1/+8
2004-04-05Patch for bug 239576: make sure detaint_natural is always called with a defin...jocuri%softhome.net1-1/+1
2004-04-05Patch for bug 14887: put <label> tags in forms; patch by Jeffrey Baker <jwbak...jocuri%softhome.net1-54/+80
2004-04-04Patch for bug 239255: update docs in order to specify that $webservergroup is...jocuri%softhome.net1-3/+3
2004-04-03Bug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, a=jus...gerv%gerv.net1-0/+5
2004-04-03Bug 238352 - remove alphabetical sorting from some fields in reports (e.g. pr...gerv%gerv.net1-24/+44
2004-04-03Patch for bug 233295: document terminology customization feature; patch by Jo...jocuri%softhome.net1-0/+8
2004-04-02Fix for bug 238868: remove %FORM and %COOKIE from show_bug.cgi. Doeskiko%async.com.br1-4/+5
2004-04-02Fix for bug 238874: remove %FORM and %COOKIE from colchange.cgi. Doeskiko%async.com.br1-9/+9
2004-04-02Fixing encoding issues introduced in bug 220817: add FAQ documentation for 'W...jocuri%softhome.net1-3/+3
2004-04-02Patch for bug 220817: add to FAQ documentation for 'Why do I have to log in e...jocuri%softhome.net1-0/+124
2004-04-01Patch for bug 232554: fix SQL queries in Flag.pm in order to fix a bug that c...jocuri%softhome.net1-2/+2
2004-04-01Bug 236926: supply a missing a $cgi-header in buglist.cgijustdave%syndicomm.com1-1/+1
2004-04-01Patch for bug 146087: set the default of the sendmailnow param to ON on the t...jocuri%softhome.net1-1/+1
2004-04-01Patch for bug 189156: explain quip moderation in documentation.jocuri%softhome.net1-0/+45
2004-03-30Bug 237508: Have checksetup.pl specify which perl to use (the same one it's r...justdave%syndicomm.com1-3/+3
2004-03-29Random speling fix.kiko%async.com.br1-1/+1
2004-03-28Bug 238650 tinderbox bustage fix by apeiron, a= justdavejustdave%syndicomm.com1-2/+3
2004-03-28Patch for bug 238650: reword duplicate of self error message; patch by Christ...jocuri%softhome.net1-4/+2
2004-03-28Patch for bug 238867: remove one last %FORM from quips.cgi; patch by Teemu Ma...jocuri%softhome.net1-1/+0
2004-03-28Patch for bug 237778: update filter list in t/004template; r=kiko; a=justdave.jocuri%softhome.net1-3/+4
2004-03-28Patch for bug 238860: remove %FORM from editversions.cgi; patch by Teemu Mann...jocuri%softhome.net1-4/+5
2004-03-27Bug 233962 - UserInGroup() should not accept a second parameter any longer. P...gerv%gerv.net1-0/+4
2004-03-27Bug 235265: Getting rid of some unwanted form value dumps.justdave%syndicomm.com6-22/+0