Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Using "abort" instead of 1 to make the unlock_tables request consistent | kiko%async.com.br | 2004-07-23 | 1 | -1/+1 | |
| | | | | with the rest of Bugzilla. | |||||
* | Fix for bug 252159: centralize time validation. Adds a ValidateTime | kiko%async.com.br | 2004-07-23 | 3 | -19/+14 | |
| | | | | | function to Bugzilla::Bug and uses it in relevant callsites. Patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>. r=kiko, a=justdave. | |||||
* | Fix for bug 252358: Unnecessary documentation about | kiko%async.com.br | 2004-07-23 | 1 | -24/+6 | |
| | | | | | /usr/bonsaitools/bin/perl into UNIX (non-root) Installation Notes. Patch by Marco Aurélio Graciotto Silva <magsilva@icmc.usp.br>. r=kiko, a=justdave. | |||||
* | Bug 252388: Fix undef warning when Bugzilla->cgi->header() is called twice | bugreport%peshkin.net | 2004-07-22 | 1 | -1/+1 | |
| | | | | | r=jouni a=justdave | |||||
* | Bug 245877: Add an installation test suite | bugreport%peshkin.net | 2004-07-22 | 3 | -1/+194 | |
| | | | | | r=gerv a=justdave | |||||
* | Bug 238544: Emit appropriate error if content and matches are used in | bugreport%peshkin.net | 2004-07-22 | 2 | -0/+12 | |
| | | | | | | invalid search combinations. r=jouni a=justdave | |||||
* | Bug 98751: Make it easier to update a stored query. | jouni%heikniemi.net | 2004-07-22 | 4 | -2/+28 | |
| | | | | r=gerv, a=justdave | |||||
* | Bug 252190: Fix unitialized value in editusers.cgi | bugreport%peshkin.net | 2004-07-22 | 1 | -3/+3 | |
| | | | | | r=vlad a=justdave | |||||
* | Fix for bug 252379: Remove $COOKIE from query.cgi. r=joel, a=justdave. | kiko%async.com.br | 2004-07-22 | 1 | -5/+5 | |
| | ||||||
* | Fix for bug 252378: Remove $COOKIE from attachment.cgi. r=bugreport, | kiko%async.com.br | 2004-07-22 | 1 | -3/+3 | |
| | | | | a=justdave. | |||||
* | Fix for bug 251727: Create a /images directory. Moved 1x1.gif into it; left | kiko%async.com.br | 2004-07-22 | 2 | -1/+1 | |
| | | | | | | ant.jpg out to avoid complaints about "this very important testing resource" <wink>. Fixed single callsite (and someone please explain to me what it's useful for!) a=justdave, myk. | |||||
* | Fix for bug 251841: body id from urlbase with tilde (~) fails | kiko%async.com.br | 2004-07-21 | 1 | -2/+2 | |
| | | | | | validation. Swap [sequences of] tilde, hypens and some other common symbols into hyphens. r=burnus, a=myk. | |||||
* | Fix for bug 123030: Move query.cgi javascript to separate file. Create | kiko%async.com.br | 2004-07-21 | 3 | -298/+335 | |
| | | | | | | productform.js that contains functions to handle the various select boxes in the advanced search page, and update the callsites to use it. r,a=myk. | |||||
* | Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles | bugreport%peshkin.net | 2004-07-21 | 17 | -144/+504 | |
| | | | | | | patch by erik r=joel, kiko a=myk | |||||
* | Bug 245272: Add per-chart negation to boolean searches | bugreport%peshkin.net | 2004-07-21 | 3 | -3/+20 | |
| | | | | | r=justdave,myk,timeless a=myk | |||||
* | Bug 165589 Add data/errorlog logging support to bugzilla | bugreport%peshkin.net | 2004-07-21 | 1 | -0/+31 | |
| | | | | | r=jouni a=myk | |||||
* | Fix for bug 251935: Remove $COOKIE from process_bug.cgi. r=joel, a=myk. | kiko%async.com.br | 2004-07-21 | 1 | -9/+7 | |
| | ||||||
* | Fix for bug 251937: Remove $COOKIE from buglist.cgi. r=burnus, a=myk. | kiko%async.com.br | 2004-07-21 | 1 | -13/+13 | |
| | ||||||
* | Fix for bug 251933: Remove $::COOKIE from post_bug.cgi. r=joel, a=myk. | kiko%async.com.br | 2004-07-21 | 1 | -5/+4 | |
| | ||||||
* | Bug 250547: Make FlagTypes use INNER JOIN instead of comma operator. | jouni%heikniemi.net | 2004-07-20 | 1 | -2/+2 | |
| | | | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=jouni, a=justdave | |||||
* | Bug 86051: Enable changing product name case. | jouni%heikniemi.net | 2004-07-20 | 1 | -2/+18 | |
| | | | | | Patch by GavinS <bugzilla@chimpychompy.org> r=jouni, a=justdave | |||||
* | Bug 252002: Fix typo in create-guided.html.tmpl. | jouni%heikniemi.net | 2004-07-20 | 1 | -1/+1 | |
| | | | | | Patch by GavinS <bugzilla@chimpychompy.org>, r=jouni, a=justdave | |||||
* | Fix for bug 251898: Add function information to PatchReader output. | kiko%async.com.br | 2004-07-18 | 1 | -5/+11 | |
| | | | | | | Added support for the function strings included in unified and contextual diffs, which is included in PatchReader-0.9.5. r=jkeiser, a=justdave. | |||||
* | Bug 240093 - get canconfirm working again. Patch by gerv; r=joel, a=justdave. | gerv%gerv.net | 2004-07-17 | 1 | -6/+8 | |
| | ||||||
* | Bug 251484: Fix taint error on series create when creating a new product | bugreport%peshkin.net | 2004-07-17 | 1 | -0/+5 | |
| | | | | | r=justdave a=justdave | |||||
* | Bug 251567: Make sure "find a specific bug" doesn't miss exact matches in ↵ | bugreport%peshkin.net | 2004-07-17 | 1 | -1/+9 | |
| | | | | | | | summary r=justdave a=justdave | |||||
* | Bug 250840: Make the minimum version numbers all agree with reality. | justdave%bugzilla.org | 2004-07-17 | 3 | -3/+3 | |
| | | | | | Patch by Colin Olgilvie <colin.ogilvie@gmail.com> r=justdave, a=justdave | |||||
* | Additional fix for bug 244324: bugzilla-submit crashes when incorrect | kiko%async.com.br | 2004-07-16 | 1 | -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. For | kiko%async.com.br | 2004-07-16 | 1 | -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.br | 2004-07-16 | 1 | -2/+2 | |
| | ||||||
* | Updating manpage for bugzilla-submit, part of bug 244324: | kiko%async.com.br | 2004-07-16 | 1 | -2/+22 | |
| | | | | bugzilla-submit crashed. | |||||
* | Bustage fix for bug 251469. Solve filtering issues with javascript_url, | kiko%async.com.br | 2004-07-16 | 2 | -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 to | kiko%async.com.br | 2004-07-16 | 1 | -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 flags | bugreport%peshkin.net | 2004-07-14 | 1 | -14/+23 | |
| | | | | | | patch by jouni r=kiko,joel a=justdave | |||||
* | Bug 250892: Fix w3c validation errors on search-specific | bugreport%peshkin.net | 2004-07-14 | 1 | -3/+3 | |
| | ||||||
* | Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave. | jocuri%softhome.net | 2004-07-13 | 11 | -466/+881 | |
| | ||||||
* | Bug 226434: Add %reporter%, %user%, and %assignee% pronouns to boolean charts | bugreport%peshkin.net | 2004-07-13 | 2 | -10/+80 | |
| | | | | | r=jouni a=justdave | |||||
* | Bug 103274: Site Navigation Bar incorrect if viewing a bug not in the list | jouni%heikniemi.net | 2004-07-12 | 1 | -9/+14 | |
| | | | | | Patch by GavinS <bugzilla@chimpychompy.org> r=jouni, a=justdave | |||||
* | Bug 250881: Do not set DEFAULT-FORMAT unless standard search is being used | bugreport%peshkin.net | 2004-07-12 | 1 | -2/+3 | |
| | | | | | patch by glob r,a=justdave | |||||
* | Bug 244265: Abstract out the typical admin page table to a separate ↵ | jouni%heikniemi.net | 2004-07-12 | 3 | -63/+127 | |
| | | | | template. r=vladd, a=justdave | |||||
* | Backing out bug 241900 | bugreport%peshkin.net | 2004-07-12 | 11 | -217/+98 | |
| | ||||||
* | Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles | bugreport%peshkin.net | 2004-07-12 | 11 | -98/+217 | |
| | | | | | | patch by erik r=joel a=justdave | |||||
* | Bug 245158: Combine multiple redundant LEFT JOINs into a single LEFT JOIN in ↵ | bugreport%peshkin.net | 2004-07-12 | 1 | -4/+16 | |
| | | | | | | | Search.pm r=zach,justdave a=justdave | |||||
* | Bumping trunk versions to 2.19. r,a=justdave (on irc) | jouni%heikniemi.net | 2004-07-12 | 2 | -5/+5 | |
| | ||||||
* | Bump version number for release | justdave%bugzilla.org | 2004-07-10 | 1 | -1/+1 | |
| | ||||||
* | Bug 238797: minor adjustment to javascript filters to prevent tags inserted ↵ | justdave%bugzilla.org | 2004-07-10 | 3 | -3/+3 | |
| | | | | | | in product, component, and flag names from causing problems. r=gerv, a=justdave | |||||
* | Adding 2.18 release notes | justdave%bugzilla.org | 2004-07-10 | 1 | -879/+307 | |
| | ||||||
* | Fix for bug 250754: Require Chart::Base 1.0. Push up the requirement a | kiko%async.com.br | 2004-07-10 | 1 | -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 notes | justdave%bugzilla.org | 2004-07-10 | 1 | -2/+2 | |
| | ||||||
* | Bump the version number in the documentation title | justdave%bugzilla.org | 2004-07-10 | 1 | -5/+5 | |
| |