summaryrefslogtreecommitdiffstats
path: root/bugzilla.dtd
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-01-11 08:30:33 +0100
committerlpsolit%gmail.com <>2006-01-11 08:30:33 +0100
commitd2a0eafd3082e560c1a635c9e59ec0ebfed18a7e (patch)
tree0dc47a0afaddcb76a5a7fef1eb4c75f018231819 /bugzilla.dtd
parent7d01e4bc12896e1b7f035f708402fc30baa25e03 (diff)
downloadbugzilla-d2a0eafd3082e560c1a635c9e59ec0ebfed18a7e.tar.gz
bugzilla-d2a0eafd3082e560c1a635c9e59ec0ebfed18a7e.tar.xz
Bug 316096: 'everconfirmed' is not included in the DTD and XML files - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk
Diffstat (limited to 'bugzilla.dtd')
-rw-r--r--bugzilla.dtd3
1 files changed, 2 insertions, 1 deletions
diff --git a/bugzilla.dtd b/bugzilla.dtd
index a8453304c..25a0a895b 100644
--- a/bugzilla.dtd
+++ b/bugzilla.dtd
@@ -5,7 +5,7 @@
maintainer CDATA #REQUIRED
exporter CDATA #IMPLIED
>
-<!ELEMENT bug (bug_id, (alias?, creation_ts, short_desc, delta_ts, reporter_accessible, cclist_accessible, classification_id, classification, product, component, version, rep_platform, op_sys, bug_status, resolution?, bug_file_loc?, status_whiteboard?, keywords*, priority, bug_severity, target_milestone?, dependson*, blocked*, votes?, reporter, assigned_to, qa_contact?, cc*, (estimated_time, remaining_time, actual_time, deadline)?, group*, flag*, long_desc*, attachment*)?)>
+<!ELEMENT bug (bug_id, (alias?, creation_ts, short_desc, delta_ts, reporter_accessible, cclist_accessible, classification_id, classification, product, component, version, rep_platform, op_sys, bug_status, resolution?, bug_file_loc?, status_whiteboard?, keywords*, priority, bug_severity, target_milestone?, dependson*, blocked*, votes?, everconfirmed, reporter, assigned_to, qa_contact?, cc*, (estimated_time, remaining_time, actual_time, deadline)?, group*, flag*, long_desc*, attachment*)?)>
<!ATTLIST bug
error (NotFound | NotPermitted | InvalidBugId) #IMPLIED
>
@@ -39,6 +39,7 @@
<!ELEMENT dependson (#PCDATA)>
<!ELEMENT blocked (#PCDATA)>
<!ELEMENT votes (#PCDATA)>
+<!ELEMENT everconfirmed (#PCDATA)>
<!ELEMENT cc (#PCDATA)>
<!ELEMENT group (#PCDATA)>
<!ELEMENT estimated_time (#PCDATA)>