aboutsummaryrefslogtreecommitdiffstats
path: root/showdependencygraph.cgi
Commit message (Collapse)AuthorAgeFilesLines
* bug 155861 - showdependancygraph.cgi fails taint check with local dotbbaetz%student.usyd.edu.au2002-07-101-5/+6
| | | | | installation r=gerv, myk
* Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au2002-06-281-2/+2
| | | | r=jouni, gerv
* Bug 134571 - client-side image maps in showdependencygraph.cgibbaetz%student.usyd.edu.au2002-05-071-2/+22
| | | | Patch by zeroJ@null.net (John Vandenberg), r=bbaetz, justdave
* Bug 141635 - showdependencygraph requires bug number for doall. Patch by ↵gerv%gerv.net2002-05-021-10/+10
| | | | zeroJ@null.net; 2xr=gerv.
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net2002-04-241-3/+2
| | | | afranke.
* Bug 126793 - templatise showdependencygraph.cgi. Patch by gerv, r=bbaetz, myk.gerv%gerv.net2002-04-041-148/+124
|
* Bug 120537 - Allow the use of a local 'dot' binary to generate dependancybbaetz%student.usyd.edu.au2002-03-311-5/+13
| | | | | graphs patch by zeroJ@null.net (John Vandenberg), r=gerv, bbaetz
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+7
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Bug 110276:SQL error in globals.pl.matty%chariot.net.au2001-11-211-1/+2
| | | | Patch by me, r=bbaetz,caillon.
* Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca2001-10-231-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
* Bugzilla was leaking information about bugs marked secure (using bug ↵jake%acutex.net2001-05-311-5/+21
| | | | | | | groups). This checkin fixes bugs 39524, 39527, 39531, and 39533. Patches by Myk Melez <myk@mozilla.org>. r= jake@acutex.net
* Patch by Brian Duggan <bduggan@oven.com> -- security improvements.terry%mozilla.org2000-03-081-0/+1
|
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-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.
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
|
* Limit graph sizes to 64 inches in either dimension. (Yikes!)terry%mozilla.org1999-09-091-1/+1
|
* Oops; was flailing if rankdir wasn't defined.terry%mozilla.org1999-05-281-1/+3
|
* Allow user to control orientation of graph; default it to left-to-right.terry%mozilla.org1999-05-281-1/+8
|
* Patched minor security hole; don't show summary of bugs that the userterry%mozilla.org1999-05-271-1/+5
| | | | doesn't have permission to see.
* Make sure every node that we asked about shows up in the graph, eventerry%mozilla.org1999-05-271-1/+5
| | | | if it doesn't have any dependency relationships.
* Added dependencies, so that you can mark which bugs depend on whichterry%mozilla.org1999-05-271-0/+165
other ones.