summaryrefslogtreecommitdiffstats
path: root/doeditvotes.cgi
AgeCommit message (Collapse)AuthorFilesLines
2002-04-05Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. CVS ↵gerv%gerv.net1-169/+0
removal of old CGIs.
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-5/+4
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
2001-11-03Fix for bug 95615: cosmetic change to clarify error message when trying to ↵justdave%syndicomm.com1-2/+2
use too many votes Patch by Adam Kennedy <bugzilla@ali.as> r= justdave x2
2001-10-17Bug 98146 redux - changing URL to relative one. Oops. Patch by jake, r=gerv.gerv%gerv.net1-4/+2
2001-10-16Fix for bug 98146.myk%mozilla.org1-3/+5
Patch by Gerv <gerv@mozilla.org>. r=myk, no second review needed.
2001-08-29Fixing a couple typoesjustdave%syndicomm.com1-3/+3
2001-08-28Re-fix for bug 87769: the original patch checked in for this prevented any ↵justdave%syndicomm.com1-15/+17
votes from being changed at all. This corrects that so votes can be changed again while still trapping the error the original patch was designed to catch. Patch by Christoper Aillon <caillon@returnzero.com> r= justdave@syndicomm.com
2001-08-26Fix for bug 87769 - doeditvotes.cgi can nuke votesjake%acutex.net1-0/+20
Patch by Christopher Aillon <christopher@aillon.com> r= jake@acutex.net
2001-06-06Fix for bug 39557: doeditvotes.cgi will no longer create a vote record for a ↵justdave%syndicomm.com1-50/+66
nonexistant bug if the HTML is tampered with or other bugs cause bad bug numbers in the submitted form. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
2000-06-08change the sanity check against $::FORM{'who'} since that variable is no ↵endico%mozilla.org1-2/+2
longer used.
2000-02-17Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org1-5/+17
"editbugs" and "canconfirm". People without these states are now much more limited in what they can do. For backwards compatability, by default all users will have the editbugs and canconfirm bits on them. Installing this changes as is should only have one major visible effect -- an UNCONFIRMED state will appear in the query page. But no bugs will become in that state, until you tweak some of the new voting-related parameters you'll find when editing products.
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-5/+5
me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case.
1999-11-02updated license boilerplatedmose%mozilla.org1-14/+15
1999-10-14Removing the last vote on a bug was causing an SQL error.terry%mozilla.org1-0/+1
1999-10-12Updating the vote cache should not update the date-last-changed fieldterry%mozilla.org1-1/+1
in the bug.
1999-10-12Added a "votes" field to the bugs table, which caches the total numberterry%mozilla.org1-0/+16
of votes that have been cast for that bug. This let me simplify the SQL in buglist.cgi, which makes things more efficient and fixes several strange bugs.
1999-10-08Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1-0/+102
be fixed.