aboutsummaryrefslogtreecommitdiffstats
path: root/showdependencytree.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
* Bug 961789: large dependency trees with lots of resolved bugs are very slow t...Byron Jones2014-02-101-6/+4
* Bug 917370: large dependency trees are very slow to loadByron Jones2013-10-151-43/+66
* Bug 450546: Use visible_bugs() where appropriate instead of/in combination wi...Koosha Khajeh Moogahi2012-09-201-1/+1
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-23/+5
* Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org2008-06-301-5/+4
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 221827 Missing Bug ID shouldn't be handled as Invalid Bug IDtimeless%mozdev.org2007-08-241-1/+1
* Bug 382330: Dependency trees broken when resolved bugs are hidden (regression...lpsolit%gmail.com2007-05-291-1/+1
* Bug 348923: Clean up a few more variable-scoping issues for mod_perlmkanat%bugzilla.org2006-10-211-3/+3
* Bug 356336: Crash when calling showdependencytree.cgi with no bug ID - Patch ...lpsolit%gmail.com2006-10-121-1/+1
* Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org2006-08-121-2/+3
* Bug 342528: Undefined subroutine in showdependencytree.cgi in latest CVSmkanat%bugzilla.org2006-06-261-0/+2
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-1/+2
* Bug 330718: showdependencytree.cgi needs some cleanup - Patch by Frédéric B...lpsolit%gmail.com2006-04-181-73/+21
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-071-1/+1
* Bug 251656: Redesign dependency tree, part 1: fix the tree itself - Patch by ...lpsolit%gmail.com2006-02-231-1/+3
* Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M...lpsolit%gmail.com2006-02-211-0/+1
* Backing out fix for bug 287325 (initial implementation of custom fields): tur...myk%mozilla.org2006-01-061-1/+0
* Bug 287325: an initial implementation of custom fields, including the ability...myk%mozilla.org2006-01-061-0/+1
* Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymo...lpsolit%gmail.com2005-11-141-3/+1
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com2005-10-311-3/+0
* Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, du...lpsolit%gmail.com2005-10-261-21/+19
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-3/+2
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-1/+1
* Bug 285112: Move ValidateBugID out of CGI.pl - Patch by Frédéric Buclin <Lp...lpsolit%gmail.com2005-07-201-0/+1
* Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com2005-04-051-10/+11
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-0/+1
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-041-1/+1
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-3/+1
* Patch for bug 237369: implement relatively simple changes from %FORM to $cgi-...jocuri%softhome.net2004-03-271-6/+4
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+3
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
* Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org2003-02-071-1/+1
* Bug 190437 - showdependencytree.cgi and showdependencygraph should use switch...burnus%gmx.de2003-01-241-0/+4
* Bug 180966 - warnings in webserver error log (take 2)bbaetz%student.usyd.edu.au2002-11-221-1/+1
* Backing out the checkin for bug 180966 (fix warnings in web server error log)...justdave%syndicomm.com2002-11-221-1/+1
* Bug 180966 - fix misc warningsbbaetz%student.usyd.edu.au2002-11-201-1/+1
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-12/+11
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
* Fix for bug 143743: Eliminates warning by properly initializing array reference.myk%mozilla.org2002-05-211-1/+1
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afra...gerv%gerv.net2002-04-241-3/+2
* Fix for bug 126792: Templatizes showdependencytree.cgi.myk%mozilla.org2002-04-181-356/+128
* Fix for bug 99209: Display links on dependency tree page for modifying depend...myk%mozilla.org2002-03-011-2/+10
* Fix for bug 112537: Missing bug summaries in dependencytree view w/ depth limitjustdave%syndicomm.com2002-03-011-1/+1
* Fix for bug 104652: Duplicate bugs in the dependency tree now get marked with...myk%mozilla.org2001-11-081-4/+13
* Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca2001-10-231-3/+5
* Bug 104340 - Changing the UI of the toolbar for hiding bugs in the dependency...jake%acutex.net2001-10-201-29/+29
* Bug 30480 - add 'show dependencies as buglist' links. Patch by gerv, r=myk, k...gerv%gerv.net2001-10-161-4/+14