aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch for bug 250265: fix taint issues with vote fields when editing products...jocuri%softhome.net2004-07-091-1/+13
* Wording, wording.kiko%async.com.br2004-07-091-1/+1
* Patch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); patc...dkl%redhat.com2004-07-083-9/+30
* Patch for bug 250259: Fix taint error on disallownew field in editproducts.cg...jocuri%softhome.net2004-07-081-1/+1
* Patch for bug 249863: Move hidden initial state INPUT field at the beginning ...jocuri%softhome.net2004-07-081-3/+6
* Fix for bug 248988: On Windows, attachments may fail due to "CGI open of tmpf...jocuri%softhome.net2004-07-071-0/+8
* Bug 245077: The "Find a specific bug" tab is now the default query when you g...justdave%bugzilla.org2004-07-073-107/+25
* Bug 250080: Fix regression causing blank regexp to make all users group membersbugreport%peshkin.net2004-07-071-1/+1
* Documentation XML patch for bug 249802: Make the SQL example for granting SQL...jocuri%softhome.net2004-07-071-12/+17
* Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net2004-07-069-20/+61
* Bug 243463 Use a param to protect new charts from leaking informationbugreport%peshkin.net2004-07-064-31/+53
* Bug 249862: remove duplicate </tr> from login pagebugreport%peshkin.net2004-07-061-1/+0
* Bug 239343: Contribution of sendbugmail.pl script, drop-in replacement for th...justdave%bugzilla.org2004-07-062-0/+114
* Patch for bug 249798: improve SQL capitalization in sanitycheck.cgi; r=joel, ...jocuri%softhome.net2004-07-061-7/+7
* Bug 245101: Fixes non-fatal warnings about the "attachstatusdefs" table not e...justdave%bugzilla.org2004-07-041-3/+9
* Fix for bug 248379: update to bug 245924; enable link groups to be styled ind...myk%mozilla.org2004-07-033-22/+18
* Patch for bug 248001: Conversion of boolean conditions in SQL statements for ...jocuri%softhome.net2004-07-034-7/+7
* Fix for bug 248685: Header lacking terms in showdependencytree. Swappingkiko%async.com.br2004-06-261-1/+1
* Fix for bug 245924: updates Bugzilla footer to take advantage of HTML4 and CS...myk%mozilla.org2004-06-236-41/+221
* Patch for bug 225359: Drawing dependency graphs should work on Win32; patch b...jocuri%softhome.net2004-06-221-3/+10
* Patch for bug 247772: Improve SQL capitalization in collectstats; r=joel; a=j...jocuri%softhome.net2004-06-221-4/+4
* Bug 247192 User Agent Sniffing fails to capture StarOffice/5.1 running on Sol...timeless%mozdev.org2004-06-221-0/+1
* Bug 247209 map sun4u to Solaristimeless%mozdev.org2004-06-221-0/+1
* Patch for bug 246778: ThrowUserError shouldn't cause internal error with time...jocuri%softhome.net2004-06-191-1/+1
* Patch for bug 246328: make editmilestone check for invalid sortkeys; patch by...jocuri%softhome.net2004-06-161-0/+6
* Bug 142744: Testing suite should work on Win32jouni%heikniemi.net2004-06-161-0/+12
* Bug 246599 Add Mac OS X 10.3 to the listtimeless%mozdev.org2004-06-161-0/+1
* Bug 160210 Add MacOSX 10.1 and 10.2 to the os listtimeless%mozdev.org2004-06-161-2/+2
* Bug 240325: Keep regexp-based groups up-to-datebugreport%peshkin.net2004-06-165-50/+123
* Patch for bug 245976: fix software error caused by taint issue when trying to...jocuri%softhome.net2004-06-121-1/+1
* Patch for bug 240252: rewrite "users who are a" on editproducts.cgi; r=kiko; ...jocuri%softhome.net2004-06-021-5/+5
* Bug 244927: Add search on time owner has left the bug idlebugreport%peshkin.net2004-06-022-0/+38
* Patch for bug 242161: make process_bug.cgi contain patchviewer ("diff") link ...jocuri%softhome.net2004-06-011-0/+8
* Patch for bug 240079: fix strange phrase in the documentation: "everywhere ap...jocuri%softhome.net2004-05-311-1/+1
* 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