summaryrefslogtreecommitdiffstats
path: root/xml.cgi
AgeCommit message (Collapse)AuthorFilesLines
2000-06-12'Bug' data was in a global var. different bugs were sharing this and ↵endico%mozilla.org1-1/+1
overwritig each other.
2000-06-09experimental: Not part of normal bugzilla distibution. Bug.pm creates a bug ↵endico%mozilla.org1-0/+58
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