summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-11-21Added bit about needing proper <Directory> permissions in orderbarnboy%trilobyte.net2-2/+64
2001-11-21Changed openjade compilation instructions to match new commandsbarnboy%trilobyte.net1-5/+17
2001-11-21Initial conversion to XML format from SGML.barnboy%trilobyte.net21-209/+209
2001-11-20Fix for bug 109240: fixes the regression that changed the way comments regard...myk%mozilla.org1-1/+1
2001-11-20Fix for bug 107120, templates/default/global/header has invalid HTML.zach%zachlipton.com1-1/+1
2001-11-19Bug 98707. Query.cgi rewrite. Patch by me, layout by mpt and others, r=justda...gerv%gerv.net2-878/+240
2001-11-19Bug 98707. Query.cgi rewrite, reformatting and templatisation. Patch by me, l...gerv%gerv.net1-0/+778
2001-11-18Moving a comment to the right place, in order to be able to make a comment ab...matty%chariot.net.au1-2/+2
2001-11-18*** empty log message ***matty%chariot.net.au1-1/+1
2001-11-18Fix for bug 100788: enter_bug.cgi wasn't correctly interpretting whether or n...justdave%syndicomm.com1-1/+2
2001-11-18Fix for bug 109354: After entering a new bug, the link offering to add an att...justdave%syndicomm.com1-1/+1
2001-11-18Fix for bug 107120: templates/default/global/header was generating HTML that ...justdave%syndicomm.com1-6/+6
2001-11-18Fix for bug 92500: line-feeds were not being properly converted when submitti...justdave%syndicomm.com1-1/+1
2001-11-18Backing out previous checkin, it broke the tree. :(justdave%syndicomm.com1-4/+2
2001-11-18Fix for bug 102487: If admin has set preferences to require a comment on a pr...justdave%syndicomm.com1-2/+4
2001-11-18Fix for bug 12284: allow user to specify which columns to display in a bug listjustdave%syndicomm.com1-1/+3
2001-11-18Fix the double testing of .pm files.zach%zachlipton.com1-7/+3
2001-11-17Bug 104677 : Votes field (text style) on showvotes.cgi defaults to size 5, no...matty%chariot.net.au2-6/+25
2001-11-17Bug 101560, pt 2. Perl 5.00503 gives a (bogus?) warning which 5.6 doesn't.bbaetz%cs.mcgill.ca1-1/+1
2001-11-17Bug 101560 - clear some more env vars so that system calls will run inbbaetz%cs.mcgill.ca1-2/+1
2001-11-16Bug 6419 - command-line query tools by Andreas Franke <afranke@ags.uni-sb.de>.gerv%gerv.net3-0/+174
2001-11-15Bug 107718 pt 2 - use subtraction instead of the ~ operator, which olderbbaetz%cs.mcgill.ca2-11/+6
2001-11-14We don't really need to look for fragments that are pulled in by [% INCLUDE %...jake%acutex.net1-15/+0
2001-11-14Fix license headers and make attachment changed page look like bug changed pa...gerv%gerv.net9-7/+196
2001-11-12Fix for bug 86300 - If a bug didn't exist and GetBugLink() tried to create a ...jake%acutex.net1-33/+52
2001-11-12Oops. Bug 109690 again, r=justdave, gervbbaetz%cs.mcgill.ca1-1/+1
2001-11-12Bug 109690: Check $bug before using it.bbaetz%cs.mcgill.ca1-0/+1
2001-11-09Bugzilla Bug 109138 platform detection not working on macintoshtimeless%mac.com1-4/+14
2001-11-09Fix for bug 109048: fixes error when creating attachments without logging in.myk%mozilla.org1-3/+4
2001-11-08Fix for bug 99519: timestamps were not being set correctly in the activity ta...justdave%syndicomm.com1-6/+8
2001-11-08Fix for bug 104652: Duplicate bugs in the dependency tree now get marked with...myk%mozilla.org1-4/+13
2001-11-08Fix for bug 108822: Prevent any user from changing their own groupset.myk%mozilla.org1-2/+2
2001-11-08Fix for bug 108821: Prevent users with any blessgroupset privileges from bles...myk%mozilla.org1-1/+4
2001-11-08Fix for bug 108812: Prevent users from running queries containing arbitrary SQL.myk%mozilla.org1-4/+8
2001-11-08Require (temporarily) mysql >= 3.23.5 for the ~ operator, needed for thebbaetz%cs.mcgill.ca1-1/+9
2001-11-08Bug 101166 - users seeing a bug via _accessible bits should see that itsbbaetz%cs.mcgill.ca1-12/+23
2001-11-07Bug 108547 - Make the JavaScript use proper DOMjake%acutex.net1-10/+9
2001-11-07Refixing bug 71840 - The name should be the 'name' should be the same as what...jake%acutex.net1-1/+1
2001-11-06SECURITY FIX see bug 108385: Due to trusting of passed form fields that shoul...justdave%syndicomm.com1-10/+6
2001-11-06SECURITY FIX see bug 108516: Due to trusting of passed form fields that shoul...justdave%syndicomm.com1-17/+13
2001-11-05Bugzilla Bug 107672 Browser OS/Platform discrimination alg suckstimeless%mac.com1-29/+70
2001-11-03Bug 107718 - mass changes give all changed bugs the groupset of the firstbbaetz%cs.mcgill.ca1-37/+20
2001-11-03Fix for bug 105773: Email addresses in the CC list are now sorted case-insens...justdave%syndicomm.com2-2/+2
2001-11-03Fix for bug 95615: cosmetic change to clarify error message when trying to us...justdave%syndicomm.com1-2/+2
2001-10-31Fixing tinderbox bustage (removing <Tab>s and adding a "use vars" line)jake%acutex.net4-16/+18
2001-10-31Have the tests test .pm files as well, yes this creates bustage, this iszach%zachlipton.com1-1/+1
2001-10-31Fix test bustage by removing tabs.myk%mozilla.org1-1/+1
2001-10-31Fix for bug 98602: re-implementation of "create attachment" page.myk%mozilla.org6-71/+363
2001-10-28Fix for bug 96675: checksetup should require admin e-mail address satisfy ema...zach%zachlipton.com1-1/+23
2001-10-28A few enhancements to the template test:jake%acutex.net1-8/+32