summaryrefslogtreecommitdiffstats
path: root/votes.cgi
AgeCommit message (Collapse)AuthorFilesLines
2010-07-16Bug 578258: Calling votes.cgi with no arguments should either display the ↵Frédéric Buclin1-3/+4
user's votes, or give a better error message if the extension is disabled r/a=mkanat
2010-07-13Fix regression due to bug 372979, a=mkanat on IRCFrédéric Buclin1-0/+1
2010-05-20Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵Frédéric Buclin1-1/+1
ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-330/+16
r=mkanat, a=mkanat, a=LpSolit
2009-07-01Bug 500900: Confirming bugs requires NEW state to exist - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-01-29Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org1-10/+12
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-06-30Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org1-3/+7
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-02-03Bug 378797: Ability to turn "My votes" page into a bug list - Patch by ↵lpsolit%gmail.com1-0/+6
GavinS <bugzilla@chimpychompy.org> r/a=LpSolit
2007-11-19Bug 403834: Replace table locks with database transactions in tokens, votes, ↵lpsolit%gmail.com1-4/+2
and sanitycheck - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
2007-11-15Bug 403824: Replace table locks in most Bugzilla files with transactions - ↵lpsolit%gmail.com1-4/+2
Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-06-10Bug 383903: Voting for a bug gives a table lock error - Patch by ↵lpsolit%gmail.com1-4/+3
Frédéric Buclin <LpSolit@gmail.com> r=timeless a=LpSolit
2006-10-13Bug 356393: No title is displayed when confirming a bug by popular votes - ↵lpsolit%gmail.com1-0/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2006-09-05Bug 351300: votes.cgi crashes if your vote is the one confirming a bug - ↵lpsolit%gmail.com1-1/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin a=myk
2006-08-17Bug 341933: Make bug object creation much lightermkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-08-15Bug 348464: votes.cgi fails with a taint errormkanat%bugzilla.org1-5/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-08-12Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-2/+6
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-06Bug 343699: votes.cgi: Reference found where even-sized list expected - ↵lpsolit%gmail.com1-1/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-27Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalentsmkanat%bugzilla.org1-0/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin.ogilvie, r=vladd, a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-2/+3
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com1-5/+0
module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
2006-05-22Bug 332522: Remove $::prodmaxvotes - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-58/+40
<LpSolit@gmail.com> r=mkanat a=myk
2006-05-08Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ↵lpsolit%gmail.com1-3/+4
into User.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-03-31Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-2/+1
<LpSolit@gmail.com> r=wurblzap a=justdave
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-3/+2
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-09-03Bug 303700: Eliminate deprecated Bugzilla::DB routines from votes.cgi - ↵lpsolit%gmail.com1-62/+59
Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-08-31Bug 305126: Fix table locks after removal of derive_groupsbugreport%peshkin.net1-0/+1
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=myk
2005-08-23Bug 303366: Possible locking tables conflict when voting for bugs - Patch by ↵lpsolit%gmail.com1-12/+25
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-1/+1
r=mkanat,wicked a=justdave
2005-04-20Bug 290513: Move CheckIfVotedConfirmed() out of CGI.pl - Patch by Frédéric ↵lpsolit%gmail.com1-1/+3
Buclin <LpSolit@gmail.com> r=wicked a=myk
2005-04-05Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com1-9/+10
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-14/+17
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
2005-02-09Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-2/+1
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
2005-02-09Bug 250440 : when voting for bug, jump down to bugtravis%sedsystems.ca1-0/+1
Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
2005-01-30Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org1-1/+2
prevents new bugs from being filed. a=justdave
2005-01-29Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-2/+1
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
2005-01-28Bug 276605 : Ignore vote changes when usevotes = 0travis%sedsystems.ca1-3/+4
Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=myk
2005-01-09Patch for bug 277013: provides a fix for the SQL error that appears when a ↵jocuri%softhome.net1-6/+10
user's vote confirms a bug; patch by Frédéric Buclin <LpSolit@netscape.net>, r=wurblzap, a=justdave.
2004-12-26Patch for bug 273665: Viewing 'My Votes' page should not crash due to lack ↵jocuri%softhome.net1-1/+1
of SQL table locking; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave.
2004-08-05Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net1-1/+1
r=kiko a=justdave
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