summaryrefslogtreecommitdiffstats
path: root/votes.cgi
AgeCommit message (Expand)AuthorFilesLines
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-2/+6
2006-07-06Bug 343699: votes.cgi: Reference found where even-sized list expected - Patch...lpsolit%gmail.com1-1/+1
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-2/+2
2006-06-27Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalentsmkanat%bugzilla.org1-0/+2
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-2/+3
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-5/+0
2006-05-22Bug 332522: Remove $::prodmaxvotes - Patch by Frédéric Buclin <LpSolit@gmai...lpsolit%gmail.com1-58/+40
2006-05-08Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com1-3/+4
2006-03-31Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin <LpSoli...lpsolit%gmail.com1-2/+1
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-1/+1
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-3/+2
2005-09-03Bug 303700: Eliminate deprecated Bugzilla::DB routines from votes.cgi - Patch...lpsolit%gmail.com1-62/+59
2005-08-31Bug 305126: Fix table locks after removal of derive_groupsbugreport%peshkin.net1-0/+1
2005-08-23Bug 303366: Possible locking tables conflict when voting for bugs - Patch by ...lpsolit%gmail.com1-12/+25
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+1
2005-04-20Bug 290513: Move CheckIfVotedConfirmed() out of CGI.pl - Patch by Frédéric ...lpsolit%gmail.com1-1/+3
2005-04-05Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com1-9/+10
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-14/+17
2005-02-09Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-2/+1
2005-02-09Bug 250440 : when voting for bug, jump down to bugtravis%sedsystems.ca1-0/+1
2005-01-30Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org1-1/+2
2005-01-29Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-2/+1
2005-01-28Bug 276605 : Ignore vote changes when usevotes = 0travis%sedsystems.ca1-3/+4
2005-01-09Patch for bug 277013: provides a fix for the SQL error that appears when a us...jocuri%softhome.net1-6/+10
2004-12-26Patch for bug 273665: Viewing 'My Votes' page should not crash due to lack of...jocuri%softhome.net1-1/+1
2004-08-05Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net1-1/+1
2004-07-31Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net1-3/+2
2004-04-14Fix for bug 238869: remove %FORM from votes.cgi. Does just that, free ofkiko%async.com.br1-21/+22
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-4/+3
2003-11-03[SECURITY] Bug 209376: If you know the email address of someone who has voted...justdave%syndicomm.com1-7/+3
2003-09-02Bug 217242 CheckIfVotedConfirmed tripped Table 'fielddefs' was not locked wit...timeless%mozdev.org1-1/+1
2003-06-28Bug 193575 - Internal server error from votes.cgibbaetz%acm.org1-1/+6
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-3/+3
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-5/+14
2003-04-27Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org1-7/+7
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
2002-10-06Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). Pa...gerv%gerv.net1-27/+15
2002-10-02Bug 172010 voting broken on tipbugreport%peshkin.net1-1/+3
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-2/+1
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-5/+6
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, afra...gerv%gerv.net1-8/+6
2002-04-05Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch ...gerv%gerv.net1-0/+354