aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
Commit message (Collapse)AuthorAgeFilesLines
* lot's of stuff:cyeh%bluemartini.com2000-06-281-11/+164
| | | | | | | | | | add whoid usergroupset comment query to bug data fields add AppendComment function add CanChangeField function to check if a person can change a field add display() for quick dumps of the bug add Collision to check for midair collisions before changing a bug added a stub function for changing a bug in the database init_bug will now take either a userid or an e-mail address as a valid parameter
* was converting from dbid to login + real name. Remove the real nameendico%mozilla.org2000-06-211-2/+2
|
* 'Bug' data was in a global var. different bugs were sharing this and ↵endico%mozilla.org2000-06-121-46/+46
| | | | overwritig each other.
* experimental: Not part of normal bugzilla distibution. Bug.pm creates a bug ↵endico%mozilla.org2000-06-091-0/+369
object and provides methods for getting and setting attributes and for printing out the bug as xml. xml.cgi prompts for a list of bugs and displays the list as html. xml.cgi replaces export_bug.cgi