summaryrefslogtreecommitdiffstats
path: root/showdependencygraph.cgi
AgeCommit message (Expand)AuthorFilesLines
2010-09-08Bug 463134: Remove "Show every bug in the system with dependencies" in depend...Frédéric Buclin1-53/+41
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander1-3/+0
2010-06-25Bug 457373: Refactor the permissions system in Bugzilla::Install::FilesystemMax Kanat-Alexander1-4/+20
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-1/+1
2010-03-08Bug 542464: Dependency graphs cannot be displayed when bug summaries contain ...Frédéric Buclin1-1/+5
2009-09-04Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org1-1/+1
2009-08-19Bug 370885: Arrows in dependency graphs are drawn the wrong way - Patch by Fr...lpsolit%gmail.com1-1/+1
2008-10-08Bug 458854: The URL to the dependency graph is wrong when using an external w...lpsolit%gmail.com1-1/+1
2008-06-30Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org1-2/+2
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
2007-10-09Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com1-0/+1
2007-10-08Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by Fré...lpsolit%gmail.com1-1/+1
2007-07-26Bug 370398: Dependency graph wrong url path under mod_perlmkanat%bugzilla.org1-1/+1
2007-07-24Bug 365115 i think we should default to TB (whatever TB means? topbottom?) fo...timeless%mozdev.org1-3/+3
2007-07-20Bug 327914: Make Bugzilla::Util::perform_substs() go away - Patch by FrédÃ...lpsolit%gmail.com1-2/+4
2007-05-29Better fix for bug 381837: Clicking a bug in the dependency graph will open t...lpsolit%gmail.com1-1/+1
2007-05-26Bug 381837: Clicking a bug in the dependency graph will open the search page ...lpsolit%gmail.com1-4/+2
2007-04-07Bug 102622: Dependency graphs should be able to be limited by "relationship" ...lpsolit%gmail.com1-19/+39
2006-12-16Bug 345405: showdependencygraph.cgi: Dependency Graphs are broken on mod_perlmkanat%bugzilla.org1-0/+5
2006-10-21Bug 356328: $rankdir should be validated in showdependencygraph.cgi - Patch b...lpsolit%gmail.com1-0/+9
2006-10-15Bug 355728: [SECURITY] XSS in the "id" parameter of showdependencygraph.cgi w...lpsolit%gmail.com1-1/+3
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-4/+1
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-2/+2
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-3/+5
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-1/+1
2006-02-07Bug 312304: Graphviz installation for Bugzilla doesn't work if spaces are in ...wurblzap%gmail.com1-2/+2
2005-11-14Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymo...lpsolit%gmail.com1-3/+1
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com1-2/+0
2005-10-27Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, du...lpsolit%gmail.com1-16/+17
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-1/+3
2005-10-12Bug 106003: Dependency tree does not show the summary of the root bug - Patch...lpsolit%gmail.com1-0/+1
2005-08-16Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - Patc...lpsolit%gmail.com1-2/+1
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+1
2005-08-10Bug 135145: Graphs generated by local webdot are huge - Patch by Olav Vitters...lpsolit%gmail.com1-1/+1
2005-07-20Bug 285112: Move ValidateBugID out of CGI.pl - Patch by Frédéric Buclin <Lp...lpsolit%gmail.com1-0/+1
2005-02-04Bug 277623 : Move PerformSubsts() out of globals.pltravis%sedsystems.ca1-0/+1
2005-01-28Bug 278791 : Move ModTime() to Bugzilla::Utiltravis%sedsystems.ca1-1/+2
2004-08-05Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net1-1/+1
2004-06-22Patch for bug 225359: Drawing dependency graphs should work on Win32; patch b...jocuri%softhome.net1-3/+10
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-3/+1
2004-03-27Patch for bug 237369: implement relatively simple changes from %FORM to $cgi-...jocuri%softhome.net1-13/+13
2003-12-04Bug 166346: Set html title attribute (tooltip) for local dot -drawn dependenc...jouni%heikniemi.net1-14/+59
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 i...justdave%syndicomm.com1-1/+1
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-1/+4
2003-04-25Bug 197153: Fix for insecure temporary filename handling.justdave%syndicomm.com1-16/+31
2003-04-25Bug 192661: Dependency graphs were printing bug summaries without HTML filter...justdave%syndicomm.com1-1/+2
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org1-1/+1