aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for bug 125835: Removing an old sarcastic comment from the localconfig ↵justdave%syndicomm.com2002-02-161-1/+2
| | | | | | | | generation routine so that it doesn't imply that using a password is bad. Patch by James Cox <james@awpimajes.com> r= justdave x 2
* Fixing tinderbox bustage. Maybe I need to get more sleep before I commit.zach%zachlipton.com2002-02-141-2/+2
|
* Was missing an indent from my last fix, fixing it. No r= neededzach%zachlipton.com2002-02-141-1/+1
|
* Fix for bug 97290: checksetup.pl should report about errors in localconfigzach%zachlipton.com2002-02-141-0/+19
| | | | r=kiko x2
* Bug 110013 - templatize describecomponents.cgibbaetz%student.usyd.edu.au2002-02-145-128/+197
| | | | r=gerv, afranke
* Update the test to use the same basic format as the handling code from ↵jake%acutex.net2002-02-141-1/+2
| | | | globals.pl
* Backing out checkin for bug 115369, it's busted on Perl 5.00503.justdave%syndicomm.com2002-02-142-289/+92
|
* Fixing tinderbox bustage from previous checkin.justdave%syndicomm.com2002-02-131-0/+1
| | | | Name "main::legal_keywords" used only once
* Fix for bug 115369: Templatization of long_list.cgijustdave%syndicomm.com2002-02-134-92/+492
| | | | | Patch by Gervase Markham <gerv@mozilla.org> r= bbaetz, dkl
* Adding jb2bz.py to contrib (bug 124869).justdave%syndicomm.com2002-02-131-0/+303
| | | | Conversion script to import bugs from Jitterbug into Bugzilla contributed by Tom Emerson <tree@basistech.com>
* Bug 99024 - add .cvsignore for template/.htaccessbbaetz%student.usyd.edu.au2002-02-131-0/+1
| | | | r=justdave x2
* Bug 97471 - The assignee and qa contact should always be able to see theirbbaetz%student.usyd.edu.au2002-02-134-27/+25
| | | | | bugs r=justdave, afranke
* Bug 100094 - use generic template handling codebbaetz%student.usyd.edu.au2002-02-1312-313/+93
| | | | r=mattyt, afranke
* Fix for bug 99024: checksetup was not giving proper permissions to the ↵justdave%syndicomm.com2002-02-131-22/+50
| | | | | | | | contents of the template directory. This patch also adds an .htaccess file that blocks access to the template folder by the web server. Patch by Dave Miller <justdave@syndicomm.com> r= zach x 2
* Moving JS to beginning of file to avoid IE warnings.gerv%gerv.net2002-02-131-79/+79
|
* Correct date on logincookies schema change.bbaetz%student.usyd.edu.au2002-02-081-1/+1
|
* Fix for bug 97966: Changing the product in the query page would remove your ↵justdave%syndicomm.com2002-02-081-17/+31
| | | | | | | component, version, and milestone selections, even if the other product used the same ones, or you were selecting an additional product without unselecting the first one. Patch by Christian Reis <kiko@async.com.br> r= caillon, justdave
* Fix for bug 122897: Comments entered on the bug form are now added to the ↵justdave%syndicomm.com2002-02-061-1/+5
| | | | | | | | bug before it is closed and moved when moving a bug to another Bugzilla install. Patch by Dave Miller <justdave@syndicomm.com> r= timeless, bbaetz
* Fix for bug 119005: The instructions in editgroups.cgi incorrectly state ↵justdave%syndicomm.com2002-02-061-2/+1
| | | | | | | | that you can't use spaces in a group name. You in fact can. Patch by Christian Reis <kiko@async.com.br> r= bbaetz x 2
* Fix for bug 117055: Emails were being truncated if they contained a line ↵justdave%syndicomm.com2002-02-068-10/+10
| | | | | | | | | with nothing but a period on them. We now pass -i to sendmail and its clones to tell it to ignore periods (since we close the pipe when we're done, rather than signalling it with a period). Has been tested with sendmail and postfix. Patch by Dave Miller <justdave@syndicomm.com> r= afranke, bugzilla@bkor.dhs.org, jake
* Bug 119715 - strictvaluechecks should always be enabledbbaetz%student.usyd.edu.au2002-02-055-57/+35
| | | | r=justdave, gerv
* Bug 122418 pt2 - obsoleting a patch from the create attachment screen gavebbaetz%student.usyd.edu.au2002-02-051-1/+1
| | | | a taint error.
* Remove JS strict warning.gerv%gerv.net2002-02-051-1/+1
|
* bug 122418 - setting attachment status fails taint checks. Just needed tobbaetz%student.usyd.edu.au2002-02-051-0/+2
| | | | | detaint after checking. r=gerv,kiko
* show_bug.cgi templatisation.gerv%gerv.net2002-02-053-362/+479
|
* Fix for bug 87398: checksetup.pl should warn if not run as root. Patchzach%zachlipton.com2002-02-051-0/+14
| | | | | | | adds a warning if the user has webservergroup set but does not run checksetup.pl as root. r1=kiko, r2=justdave
* Bug 95732 - remove logincookies.cryptpassword, and invalidate cookies frombbaetz%student.usyd.edu.au2002-02-047-6/+67
| | | | | | | the db when required instead. (Also fixes bug 58242 as a side effect) r=myk, kiko
* Fix for bug 14461: QA contact is no longer required. You can still leave it ↵justdave%syndicomm.com2002-02-041-21/+3
| | | | | | | | | blank in editing and creating components if you want, even if it's enabled now. This is consistant with the behavior of this field everywhere else in Bugzilla now. Eventually this will be a per-product setting whether to enforce having one or not. Patch by Matthew Tuck <matty@chariot.net.au> r= justdave x 2
* Fix for bug 121747: Stops every script before it does anything else if ↵myk%mozilla.org2002-02-034-18/+132
| | | | | | | | Bugzilla is currently shut down. Also adds global template instantiation code to globals.pl. Patch by Myk Melez <myk@mozilla.org>. r=gerv,kiko
* Fix for bug 98021: Cleans up "edit attachment" interface on NS4.x by ↵myk%mozilla.org2002-02-021-3/+11
| | | | | | | removing text of buttons that do not work in that browser. Patch by Myk Melez <myk@mozilla.org>. r=kiko x 2
* Bug 122154 part 2 - Eliminiate the use of the "usetms" Javascript cache ↵jake%acutex.net2002-02-011-14/+6
| | | | | | | variable. Patch by Christian Reis <kiko@async.com.br> r= bbaetz, jake
* Bug 109138 platform detection not working on macintoshtimeless%mac.com2002-02-011-0/+1
| | | | | r=bbaetz r=gerv adds another regexp for MacOSX
* Bug 122744 - charting fails taint checksbbaetz%student.usyd.edu.au2002-02-011-0/+17
| | | | r=daa@distributed.net, gerv
* Fix up "used only once" warning from kiko's checkin.bbaetz%student.usyd.edu.au2002-02-011-0/+1
| | | | r=kiko x 2.
* Bug 122636 - Templatise colchange.cgijake%acutex.net2002-02-012-35/+95
| | | | | Patch by David Lawrence <dkl@redhat.com> and Christian Reis <kiko@async.com.br> r= kiko, jake
* Bug 122589 -- Update gnats conversion script to newer schema of 2.14.jake%acutex.net2002-01-311-40/+86
| | | | Patch by Andrea Dell'Amico <adellam@link.it>
* Fix for bug 109480: Removes createattachment.cgi from CVS.myk%mozilla.org2002-01-311-111/+0
| | | | | Removed by Myk Melez <myk@mozilla.org>. r=bbaetz x 2
* Fix for bug 104521: Removes old attachment interface in favor of new ↵myk%mozilla.org2002-01-307-72/+31
| | | | | | | attachment tracker. Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,kiko
* Bug 122154 - change arrays to numeric, and clean up query.atml jsbbaetz%student.usyd.edu.au2002-01-301-85/+130
| | | | patch by kiko@async.com.br, r=caillon,bbaetz
* Bug 117509 - createaccount.cgi templatisation.gerv%gerv.net2002-01-305-55/+182
|
* Fix for bug 121735: Perl warning running checksetup.pl if a module has azach%zachlipton.com2002-01-281-2/+2
| | | | | | | non-numeric version number. Patch sets checksetup.pl to use a string compare instead of a numeric one. Patch by Dave Miller. r1=Bradley Baetz and r2=Gerv
* Removing new_comment.cgi - all part of quips.cgi now.gerv%gerv.net2002-01-261-63/+0
|
* quips.cgi rewrite and templatisation.gerv%gerv.net2002-01-262-27/+113
|
* Bug 93037 - use YYYY-MM-DD HH:MM formatting for attachment datesbbaetz%student.usyd.edu.au2002-01-232-6/+8
| | | | r=gerv,myk
* Bug 120543 - Software error when entering a bug when not logged in & onlybbaetz%student.usyd.edu.au2002-01-231-1/+1
| | | | | one product. r=caillon,jake
* Bug 121074 - taint error after changing bugbbaetz%student.usyd.edu.au2002-01-222-15/+13
| | | | r=daa@distributed.net,jake
* Bug 98368 - dbi connect doesn't use db_port option.bbaetz%student.usyd.edu.au2002-01-221-1/+2
| | | | Patch by gene.stuckey@tellabs.com, r=bbaetz,justdave
* Bug 121170 - template outputs empty <style> tagbbaetz%student.usyd.edu.au2002-01-221-3/+5
| | | | r=justdave,timeless
* Bug 113438 - The DTD from Bugzilla's XML output was not correct, so any ↵jake%acutex.net2002-01-211-17/+21
| | | | | | | attempts to validate the output were futile. Patch by Jan <tamino_xml@yahoo.com> r= jake
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-2040-73/+208
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave