summaryrefslogtreecommitdiffstats
path: root/showdependencygraph.cgi
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-24Bug 190437 - showdependencytree.cgi and showdependencygraph should use switch...burnus%gmx.de1-0/+4
2002-10-06Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). Pa...gerv%gerv.net1-2/+1
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-8/+8
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
2002-07-10bug 155861 - showdependancygraph.cgi fails taint check with local dotbbaetz%student.usyd.edu.au1-5/+6
2002-06-28Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au1-2/+2
2002-05-07Bug 134571 - client-side image maps in showdependencygraph.cgibbaetz%student.usyd.edu.au1-2/+22
2002-05-02Bug 141635 - showdependencygraph requires bug number for doall. Patch by zero...gerv%gerv.net1-10/+10
2002-04-24Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afra...gerv%gerv.net1-3/+2
2002-04-04Bug 126793 - templatise showdependencygraph.cgi. Patch by gerv, r=bbaetz, myk.gerv%gerv.net1-148/+124
2002-03-31Bug 120537 - Allow the use of a local 'dot' binary to generate dependancybbaetz%student.usyd.edu.au1-5/+13
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-1/+7
2001-11-21Bug 110276:SQL error in globals.pl.matty%chariot.net.au1-1/+2
2001-10-24Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca1-2/+6
2001-06-01Bugzilla was leaking information about bugs marked secure (using bug groups)....jake%acutex.net1-5/+21
2000-03-08Patch by Brian Duggan <bduggan@oven.com> -- security improvements.terry%mozilla.org1-0/+1
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-1/+1
1999-11-02updated license boilerplatedmose%mozilla.org1-14/+15
1999-09-09Limit graph sizes to 64 inches in either dimension. (Yikes!)terry%mozilla.org1-1/+1
1999-05-28Oops; was flailing if rankdir wasn't defined.terry%mozilla.org1-1/+3
1999-05-28Allow user to control orientation of graph; default it to left-to-right.terry%mozilla.org1-1/+8
1999-05-28Patched minor security hole; don't show summary of bugs that the userterry%mozilla.org1-1/+5
1999-05-27Make sure every node that we asked about shows up in the graph, eventerry%mozilla.org1-1/+5
1999-05-27Added dependencies, so that you can mark which bugs depend on whichterry%mozilla.org1-0/+165