summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-05-27Bug 183753: Fix error "can't fork duplicates.cgi: Bad file descriptor" in col...justdave%bugzilla.org1-11/+21
2004-05-27Bug 243351: Fix mysql version sensitivity in case-sensitive searchbugreport%peshkin.net3-1/+24
2004-05-26Bug 227172: Deal with race condition between a user being removed from the CC...justdave%bugzilla.org1-0/+3
2004-05-26Bug 244650: Fix query on commentor in combination with other email-based crit...bugreport%peshkin.net1-17/+27
2004-05-25Remove stray resid from BugMail.pm. r,a=justdavejouni%heikniemi.net1-2/+0
2004-05-23Bug 224021: taint issues in editusers.cgijouni%heikniemi.net1-0/+1
2004-05-23Bug 141006: Run edit*.cgis in taint mode.jouni%heikniemi.net7-13/+8
2004-05-23Bug 208847: Fix taint issues in editgroups.cgijouni%heikniemi.net1-14/+11
2004-05-20Patch for bug 244040: checksetup with answers script should be silent on Wind...jocuri%softhome.net1-1/+1
2004-05-20Patch for bug 217627: fix Bugzilla internal error message that appears if bug...jocuri%softhome.net1-1/+1
2004-05-20Patch for bug 244045: add --no-silent option to checksetup; patch by Byron Jo...jocuri%softhome.net1-1/+1
2004-05-20Bug 244053 grammar bug in checksetuptimeless%mozdev.org1-5/+5
2004-05-14Bug 239263: Avoid hazard in User->groups by switching to main DB for rederivebugreport%peshkin.net1-0/+7
2004-05-14Patch for bug 238675: fix the wording for the reassign_to_empty error message...jocuri%softhome.net1-3/+3
2004-05-14Bug 236779: Add UI for changing "linkinfooter" flag for saved searchesbugreport%peshkin.net4-9/+54
2004-05-13Bug 226411: Fixed the indentation issue mentioned in bug comments but forgott...jouni%heikniemi.net1-5/+5
2004-05-13Bug 226411: make DiffStrings handle fields with duplicate valuesbugreport%peshkin.net1-13/+13
2004-05-12Bug 226477: Fix undefined method call in Bugzilla::User->in_groupbugreport%peshkin.net1-1/+1
2004-05-12Bug 232861: Prevent references to bugs or comments from being expanded in att...bugreport%peshkin.net1-3/+5
2004-05-12Bug 227785: Add navigation/summary/last-modified after modifying a bugbugreport%peshkin.net1-0/+24
2004-05-12Bug 240036: Unlock tables after address error before attempting to process fo...bugreport%peshkin.net1-1/+1
2004-05-12Bug 241270: fix regression caused by <label> wrapping other form widgets. Re...justdave%bugzilla.org1-21/+24
2004-05-12Bug 231975: Avoid naming new product groups the same as existing groups and d...bugreport%peshkin.net1-30/+5
2004-05-12Fix for bug 240486: makes the banner template CSS friendlymyk%mozilla.org3-14/+115
2004-05-11Bug 204042: taint issues in perl 5.6.0 that were causing an Internal Error to...justdave%bugzilla.org1-1/+7
2004-05-06Bug 242740: URL to Bug Writing Help document changedjustdave%syndicomm.com1-1/+1
2004-04-28Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by Alber...jocuri%softhome.net2-11/+15
2004-04-28Bug 237838 - make sure CheckCanChangeField() always gets correct resolution. ...gerv%gerv.net1-0/+1
2004-04-27Bug 234540: "Take bug" on create attachment screen missed an API change to Bu...justdave%syndicomm.com1-3/+4
2004-04-27Bug 241516: remove possible namespace conflicts in the additional CSS classes...justdave%syndicomm.com1-3/+3
2004-04-23Patch for bug 240004: limit the password generation subroutine to nice charac...jocuri%softhome.net1-22/+2
2004-04-22Bug 192571 Empty default owner (assignee or QA) causes "Reassign bug to owner...timeless%mozdev.org1-4/+3
2004-04-17Bug 155502: focus the summary field when loading the search/query pagesjustdave%syndicomm.com2-1/+9
2004-04-17Bug 238874 part 2: removing last vestiges of %::COOKIE from colchange.cgi (in...justdave%syndicomm.com1-1/+1
2004-04-17Bug 238865: removing %::FORM from page.cgi in favor of $cgi->paramjustdave%syndicomm.com3-6/+18
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