summaryrefslogtreecommitdiffstats
path: root/duplicates.cgi
AgeCommit message (Collapse)AuthorFilesLines
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-1/+4
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
2001-10-24Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca1-4/+10
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-08-21Bug 96063 - the old method of doing this barfed on long URL strings.gerv%gerv.net1-29/+48
2001-08-16Fix for bug 95304: Add a buglist link to the top of duplicates.cgijustdave%syndicomm.com1-0/+6
Patch by Gervase Markham <gerv@mozilla.org> r= justdave@syndicomm.com
2001-08-13Fix silly syntax error I missed.justdave%syndicomm.com1-3/+3
2001-08-13Fix for bug 95008: duplicates page no longer ignores verified ↵justdave%syndicomm.com1-5/+9
INVALID/WONTFIX bugs Patch by Gervase Markham <gervase.markham@univ.ox.ac.au> r= justdave@syndicomm.com
2001-07-02Add strikethrough to resolved bug numbers. Bug 79816. r=jake.gerv%gerv.net1-19/+31
2001-04-20Bullshit checkin to add the fact that the previous changes also include the ↵tara%tequilarista.org1-0/+1
final fix for bug 72721. I am a buckethead
2001-04-20landing final patch for bug 76261tara%tequilarista.org1-6/+6
2001-04-07Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug ↵justdave%syndicomm.com1-80/+133
69054 (DB_File not portable): dependence on DB_File removed, now uses AnyDBM_File which comes standard with Perl. Duplicates.cgi now runs its queries against the shadow database if it's available, among many other improvements. Patch by gervase.markham@univ.ox.ac.uk (Gervase Markham) r= justdave
2001-03-13Checking in Jake's <jake@acutex.net> interim patches from bug 30694. ↵endico%mozilla.org1-3/+4
Bugzilla was showing bug summaries to everyone, even if they didn't have permission to view the bug. Jake's quick solution is to not display the bug at all if it is in a group no matter who is viewing it. The correct solution would be display the summary if the viewer had the proper permissions.
2001-03-09Patch from Jake <jake@acutex.net> for bugs 22041 and 25693 which had the ↵endico%mozilla.org1-0/+1
same problem. HTML meta characters in the summary were not being quoted before being printed to html.
2001-03-03Backing out Gerv's brainspasm for himtara%tequilarista.org1-2/+2
2000-12-15Fixed problem with ranges in regexps that I dreamt about a few nights ago.gerv%gerv.net1-2/+2
2000-10-24part of gervase markham's duplicates tracking functionalitytara%tequilarista.org1-0/+186