summaryrefslogtreecommitdiffstats
path: root/showdependencygraph.cgi
AgeCommit message (Collapse)AuthorFilesLines
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-22/+9
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-9/+22
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-22/+9
local symlink to data/ directory
2016-05-16Bug 1273245 - [SECURITY] Backport upstream bug 1253263 to bmo/4.2 to fix XSS ↵David Lawrence1-1/+7
vulnerability in dependency graphs via bug summary
2015-12-23Bug 1229894 - Backport bug upstream 1221518 to bmo/4.2 [SECURITY] XSS in ↵David Lawrence1-4/+7
dependency graphs when displaying the bug summary
2015-01-27Bug 1124432: Backport upstream bug 1079065 to bmo/4.2 to fix improper use of ↵David Lawrence1-3/+3
open() calls
2015-01-23Bug 616197: Wrap long bug summaries in dependency graphs, to avoid ↵Frédéric Buclin1-0/+1
horizontal scrolling
2013-04-11merge with bugzilla/4.2Byron Jones1-1/+1
2013-04-05Bug 855258: The dependency graph always uses urlbase, even when sslbase is ↵Frédéric Buclin1-1/+1
in use r=glob a=LpSolit
2013-03-28Fix uninitialized warning caused by Bug 850639Byron Jones1-1/+2
2013-03-28Bug 850639: the dependency graph should have an upper limit on the number of ↵Byron Jones1-3/+9
nodes it attempts to graph
2012-04-23Bug 747110: fix use of uninitialized value in showdependencygraph.cgiByron Jones1-1/+2
2010-09-08Bug 463134: Remove "Show every bug in the system with dependencies" in ↵Frédéric Buclin1-53/+41
dependency graphs r/a=mkanat
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander1-3/+0
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
2010-06-25Bug 457373: Refactor the permissions system in Bugzilla::Install::FilesystemMax Kanat-Alexander1-4/+20
to use constants instead of local variables. Also, change the permissions so that they are stricter in general, and work better under suexec. This also fixes the problem that dependency graphs didn't work under suexec, and adds a "web" directory by default to Extensions created with extension/create.pl. r=mkanat, a=mkanat (module owner)
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-1/+1
r=timello, a=mkanat
2010-03-08Bug 542464: Dependency graphs cannot be displayed when bug summaries contain ↵Frédéric Buclin1-1/+5
UTF8 characters r/a=mkanat
2009-09-04Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org1-1/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-19Bug 370885: Arrows in dependency graphs are drawn the wrong way - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=wicked r=wurblzap r=mkanat a=LpSolit
2008-10-08Bug 458854: The URL to the dependency graph is wrong when using an external ↵lpsolit%gmail.com1-1/+1
webdot server - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
2008-06-30Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org1-2/+2
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-10-09Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com1-0/+1
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-10-08Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-07-26Bug 370398: Dependency graph wrong url path under mod_perlmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-07-24Bug 365115 i think we should default to TB (whatever TB means? topbottom?) ↵timeless%mozdev.org1-3/+3
for dependency graphs r=mkanat a=mkanat
2007-07-20Bug 327914: Make Bugzilla::Util::perform_substs() go away - Patch by ↵lpsolit%gmail.com1-2/+4
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-05-29Better fix for bug 381837: Clicking a bug in the dependency graph will open ↵lpsolit%gmail.com1-1/+1
the search page instead of the bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
2007-05-26Bug 381837: Clicking a bug in the dependency graph will open the search page ↵lpsolit%gmail.com1-4/+2
instead of the bug - Patch by Frédéric Buclin <LpSolit@gmail.com> (original idea from Sebastian W.H. Czymaj <sczymaj@msls.de>) r=mkanat a=LpSolit
2007-04-07Bug 102622: Dependency graphs should be able to be limited by "relationship" ↵lpsolit%gmail.com1-19/+39
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2006-12-16Bug 345405: showdependencygraph.cgi: Dependency Graphs are broken on mod_perlmkanat%bugzilla.org1-0/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-10-21Bug 356328: $rankdir should be validated in showdependencygraph.cgi - Patch ↵lpsolit%gmail.com1-0/+9
by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=myk
2006-10-15Bug 355728: [SECURITY] XSS in the "id" parameter of showdependencygraph.cgi ↵lpsolit%gmail.com1-1/+3
when "doall" is set - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-4/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-3/+5
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
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-07Bug 312304: Graphviz installation for Bugzilla doesn't work if spaces are in ↵wurblzap%gmail.com1-2/+2
the path to dot.exe. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
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-2/+0
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-10-27Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, ↵lpsolit%gmail.com1-16/+17
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-1/+3
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-10-12Bug 106003: Dependency tree does not show the summary of the root bug - ↵lpsolit%gmail.com1-0/+1
Patch by Todd Stansell <tjs@tellme.com> r=wicked a=justdave
2005-08-16Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - ↵lpsolit%gmail.com1-2/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
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-08-10Bug 135145: Graphs generated by local webdot are huge - Patch by Olav ↵lpsolit%gmail.com1-1/+1
Vitters <bugzilla-mozilla@bkor.dhs.org> r/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-02-04Bug 277623 : Move PerformSubsts() out of globals.pltravis%sedsystems.ca1-0/+1
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-01-28Bug 278791 : Move ModTime() to Bugzilla::Utiltravis%sedsystems.ca1-1/+2
Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave