aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵jake%acutex.net2001-10-256-12/+11
| | | | runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files.
* Bug 106424 - We weren't going orange on warnings such as "used only once". ↵jake%acutex.net2001-10-241-3/+9
| | | | This script now properly outputs the --WARNING and fails on such a condition.
* Fix for bug 106315: Link on bug list for emailing QA contacts.myk%mozilla.org2001-10-241-2/+15
| | | | | Patch by Dave Miller <justdave@syndicomm.com>. r=myk@mozilla.org, no second review needed.
* Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca2001-10-2311-158/+177
| | | | | | | | | | Also fixes seeing bugs in the buglist (bug 95024), dependancy lists, tooltips, duplicates, and everywhere else I could see which checked group bugs.groupset == 0. Also fxed bug 101560, by clearing BASH_ENV r=myk,justdave
* Bug 63249 - The Bug Counts report was running very slowly due to unneeded ↵jake%acutex.net2001-10-231-16/+5
| | | | | | | fields/joins in the SQL query. Patch by Matthew Tuck <matty@chariot.net.au> r= gerv@mozilla.org, jake@acutex.net
* Bug 71840 - Make comments referenceable using a #c4 to get the fourth comment.jake%acutex.net2001-10-202-13/+27
| | | | | Patch by Gerv <gerv@mozilla.org> and Myself. r= jake@acutex.net, gerv@mozilla.org, justdave@syndicomm.com
* Backing out previous change, the wrong patch got checked in.jake%acutex.net2001-10-202-27/+11
|
* Bug 71840 - make comments referenceable. Patch by gerv/jake. r=justdave, ↵gerv%gerv.net2001-10-202-11/+27
| | | | jake/gerv.
* Bug 105480 - Use the friendly name from the fielddefs table when reporting ↵jake%acutex.net2001-10-201-2/+9
| | | | | | | strictvalue errors if it's available. Patch by James A. Laska <jlaska@us.ibm.com> r= justdave@syndicomm.com, jake@acutex.net
* Bug 104340 - Changing the UI of the toolbar for hiding bugs in the ↵jake%acutex.net2001-10-201-29/+29
| | | | | | | dependency tree. Patch by Christian Reis <kiko@async.com.br> r= justdave@syndicomm.com, gerv@mozilla.org
* Bug 73180 - We now put a notice at the top of the versioncache file saying ↵jake%acutex.net2001-10-201-0/+7
| | | | | | | that it should not be edited. Patch by Matthew Tuck <matty@chariot.net.au> r= gerv@mozilla.org, jake@acutex.net
* Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵jake%acutex.net2001-10-209-72/+85
| | | | | | | also use the TEST_VERBOSE environment variable instead of VERBOSE. Patch by David D. Kilzer <ddkilzer@theracingworld.com> Additional edits by myself to add the emacs mode line. Also, the change to runtests.sh was done by me.
* Fix for bug 105365 - Hacker's Guide should be in SGML. This will make it ↵jake%acutex.net2001-10-1910-561/+1094
| | | | easier to do other additions to the hacker's guide.
* yet another meaningless whitespace change to test tinderbox withjustdave%syndicomm.com2001-10-191-1/+1
|
* another useless whitespace change to test tinderbox withjustdave%syndicomm.com2001-10-191-1/+1
|
* whitespace change to test tinderbox again.justdave%syndicomm.com2001-10-191-1/+1
|
* whitespace change to do a test checkin to see how tinderbox reactsjustdave%syndicomm.com2001-10-191-1/+1
|
* Bug 72177 - reword checkbox to make it consistent with the others on the page.gerv%gerv.net2001-10-191-1/+1
|
* Bug 60818 - make Bugzilla cope with MIME types with parameters. Patch by ↵gerv%gerv.net2001-10-192-2/+4
| | | | gerv, r=myk.
* Bug 98146 redux - changing URL to relative one. Oops. Patch by jake, r=gerv.gerv%gerv.net2001-10-171-4/+2
|
* Bug 30480 - add 'show dependencies as buglist' links. Patch by gerv, r=myk, ↵gerv%gerv.net2001-10-161-4/+14
| | | | kiko.
* Fix for bug 98146.myk%mozilla.org2001-10-161-3/+5
| | | | | Patch by Gerv <gerv@mozilla.org>. r=myk, no second review needed.
* Recompiling docs to pick up last two changesjake%acutex.net2001-10-164-8/+11
|
* The recommended style for perl (which is the styleguide Bugzilla will use) ↵jake%acutex.net2001-10-162-2/+4
| | | | specifies that else should not be cuddled. This guide, while not specifically saying it, elluded to cuddling else. Fixing that problem.
* Bug 104105 - cosmetic change to make it obvious that you can create an account.gerv%gerv.net2001-10-151-2/+3
|
* Bug 46935 - trivial typo.gerv%gerv.net2001-10-151-1/+1
|
* Bug 99716 - allow query for Attachment is obsolete AND Attachment Status. ↵gerv%gerv.net2001-10-151-7/+23
| | | | Patch by myk, r=justdave, jake.
* Bug 57819 - change the size of the bit we print in the large error case. ↵gerv%gerv.net2001-10-141-2/+2
| | | | r=justdave.
* Tabs are not allowed in Bugzilla source... if we find one, issue a warning.jake%acutex.net2001-10-131-0/+45
| | | | No review needed for tests at this time. NOT PART OF BUILD
* Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com2001-10-1321-448/+448
| | | | | | | remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
* Fix for bug 19910: Bugzilla installs on the same server would interfere with ↵justdave%syndicomm.com2001-10-138-24/+26
| | | | | | | each others' cookies. Cookies now have a path value that can be set to indicate which bugzilla install they belong to. Browsers will only send the cookie to the appropriate installation. The path can be set in the 'cookiepath' parameter in editparams.cgi. Patch by Dave Lawrence <dkl@redhat.com> r= myk, justdave
* Fix for bug 101056: multiple form values of the same name were not getting ↵justdave%syndicomm.com2001-10-131-0/+8
| | | | | | | | correctly stashed if the user had to log in as part of a form submit. Patch by Myk Melez <myk@mozilla.org> r= gerv, justdave
* Bug 100490 - better error message with no JavaScript for QuickSearch. Patch ↵gerv%gerv.net2001-10-131-1/+4
| | | | by afranke, r=kiko, gerv.
* If a template doesn't exist, this should be considered a compile failure.jake%acutex.net2001-10-131-2/+2
| | | | No review needed for tests at this time. NOT PART OF BUILD
* Fix for bug 91486: Add "changed from" option to the boolean chart.myk%mozilla.org2001-10-132-0/+10
| | | | | Patch by Stephen Lee <slee@uk.bnsmc.com>. r=myk@mozilla.org
* Backing out Gerv's checkin for bug 71840. Per the bug report, it did not ↵justdave%syndicomm.com2001-10-122-27/+11
| | | | | | have proper review first, and myk objected to what got landed on irc.
* Bug 71840 - Make comments referenceable. Patch by gerv; r=myk, jake (ish :-).gerv%gerv.net2001-10-122-11/+27
|
* Bug 83058 - need a way to hide resolved bugs in dependency tree view. Patch ↵gerv%gerv.net2001-10-121-40/+318
| | | | by kiko; r=gerv, afranke.
* Bug 76161 - Don't select "resolve as dup" radio button when exiting empty ↵gerv%gerv.net2001-10-121-1/+1
| | | | dupe field. Patch by justdave, r=jake, caillon.
* Bug 57819 - cut down large mysql error strings. Patch by ↵gerv%gerv.net2001-10-121-2/+7
| | | | n_hibma@qubesoft.com, r=gerv.
* Bug 52782 - whineatnews.pl email should use the 'sendmailnow' Param. Patch ↵gerv%gerv.net2001-10-121-1/+4
| | | | by e.maryniak@pobox.com, r=gerv.
* Add MacOS X. Bug 52577. Patch by afranke. r=gerv.gerv%gerv.net2001-10-121-4/+2
|
* Bug 104247 - make colours in buglists work again. Patch by kiko, r=gerv.gerv%gerv.net2001-10-121-3/+3
|
* Fix for bug 104180 - &nbsp; should only be used in the display for a saved ↵jake%acutex.net2001-10-121-2/+3
| | | | | | | query w/a space, not in the URL. Patch by Christian Reis <kiko@async.com.br> r= jake@acutex.net
* Fix for bug 103592 - e-mail addresses that are longer than 30 characters ↵jake%acutex.net2001-10-121-11/+20
| | | | | | | will be truncated in the bug list. Patch by Christian Reis <kiko@async.com.br> r= gerv@mozilla.org, afranke@ags.uni-sb.de, jake@acutex.net
* Fix for bug 104117 - The editkeywords.cgi link was broken as a result of the ↵jake%acutex.net2001-10-121-2/+2
| | | | | | | fix for bug 103554. Patch by Christian Reis <kiko@async.com.br> r= jake@acutex.net
* Fix for bug 97784: comments in attachment update form are now properly ↵justdave%syndicomm.com2001-10-112-3/+20
| | | | | | | | word-wrapped. This is a server-side implementation to do the word-wrapping, which will probably eventually be used in the main comments area on the bug form as well. Patch by Myk Melez <myk@mozilla.org> r= gerv, justdave
* Fix for bug 103554: HTML generated by the PutHeader and GetCommandMenu ↵justdave%syndicomm.com2001-10-111-52/+68
| | | | | | | subroutines now validates as HTML 4.01 at W3C. Patch by Christian Reis <kiko@async.com.br> r= caillon, gerv, justdave
* Fix for bug 27420: Gives the Component and Target Milestone fields extra ↵myk%mozilla.org2001-10-111-2/+2
| | | | | | | space in the long list display of bugs. Patch by Randall Whitman <randall.whitman@solipsa.com>. r=justdave@syndicomm.com, no second review needed
* Fix for bug 65164 - Bugzilla wasn't sending </html> at the end of its pages.jake%acutex.net2001-10-101-0/+11
| | | | | Patch by Christian Reis <kiko@async.com.br> r= gerv@mozilla.org, jake@acutex.net