aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The ↵jake%acutex.net2001-12-1312-117/+542
| | | | | | sidebar.cgi can currently be used in Mozilla/Netscape 6 and uses XUL that was originally written by Scott Collins <scc@mozilla.org>. The index.cgi displays both the proper header and footer in the appropriate places. It also changes the links accoding to if you are logged in or not. r= ddk, kiko
* Fix for bug 73502: midair collision wasn't catching other bugs changing ↵justdave%syndicomm.com2001-12-111-0/+2
| | | | | | | dependencies Patch by Dave Miller r= bbaetz, jake
* Re-fix for bug 102141: The prior checkin on this bug caused an error if you ↵justdave%syndicomm.com2001-12-101-1/+2
| | | | | | | | could only see one product and you tried to change a bug. Fix by David Kilzer <ddk@theracingworld.com> r= justdave, bbaetz
* SECURITY FIX bug 54901: If you were using LDAP authentication it would let ↵justdave%syndicomm.com2001-12-091-0/+15
| | | | | | | | you log in as anyone if you left the password blank. Patch by David Crowe <crow@waveset.com> r= jmrobins, justdave
* Get the file list of files to scan for templates from Support::Files instead ↵jake%acutex.net2001-12-011-1/+3
| | | | of glob('*')
* Bug 108312 - The mid-air collision page was only showing the most recent ↵jake%acutex.net2001-11-272-2/+2
| | | | | | changes if two people comitted changes to a bug while you were viewing it. r=louie, myk
* Fix for bug 109802: Make it clear how to enter mysql passwords with special ↵myk%mozilla.org2001-11-271-1/+3
| | | | | | | characters into localconfig. Patch by Dave Miller <justdave@syndicomm.com>. r=ddkilzer,louie.
* Fix for bug 101875: Put the product column before the component column ↵myk%mozilla.org2001-11-271-1/+1
| | | | | | | rather than after. Patch by Paul Baker <pbaker@where2getit.com>. Low risk, r=myk, no second review needed.
* Bug 109530 - xml.cgi was quoting stuff way too much. This is because it was ↵jake%acutex.net2001-11-263-29/+16
| | | | | | incorrectly quoted in Bug.pm r= justdave, louie
* Fix for bug 61634: explain what "Milestone URL" is on the editproducts page.justdave%syndicomm.com2001-11-221-1/+1
| | | | | patch by Matthew Tuck <matty@chariot.net.au> r= caillon, justdave
* Bug 104261 - incorrect template paths. r=myk, ddk.gerv%gerv.net2001-11-224-4/+4
|
* Fix for bug 99864: consistant use of "product" vs "program"justdave%syndicomm.com2001-11-222-3/+3
| | | | | Patch by Josh Soref <timeless@mac.com> r= dkl, justdave
* Bugzilla Bug 93754 describe should be #directabletimeless%mac.com2001-11-222-2/+6
| | | | r=justdave,dkl
* Fix for bug 102141: SECURITY FIX - the Product popup menu on the show_bug ↵justdave%syndicomm.com2001-11-211-4/+44
| | | | | | | | | form listed all products, even if the user didn't have access to all of them. It now only shows products the user has access to (and the product the bug is in, if the user is viewing it because of some other override) Patch by George Hotelling <george.hotelling@iconideas.com> and Dave Miller <justdave@syndicomm.com> r= bbaetz, caillon
* Bug 110276:SQL error in globals.pl.matty%chariot.net.au2001-11-211-1/+2
| | | | Patch by me, r=bbaetz,caillon.
* Added blurb about unified diffs.barnboy%trilobyte.net2001-11-212-0/+24
|
* Taint mode note.barnboy%trilobyte.net2001-11-212-0/+20
|
* Added Javascript, Cookies, and Templatization requirements to Hackingbarnboy%trilobyte.net2001-11-212-2/+72
| | | | Bugzilla.
* Added tip about checking sanitycheck.cgi if you make schema changes,barnboy%trilobyte.net2001-11-212-2/+22
| | | | per bug 98049.
* Removed references to bugzilla.mozilla.org so we can avoidbarnboy%trilobyte.net2001-11-212-14/+14
| | | | | spurious bug postings. However, this file will need some significant treatment for 2.16 release since the query.cgi interface has changed.
* Backing out previous checkin, this file is distributed with Bugzilla, we ↵justdave%syndicomm.com2001-11-211-4/+0
| | | | don't need mozilla-specific information in it.
* Added one liner mentioning that mozilla.org provides only one votebarnboy%trilobyte.net2001-11-211-0/+4
| | | | per bug.
* 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
| | | | for .htaccess to function. See bug 97668.
* Changed openjade compilation instructions to match new commandsbarnboy%trilobyte.net2001-11-211-5/+17
| | | | required by XML conversion of the Guide.
* Initial conversion to XML format from SGML.barnboy%trilobyte.net2001-11-2121-209/+209
| | | | | | | Note this is a work-in-progress. It compiles cleanly, but I am not yet submitting compiled HTML and text. There is one notable problem: nsgmls barfs on the <imagedata> tag in database.sgml during validation. openjade handles it fine. Weird.
* Fix for bug 109240: fixes the regression that changed the way comments ↵myk%mozilla.org2001-11-201-1/+1
| | | | | | | regarding attachment creation are formatted. Patch by Jake <jake@acutex.net>. r=myk@mozilla.org, no second review needed.
* Fix for bug 107120, templates/default/global/header has invalid HTML.zach%zachlipton.com2001-11-201-1/+1
| | | | | | | | Patch removes a <meta> tag as per bug 38856. Patch by David D. Kilzer <mailto:ddkilzer@theracingworld.com>. r1=Christopher Aillon <mailto:caillon@returnzero.com>. No 2nd review required as per caillon.
* Bug 98707. Query.cgi rewrite. Patch by me, layout by mpt and others, ↵gerv%gerv.net2001-11-192-878/+240
| | | | r=justdave, mattyt. Wahey!
* Bug 98707. Query.cgi rewrite, reformatting and templatisation. Patch by me, ↵gerv%gerv.net2001-11-191-0/+778
| | | | layout by mpt and others, r=justdave,matty. Wahey!
* Moving a comment to the right place, in order to be able to make a comment ↵matty%chariot.net.au2001-11-181-2/+2
| | | | | | | | about my previous check in that accidentally got checked in without a comment, and hence didn't show up on Tinderbox I think. It was a change to CGI.pl, a fix for bug 105812: Rename "Components" link in sub GetCommandMenu() to "Products". The patch was by James A Laska <jlaska@us.ibm.com>.
* *** empty log message ***matty%chariot.net.au2001-11-181-1/+1
|
* Fix for bug 100788: enter_bug.cgi wasn't correctly interpretting whether or ↵justdave%syndicomm.com2001-11-181-1/+2
| | | | | | | | not a partial URL needed an http:// added to the front of it, which had the side-effect of duplicating the http:// on the front when a URL was passed from Bugzilla Helper. Patch by Josh Soref <timeless@mac.com> r= justdave, caillon
* Fix for bug 109354: After entering a new bug, the link offering to add an ↵justdave%syndicomm.com2001-11-181-1/+1
| | | | | | | | attachment to the bug you just created pointed at the old attachment form instead of the new one. Patch by Josh Soref <timeless@mac.com> r= myk x2
* Fix for bug 107120: templates/default/global/header was generating HTML that ↵justdave%syndicomm.com2001-11-181-6/+6
| | | | | | | wouldn't validate as HTML 4.01 Transitional Patch by Dave Miller <justdave@syndicomm.com> r= jake, bbaetz
* Fix for bug 92500: line-feeds were not being properly converted when ↵justdave%syndicomm.com2001-11-181-1/+1
| | | | | | | submitting parameter changes with some Mac browsers. Patch by Gervase Markham <gerv@mozilla.org> r= ddk, justdave
* 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 ↵justdave%syndicomm.com2001-11-181-2/+4
| | | | | | | | product/component change, prompt the user that they forgot to comment first, before prompting for component, milestone, and version for new product. Patch by Garvase Markham <gerv@mozilla.org> r= kiko, ddk
* Fix for bug 12284: allow user to specify which columns to display in a bug listjustdave%syndicomm.com2001-11-181-1/+3
| | | | | Patch by Andreas Franke <afranke@ags.uni-sb.de> r= gerv, kiko
* Fix the double testing of .pm files.zach%zachlipton.com2001-11-181-7/+3
| | | | No review needed for tests at this time.
* Bug 104677 : Votes field (text style) on showvotes.cgi defaults to size 5, ↵matty%chariot.net.au2001-11-172-6/+25
| | | | | | not natural size and doesn't include a maxlength attribute. Patch by Christoper Aillon <caillon@returnzero.com>.
* Bug 101560, pt 2. Perl 5.00503 gives a (bogus?) warning which 5.6 doesn't.bbaetz%cs.mcgill.ca2001-11-171-1/+1
| | | | Quote manually rather than using qw to get arround this
* Bug 101560 - clear some more env vars so that system calls will run inbbaetz%cs.mcgill.ca2001-11-171-2/+1
| | | | | | taint mode. The perforce integration stuff needs this. r=gerv,mattyt
* 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
| | | | | | mysql versions don't support. Remove the checksetup.pl restriction, too. r=jake x2
* We don't really need to look for fragments that are pulled in by [% INCLUDE ↵jake%acutex.net2001-11-141-15/+0
| | | | %] or [% PROCESS %]. While removing this code bit doesn't allow us to seperatly check that those fragments exist and compile, they'll be checked atomatically when the the template that wants them is run through the process() routine by the 004template.t test. This issue was raised because bug 98707 introduced a [% BLOCK %] element and the syntax for using that is the same as for including a template fragment.
* Fix license headers and make attachment changed page look like bug changed ↵gerv%gerv.net2001-11-149-7/+196
| | | | page. Bug 99518 and 98110. r-myk, no second review.
* Fix for bug 86300 - If a bug didn't exist and GetBugLink() tried to create a ↵jake%acutex.net2001-11-121-33/+52
| | | | | | tooltip for it, you'd get uninitialized variables warnings in your error log. This path also introduces a cache so if the same bug # is mentioned more than once during the same running of the script, it only has to query the database once. r= mattyt, gerv
* Oops. Bug 109690 again, r=justdave, gervbbaetz%cs.mcgill.ca2001-11-121-1/+1
|