aboutsummaryrefslogtreecommitdiffstats
path: root/duplicates.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 96063 - the old method of doing this barfed on long URL strings.gerv%gerv.net2001-08-211-29/+48
|
* Fix for bug 95304: Add a buglist link to the top of duplicates.cgijustdave%syndicomm.com2001-08-161-0/+6
| | | | | Patch by Gervase Markham <gerv@mozilla.org> r= justdave@syndicomm.com
* Fix silly syntax error I missed.justdave%syndicomm.com2001-08-131-3/+3
|
* Fix for bug 95008: duplicates page no longer ignores verified ↵justdave%syndicomm.com2001-08-131-5/+9
| | | | | | | INVALID/WONTFIX bugs Patch by Gervase Markham <gervase.markham@univ.ox.ac.au> r= justdave@syndicomm.com
* Add strikethrough to resolved bug numbers. Bug 79816. r=jake.gerv%gerv.net2001-07-021-19/+31
|
* Bullshit checkin to add the fact that the previous changes also include the ↵tara%tequilarista.org2001-04-201-0/+1
| | | | final fix for bug 72721. I am a buckethead
* landing final patch for bug 76261tara%tequilarista.org2001-04-201-6/+6
|
* Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug ↵justdave%syndicomm.com2001-04-071-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
* Checking in Jake's <jake@acutex.net> interim patches from bug 30694. ↵endico%mozilla.org2001-03-131-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.
* Patch from Jake <jake@acutex.net> for bugs 22041 and 25693 which had the ↵endico%mozilla.org2001-03-091-0/+1
| | | | same problem. HTML meta characters in the summary were not being quoted before being printed to html.
* Backing out Gerv's brainspasm for himtara%tequilarista.org2001-03-031-2/+2
|
* Fixed problem with ranges in regexps that I dreamt about a few nights ago.gerv%gerv.net2000-12-151-2/+2
|
* part of gervase markham's duplicates tracking functionalitytara%tequilarista.org2000-10-241-0/+186