summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-07-16Updating manpage for bugzilla-submit, part of bug 244324:kiko%async.com.br1-2/+22
2004-07-16Bustage fix for bug 251469. Solve filtering issues with javascript_url,kiko%async.com.br2-3/+2
2004-07-16Fix for bug 251469: Add an interface argument in header template tokiko%async.com.br1-0/+7
2004-07-14Bug 250967: Fix spurious updates to requesteeless flagsbugreport%peshkin.net1-14/+23
2004-07-14Bug 250892: Fix w3c validation errors on search-specificbugreport%peshkin.net1-3/+3
2004-07-13Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave.jocuri%softhome.net11-466/+881
2004-07-13Bug 226434: Add %reporter%, %user%, and %assignee% pronouns to boolean chartsbugreport%peshkin.net2-10/+80
2004-07-12Bug 103274: Site Navigation Bar incorrect if viewing a bug not in the listjouni%heikniemi.net1-9/+14
2004-07-12Bug 250881: Do not set DEFAULT-FORMAT unless standard search is being usedbugreport%peshkin.net1-2/+3
2004-07-12Bug 244265: Abstract out the typical admin page table to a separate template....jouni%heikniemi.net3-63/+127
2004-07-12Backing out bug 241900bugreport%peshkin.net11-217/+98
2004-07-12Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net11-98/+217
2004-07-12Bug 245158: Combine multiple redundant LEFT JOINs into a single LEFT JOIN in ...bugreport%peshkin.net1-4/+16
2004-07-12Bumping trunk versions to 2.19. r,a=justdave (on irc)jouni%heikniemi.net2-5/+5
2004-07-11Bump version number for releasejustdave%bugzilla.org1-1/+1
2004-07-10Bug 238797: minor adjustment to javascript filters to prevent tags inserted i...justdave%bugzilla.org3-3/+3
2004-07-10Adding 2.18 release notesjustdave%bugzilla.org1-879/+307
2004-07-10Fix for bug 250754: Require Chart::Base 1.0. Push up the requirement akiko%async.com.br1-2/+2
2004-07-10Making version numbers match checksetup.pl and the release notesjustdave%bugzilla.org1-2/+2
2004-07-10Bump the version number in the documentation titlejustdave%bugzilla.org1-5/+5
2004-07-10Bug 237627: Validate dataset name in reports.cgibugreport%peshkin.net1-1/+1
2004-07-10Bug 244272: Remove editusers 'query' parameterbugreport%peshkin.net1-3/+0
2004-07-10Bug 234855: Show only products enterable by current user in edit-multiplebugreport%peshkin.net2-1/+13
2004-07-10Bug 233486: Only process groups user is supposed to be able to bless in editg...bugreport%peshkin.net1-1/+2
2004-07-10Bug 227191: Change DBI->connect syntax so database password will not be revea...bugreport%peshkin.net2-3/+5
2004-07-10Bug 236650: html_quote and validate email addresses in editueser.cgibugreport%peshkin.net1-1/+9
2004-07-10Bug 234825: Keep duplicates.cgi from revealing products user doesnt have acce...bugreport%peshkin.net1-1/+2
2004-07-10Bug 235510: Do not expose user password in URL to chart image if login requir...bugreport%peshkin.net1-1/+2
2004-07-09Bug 242405 Turning on QA contact causes taint error in Bugzilla/Series.pm whe...timeless%mozdev.org2-7/+15
2004-07-09Patch for bug 250265: fix taint issues with vote fields when editing products...jocuri%softhome.net1-1/+13
2004-07-09Wording, wording.kiko%async.com.br1-1/+1
2004-07-08Patch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); patc...dkl%redhat.com3-9/+30
2004-07-08Patch for bug 250259: Fix taint error on disallownew field in editproducts.cg...jocuri%softhome.net1-1/+1
2004-07-08Patch for bug 249863: Move hidden initial state INPUT field at the beginning ...jocuri%softhome.net1-3/+6
2004-07-07Fix for bug 248988: On Windows, attachments may fail due to "CGI open of tmpf...jocuri%softhome.net1-0/+8
2004-07-07Bug 245077: The "Find a specific bug" tab is now the default query when you g...justdave%bugzilla.org3-107/+25
2004-07-07Bug 250080: Fix regression causing blank regexp to make all users group membersbugreport%peshkin.net1-1/+1
2004-07-07Documentation XML patch for bug 249802: Make the SQL example for granting SQL...jocuri%softhome.net1-12/+17
2004-07-06Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net9-20/+61
2004-07-06Bug 243463 Use a param to protect new charts from leaking informationbugreport%peshkin.net4-31/+53
2004-07-06Bug 249862: remove duplicate </tr> from login pagebugreport%peshkin.net1-1/+0
2004-07-06Bug 239343: Contribution of sendbugmail.pl script, drop-in replacement for th...justdave%bugzilla.org2-0/+114
2004-07-06Patch for bug 249798: improve SQL capitalization in sanitycheck.cgi; r=joel, ...jocuri%softhome.net1-7/+7
2004-07-04Bug 245101: Fixes non-fatal warnings about the "attachstatusdefs" table not e...justdave%bugzilla.org1-3/+9
2004-07-03Fix for bug 248379: update to bug 245924; enable link groups to be styled ind...myk%mozilla.org3-22/+18
2004-07-03Patch for bug 248001: Conversion of boolean conditions in SQL statements for ...jocuri%softhome.net4-7/+7
2004-06-26Fix for bug 248685: Header lacking terms in showdependencytree. Swappingkiko%async.com.br1-1/+1
2004-06-23Fix for bug 245924: updates Bugzilla footer to take advantage of HTML4 and CS...myk%mozilla.org6-41/+221
2004-06-22Patch for bug 225359: Drawing dependency graphs should work on Win32; patch b...jocuri%softhome.net1-3/+10
2004-06-22Patch for bug 247772: Improve SQL capitalization in collectstats; r=joel; a=j...jocuri%softhome.net1-4/+4