The most recent three comments for each patch will be displayed below. To view all the comments for a particular patch, or to add a comment or make other changes, click on the patch name.
[% IF filter_text.size > 0 %][% FOREACH f = filter_text %][% f | html %][% END %]
[% END %] [% IF status_count_list.size > 0 %]Status Summary. [% FOREACH sc = status_count_list %] [% sc.patch_status %]: [% sc.num_patches %][% IF !loop.last %],[% ELSE %].[% END %] [% END %] Total: [% total_count %].
[% END %] [% FOREACH g = patch_grouping %] [% IF g.patch_list.size > 0 || filter_text.size == 0 %]Patch Name | Status | Author | Reviewers | [% IF g.closed %]Date Closed[% ELSE %]Last Activity[% END %] | ||||||
---|---|---|---|---|---|---|---|---|---|---|
[% p.commitfest_topic | htmlsafe %] |
[% ELSE %] | [% p.name | htmlsafe %]
[% FOREACH c = p.comment_list %]
[% IF c.message_id != '' %][% END %][% c.patch_comment_type | htmlsafe %][% IF c.message_id != '' %][% END %] by [% c.creator | html %] on [% c.creation_time | html %]: [% c.content | html | html_line_break %]
[% END %]
|
[% p.patch_status | htmlsafe %] | [% p.author | htmlsafe %] | [% IF p.reviewers != '' %][% p.reviewers %][% ELSE %]Nobody[% END %] | [% IF g.closed %][% IF p.date_closed.defined %][% p.date_closed %][% ELSE %](None)[% END %][% ELSE %][% IF p.comment_list.defined && p.comment_list.-1.defined %][% p.comment_list.-1.creation_time %][% ELSE %](None)[% END %][% END %] | [% END %]