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