aboutsummaryrefslogtreecommitdiffstats
path: root/describecomponents.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
| | | | r=dkl a=sgreen
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-1/+1
| | | | r=gerv a=justdave
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
| | | | r=wicked a=LpSolit
* Bug 779747: The "Browse" link in the page header/footer doesn't sort ↵Frédéric Buclin2012-08-211-1/+2
| | | | | | products by classification r=dkl a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-21/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 544434: describecomponents.cgi only lists enterable products.Michael Ching2011-11-171-1/+1
| | | | r=Wurblzap, a=LpSolit
* Bug 339679: describecomponents.cgi doesn't show components of closed ↵lpsolit%gmail.com2009-05-211-1/+1
| | | | products, even when there are bugs in these products - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 471880: More scripts should use the shadow DB instead of the master DB - ↵lpsolit%gmail.com2009-01-251-2/+3
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 365064: describecomponents.cgi returns no data when no product name is ↵lpsolit%gmail.com2006-12-271-1/+1
| | | | given - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-1/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 311422: describecomponents.cgi and enter_bug.cgi need some cleanup - ↵lpsolit%gmail.com2006-03-151-45/+22
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 311278: Eliminate %::proddesc - Patch by Max Kanat-Alexander ↵lpsolit%gmail.com2006-02-221-21/+15
| | | | <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, ↵lpsolit%gmail.com2005-10-261-6/+8
| | | | duplicates.cgi, quips.cgi, report.cgi, request.cgi and showdependency*.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-1/+2
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of ↵lpsolit%gmail.com2005-10-121-3/+3
| | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel r=wicked a=justdave
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-1/+1
| | | | r=mkanat,wicked a=justdave
* Bug 285090 - crash in describecomponents.cgi if a normal user click on ↵travis%sedsystems.ca2005-03-101-0/+1
| | | | | | components link from query.cgi Patch by Albert Ting <altlst@sonic.net> r=jpeshkin a=myk
* Bug 153461: describe components shouldn't give an error for a bad producttravis%sedsystems.ca2005-01-081-37/+23
| | | | Patch: LpSolit@netscape.net r=mkanat a=justdave
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-1/+1
| | | | | | patch by erik,joel r=kiko a=justdave
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-4/+3
| | | | | | | quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
* Patch for bug 237369: implement relatively simple changes from %FORM to ↵jocuri%softhome.net2004-03-271-1/+1
| | | | $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
* Patch for bug 237369: implement relatively simple changes from %FORM to ↵jocuri%softhome.net2004-03-271-5/+3
| | | | $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
* [SECURITY] Bug 209742: Under some circumstances, a user can obtain component ↵justdave%syndicomm.com2003-11-031-1/+1
| | | | | | | descriptions for a product to which he does not normally have access. Patch by Ryan Cleary <tryanc@interdimensions.com> r= joel, bbaetz a= justdave
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-2/+6
| | | | r=joel, a=justdave
* Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org2003-04-021-2/+2
| | | | | r=gerv a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-6/+3
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵gerv%gerv.net2002-10-061-5/+2
| | | | Patch by gerv; r=burnus.
* Bug 170903 - Remove hard-coded titles and things. Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-021-3/+0
|
* Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. ↵gerv%gerv.net2002-09-131-1/+4
| | | | Patch by gerv; r=bbaetz.
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-6/+7
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-2/+2
| | | | | early enough r=mattyt, jouni
* Bug 144565 - describecomponents.cgi shows wrong components when user hasbbaetz%student.usyd.edu.au2002-05-221-4/+6
| | | | | | access to only one product Bug 145113 - describecomponents doesn't call quietly_check_login() r=justdave, gerv
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net2002-04-241-4/+4
| | | | afranke.
* Bug 110013 - templatize describecomponents.cgibbaetz%student.usyd.edu.au2002-02-141-100/+77
| | | | r=gerv, afranke
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+3
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Bugzilla Bug 93754 describe should be #directabletimeless%mac.com2001-11-221-1/+3
| | | | r=justdave,dkl
* Fix for bug 101659: emailsuffix was missing from the component owner mailto ↵justdave%syndicomm.com2001-09-261-2/+3
| | | | | | | tag on sites that use emailsuffix. Patch by Steve Naldrett <snaldrett@transparentnetworks.com> r= justdave@syndicomm.com x2
* Fix for bug 82781: describecomponents.cgi now checks viewing permissions to ↵justdave%syndicomm.com2001-06-061-2/+42
| | | | | | | make sure you can see a product Patch by Myk Melez <myk@mozilla.org> r= tara@tequilarista.org
* fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com2001-02-231-2/+8
| | | | based on patch submitted by baulig@suse.de (Martin Baulig).
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-0/+3
| | | | | | | me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case.
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
|
* Display components in alphabetical order.terry%mozilla.org1999-06-121-1/+1
|
* Added a page which describes all the components in a product.terry%netscape.com1999-02-051-0/+96