summaryrefslogtreecommitdiffstats
path: root/votes.cgi
AgeCommit message (Collapse)AuthorFilesLines
2004-07-31Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net1-3/+2
patch by erik,joel r=kiko a=justdave
2004-04-14Fix for bug 238869: remove %FORM from votes.cgi. Does just that, free ofkiko%async.com.br1-21/+22
XXX comments. r=vladd,justdave; a=justdave. die %FORM die!
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-4/+3
quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
2003-11-03[SECURITY] Bug 209376: If you know the email address of someone who has ↵justdave%syndicomm.com1-7/+3
voted on a secure bug, you can access the summary of that bug even if you do not have sufficient permissions to view the bug itself. Patch by Gervase Markham <gerv@mozilla.org> r= justdave, bbaetz a= justdave
2003-09-02Bug 217242 CheckIfVotedConfirmed tripped Table 'fielddefs' was not locked ↵timeless%mozdev.org1-1/+1
with LOCK TABLES [for statement ``SELECT fieldid FROM fielddefs WHERE name = 'bug_status'''] r=justdave a=justdave
2003-06-28Bug 193575 - Internal server error from votes.cgibbaetz%acm.org1-1/+6
patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz, a=justdave
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-3/+3
r=myk,jake
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-5/+14
r=joel, a=justdave
2003-04-27Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org1-7/+7
patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz,justdave a=justdave
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2002-10-06Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵gerv%gerv.net1-27/+15
Patch by gerv; r=burnus.
2002-10-02Bug 172010 voting broken on tipbugreport%peshkin.net1-1/+3
Regression from 43600 and 157756 2xr=bbaetz
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-2/+1
r=bbaetz, gerv
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-5/+6
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
2002-05-08Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.gerv%gerv.net1-1/+1
2002-04-24Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net1-8/+6
afranke.
2002-04-05Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch ↵gerv%gerv.net1-0/+354
by gerv, r=myk, bbaetz.