summaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
AgeCommit message (Collapse)AuthorFilesLines
2000-03-11Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definitionterry%mozilla.org1-12/+202
of a group per project, and automatically put new bugs against that project into that group, thus allowing entire projects to be protected against viewing by unauthorized users. This is all optional, controlled by new parameters.
2000-02-17Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org1-31/+147
"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-24New email code wasn't sending to people who had voted for a bug.terry%mozilla.org1-1/+1
Added "My votes" link to footer. Other minor voting-related fixes.
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-4/+4
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.
2000-01-11Fixed a warning.terry%mozilla.org1-1/+1
2000-01-07Oops; fixed table alignment problem introduced by last change.terry%mozilla.org1-1/+1
2000-01-05A few months ago, we lost the ability to edit the votes-per-user fieldterry%mozilla.org1-11/+35
in a product. Which meant nobody could turn on or off this feature. Restored the editing ability.
1999-12-17Fixed very very nasty bug which, when deleting a component, would tellterry%mozilla.org1-11/+16
you it had no bugs (even when it had some), and would then proceed to delete all those bugs (even if you had the param set to never allow bug deletion.) Added some paranoia to prevent such things from happening again. Yikes.
1999-11-02updated license boilerplatedmose%mozilla.org1-9/+19
1999-10-20Need to value_quote() things that go into VALUE attributes in HTML.terry%mozilla.org1-4/+12
1999-10-20align "edit products" at the top so its not lost 3 screens down in the ↵endico%mozilla.org1-2/+2
products list.
1999-10-13Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing theterry%mozilla.org1-0/+665
ability to edit components, products, and versions. Yay!