[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [% DEFAULT title = "$terms.Bugzilla $terms.Bugs" %] [% title FILTER xml %] [% bugs.sort('changedtime').last.changedtime FILTER time("%Y-%m-%dT%H:%M:%SZ", "UTC") FILTER xml %] [% urlbase FILTER html %]buglist.cgi?[% urlquerypart FILTER xml %] [% FOREACH bug = bugs %] [% "@" IF bug.secure_mode %][[% terms.Bug %] [%+ bug.bug_id FILTER xml %]] [% bug.short_desc FILTER xml %] [% urlbase FILTER xml %]show_bug.cgi?id=[% bug.bug_id FILTER xml %] [% bug.reporter_realname ? bug.reporter_realname : bug.reporter FILTER xml %] [% bug.changedtime FILTER time("%Y-%m-%dT%H:%M:%SZ", "UTC") FILTER xml %] [%# Filter out the entire block, so that we don't need to escape the html code out %] [% FILTER xml %] [% IF Param("usetargetmilestone") %] [% END %]
FieldValue
[% columns.product.title FILTER html %] [% bug.product FILTER html %]
[% columns.component.title FILTER html %] [% bug.component FILTER html %]
[% columns.assigned_to_realname.title FILTER html %] [% bug.assigned_to_realname ? bug.assigned_to_realname : bug.assigned_to FILTER html %]
[% columns.reporter_realname.title FILTER html %] [% bug.reporter_realname ? bug.reporter_realname : bug.reporter FILTER html %]
[% columns.bug_status.title FILTER html %] [% display_value("bug_status", bug.bug_status) FILTER html %]
[% columns.resolution.title FILTER html %] [% display_value("resolution", bug.resolution) FILTER html %]
[% columns.priority.title FILTER html %] [% display_value("priority", bug.priority) FILTER html %]
[% columns.bug_severity.title FILTER html %] [% display_value("bug_severity", bug.bug_severity) FILTER html %]
[% columns.target_milestone.title FILTER html %] [% bug.target_milestone FILTER html %]
[% columns.opendate.title FILTER html %] [% bug.opentime FILTER time("%Y-%m-%dT%H:%M:%SZ", "UTC") %]
[% columns.changeddate.title FILTER html %] [% bug.changedtime FILTER time("%Y-%m-%dT%H:%M:%SZ", "UTC") -%]
[% END %]
[% END %]