From: lpsolit%gmail.com <> Date: Wed, 11 Jan 2006 07:30:33 +0000 (+0000) Subject: Bug 316096: 'everconfirmed' is not included in the DTD and XML files - Patch by Greg... X-Git-Tag: bugzilla-2.22rc1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a0eafd3082e560c1a635c9e59ec0ebfed18a7e;p=thirdparty%2Fbugzilla.git Bug 316096: 'everconfirmed' is not included in the DTD and XML files - Patch by Greg Hendricks r=LpSolit a=myk --- diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 61798f7cb0..cab54d7dab 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -78,7 +78,7 @@ sub fields { bug_status resolution bug_file_loc status_whiteboard keywords priority bug_severity target_milestone - dependson blocked votes + dependson blocked votes everconfirmed reporter assigned_to cc ); @@ -172,7 +172,7 @@ sub initBug { bug_file_loc, short_desc, target_milestone, qa_contact AS qa_contact_id, status_whiteboard, " . $dbh->sql_date_format('creation_ts', '%Y.%m.%d %H:%i') . ", - delta_ts, COALESCE(SUM(votes.vote_count), 0), + delta_ts, COALESCE(SUM(votes.vote_count), 0), everconfirmed, reporter_accessible, cclist_accessible, estimated_time, remaining_time, " . $dbh->sql_date_format('deadline', '%Y-%m-%d') . " @@ -191,7 +191,7 @@ sub initBug { rep_platform, op_sys, bug_status, resolution, priority, bug_severity, bugs.component_id, components.name, assigned_to, reporter, bug_file_loc, short_desc, target_milestone, - qa_contact, status_whiteboard, creation_ts, + qa_contact, status_whiteboard, everconfirmed, creation_ts, delta_ts, reporter_accessible, cclist_accessible, estimated_time, remaining_time, deadline'); @@ -210,7 +210,7 @@ sub initBug { "assigned_to_id", "reporter_id", "bug_file_loc", "short_desc", "target_milestone", "qa_contact_id", "status_whiteboard", - "creation_ts", "delta_ts", "votes", + "creation_ts", "delta_ts", "votes", "everconfirmed", "reporter_accessible", "cclist_accessible", "estimated_time", "remaining_time", "deadline") { diff --git a/bugzilla.dtd b/bugzilla.dtd index a8453304c2..25a0a895be 100644 --- a/bugzilla.dtd +++ b/bugzilla.dtd @@ -5,7 +5,7 @@ maintainer CDATA #REQUIRED exporter CDATA #IMPLIED > - + @@ -39,6 +39,7 @@ +