aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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%gerv.net2001-10-192-2/+4
* 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, k...gerv%gerv.net2001-10-161-4/+14
* Fix for bug 98146.myk%mozilla.org2001-10-161-3/+5
* 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) sp...jake%acutex.net2001-10-162-2/+4
* 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. Pat...gerv%gerv.net2001-10-151-7/+23
* Bug 57819 - change the size of the bit we print in the large error case. r=ju...gerv%gerv.net2001-10-141-2/+2
* Tabs are not allowed in Bugzilla source... if we find one, issue a warning.jake%acutex.net2001-10-131-0/+45
* Fix for bug 104516: No code changes in this patch, all this checkin does is r...justdave%syndicomm.com2001-10-1321-448/+448
* Fix for bug 19910: Bugzilla installs on the same server would interfere with ...justdave%syndicomm.com2001-10-138-24/+26
* Fix for bug 101056: multiple form values of the same name were not getting co...justdave%syndicomm.com2001-10-131-0/+8
* Bug 100490 - better error message with no JavaScript for QuickSearch. Patch b...gerv%gerv.net2001-10-131-1/+4
* If a template doesn't exist, this should be considered a compile failure.jake%acutex.net2001-10-131-2/+2
* Fix for bug 91486: Add "changed from" option to the boolean chart.myk%mozilla.org2001-10-132-0/+10
* Backing out Gerv's checkin for bug 71840. Per the bug report, it did not hav...justdave%syndicomm.com2001-10-122-27/+11
* 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 b...gerv%gerv.net2001-10-121-40/+318
* Bug 76161 - Don't select "resolve as dup" radio button when exiting empty dup...gerv%gerv.net2001-10-121-1/+1
* Bug 57819 - cut down large mysql error strings. Patch by n_hibma@qubesoft.co...gerv%gerv.net2001-10-121-2/+7
* Bug 52782 - whineatnews.pl email should use the 'sendmailnow' Param. Patch by...gerv%gerv.net2001-10-121-1/+4
* 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 -   should only be used in the display for a saved qu...jake%acutex.net2001-10-121-2/+3
* Fix for bug 103592 - e-mail addresses that are longer than 30 characters will...jake%acutex.net2001-10-121-11/+20
* 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 97784: comments in attachment update form are now properly word-w...justdave%syndicomm.com2001-10-112-3/+20
* Fix for bug 103554: HTML generated by the PutHeader and GetCommandMenu subrou...justdave%syndicomm.com2001-10-111-52/+68
* Fix for bug 27420: Gives the Component and Target Milestone fields extra spac...myk%mozilla.org2001-10-111-2/+2
* Fix for bug 65164 - Bugzilla wasn't sending </html> at the end of its pages.jake%acutex.net2001-10-101-0/+11
* partial backout of the checkin from bug 103121, because it collided with the ...justdave%syndicomm.com2001-10-101-1/+1
* Bugzilla Bug 103121 editusers.cgi needs an Add link on the query page.timeless%mac.com2001-10-101-1/+2
* Bugzilla Bug 97185 make_select should add a newline after each optiontimeless%mac.com2001-10-101-5/+5
* Bugzilla Bug 51521 Broken HTML on user permissions pagetimeless%mac.com2001-10-101-1/+2
* It's also possible to PROCESS another attachment fragment, not just INCLUDE.jake%acutex.net2001-10-101-1/+1
* Fix for bug 98074: Attachment manager doesn't html_escape bug titles.zach%zachlipton.com2001-10-081-3/+8
* Allow compile tests for files that run in taint modejake%acutex.net2001-10-072-3/+10
* We also need to look for templates that are INCLUDEd in other templates.jake%acutex.net2001-10-072-4/+22
* Doc type fix, r=kikobbaetz%cs.mcgill.ca2001-10-072-2/+2
* Test that scans Bugzilla's code looking for used templates then checks to mak...jake%acutex.net2001-10-072-0/+108
* Fixing issue where excluded files aren't excluded if they end in .pl orzach%zachlipton.com2001-10-061-4/+5
* Don't test importxml.pl since you need XML::Parser which is not required,zach%zachlipton.com2001-10-061-1/+1
* Get rid of our which causes errors on 5.005.zach%zachlipton.com2001-10-061-1/+5
* Fix for bug 76714: correctly nests the FORM and TABLE elements.myk%mozilla.org2001-10-061-3/+3
* Fix for bug 57821 - Empty regular expression causes a software error.jake%acutex.net2001-10-061-2/+7
* Fix for bug 66651 - Include link to attachment in notification mailjake%acutex.net2001-10-061-0/+11
* Fix for bug 93006 - The mass change page was auto-selecting the wrong radio b...jake%acutex.net2001-10-061-1/+1