summaryrefslogtreecommitdiffstats
path: root/showdependencygraph.cgi
AgeCommit message (Collapse)AuthorFilesLines
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
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-06-22Patch for bug 225359: Drawing dependency graphs should work on Win32; patch ↵jocuri%softhome.net1-3/+10
by Byron Jones (glob) <bugzilla@glob.com.au>; r=jouni; 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-13/+13
$cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
2003-12-04Bug 166346: Set html title attribute (tooltip) for local dot -drawn ↵jouni%heikniemi.net1-14/+59
dependency graphs. r=kiko, justdave; a=justdave
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-7/+9
2003-10-26Bug 201294: showdependencygraph.cgi now uses the global IsOpenedState() sub ↵justdave%syndicomm.com1-1/+1
instead of its own list of which states are open. This makes one less place to customize when sites change their statuses, and also includes UNCONFIRMED (which never got added when UNCONFIRMED was created). r= gerv, a= justdave
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-1/+4
r=joel, a=justdave
2003-04-25Bug 197153: Fix for insecure temporary filename handling.justdave%syndicomm.com1-16/+31
Patch by Brad Baetz <bbaetz@acm.org> r= justdave, gerv a= justdave
2003-04-25Bug 192661: Dependency graphs were printing bug summaries without HTML ↵justdave%syndicomm.com1-1/+2
filtering. r= bbaetz, gerv 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-10-06Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵gerv%gerv.net1-2/+1
Patch by gerv; r=burnus.
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-8/+8
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-07-10bug 155861 - showdependancygraph.cgi fails taint check with local dotbbaetz%student.usyd.edu.au1-5/+6
installation r=gerv, myk
2002-06-28Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au1-2/+2
r=jouni, gerv
2002-05-07Bug 134571 - client-side image maps in showdependencygraph.cgibbaetz%student.usyd.edu.au1-2/+22
Patch by zeroJ@null.net (John Vandenberg), r=bbaetz, justdave