[%# 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. #%] [% PROCESS global/variables.none.tmpl; PROCESS global/header.html.tmpl title = "$terms.Bug $bug.id Comment $comment.count Edit History" style_urls = ['extensions/EditComments/web/styles/revisions.css'] javascript_urls = (user.is_edit_comments_admin ? ['extensions/EditComments/web/js/revisions.js'] : []) generate_api_token = 1 %]

[% "$terms.Bug $bug.id Comment $comment.count" FILTER none %] Edit History

Note: The actual edited comment in the [% terms.bug %] view page will always show the original commenter’s name and original timestamp.

[% SET rev_count = 0 %] [% FOREACH a = comment.activity %]
[% IF user.is_edit_comments_admin && a.revised_time %]
[% END %]
[% IF !user.is_insider && a.is_hidden %]
(Hidden by Administrator)
[% ELSIF comment.count == 0 && a.new == "" %]
No description provided.
[% ELSE %]
[% a.new FILTER quoteUrls(bug) %]
[% END %]
[% rev_count = rev_count + 1 %] [% END %] [% IF !comment.activity.size %]

No changes have been made to this comment.

[% END %]

[% "Back to $terms.Bug $bug.id Comment $comment.count" FILTER bug_link(bug, { comment_num => comment.count }) FILTER none %]

[% PROCESS global/footer.html.tmpl %]