aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 251484: Fix taint error on series create when creating a new productbugreport%peshkin.net2004-07-171-0/+5
| | | | | r=justdave a=justdave
* Bug 251567: Make sure "find a specific bug" doesn't miss exact matches in ↵bugreport%peshkin.net2004-07-171-1/+9
| | | | | | | summary r=justdave a=justdave
* Bug 250840: Make the minimum version numbers all agree with reality.justdave%bugzilla.org2004-07-173-3/+3
| | | | | Patch by Colin Olgilvie <colin.ogilvie@gmail.com> r=justdave, a=justdave
* Additional fix for bug 244324: bugzilla-submit crashes when incorrectkiko%async.com.br2004-07-161-3/+14
| | | | | base url provided. Check other situations in which we may have trouble with bad base urls and report error conditions. contrib checkin.
* More manpage fixage: make screen sections indent and format properly. Forkiko%async.com.br2004-07-161-3/+4
| | | | | some reason, they need indentation to look good in the generated nroff format.
* Adding missing <para> tags to paragraph added under example for bug 244324.kiko%async.com.br2004-07-161-2/+2
|
* Updating manpage for bugzilla-submit, part of bug 244324:kiko%async.com.br2004-07-161-2/+22
| | | | bugzilla-submit crashed.
* Bustage fix for bug 251469. Solve filtering issues with javascript_url,kiko%async.com.br2004-07-162-3/+2
| | | | | which includes fixing style_url as well and removing it from filterexceptions. r,a=justdave
* Fix for bug 251469: Add an interface argument in header template tokiko%async.com.br2004-07-161-0/+7
| | | | | import <script src files. Patch by Tiago R. Mello <tiago@async.com.br>. r=timeless, a=justdave.
* Bug 250967: Fix spurious updates to requesteeless flagsbugreport%peshkin.net2004-07-141-14/+23
| | | | | | patch by jouni r=kiko,joel a=justdave
* Bug 250892: Fix w3c validation errors on search-specificbugreport%peshkin.net2004-07-141-3/+3
|
* Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave.jocuri%softhome.net2004-07-1311-466/+881
|
* Bug 226434: Add %reporter%, %user%, and %assignee% pronouns to boolean chartsbugreport%peshkin.net2004-07-132-10/+80
| | | | | r=jouni a=justdave
* Bug 103274: Site Navigation Bar incorrect if viewing a bug not in the listjouni%heikniemi.net2004-07-121-9/+14
| | | | | Patch by GavinS <bugzilla@chimpychompy.org> r=jouni, a=justdave
* Bug 250881: Do not set DEFAULT-FORMAT unless standard search is being usedbugreport%peshkin.net2004-07-121-2/+3
| | | | | patch by glob r,a=justdave
* Bug 244265: Abstract out the typical admin page table to a separate ↵jouni%heikniemi.net2004-07-123-63/+127
| | | | template. r=vladd, a=justdave
* Backing out bug 241900bugreport%peshkin.net2004-07-1211-217/+98
|
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-1211-98/+217
| | | | | | patch by erik r=joel a=justdave
* Bug 245158: Combine multiple redundant LEFT JOINs into a single LEFT JOIN in ↵bugreport%peshkin.net2004-07-121-4/+16
| | | | | | | Search.pm r=zach,justdave a=justdave
* Bumping trunk versions to 2.19. r,a=justdave (on irc)jouni%heikniemi.net2004-07-122-5/+5
|
* Bump version number for releasejustdave%bugzilla.org2004-07-101-1/+1
|
* Bug 238797: minor adjustment to javascript filters to prevent tags inserted ↵justdave%bugzilla.org2004-07-103-3/+3
| | | | | | in product, component, and flag names from causing problems. r=gerv, a=justdave
* Adding 2.18 release notesjustdave%bugzilla.org2004-07-101-879/+307
|
* Fix for bug 250754: Require Chart::Base 1.0. Push up the requirement akiko%async.com.br2004-07-101-2/+2
| | | | single notch to avoid GIF-requirements in GD and 0.99 `confusioning'. r,a=justdave
* Making version numbers match checksetup.pl and the release notesjustdave%bugzilla.org2004-07-101-2/+2
|
* Bump the version number in the documentation titlejustdave%bugzilla.org2004-07-101-5/+5
|
* Bug 237627: Validate dataset name in reports.cgibugreport%peshkin.net2004-07-101-1/+1
| | | | | | patch by teemu r=justdave a=justdave
* Bug 244272: Remove editusers 'query' parameterbugreport%peshkin.net2004-07-101-3/+0
| | | | | r=justdave a=justdave
* Bug 234855: Show only products enterable by current user in edit-multiplebugreport%peshkin.net2004-07-102-1/+13
| | | | | | patch by kiko r=joel,justdave a=justdave
* Bug 233486: Only process groups user is supposed to be able to bless in ↵bugreport%peshkin.net2004-07-101-1/+2
| | | | | | | editgroups.cgi r=justdave a=justdave
* Bug 227191: Change DBI->connect syntax so database password will not be ↵bugreport%peshkin.net2004-07-102-3/+5
| | | | | | | revealed if connect fails r=bbaetz a=justdave
* Bug 236650: html_quote and validate email addresses in editueser.cgibugreport%peshkin.net2004-07-101-1/+9
| | | | | | patch by vlad r=joel,justdave a=justdave
* Bug 234825: Keep duplicates.cgi from revealing products user doesnt have ↵bugreport%peshkin.net2004-07-101-1/+2
| | | | | | access to r,a=justdave
* Bug 235510: Do not expose user password in URL to chart image if login ↵bugreport%peshkin.net2004-07-101-1/+2
| | | | | | | | required to access a chart patch by gerv r=kiko a=justdave
* Bug 242405 Turning on QA contact causes taint error in Bugzilla/Series.pm ↵timeless%mozdev.org2004-07-092-7/+15
| | | | | | when adding a component patch by bugzilla@glob.com.au r=joel a=justdave
* Patch for bug 250265: fix taint issues with vote fields when editing ↵jocuri%softhome.net2004-07-091-1/+13
| | | | products; patch by GavinS <bugzilla@chimpychompy.org> slightly updated by me; r=joel; a=justdave.
* Wording, wording.kiko%async.com.br2004-07-091-1/+1
|
* Patch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); ↵dkl%redhat.com2004-07-083-9/+30
| | | | patch by David Lawrence <dkl@redhat.com>; r=vladd; a=justdave
* Patch for bug 250259: Fix taint error on disallownew field in ↵jocuri%softhome.net2004-07-081-1/+1
| | | | editproducts.cgi; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.
* Patch for bug 249863: Move hidden initial state INPUT field at the beginning ↵jocuri%softhome.net2004-07-081-3/+6
| | | | of the table (previously it was inserted between table rows, causing invalid HTML); patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.
* Fix for bug 248988: On Windows, attachments may fail due to "CGI open of ↵jocuri%softhome.net2004-07-071-0/+8
| | | | tmpfile"; patch by byron jones (glob) <bugzilla@glob.com.au>; r=jouni; a=justdave.
* Bug 245077: The "Find a specific bug" tab is now the default query when you ↵justdave%bugzilla.org2004-07-073-107/+25
| | | | | | | go to query.cgi. To keep the developers happy, a cookie is now set to remember which query page you last visited, and going to query.cgi without specifying which tab will get you the last one you visited. Patch by Byron Jones <bugzilla@glob.com.au> r=justdave, a=justdave
* Bug 250080: Fix regression causing blank regexp to make all users group membersbugreport%peshkin.net2004-07-071-1/+1
| | | | | r=erik, justdave a=justdave
* Documentation XML patch for bug 249802: Make the SQL example for granting ↵jocuri%softhome.net2004-07-071-12/+17
| | | | SQL privs to the DB user suitable for MySQL 4.
* Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net2004-07-069-20/+61
| | | | | r=joel, justdave a=justdave
* Bug 243463 Use a param to protect new charts from leaking informationbugreport%peshkin.net2004-07-064-31/+53
| | | | | r=justdave a=justdave
* Bug 249862: remove duplicate </tr> from login pagebugreport%peshkin.net2004-07-061-1/+0
| | | | | r=vladd a=justdave
* Bug 239343: Contribution of sendbugmail.pl script, drop-in replacement for ↵justdave%bugzilla.org2004-07-062-0/+114
| | | | | | | the no-longer-existing processmail for use by external scripts that used to use processmail's functionality. Contributed by Nick Barnes of Ravenbrook Ltd. a=justdave
* Patch for bug 249798: improve SQL capitalization in sanitycheck.cgi; r=joel, ↵jocuri%softhome.net2004-07-061-7/+7
| | | | a=justdave.
* Bug 245101: Fixes non-fatal warnings about the "attachstatusdefs" table not ↵justdave%bugzilla.org2004-07-041-3/+9
| | | | | | existing during an upgrade from 2.14.x or older without going through 2.16.x in between. r=joel, a=justdave