From 1cf4971f32fe1fffb3919c9a459e92f6a2c0ca02 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 15 Nov 2013 00:04:15 +0100 Subject: Bug 927900: Kill longdesclength r=dkl a=sgreen --- template/en/default/bug/comments.html.tmpl | 14 ++------------ template/en/default/bug/edit.html.tmpl | 1 - template/en/default/bug/process/midair.html.tmpl | 9 ++------- 3 files changed, 4 insertions(+), 20 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 61d1c67e0..a2fe4e52f 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -44,26 +44,16 @@ //--> -[% DEFAULT start_at = 0 mode = "show" %] -[% sort_order = user.settings.comment_sort_order.value %] +[% DEFAULT mode = "show" %] [% user_cache = template_cache.users %] -[%# NOTE: (start_at > 0) means we came here from a midair collision, - # in which case we don't care what the user's preference is. - %] -[% IF (start_at > 0) %] - [% sort_order = "oldest_to_newest" %] -[% END %] -
[% FOREACH comment = comments %] - [% IF comment.count >= start_at %] - [% PROCESS a_comment %] - [% END %] + [% PROCESS a_comment %] [% END %] [% IF mode == "edit" && user.id diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 8d38152fd..acdcdbf7a 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -46,7 +46,6 @@
- diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index 684b99639..17025fee7 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -11,10 +11,6 @@ # used by bug/activity/table.html.tmpl to display recent changes that will # be overwritten if the user submits these changes. See that template # for further documentation. - # start_at: number; the comment at which show/comments.tmpl should begin - # displaying comments, either the index of the last comment (if the user - # entered a comment along with their change) or a number less than that - # (if they didn't), in which case no comments are displayed. # comments: array; all the comments on the bug. # bug: Bugzilla::Bug; the bug being changed. #%] @@ -40,7 +36,7 @@ [% PROCESS "bug/activity/table.html.tmpl" incomplete_data=0 %]

-[% IF comments.size > start_at %] +[% IF comments.size %]

Added the comment(s):

@@ -71,7 +67,7 @@ You have the following choices: exclude="^Bugzilla_login|Bugzilla_password|delta_ts$" %] This will cause all of the above changes to be overwritten - [% ", except for the added comment(s)" IF comments.size > start_at %]. + [% ", except for the added comment(s)" IF comments.size %]. [% IF cgi.param("comment") %] @@ -82,7 +78,6 @@ You have the following choices: - -- cgit v1.2.3-24-g4f1b