aboutsummaryrefslogtreecommitdiffstats
path: root/doeditvotes.cgi
Commit message (Collapse)AuthorAgeFilesLines
* change the sanity check against $::FORM{'who'} since that variable is no ↵endico%mozilla.org2000-06-081-2/+2
| | | | longer used.
* Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org2000-02-171-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.
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-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.
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
|
* Removing the last vote on a bug was causing an SQL error.terry%mozilla.org1999-10-141-0/+1
|
* Updating the vote cache should not update the date-last-changed fieldterry%mozilla.org1999-10-121-1/+1
| | | | in the bug.
* Added a "votes" field to the bugs table, which caches the total numberterry%mozilla.org1999-10-121-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.
* Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1999-10-081-0/+102
be fixed.