aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 223541: Make flags show up correctly in "View all attachments" mode.jouni%heikniemi.net2004-05-303-4/+13
* Bug 179671: Boolean charts didn't work on the reporting pages.justdave%bugzilla.org2004-05-302-2/+3
* Bug 183753: Fix error "can't fork duplicates.cgi: Bad file descriptor" in col...justdave%bugzilla.org2004-05-271-11/+21
* Bug 243351: Fix mysql version sensitivity in case-sensitive searchbugreport%peshkin.net2004-05-273-1/+24
* Bug 227172: Deal with race condition between a user being removed from the CC...justdave%bugzilla.org2004-05-261-0/+3
* Bug 244650: Fix query on commentor in combination with other email-based crit...bugreport%peshkin.net2004-05-261-17/+27
* Remove stray resid from BugMail.pm. r,a=justdavejouni%heikniemi.net2004-05-251-2/+0
* Bug 224021: taint issues in editusers.cgijouni%heikniemi.net2004-05-231-0/+1
* Bug 141006: Run edit*.cgis in taint mode.jouni%heikniemi.net2004-05-237-13/+8
* Bug 208847: Fix taint issues in editgroups.cgijouni%heikniemi.net2004-05-231-14/+11
* Patch for bug 244040: checksetup with answers script should be silent on Wind...jocuri%softhome.net2004-05-201-1/+1
* Patch for bug 217627: fix Bugzilla internal error message that appears if bug...jocuri%softhome.net2004-05-201-1/+1
* Patch for bug 244045: add --no-silent option to checksetup; patch by Byron Jo...jocuri%softhome.net2004-05-201-1/+1
* Bug 244053 grammar bug in checksetuptimeless%mozdev.org2004-05-191-5/+5
* Bug 239263: Avoid hazard in User->groups by switching to main DB for rederivebugreport%peshkin.net2004-05-141-0/+7
* Patch for bug 238675: fix the wording for the reassign_to_empty error message...jocuri%softhome.net2004-05-141-3/+3
* Bug 236779: Add UI for changing "linkinfooter" flag for saved searchesbugreport%peshkin.net2004-05-134-9/+54
* Bug 226411: Fixed the indentation issue mentioned in bug comments but forgott...jouni%heikniemi.net2004-05-131-5/+5
* Bug 226411: make DiffStrings handle fields with duplicate valuesbugreport%peshkin.net2004-05-131-13/+13
* Bug 226477: Fix undefined method call in Bugzilla::User->in_groupbugreport%peshkin.net2004-05-121-1/+1
* Bug 232861: Prevent references to bugs or comments from being expanded in att...bugreport%peshkin.net2004-05-121-3/+5
* Bug 227785: Add navigation/summary/last-modified after modifying a bugbugreport%peshkin.net2004-05-121-0/+24
* Bug 240036: Unlock tables after address error before attempting to process fo...bugreport%peshkin.net2004-05-121-1/+1
* Bug 241270: fix regression caused by <label> wrapping other form widgets. Re...justdave%bugzilla.org2004-05-121-21/+24
* Bug 231975: Avoid naming new product groups the same as existing groups and d...bugreport%peshkin.net2004-05-121-30/+5
* Fix for bug 240486: makes the banner template CSS friendlymyk%mozilla.org2004-05-123-14/+115
* Bug 204042: taint issues in perl 5.6.0 that were causing an Internal Error to...justdave%bugzilla.org2004-05-101-1/+7
* Bug 242740: URL to Bug Writing Help document changedjustdave%syndicomm.com2004-05-061-1/+1
* Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by Alber...jocuri%softhome.net2004-04-282-11/+15
* Bug 237838 - make sure CheckCanChangeField() always gets correct resolution. ...gerv%gerv.net2004-04-281-0/+1
* Bug 234540: "Take bug" on create attachment screen missed an API change to Bu...justdave%syndicomm.com2004-04-271-3/+4
* Bug 241516: remove possible namespace conflicts in the additional CSS classes...justdave%syndicomm.com2004-04-271-3/+3
* Patch for bug 240004: limit the password generation subroutine to nice charac...jocuri%softhome.net2004-04-231-22/+2
* Bug 192571 Empty default owner (assignee or QA) causes "Reassign bug to owner...timeless%mozdev.org2004-04-221-4/+3
* Bug 155502: focus the summary field when loading the search/query pagesjustdave%syndicomm.com2004-04-172-1/+9
* Bug 238874 part 2: removing last vestiges of %::COOKIE from colchange.cgi (in...justdave%syndicomm.com2004-04-171-1/+1
* Bug 238865: removing %::FORM from page.cgi in favor of $cgi->paramjustdave%syndicomm.com2004-04-173-6/+18
* Backing out checkin from bug 238865: patch was negatively reviewed post-mortem.justdave%syndicomm.com2004-04-153-18/+6
* Bug 237638: make bugzilla_email_append.pl work with BugMail.pm instead of pro...justdave%syndicomm.com2004-04-151-1/+2
* Patch for bug 240434: replace increased with improved on the login page; r=ti...jocuri%softhome.net2004-04-151-1/+1
* Bug 240439: "Edit user again" link didn't work if the user had a + in their e...justdave%syndicomm.com2004-04-141-4/+4
* Additional fix for bug 87770: attachment.cgi should work with nokiko%async.com.br2004-04-142-11/+2
* Silly typo fix. r=ssdbotkiko%async.com.br2004-04-141-1/+1
* Add a slightly hackish approach to test against values in .netrc thatkiko%async.com.br2004-04-141-0/+10
* Fix for bug 238869: remove %FORM from votes.cgi. Does just that, free ofkiko%async.com.br2004-04-141-21/+22
* Patch for bug 224477: make webservergroup default to apache on new installs; ...jocuri%softhome.net2004-04-141-3/+3
* Patch for bug 240060: Stop yelling at people about the minimum sendmail versi...jocuri%softhome.net2004-04-141-4/+0
* Patch for bug 240219: display valid PPM commands when using PPM version 2; r=...jocuri%softhome.net2004-04-141-1/+10
* Fix for bug 233245: replace "variable" with "constant" since there is no cont...jocuri%softhome.net2004-04-131-2/+2
* Patch for bug 194332: fix spelling that caused error message mismatch for the...jocuri%softhome.net2004-04-121-3/+3