index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
duplicates.cgi
Age
Commit message (
Expand
)
Author
Files
Lines
2005-11-14
Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymo...
lpsolit%gmail.com
1
-2
/
+1
2005-10-31
Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...
lpsolit%gmail.com
1
-1
/
+1
2005-10-27
Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, du...
lpsolit%gmail.com
1
-3
/
+4
2005-10-25
Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...
lpsolit%gmail.com
1
-2
/
+2
2005-09-03
Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::...
lpsolit%gmail.com
1
-2
/
+1
2005-08-25
Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ...
lpsolit%gmail.com
1
-2
/
+3
2005-08-10
Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...
lpsolit%gmail.com
1
-1
/
+0
2004-07-10
Bug 234825: Keep duplicates.cgi from revealing products user doesnt have acce...
bugreport%peshkin.net
1
-1
/
+2
2004-03-27
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
kiko%async.com.br
1
-2
/
+1
2004-03-27
Patch for bug 237369: implement relatively simple changes from %FORM to $cgi-...
jocuri%softhome.net
1
-10
/
+8
2003-11-22
Bug 208604 - Make data/template dir locations configurable
bbaetz%acm.org
1
-3
/
+4
2003-11-08
Bug 186130 - collectstats.pl doesn't work if 'requirelogin' set. Patch by ger...
gerv%gerv.net
1
-1
/
+10
2003-10-26
Bug 221900: duplicates.cgi query fails if more than one product selected; pat...
jocuri%softhome.net
1
-6
/
+6
2003-05-05
Bug 201816 - use CGI.pm for header output
bbaetz%acm.org
1
-4
/
+7
2003-04-29
Bug 200198 - user-error.html.tmpl's use [% changedsince %] instead of $change...
burnus%gmx.de
1
-9
/
+9
2003-04-25
Bug 192677: Add new test to flag failure-to-filter situations in the template...
justdave%syndicomm.com
1
-2
/
+8
2003-04-02
Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.
bbaetz%acm.org
1
-11
/
+12
2003-03-27
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
jake%bugzilla.org
1
-1
/
+1
2003-02-07
Bug 191863 - Clean up Bugzilla.pm
bbaetz%acm.org
1
-1
/
+1
2003-01-15
Bug 163290 - move DB handling code into a module
bbaetz%student.usyd.edu.au
1
-1
/
+4
2002-11-10
Bug 176599, Improve performance of duplicates.cgi
bbaetz%student.usyd.edu.au
1
-21
/
+57
2002-11-08
Fix for bug 178776: Eliminates warning in duplicates.cgi.
myk%mozilla.org
1
-1
/
+1
2002-11-05
Fix for bug 156548: XUL implementation of duplicates report.
myk%mozilla.org
1
-0
/
+12
2002-10-11
Bug 173808 - Use of uninitialized value in subtraction (-) at duplicates.cgi ...
gerv%gerv.net
1
-1
/
+1
2002-09-23
bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported
bugreport%peshkin.net
1
-4
/
+3
2002-09-18
Bug 146495 - clean up format ambiguities. We now have separate "format" and "...
gerv%gerv.net
1
-3
/
+4
2002-09-13
Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. P...
gerv%gerv.net
1
-2
/
+2
2002-08-26
Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
bbaetz%student.usyd.edu.au
1
-1
/
+0
2002-08-16
Bug 162068 - Fix callers of ThrowUserError to use messages.html.tmpl. Patch b...
gerv%gerv.net
1
-13
/
+10
2002-08-12
Bug 43600 - Convert products/components to use ids instead of names.
bbaetz%student.usyd.edu.au
1
-7
/
+17
2002-08-10
Bug 155584 - Opening duplicates.cgi with no frequent bugs causes SQL syntax e...
gerv%gerv.net
1
-39
/
+41
2002-06-29
Bug 151281 - change duplicates.cgi to make one query instead of several thous...
gerv%gerv.net
1
-17
/
+15
2002-04-27
Bug 138994 - split up duplicates.html.tmpl. Patch by gerv; r=myk, bbaetz.
gerv%gerv.net
1
-2
/
+6
2002-04-24
Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afra...
gerv%gerv.net
1
-3
/
+2
2002-04-16
Bug 125427 - Taint error in duplicates.cgi with perl < 5.6
bbaetz%student.usyd.edu.au
1
-19
/
+39
2002-04-11
Bug 199635 - templatise duplicates.cgi. Patch by gerv, r=myk, bbaetz.
gerv%gerv.net
1
-229
/
+125
2002-01-20
Fix for bug 108982: enable taint mode for all user-facing CGI files.
justdave%syndicomm.com
1
-1
/
+4
2001-10-24
Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.
bbaetz%cs.mcgill.ca
1
-4
/
+10
2001-08-21
Bug 96063 - the old method of doing this barfed on long URL strings.
gerv%gerv.net
1
-29
/
+48
2001-08-16
Fix for bug 95304: Add a buglist link to the top of duplicates.cgi
justdave%syndicomm.com
1
-0
/
+6
2001-08-13
Fix silly syntax error I missed.
justdave%syndicomm.com
1
-3
/
+3
2001-08-13
Fix for bug 95008: duplicates page no longer ignores verified INVALID/WONTFIX...
justdave%syndicomm.com
1
-5
/
+9
2001-07-02
Add strikethrough to resolved bug numbers. Bug 79816. r=jake.
gerv%gerv.net
1
-19
/
+31
2001-04-20
Bullshit checkin to add the fact that the previous changes also include the f...
tara%tequilarista.org
1
-0
/
+1
2001-04-20
landing final patch for bug 76261
tara%tequilarista.org
1
-6
/
+6
2001-04-07
Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug ...
justdave%syndicomm.com
1
-80
/
+133
2001-03-13
Checking in Jake's <jake@acutex.net> interim patches from bug 30694. Bugzilla...
endico%mozilla.org
1
-3
/
+4
2001-03-09
Patch from Jake <jake@acutex.net> for bugs 22041 and 25693 which had the same...
endico%mozilla.org
1
-0
/
+1
2001-03-03
Backing out Gerv's brainspasm for him
tara%tequilarista.org
1
-2
/
+2
2000-12-15
Fixed problem with ranges in regexps that I dreamt about a few nights ago.
gerv%gerv.net
1
-2
/
+2
[next]