summaryrefslogtreecommitdiffstats
path: root/showdependencytree.cgi
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
r=dkl a=sgreen
2014-02-10Bug 961789: large dependency trees with lots of resolved bugs are very slow ↵Byron Jones1-6/+4
to load r=LpSolit, a=justdave
2013-10-15Bug 917370: large dependency trees are very slow to loadByron Jones1-43/+66
r=dkl, a=simon
2012-09-20Bug 450546: Use visible_bugs() where appropriate instead of/in combination ↵Koosha Khajeh Moogahi1-1/+1
with can_see_bug() to improve performance r/a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-1/+1
r=wicked a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-23/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2008-06-30Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org1-5/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-08-24Bug 221827 Missing Bug ID shouldn't be handled as Invalid Bug IDtimeless%mozdev.org1-1/+1
r=vladd a=mkanat
2007-05-29Bug 382330: Dependency trees broken when resolved bugs are hidden ↵lpsolit%gmail.com1-1/+1
(regression) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
2006-10-21Bug 348923: Clean up a few more variable-scoping issues for mod_perlmkanat%bugzilla.org1-3/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-10-12Bug 356336: Crash when calling showdependencytree.cgi with no bug ID - Patch ↵lpsolit%gmail.com1-1/+1
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-08-12Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org1-2/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-06-27Bug 342528: Undefined subroutine in showdependencytree.cgi in latest CVSmkanat%bugzilla.org1-0/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-1/+2
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-04-18Bug 330718: showdependencytree.cgi needs some cleanup - Patch by Frédéric ↵lpsolit%gmail.com1-73/+21
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-02-23Bug 251656: Redesign dependency tree, part 1: fix the tree itself - Patch by ↵lpsolit%gmail.com1-1/+3
André Batosti <batosti@async.com.br> r=myk r=LpSolit a=justdave
2006-02-21Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵lpsolit%gmail.com1-0/+1
Melez <myk@mozilla.org> r=mkanat a=justdave
2006-01-06Backing out fix for bug 287325 (initial implementation of custom fields): ↵myk%mozilla.org1-1/+0
turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month.
2006-01-06Bug 287325: an initial implementation of custom fields, including the ↵myk%mozilla.org1-0/+1
ability to add text custom fields via the command-line script customfield.pl, search them via the boolean charts, display and edit them on the show bug page, and see changes to them in bug activity; r=mkanat, glob
2005-11-14Bug 313695: buglist.cgi and some other scripts do not use the shadow DB ↵lpsolit%gmail.com1-3/+1
anymore - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com1-3/+0
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-10-27Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, ↵lpsolit%gmail.com1-21/+19
duplicates.cgi, quips.cgi, report.cgi, request.cgi and showdependency*.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-3/+2
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-1/+1
r=mkanat,wicked a=justdave
2005-07-20Bug 285112: Move ValidateBugID out of CGI.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-0/+1
<LpSolit@gmail.com> r=joel,wicked a=justdave
2005-04-05Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com1-10/+11
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-0/+1
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2004-08-05Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net1-1/+1
r=kiko a=justdave
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-3/+1
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.
2004-03-27Patch for bug 237369: implement relatively simple changes from %FORM to ↵jocuri%softhome.net1-6/+4
$cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-1/+3
r=joel, a=justdave
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org1-1/+1
r=gerv, justdave a=justdave
2003-01-24Bug 190437 - showdependencytree.cgi and showdependencygraph should use ↵burnus%gmx.de1-0/+4
switch_to_shadow_db r=bbaetz a=justdave
2002-11-22Bug 180966 - warnings in webserver error log (take 2)bbaetz%student.usyd.edu.au1-1/+1
r=joel, a=justdave
2002-11-22Backing out the checkin for bug 180966 (fix warnings in web server error ↵justdave%syndicomm.com1-1/+1
log). This checkin caused commenting on bugs to fail if timetracking is not enabled.
2002-11-20Bug 180966 - fix misc warningsbbaetz%student.usyd.edu.au1-1/+1
r,a=myk
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-12/+11
r=bbaetz, gerv
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-05-21Fix for bug 143743: Eliminates warning by properly initializing array reference.myk%mozilla.org1-1/+1
Fix by Myk Melez <myk@mozilla.org>. r=bbaetz,justdave
2002-04-24Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net1-3/+2
afranke.
2002-04-18Fix for bug 126792: Templatizes showdependencytree.cgi.myk%mozilla.org1-356/+128
Patch by Myk Melez <myk@mozilla.org>. r=afranke,gerv
2002-03-01Fix for bug 99209: Display links on dependency tree page for modifying ↵myk%mozilla.org1-2/+10
dependent bugs. Patch by Myk Melez <myk@mozilla.org>. r=kiko,bbaetz
2002-03-01Fix for bug 112537: Missing bug summaries in dependencytree view w/ depth limitjustdave%syndicomm.com1-1/+1
Patch by Andreas Franke <afranke@ags.uni-sb.de> r= bbaetz, gerv
2001-11-08Fix for bug 104652: Duplicate bugs in the dependency tree now get marked ↵myk%mozilla.org1-4/+13
with the message "This bug appears elsewhere in this tree." so users know why the bug does not appear to have dependencies. Patch by Gerv <gerv@mozilla.org>. r=jake@acutex.net,myk@mozilla.org
2001-10-24Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca1-3/+5
Also fixes seeing bugs in the buglist (bug 95024), dependancy lists, tooltips, duplicates, and everywhere else I could see which checked group bugs.groupset == 0. Also fxed bug 101560, by clearing BASH_ENV r=myk,justdave