aboutsummaryrefslogtreecommitdiffstats
path: root/votes.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-1/+1
| | | | r=mkanat,wicked a=justdave
* Bug 290513: Move CheckIfVotedConfirmed() out of CGI.pl - Patch by Frédéric ↵lpsolit%gmail.com2005-04-201-1/+3
| | | | Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com2005-04-051-9/+10
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-14/+17
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-2/+1
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
* Bug 250440 : when voting for bug, jump down to bugtravis%sedsystems.ca2005-02-081-0/+1
| | | | Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org2005-01-301-1/+2
| | | | | | prevents new bugs from being filed. a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-2/+1
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
* Bug 276605 : Ignore vote changes when usevotes = 0travis%sedsystems.ca2005-01-281-3/+4
| | | | Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=myk
* Patch for bug 277013: provides a fix for the SQL error that appears when a ↵jocuri%softhome.net2005-01-091-6/+10
| | | | user's vote confirms a bug; patch by Frédéric Buclin <LpSolit@netscape.net>, r=wurblzap, a=justdave.
* Patch for bug 273665: Viewing 'My Votes' page should not crash due to lack ↵jocuri%softhome.net2004-12-261-1/+1
| | | | of SQL table locking; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave.
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-041-1/+1
| | | | | r=kiko a=justdave
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-3/+2
| | | | | | patch by erik,joel r=kiko a=justdave
* Fix for bug 238869: remove %FORM from votes.cgi. Does just that, free ofkiko%async.com.br2004-04-141-21/+22
| | | | | | XXX comments. r=vladd,justdave; a=justdave. die %FORM die!
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-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.
* [SECURITY] Bug 209376: If you know the email address of someone who has ↵justdave%syndicomm.com2003-11-031-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
* Bug 217242 CheckIfVotedConfirmed tripped Table 'fielddefs' was not locked ↵timeless%mozdev.org2003-09-021-1/+1
| | | | | | with LOCK TABLES [for statement ``SELECT fieldid FROM fielddefs WHERE name = 'bug_status'''] r=justdave a=justdave
* Bug 193575 - Internal server error from votes.cgibbaetz%acm.org2003-06-281-1/+6
| | | | | patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz, a=justdave
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-3/+3
| | | | r=myk,jake
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-5/+14
| | | | r=joel, a=justdave
* Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org2003-04-271-7/+7
| | | | | | patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz,justdave a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵gerv%gerv.net2002-10-061-27/+15
| | | | Patch by gerv; r=burnus.
* Bug 172010 voting broken on tipbugreport%peshkin.net2002-10-021-1/+3
| | | | | Regression from 43600 and 157756 2xr=bbaetz
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-2/+1
| | | | r=bbaetz, gerv
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-5/+6
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.gerv%gerv.net2002-05-081-1/+1
|
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵gerv%gerv.net2002-04-241-8/+6
| | | | afranke.
* Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch ↵gerv%gerv.net2002-04-051-0/+354
by gerv, r=myk, bbaetz.