aboutsummaryrefslogtreecommitdiffstats
path: root/showdependencygraph.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1253263 - (CVE-2016-2803) [SECURITY] XSS vulnerability in dependency ↵Frédéric Buclin2016-05-161-1/+7
| | | | | | graphs via bug summary r/a=dkl
* Bug 1253267: Possible DOT injection vulnerability in dependency graphs if ↵Frédéric Buclin2016-03-151-0/+3
| | | | | | long bug summaries are wrapped r/a=dkl
* Bug 1221518: (CVE-2015-8508) [SECURITY] XSS in dependency graphs when ↵Frédéric Buclin2015-12-221-5/+8
| | | | | | displaying the bug summary r=gerv a=dkl
* Bug 1079065: [SECURITY] Always use the 3 arguments form for open() to ↵Gervase Markham2015-01-211-3/+3
| | | | | | prevent shell code injection r=dkl,a=glob
* 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 853638 - Status and resolution values in dependency graphs not localizable.Marc Schumann2013-08-151-2/+4
| | | | r=dkl, a=sgreen
* Bug 855258: The dependency graph always uses urlbase, even when sslbase is ↵Frédéric Buclin2013-04-051-1/+1
| | | | | | in use r=glob a=LpSolit
* Fix uninitialized warning caused by Bug 850639Byron Jones2013-03-281-1/+2
|
* Bug 850639: Set an upper limit on the number of nodes the dependency graph ↵Byron Jones2013-03-281-3/+9
| | | | | | will display r=LpSolit, a=LpSolit
* Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is ↵Frédéric Buclin2012-11-121-1/+1
| | | | | | not triggered by the code itself r=glob a=LpSolit
* Bug 450546: Use visible_bugs() where appropriate instead of/in combination ↵Koosha Khajeh Moogahi2012-09-201-1/+4
| | | | | | with can_see_bug() to improve performance r/a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
| | | | r=wicked a=LpSolit
* Bug 747189: Remove Bugzilla::Util::file_mod_time()Matt Selsky2012-04-261-1/+1
| | | | r/a=LpSolit
* Bug 747110: Fix race condition in showdependencygraph.cgi triggering "use of ↵Byron Jones2012-04-231-1/+2
| | | | | | uninitialized value" warnings. r=LpSolit, 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-20/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin2011-08-171-2/+2
| | | | r=timello a=LpSolit
* Bug 463134: Remove "Show every bug in the system with dependencies" in ↵Frédéric Buclin2010-09-081-53/+41
| | | | | | dependency graphs r/a=mkanat
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-051-3/+0
| | | | | IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
* Bug 457373: Refactor the permissions system in Bugzilla::Install::FilesystemMax Kanat-Alexander2010-06-241-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)
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-1/+1
| | | | r=timello, a=mkanat
* Bug 542464: Dependency graphs cannot be displayed when bug summaries contain ↵Frédéric Buclin2010-03-081-1/+5
| | | | | | UTF8 characters r/a=mkanat
* Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org2009-09-041-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 370885: Arrows in dependency graphs are drawn the wrong way - Patch by ↵lpsolit%gmail.com2009-08-181-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wicked r=wurblzap r=mkanat a=LpSolit
* Bug 458854: The URL to the dependency graph is wrong when using an external ↵lpsolit%gmail.com2008-10-081-1/+1
| | | | webdot server - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org2008-06-301-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, 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 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com2007-10-091-0/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by ↵lpsolit%gmail.com2007-10-081-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 370398: Dependency graph wrong url path under mod_perlmkanat%bugzilla.org2007-07-261-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 365115 i think we should default to TB (whatever TB means? topbottom?) ↵timeless%mozdev.org2007-07-241-3/+3
| | | | | | for dependency graphs r=mkanat a=mkanat
* Bug 327914: Make Bugzilla::Util::perform_substs() go away - Patch by ↵lpsolit%gmail.com2007-07-201-2/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Better fix for bug 381837: Clicking a bug in the dependency graph will open ↵lpsolit%gmail.com2007-05-291-1/+1
| | | | the search page instead of the bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bug 381837: Clicking a bug in the dependency graph will open the search page ↵lpsolit%gmail.com2007-05-261-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
* Bug 102622: Dependency graphs should be able to be limited by "relationship" ↵lpsolit%gmail.com2007-04-071-19/+39
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 345405: showdependencygraph.cgi: Dependency Graphs are broken on mod_perlmkanat%bugzilla.org2006-12-161-0/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 356328: $rankdir should be validated in showdependencygraph.cgi - Patch ↵lpsolit%gmail.com2006-10-211-0/+9
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=myk
* Bug 355728: [SECURITY] XSS in the "id" parameter of showdependencygraph.cgi ↵lpsolit%gmail.com2006-10-151-1/+3
| | | | when "doall" is set - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-4/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-3/+5
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-071-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
* Bug 312304: Graphviz installation for Bugzilla doesn't work if spaces are in ↵wurblzap%gmail.com2006-02-071-2/+2
| | | | | | | the path to dot.exe. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 313695: buglist.cgi and some other scripts do not use the shadow DB ↵lpsolit%gmail.com2005-11-141-3/+1
| | | | anymore - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com2005-10-311-2/+0
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, ↵lpsolit%gmail.com2005-10-261-16/+17
| | | | 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/+3
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 106003: Dependency tree does not show the summary of the root bug - ↵lpsolit%gmail.com2005-10-121-0/+1
| | | | Patch by Todd Stansell <tjs@tellme.com> r=wicked a=justdave
* Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - ↵lpsolit%gmail.com2005-08-161-2/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* 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