Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-02-07 | Bug 191863 - Clean up Bugzilla.pm | bbaetz%acm.org | 1 | -1/+1 | |
r=gerv, justdave a=justdave | |||||
2003-01-24 | Bug 190437 - showdependencytree.cgi and showdependencygraph should use ↵ | burnus%gmx.de | 1 | -0/+4 | |
switch_to_shadow_db r=bbaetz a=justdave | |||||
2002-10-06 | Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵ | gerv%gerv.net | 1 | -2/+1 | |
Patch by gerv; r=burnus. | |||||
2002-09-23 | bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported | bugreport%peshkin.net | 1 | -8/+8 | |
r=bbaetz, gerv | |||||
2002-08-26 | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 1 | -1/+0 | |
r=joel x2 | |||||
2002-07-10 | bug 155861 - showdependancygraph.cgi fails taint check with local dot | bbaetz%student.usyd.edu.au | 1 | -5/+6 | |
installation r=gerv, myk | |||||
2002-06-28 | Bug 148488 - more HTML validation fixes | bbaetz%student.usyd.edu.au | 1 | -2/+2 | |
r=jouni, gerv | |||||
2002-05-07 | Bug 134571 - client-side image maps in showdependencygraph.cgi | bbaetz%student.usyd.edu.au | 1 | -2/+22 | |
Patch by zeroJ@null.net (John Vandenberg), r=bbaetz, justdave | |||||
2002-05-02 | Bug 141635 - showdependencygraph requires bug number for doall. Patch by ↵ | gerv%gerv.net | 1 | -10/+10 | |
zeroJ@null.net; 2xr=gerv. | |||||
2002-04-24 | Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵ | gerv%gerv.net | 1 | -3/+2 | |
afranke. | |||||
2002-04-04 | Bug 126793 - templatise showdependencygraph.cgi. Patch by gerv, r=bbaetz, myk. | gerv%gerv.net | 1 | -148/+124 | |
2002-03-31 | Bug 120537 - Allow the use of a local 'dot' binary to generate dependancy | bbaetz%student.usyd.edu.au | 1 | -5/+13 | |
graphs patch by zeroJ@null.net (John Vandenberg), r=gerv, bbaetz | |||||
2002-01-20 | Fix for bug 108982: enable taint mode for all user-facing CGI files. | justdave%syndicomm.com | 1 | -1/+7 | |
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave | |||||
2001-11-21 | Bug 110276:SQL error in globals.pl. | matty%chariot.net.au | 1 | -1/+2 | |
Patch by me, r=bbaetz,caillon. | |||||
2001-10-24 | Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs. | bbaetz%cs.mcgill.ca | 1 | -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-01 | Bugzilla was leaking information about bugs marked secure (using bug ↵ | jake%acutex.net | 1 | -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-08 | Patch by Brian Duggan <bduggan@oven.com> -- security improvements. | terry%mozilla.org | 1 | -0/+1 | |
2000-01-15 | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 1 | -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-02 | updated license boilerplate | dmose%mozilla.org | 1 | -14/+15 | |
1999-09-09 | Limit graph sizes to 64 inches in either dimension. (Yikes!) | terry%mozilla.org | 1 | -1/+1 | |
1999-05-28 | Oops; was flailing if rankdir wasn't defined. | terry%mozilla.org | 1 | -1/+3 | |
1999-05-28 | Allow user to control orientation of graph; default it to left-to-right. | terry%mozilla.org | 1 | -1/+8 | |
1999-05-28 | Patched minor security hole; don't show summary of bugs that the user | terry%mozilla.org | 1 | -1/+5 | |
doesn't have permission to see. | |||||
1999-05-27 | Make sure every node that we asked about shows up in the graph, even | terry%mozilla.org | 1 | -1/+5 | |
if it doesn't have any dependency relationships. | |||||
1999-05-27 | Added dependencies, so that you can mark which bugs depend on which | terry%mozilla.org | 1 | -0/+165 | |
other ones. |