summaryrefslogtreecommitdiffstats
path: root/showdependencygraph.cgi
AgeCommit message (Collapse)AuthorFilesLines
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-1/+7
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
2001-11-21Bug 110276:SQL error in globals.pl.matty%chariot.net.au1-1/+2
Patch by me, r=bbaetz,caillon.
2001-10-24Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca1-2/+6
Also fixes seeing bugs in the buglist (bug 95024), dependancy lists, tooltips, duplicates, and everywhere else I could see which checked group bugs.groupset == 0. Also fxed bug 101560, by clearing BASH_ENV r=myk,justdave
2001-06-01Bugzilla was leaking information about bugs marked secure (using bug ↵jake%acutex.net1-5/+21
groups). This checkin fixes bugs 39524, 39527, 39531, and 39533. Patches by Myk Melez <myk@mozilla.org>. r= jake@acutex.net
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
me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case.
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
doesn't have permission to see.
1999-05-27Make sure every node that we asked about shows up in the graph, eventerry%mozilla.org1-1/+5
if it doesn't have any dependency relationships.
1999-05-27Added dependencies, so that you can mark which bugs depend on whichterry%mozilla.org1-0/+165
other ones.