aboutsummaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definitionterry%mozilla.org2000-03-111-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.
* Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org2000-02-171-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.
* New email code wasn't sending to people who had voted for a bug.terry%mozilla.org2000-01-241-1/+1
| | | | Added "My votes" link to footer. Other minor voting-related fixes.
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-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.
* Fixed a warning.terry%mozilla.org2000-01-111-1/+1
|
* Oops; fixed table alignment problem introduced by last change.terry%mozilla.org2000-01-071-1/+1
|
* A few months ago, we lost the ability to edit the votes-per-user fieldterry%mozilla.org2000-01-051-11/+35
| | | | | in a product. Which meant nobody could turn on or off this feature. Restored the editing ability.
* Fixed very very nasty bug which, when deleting a component, would tellterry%mozilla.org1999-12-171-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.
* updated license boilerplatedmose%mozilla.org1999-11-021-9/+19
|
* Need to value_quote() things that go into VALUE attributes in HTML.terry%mozilla.org1999-10-201-4/+12
|
* align "edit products" at the top so its not lost 3 screens down in the ↵endico%mozilla.org1999-10-201-2/+2
| | | | products list.
* Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing theterry%mozilla.org1999-10-131-0/+665
ability to edit components, products, and versions. Yay!